{"info":{"_postman_id":"059662e9-af70-48a0-9d24-4e1cb7f91d94","name":"EmpathiCare : API Documentation","description":"<html><head></head><body><p>EmpathiCare adalah aplikasi yang bertujuan membantu<br>pengguna mengelola stres dan kecemasan. Aplikasi ini memungkinkan<br>pengguna untuk berinteraksi dengan psikolog atau spesialis kesehatan<br>mental, serta memberikan akses ke informasi kesehatan mental yang<br>berguna.</p>\n<p><strong>Catatan 📢</strong>: Proyek EmpathiCare merupakan judul Capstone<br>kami untuk menyelesaikan Studi di Alterra Academy pada program Kampus<br>Merdeka batch 5 🎓💪.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"30980878","collectionId":"059662e9-af70-48a0-9d24-4e1cb7f91d94","publishedId":"2s9YXh6NZz","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-11-08T08:54:12.000Z"},"item":[{"name":"Authentication","item":[{"name":"Register Doctor/Admin","id":"109d096d-55ad-4838-a7aa-f1b70d4cec28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"Fauzan Ali Vijsma\",\r\n    \"email\":\"arolinetr@gmail.com\",\r\n    \"role\":\"Doctor\",\r\n    \"password\":\"password\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://kmb5alta.online/register","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Required</th>\n<th>Deskripsi</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>yes</td>\n<td>nama dari user</td>\n</tr>\n<tr>\n<td>email</td>\n<td>yes</td>\n<td>email harus unique</td>\n</tr>\n<tr>\n<td>password</td>\n<td>yes</td>\n<td>password user</td>\n</tr>\n<tr>\n<td>role</td>\n<td>yes</td>\n<td>Role terbagi menjadi 3 yaitu: Doctor, Patient, Admin.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"dcb81826-0e0e-4645-8f8a-96b821dbadd3","id":"dcb81826-0e0e-4645-8f8a-96b821dbadd3","name":"Authentication","type":"folder"}},"urlObject":{"path":["register"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"e0d53e0b-5557-44d1-89fc-0f880801fb36","name":"Error Validation","originalRequest":{"method":"POST","header":[],"url":"https://kmb5alta.online/register"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 29 Nov 2023 16:00:49 GMT"},{"key":"Content-Length","value":"124"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"Email\": \"required\",\n        \"Name\": \"required\",\n        \"Password\": \"required\",\n        \"Role\": \"required\"\n    },\n    \"message\": \"Invalid Format Request\"\n}"},{"id":"4bd28a2d-800d-4623-b367-bd311d9ef5cc","name":"Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Admin\",\n    \"email\" : \"riyo@gmail.com\",\n    \"password\" : \"Admin!44\",\n    \"role\" : \"admin\"\n}","options":{"raw":{"language":"json"}}},"url":"https://kmb5alta.online/register"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 29 Nov 2023 16:04:32 GMT"},{"key":"Content-Length","value":"33"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Failed to register\"\n}"},{"id":"72b96651-813c-40ad-9782-d8b7f71b5d61","name":"Email Already Registered","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Admin\",\n    \"email\" : \"admin@gmail.com\",\n    \"password\" : \"12345\",\n    \"role\" : \"Admin\"\n}","options":{"raw":{"language":"json"}}},"url":"https://kmb5alta.online/register"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 29 Nov 2023 16:11:20 GMT"},{"key":"Content-Length","value":"55"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Email already registered by another user\"\n}"},{"id":"73b67f14-86cd-4db6-bf77-3c64b8478b6d","name":"Success Register Admin","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"AdminKarim\",\n    \"email\" : \"adminkarim@gmail.com\",\n    \"password\" : \"Admin!062\",\n    \"role\" : \"Admin\"\n}","options":{"raw":{"language":"json"}}},"url":"https://kmb5alta.online/register"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 29 Nov 2023 16:13:37 GMT"},{"key":"Content-Length","value":"77"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"name\": \"Admin\",\n        \"email\": \"adminkedua@gmail.com\",\n        \"role\" : \"Admin\"\n    },\n    \"message\": \"Success\"\n}"},{"id":"d7aa0780-ab98-4703-9c23-a1df2d4a6f61","name":"Success Register Patient","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Patient\",\n    \"email\" : \"patient@gmail.com\",\n    \"password\" : \"12345\",\n    \"role\" : \"Patient\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/register"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 29 Nov 2023 17:13:48 GMT"},{"key":"Content-Length","value":"76"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"name\": \"Patient\",\n        \"email\": \"patient@gmail.com\"\n    },\n    \"message\": \"Success\"\n}"},{"id":"10b16a6d-8df7-4808-aa72-28e8b122e095","name":"Success Register Doctor","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"dokterRendi\",\n    \"email\" : \"dokterrendi@gmail.com\",\n    \"password\" : \"Rendi123\",\n    \"role\" : \"Doctor\"\n}","options":{"raw":{"language":"json"}}},"url":"https://kmb5alta.online/register"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 29 Nov 2023 17:20:56 GMT"},{"key":"Content-Length","value":"79"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"name\": \"Doctor\",\n        \"email\": \"doctorkedua@gmail.com\"\n    },\n    \"message\": \"Success\"\n}"}],"_postman_id":"109d096d-55ad-4838-a7aa-f1b70d4cec28"},{"name":"Login Doctor/Admin","event":[{"listen":"prerequest","script":{"id":"8d02379d-a445-4b30-98a0-63ac9f28e3de","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"73b1ca0e-a38d-4df8-90a4-b3421dc88141","exec":["pm.test(\"Save Access Token\", function () {\r","    var jsonData = pm.response.json();\r","    pm.collectionVariables.set(\"access_token\", jsonData.data.token.access_token);\r","});"],"type":"text/javascript"}}],"id":"4df421bf-817c-4f26-a318-5ef7bf9a377d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"arolinetr@gmail.com\",\r\n    \"password\":\"password\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://kmb5alta.online/login","urlObject":{"path":["login"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"d0654a68-2278-4808-a030-ebbbdf1050bc","name":"Success Login Admin","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"oryzasativacikal@gmail.com\",\r\n    \"password\":\"Admin!44\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://kmb5alta.online/login"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"name\": \"Admin\",\n        \"email\": \"admin@gmail.com\",\n        \"token\": {\n            \"access_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2OTc3OTgxMjMsImlhdCI6MTY5Nzc5NDUyMywiaWQiOjEsInJvbGUiOiJBZG1pbiIsInN0YXR1cyI6IkFjdGl2ZSJ9.TzpsG64mzq_PGV0oezviNsrTUcCitgimd43C4XzYXJs\",\n            \"refresh_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2OTc4ODA5MjN9.AGZpgxlb_LLuMoYlAWVWSGgfOojGtzb86QHs6ikSmWY\"\n        }\n    },\n    \"message\": \"Success\"\n}"},{"id":"1442b4b5-6af6-463e-9203-f18784e09c0a","name":"Success Login Patient","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"admin@gmail.com\",\r\n    \"password\":\"admin123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"34.132.155.76:8000/login"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"name\": \"Irvan Hauwerich\",\n        \"email\": \"irvanhau@gmail.com\",\n        \"token\": {\n            \"access_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2OTc3OTgxMjMsImlhdCI6MTY5Nzc5NDUyMywiaWQiOjEsInJvbGUiOiJBZG1pbiIsInN0YXR1cyI6IkFjdGl2ZSJ9.TzpsG64mzq_PGV0oezviNsrTUcCitgimd43C4XzYXJs\",\n            \"refresh_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2OTc4ODA5MjN9.AGZpgxlb_LLuMoYlAWVWSGgfOojGtzb86QHs6ikSmWY\"\n        }\n    },\n    \"message\": \"Success\"\n}"},{"id":"db648326-c6f2-495b-b4b0-8855295928ec","name":"Success Login Doctor","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"arolinetr@gmail.com\",\r\n    \"password\":\"password\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://kmb5alta.online/login"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"name\": \"Rades\",\n        \"email\": \"Rades@gmail.com\",\n        \"token\": {\n            \"access_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2OTc3OTgxMjMsImlhdCI6MTY5Nzc5NDUyMywiaWQiOjEsInJvbGUiOiJBZG1pbiIsInN0YXR1cyI6IkFjdGl2ZSJ9.TzpsG64mzq_PGV0oezviNsrTUcCitgimd43C4XzYXJs\",\n            \"refresh_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2OTc4ODA5MjN9.AGZpgxlb_LLuMoYlAWVWSGgfOojGtzb86QHs6ikSmWY\"\n        }\n    },\n    \"message\": \"Success\"\n}"},{"id":"5f97cae5-de03-4f5e-bb3a-1f4d57c558f9","name":"Incorrect Password","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"arolinetr@gmail.com\",\r\n    \"password\":\"password1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://kmb5alta.online/login"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\":\"Incorrect Password\"\r\n}"},{"id":"7d7a304c-72ea-4d03-b99f-492f667ed78d","name":"Data Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"doctor@gmail.com\",\r\n    \"password\":\"wrong\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://kmb5alta.online/login"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\":\"Data not found\"\r\n}"}],"_postman_id":"4df421bf-817c-4f26-a318-5ef7bf9a377d"},{"name":"Login Google","id":"710f7a61-0042-4724-aa1b-76afcdea5a99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8000/login/google","description":"<ul>\n<li>Login Google ini akan redirect ke halaman google</li>\n<li>Jika pengguna sudah melakukan login google, maka akan di alihkan ke API <a href=\"https://www.postman.com/lively-desert-117777/workspace/empathicare/documentation/30980878-059662e9-af70-48a0-9d24-4e1cb7f91d94?entity=request-caa352a9-65d3-449c-8c54-6ff70ffa5b0e\">Login Google Callback</a></li>\n</ul>\n","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"dcb81826-0e0e-4645-8f8a-96b821dbadd3","id":"dcb81826-0e0e-4645-8f8a-96b821dbadd3","name":"Authentication","type":"folder"}},"urlObject":{"path":["login","google"],"host":["localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"0196076b-32e2-4854-beb4-7d06753a817f","name":"Redirect to Callback","originalRequest":{"method":"GET","header":[],"url":"localhost:8000/login/google"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Vary","value":"Sec-Fetch-Dest, Sec-Fetch-Mode, Sec-Fetch-Site"},{"key":"Set-Cookie","value":"__Host-GAPS=1:jjymWS4rChusIiwskOnt3Uf6h_DaMQ:f-RUDAK2CmBFV79r; Expires=Sat, 29-Nov-2025 04:43:31 GMT; Path=/; Secure; HttpOnly; Priority=HIGH"},{"key":"x-ua-compatible","value":"IE=edge"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"Mon, 01 Jan 1990 00:00:00 GMT"},{"key":"Date","value":"Thu, 30 Nov 2023 04:43:31 GMT"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Permissions-Policy","value":"ch-ua-arch=*, ch-ua-bitness=*, ch-ua-full-version=*, ch-ua-full-version-list=*, ch-ua-model=*, ch-ua-wow64=*, ch-ua-form-factor=*, ch-ua-platform=*, ch-ua-platform-version=*"},{"key":"Content-Security-Policy","value":"script-src 'report-sample' 'nonce-PRrKVYzC3IHIm38HjVjHLA' 'unsafe-inline';object-src 'none';base-uri 'self';report-uri /v3/signin/_/AccountsSignInUi/cspreport;worker-src 'self'"},{"key":"Content-Security-Policy","value":"require-trusted-types-for 'script';report-uri /v3/signin/_/AccountsSignInUi/cspreport"},{"key":"Cross-Origin-Resource-Policy","value":"same-site"},{"key":"Cross-Origin-Opener-Policy-Report-Only","value":"same-origin; report-to=\"AccountsSignInUi\""},{"key":"Report-To","value":"{\"group\":\"AccountsSignInUi\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://csp.withgoogle.com/csp/report-to/AccountsSignInUi\"}]}"},{"key":"Accept-CH","value":"Sec-CH-UA-Arch, Sec-CH-UA-Bitness, Sec-CH-UA-Full-Version, Sec-CH-UA-Full-Version-List, Sec-CH-UA-Model, Sec-CH-UA-WoW64, Sec-CH-UA-Form-Factor, Sec-CH-UA-Platform, Sec-CH-UA-Platform-Version"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"ESF"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"<!doctype html><html lang=\"en-US\" dir=\"ltr\"><head><base href=\"https://accounts.google.com/v3/signin/\"><meta name=\"referrer\" content=\"origin\"><style data-href=\"https://www.gstatic.com/_/mss/boq-identity/_/ss/k=boq-identity.AccountsSignInUi.krwQnH3vCcw.L.X.O/am=jwiLyBwbgPL_ABQAEAAoUAAAAAAAAAAAABqIJQQ/d=1/ed=1/rs=AOaEmlElm0gRw462rVVDS6oB8wOaHXpkwQ/m=identifierview,_b,_tp\" nonce=\"e5sLsLPzKtumM2P0LQKMDw\">c-wiz{contain:style}c-wiz>c-data{display:none}c-wiz.rETSD{contain:none}c-wiz.Ubi8Z{contain:layout style}@-webkit-keyframes mdc-ripple-fg-radius-in{0%{-webkit-animation-timing-function:cubic-bezier(0.4,0,0.2,1);-webkit-animation-timing-function:cubic-bezier(0.4,0,0.2,1);-o-animation-timing-function:cubic-bezier(0.4,0,0.2,1);animation-timing-function:cubic-bezier(0.4,0,0.2,1);-webkit-transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1);-webkit-transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1);-ms-transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1);-o-transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1);transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1)}to{-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));-ms-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));-o-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}}@keyframes mdc-ripple-fg-radius-in{0%{-webkit-animation-timing-function:cubic-bezier(0.4,0,0.2,1);-webkit-animation-timing-function:cubic-bezier(0.4,0,0.2,1);-o-animation-timing-function:cubic-bezier(0.4,0,0.2,1);animation-timing-function:cubic-bezier(0.4,0,0.2,1);-webkit-transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1);-webkit-transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1);-ms-transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1);-o-transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1);transform:translate(var(--mdc-ripple-fg-translate-start,0)) scale(1)}to{-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));-ms-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));-o-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}}@-webkit-keyframes mdc-ripple-fg-opacity-in{0%{-webkit-animation-timing-function:linear;-webkit-animation-timing-function:linear;-o-animation-timing-function:linear;animation-timing-function:linear;opacity:0}to{opacity:var(--mdc-ripple-fg-opacity,0)}}@keyframes mdc-ripple-fg-opacity-in{0%{-webkit-animation-timing-function:linear;-webkit-animation-timing-function:linear;-o-animation-timing-function:linear;animation-timing-function:linear;opacity:0}to{opacity:var(--mdc-ripple-fg-opacity,0)}}@-webkit-keyframes mdc-ripple-fg-opacity-out{0%{-webkit-animation-timing-function:linear;-webkit-animation-timing-function:linear;-o-animation-timing-function:linear;animation-timing-function:linear;opacity:var(--mdc-ripple-fg-opacity,0)}to{opacity:0}}@keyframes mdc-ripple-fg-opacity-out{0%{-webkit-animation-timing-function:linear;-webkit-animation-timing-function:linear;-o-animation-timing-function:linear;animation-timing-function:linear;opacity:var(--mdc-ripple-fg-opacity,0)}to{opacity:0}}.VfPpkd-ksKsZd-XxIAqe{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity;position:relative;outline:none;overflow:hidden}.VfPpkd-ksKsZd-XxIAqe::before,.VfPpkd-ksKsZd-XxIAqe::after{position:absolute;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;opacity:0;pointer-events:none;content:\"\"}.VfPpkd-ksKsZd-XxIAqe::before{-webkit-transition:opacity 15ms linear,background-color 15ms linear;-webkit-transition:opacity 15ms linear,background-color 15ms linear;-o-transition:opacity 15ms linear,background-color 15ms linear;transition:opacity 15ms linear,background-color 15ms linear;z-index:1;z-index:var(--mdc-ripple-z-index,1)}.VfPpkd-ksKsZd-XxIAqe::after{z-index:0;z-index:var(--mdc-ripple-z-index,0)}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d::before{-webkit-transform:scale(var(--mdc-ripple-fg-scale,1));-webkit-transform:scale(var(--mdc-ripple-fg-scale,1));-ms-transform:scale(var(--mdc-ripple-fg-scale,1));-o-transform:scale(var(--mdc-ripple-fg-scale,1));transform:scale(var(--mdc-ripple-fg-scale,1))}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d::after{top:0;left:0;-webkit-transform:scale(0);-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:center center;-webkit-transform-origin:center center;-ms-transform-origin:center center;-o-transform-origin:center center;transform-origin:center center}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-lJfZMc::after{-webkit-animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards;-webkit-animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards;-o-animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards;animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-OmS1vf::after{-webkit-animation:mdc-ripple-fg-opacity-out 150ms;-webkit-animation:mdc-ripple-fg-opacity-out 150ms;-o-animation:mdc-ripple-fg-opacity-out 150ms;animation:mdc-ripple-fg-opacity-out 150ms;-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));-ms-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));-o-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.VfPpkd-ksKsZd-XxIAqe::before,.VfPpkd-ksKsZd-XxIAqe::after{top:-webkit-calc(50% - 100%);top:-moz-calc(50% - 100%);top:calc(50% - 100%);left:-webkit-calc(50% - 100%);left:-moz-calc(50% - 100%);left:calc(50% - 100%);width:200%;height:200%}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.VfPpkd-ksKsZd-XxIAqe[data-mdc-ripple-is-unbounded],.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd{overflow:visible}.VfPpkd-ksKsZd-XxIAqe[data-mdc-ripple-is-unbounded]::before,.VfPpkd-ksKsZd-XxIAqe[data-mdc-ripple-is-unbounded]::after,.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd::before,.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd::after{top:-webkit-calc(50% - 50%);top:-moz-calc(50% - 50%);top:calc(50% - 50%);left:-webkit-calc(50% - 50%);left:-moz-calc(50% - 50%);left:calc(50% - 50%);width:100%;height:100%}.VfPpkd-ksKsZd-XxIAqe[data-mdc-ripple-is-unbounded].VfPpkd-ksKsZd-mWPk3d::before,.VfPpkd-ksKsZd-XxIAqe[data-mdc-ripple-is-unbounded].VfPpkd-ksKsZd-mWPk3d::after,.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd.VfPpkd-ksKsZd-mWPk3d::before,.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd.VfPpkd-ksKsZd-mWPk3d::after{top:var(--mdc-ripple-top,calc(50% - 50%));left:var(--mdc-ripple-left,calc(50% - 50%));width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.VfPpkd-ksKsZd-XxIAqe[data-mdc-ripple-is-unbounded].VfPpkd-ksKsZd-mWPk3d::after,.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd.VfPpkd-ksKsZd-mWPk3d::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.VfPpkd-ksKsZd-XxIAqe::before,.VfPpkd-ksKsZd-XxIAqe::after{background-color:#000;background-color:var(--mdc-ripple-color,#000)}.VfPpkd-ksKsZd-XxIAqe:hover::before,.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,0.04)}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe::before,.VfPpkd-ksKsZd-XxIAqe:not(.VfPpkd-ksKsZd-mWPk3d):focus::before{-webkit-transition-duration:75ms;-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,0.12)}.VfPpkd-ksKsZd-XxIAqe:not(.VfPpkd-ksKsZd-mWPk3d)::after{-webkit-transition:opacity 150ms linear;-webkit-transition:opacity 150ms linear;-o-transition:opacity 150ms linear;transition:opacity 150ms linear}.VfPpkd-ksKsZd-XxIAqe:not(.VfPpkd-ksKsZd-mWPk3d):active::after{-webkit-transition-duration:75ms;-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity,0.12)}.VfPpkd-ksKsZd-XxIAqe.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.12)}.VfPpkd-dgl2Hf-ppHlrf-sM5MNb{display:inline}.VfPpkd-Bz112c-LgbsSe{font-size:24px;width:48px;height:48px;padding:12px}.VfPpkd-Bz112c-LgbsSe.VfPpkd-Bz112c-LgbsSe-OWXEXe-e5LLRc-SxQuSe .VfPpkd-Bz112c-Jh9lGc{width:40px;height:40px;margin-top:4px;margin-bottom:4px;margin-right:4px;margin-left:4px}.VfPpkd-Bz112c-LgbsSe.VfPpkd-Bz112c-LgbsSe-OWXEXe-e5LLRc-SxQuSe .VfPpkd-Bz112c-J1Ukfc-LhBDec{max-height:40px;max-width:40px}.VfPpkd-Bz112c-LgbsSe:disabled{color:rgba(0,0,0,.38);color:var(--mdc-theme-text-disabled-on-light,rgba(0,0,0,.38))}.VfPpkd-Bz112c-LgbsSe svg,.VfPpkd-Bz112c-LgbsSe img{width:24px;height:24px}.VfPpkd-Bz112c-LgbsSe{display:inline-block;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;border:none;outline:none;background-color:transparent;fill:currentColor;color:inherit;text-decoration:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:0;overflow:visible}.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-RLmnJb{position:absolute;top:50%;height:48px;left:50%;width:48px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (forced-colors:active){.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Bz112c-J1Ukfc-LhBDec,.VfPpkd-Bz112c-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Bz112c-J1Ukfc-LhBDec{display:block}}.VfPpkd-Bz112c-LgbsSe:disabled{cursor:default;pointer-events:none}.VfPpkd-Bz112c-LgbsSe[hidden]{display:none}.VfPpkd-Bz112c-LgbsSe-OWXEXe-KVuj8d-Q3DXx{-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.VfPpkd-Bz112c-J1Ukfc-LhBDec{pointer-events:none;border:2px solid transparent;border-radius:6px;-webkit-box-sizing:content-box;box-sizing:content-box;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:100%;width:100%;display:none}@media screen and (forced-colors:active){.VfPpkd-Bz112c-J1Ukfc-LhBDec{border-color:CanvasText}}.VfPpkd-Bz112c-J1Ukfc-LhBDec::after{content:\"\";border:2px solid transparent;border-radius:8px;display:block;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:calc(100% + 4px);width:calc(100% + 4px)}@media screen and (forced-colors:active){.VfPpkd-Bz112c-J1Ukfc-LhBDec::after{border-color:CanvasText}}.VfPpkd-Bz112c-kBDsod{display:inline-block}.VfPpkd-Bz112c-kBDsod.VfPpkd-Bz112c-kBDsod-OWXEXe-IT5dJd,.VfPpkd-Bz112c-LgbsSe-OWXEXe-IT5dJd .VfPpkd-Bz112c-kBDsod{display:none}.VfPpkd-Bz112c-LgbsSe-OWXEXe-IT5dJd .VfPpkd-Bz112c-kBDsod.VfPpkd-Bz112c-kBDsod-OWXEXe-IT5dJd{display:inline-block}.VfPpkd-Bz112c-mRLv6{height:100%;left:0;outline:none;position:absolute;top:0;width:100%}.VfPpkd-Bz112c-LgbsSe{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:\"\"}.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::before{-webkit-transition:opacity 15ms linear,background-color 15ms linear;-o-transition:opacity 15ms linear,background-color 15ms linear;transition:opacity 15ms linear,background-color 15ms linear;z-index:1;z-index:var(--mdc-ripple-z-index,1)}.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::after{z-index:0;z-index:var(--mdc-ripple-z-index,0)}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Bz112c-Jh9lGc::before{-webkit-transform:scale(var(--mdc-ripple-fg-scale,1));-ms-transform:scale(var(--mdc-ripple-fg-scale,1));-o-transform:scale(var(--mdc-ripple-fg-scale,1));transform:scale(var(--mdc-ripple-fg-scale,1))}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Bz112c-Jh9lGc::after{top:0;left:0;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:center center;-ms-transform-origin:center center;-o-transform-origin:center center;transform-origin:center center}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd .VfPpkd-Bz112c-Jh9lGc::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-lJfZMc .VfPpkd-Bz112c-Jh9lGc::after{-webkit-animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards;animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-OmS1vf .VfPpkd-Bz112c-Jh9lGc::after{-webkit-animation:mdc-ripple-fg-opacity-out .15s;animation:mdc-ripple-fg-opacity-out .15s;-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));-ms-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));-o-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::after{top:0;left:0;width:100%;height:100%}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Bz112c-Jh9lGc::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0);width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Bz112c-Jh9lGc::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc::after{background-color:#000;background-color:var(--mdc-ripple-color,#000)}.VfPpkd-Bz112c-LgbsSe:hover .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Bz112c-Jh9lGc::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Bz112c-Jh9lGc::before{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.VfPpkd-Bz112c-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Bz112c-Jh9lGc::after{-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-Bz112c-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Bz112c-Jh9lGc::after{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity,.12)}.VfPpkd-Bz112c-LgbsSe.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.12)}.VfPpkd-Bz112c-LgbsSe:disabled:hover .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe:disabled.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Bz112c-Jh9lGc::before{opacity:0;opacity:var(--mdc-ripple-hover-opacity,0)}.VfPpkd-Bz112c-LgbsSe:disabled.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Bz112c-Jh9lGc::before,.VfPpkd-Bz112c-LgbsSe:disabled:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Bz112c-Jh9lGc::before{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:0;opacity:var(--mdc-ripple-focus-opacity,0)}.VfPpkd-Bz112c-LgbsSe:disabled:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Bz112c-Jh9lGc::after{-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-Bz112c-LgbsSe:disabled:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Bz112c-Jh9lGc::after{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:0;opacity:var(--mdc-ripple-press-opacity,0)}.VfPpkd-Bz112c-LgbsSe:disabled.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0)}.VfPpkd-Bz112c-LgbsSe .VfPpkd-Bz112c-Jh9lGc{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:-1}.VfPpkd-LgbsSe{position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box;min-width:64px;border:none;outline:none;line-height:inherit;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-appearance:none;overflow:visible;vertical-align:middle;background:transparent}.VfPpkd-LgbsSe .VfPpkd-BFbNVe-bF1uUb{width:100%;height:100%;top:0;left:0}.VfPpkd-LgbsSe::-moz-focus-inner{padding:0;border:0}.VfPpkd-LgbsSe:active{outline:none}.VfPpkd-LgbsSe:hover{cursor:pointer}.VfPpkd-LgbsSe:disabled{cursor:default;pointer-events:none}.VfPpkd-LgbsSe[hidden]{display:none}.VfPpkd-LgbsSe .VfPpkd-kBDsod{margin-left:0;margin-right:8px;display:inline-block;position:relative;vertical-align:top}[dir=rtl] .VfPpkd-LgbsSe .VfPpkd-kBDsod,.VfPpkd-LgbsSe .VfPpkd-kBDsod[dir=rtl]{margin-left:8px;margin-right:0}.VfPpkd-LgbsSe .VfPpkd-UdE5de-uDEFge{font-size:0;position:absolute;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);top:50%;left:50%;line-height:normal}.VfPpkd-LgbsSe .VfPpkd-vQzf8d{position:relative}.VfPpkd-LgbsSe .VfPpkd-J1Ukfc-LhBDec{pointer-events:none;border:2px solid transparent;border-radius:6px;-webkit-box-sizing:content-box;box-sizing:content-box;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:calc(100% + 4px);width:calc(100% + 4px);display:none}@media screen and (forced-colors:active){.VfPpkd-LgbsSe .VfPpkd-J1Ukfc-LhBDec{border-color:CanvasText}}.VfPpkd-LgbsSe .VfPpkd-J1Ukfc-LhBDec::after{content:\"\";border:2px solid transparent;border-radius:8px;display:block;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:calc(100% + 4px);width:calc(100% + 4px)}@media screen and (forced-colors:active){.VfPpkd-LgbsSe .VfPpkd-J1Ukfc-LhBDec::after{border-color:CanvasText}}@media screen and (forced-colors:active){.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-J1Ukfc-LhBDec,.VfPpkd-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-J1Ukfc-LhBDec{display:block}}.VfPpkd-LgbsSe .VfPpkd-RLmnJb{position:absolute;top:50%;height:48px;left:0;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}.VfPpkd-vQzf8d+.VfPpkd-kBDsod{margin-left:8px;margin-right:0}[dir=rtl] .VfPpkd-vQzf8d+.VfPpkd-kBDsod,.VfPpkd-vQzf8d+.VfPpkd-kBDsod[dir=rtl]{margin-left:0;margin-right:8px}svg.VfPpkd-kBDsod{fill:currentColor}.VfPpkd-LgbsSe-OWXEXe-dgl2Hf{margin-top:6px;margin-bottom:6px}.VfPpkd-LgbsSe{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-decoration:none}.VfPpkd-LgbsSe{padding:0 8px 0 8px}.VfPpkd-LgbsSe-OWXEXe-k8QpJ{-webkit-transition:-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);-o-transition:box-shadow .28s cubic-bezier(.4,0,.2,1);transition:box-shadow .28s cubic-bezier(.4,0,.2,1);transition:box-shadow .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);padding:0 16px 0 16px}.VfPpkd-LgbsSe-OWXEXe-k8QpJ.VfPpkd-LgbsSe-OWXEXe-Bz112c-UbuQg{padding:0 12px 0 16px}.VfPpkd-LgbsSe-OWXEXe-k8QpJ.VfPpkd-LgbsSe-OWXEXe-Bz112c-M1Soyc{padding:0 16px 0 12px}.VfPpkd-LgbsSe-OWXEXe-MV7yeb{-webkit-transition:-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);-o-transition:box-shadow .28s cubic-bezier(.4,0,.2,1);transition:box-shadow .28s cubic-bezier(.4,0,.2,1);transition:box-shadow .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);padding:0 16px 0 16px}.VfPpkd-LgbsSe-OWXEXe-MV7yeb.VfPpkd-LgbsSe-OWXEXe-Bz112c-UbuQg{padding:0 12px 0 16px}.VfPpkd-LgbsSe-OWXEXe-MV7yeb.VfPpkd-LgbsSe-OWXEXe-Bz112c-M1Soyc{padding:0 16px 0 12px}.VfPpkd-LgbsSe-OWXEXe-INsAgc{border-style:solid;-webkit-transition:border .28s cubic-bezier(.4,0,.2,1);-o-transition:border .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1)}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-Jh9lGc{border-style:solid;border-color:transparent}.VfPpkd-LgbsSe{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:\"\"}.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::before{-webkit-transition:opacity 15ms linear,background-color 15ms linear;-o-transition:opacity 15ms linear,background-color 15ms linear;transition:opacity 15ms linear,background-color 15ms linear;z-index:1}.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::after{z-index:0}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Jh9lGc::before{-webkit-transform:scale(var(--mdc-ripple-fg-scale,1));-ms-transform:scale(var(--mdc-ripple-fg-scale,1));-o-transform:scale(var(--mdc-ripple-fg-scale,1));transform:scale(var(--mdc-ripple-fg-scale,1))}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Jh9lGc::after{top:0;left:0;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:center center;-ms-transform-origin:center center;-o-transform-origin:center center;transform-origin:center center}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd .VfPpkd-Jh9lGc::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-lJfZMc .VfPpkd-Jh9lGc::after{-webkit-animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards;animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-OmS1vf .VfPpkd-Jh9lGc::after{-webkit-animation:mdc-ripple-fg-opacity-out .15s;animation:mdc-ripple-fg-opacity-out .15s;-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));-ms-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));-o-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::after{top:-50%;left:-50%;width:200%;height:200%}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d .VfPpkd-Jh9lGc::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.VfPpkd-Jh9lGc{position:absolute;-webkit-box-sizing:content-box;box-sizing:content-box;overflow:hidden;z-index:0;top:0;left:0;bottom:0;right:0}.VfPpkd-LgbsSe{font-family:Roboto,sans-serif;font-size:.875rem;letter-spacing:.0892857143em;font-weight:500;text-transform:uppercase;height:36px;border-radius:4px}.VfPpkd-LgbsSe:not(:disabled){color:#6200ee}.VfPpkd-LgbsSe:disabled{color:rgba(0,0,0,.38)}.VfPpkd-LgbsSe .VfPpkd-kBDsod{font-size:1.125rem;width:1.125rem;height:1.125rem}.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::before{background-color:#6200ee}.VfPpkd-LgbsSe .VfPpkd-Jh9lGc::after{background-color:#6200ee}.VfPpkd-LgbsSe:hover .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:.04}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.12}.VfPpkd-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-LgbsSe:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.12}.VfPpkd-LgbsSe.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-text-button-pressed-state-layer-opacity,0.12)}.VfPpkd-LgbsSe .VfPpkd-Jh9lGc{border-radius:4px}.VfPpkd-LgbsSe .VfPpkd-J1Ukfc-LhBDec{border-radius:2px}.VfPpkd-LgbsSe .VfPpkd-J1Ukfc-LhBDec::after{border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-k8QpJ{font-family:Roboto,sans-serif;font-size:.875rem;letter-spacing:.0892857143em;font-weight:500;text-transform:uppercase;height:36px;border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-k8QpJ:not(:disabled){background-color:#6200ee}.VfPpkd-LgbsSe-OWXEXe-k8QpJ:disabled{background-color:rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-k8QpJ:not(:disabled){color:#fff}.VfPpkd-LgbsSe-OWXEXe-k8QpJ:disabled{color:rgba(0,0,0,.38)}.VfPpkd-LgbsSe-OWXEXe-k8QpJ .VfPpkd-kBDsod{font-size:1.125rem;width:1.125rem;height:1.125rem}.VfPpkd-LgbsSe-OWXEXe-k8QpJ .VfPpkd-Jh9lGc::before{background-color:#fff}.VfPpkd-LgbsSe-OWXEXe-k8QpJ .VfPpkd-Jh9lGc::after{background-color:#fff}.VfPpkd-LgbsSe-OWXEXe-k8QpJ:hover .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe-OWXEXe-k8QpJ.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:.08}.VfPpkd-LgbsSe-OWXEXe-k8QpJ.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe-OWXEXe-k8QpJ:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.24}.VfPpkd-LgbsSe-OWXEXe-k8QpJ:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-LgbsSe-OWXEXe-k8QpJ:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.24}.VfPpkd-LgbsSe-OWXEXe-k8QpJ.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-filled-button-pressed-state-layer-opacity,0.24)}.VfPpkd-LgbsSe-OWXEXe-k8QpJ .VfPpkd-Jh9lGc{border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-k8QpJ .VfPpkd-J1Ukfc-LhBDec{border-radius:2px}.VfPpkd-LgbsSe-OWXEXe-k8QpJ .VfPpkd-J1Ukfc-LhBDec::after{border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-MV7yeb{font-family:Roboto,sans-serif;font-size:.875rem;letter-spacing:.0892857143em;font-weight:500;text-transform:uppercase;height:36px;border-radius:4px;-webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:not(:disabled){background-color:#6200ee}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:disabled{background-color:rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:not(:disabled){color:#fff}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:disabled{color:rgba(0,0,0,.38)}.VfPpkd-LgbsSe-OWXEXe-MV7yeb .VfPpkd-kBDsod{font-size:1.125rem;width:1.125rem;height:1.125rem}.VfPpkd-LgbsSe-OWXEXe-MV7yeb .VfPpkd-Jh9lGc::before{background-color:#fff}.VfPpkd-LgbsSe-OWXEXe-MV7yeb .VfPpkd-Jh9lGc::after{background-color:#fff}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:hover .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe-OWXEXe-MV7yeb.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:.08}.VfPpkd-LgbsSe-OWXEXe-MV7yeb.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe-OWXEXe-MV7yeb:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.24}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.24}.VfPpkd-LgbsSe-OWXEXe-MV7yeb.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-protected-button-pressed-state-layer-opacity,0.24)}.VfPpkd-LgbsSe-OWXEXe-MV7yeb .VfPpkd-Jh9lGc{border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-MV7yeb .VfPpkd-J1Ukfc-LhBDec{border-radius:2px}.VfPpkd-LgbsSe-OWXEXe-MV7yeb .VfPpkd-J1Ukfc-LhBDec::after{border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-MV7yeb.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe,.VfPpkd-LgbsSe-OWXEXe-MV7yeb:not(.VfPpkd-ksKsZd-mWPk3d):focus{-webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:hover{-webkit-box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:not(:disabled):active{-webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-MV7yeb:disabled{-webkit-box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12);box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-INsAgc{font-family:Roboto,sans-serif;font-size:.875rem;letter-spacing:.0892857143em;font-weight:500;text-transform:uppercase;height:36px;border-radius:4px;padding:0 15px 0 15px;border-width:1px}.VfPpkd-LgbsSe-OWXEXe-INsAgc:not(:disabled){color:#6200ee}.VfPpkd-LgbsSe-OWXEXe-INsAgc:disabled{color:rgba(0,0,0,.38)}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-kBDsod{font-size:1.125rem;width:1.125rem;height:1.125rem}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-Jh9lGc::before{background-color:#6200ee}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-Jh9lGc::after{background-color:#6200ee}.VfPpkd-LgbsSe-OWXEXe-INsAgc:hover .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe-OWXEXe-INsAgc.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:.04}.VfPpkd-LgbsSe-OWXEXe-INsAgc.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.VfPpkd-LgbsSe-OWXEXe-INsAgc:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.12}.VfPpkd-LgbsSe-OWXEXe-INsAgc:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-LgbsSe-OWXEXe-INsAgc:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.12}.VfPpkd-LgbsSe-OWXEXe-INsAgc.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-outlined-button-pressed-state-layer-opacity,0.12)}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-Jh9lGc{border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-J1Ukfc-LhBDec{border-radius:2px}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-J1Ukfc-LhBDec::after{border-radius:4px}.VfPpkd-LgbsSe-OWXEXe-INsAgc:not(:disabled){border-color:rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-INsAgc:disabled{border-color:rgba(0,0,0,.12)}.VfPpkd-LgbsSe-OWXEXe-INsAgc.VfPpkd-LgbsSe-OWXEXe-Bz112c-UbuQg{padding:0 11px 0 15px}.VfPpkd-LgbsSe-OWXEXe-INsAgc.VfPpkd-LgbsSe-OWXEXe-Bz112c-M1Soyc{padding:0 15px 0 11px}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-Jh9lGc{top:-1px;left:-1px;bottom:-1px;right:-1px;border-width:1px}.VfPpkd-LgbsSe-OWXEXe-INsAgc .VfPpkd-RLmnJb{left:-1px;width:calc(100% + 2px)}.nCP5yc{font-family:\"Google Sans\",Roboto,Arial,sans-serif;font-size:.875rem;letter-spacing:.0107142857em;font-weight:500;text-transform:none;-webkit-transition:border .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);-o-transition:border .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);-webkit-box-shadow:none;box-shadow:none}.nCP5yc .VfPpkd-Jh9lGc{height:100%;position:absolute;overflow:hidden;width:100%;z-index:0}.nCP5yc:not(:disabled){background-color:rgb(26,115,232);background-color:var(--gm-fillbutton-container-color,rgb(26,115,232))}.nCP5yc:not(:disabled){color:#fff;color:var(--gm-fillbutton-ink-color,#fff)}.nCP5yc:disabled{background-color:rgba(60,64,67,.12);background-color:var(--gm-fillbutton-disabled-container-color,rgba(60,64,67,.12))}.nCP5yc:disabled{color:rgba(60,64,67,.38);color:var(--gm-fillbutton-disabled-ink-color,rgba(60,64,67,.38))}.nCP5yc .VfPpkd-Jh9lGc::before,.nCP5yc .VfPpkd-Jh9lGc::after{background-color:rgb(32,33,36);background-color:var(--gm-fillbutton-state-color,rgb(32,33,36))}.nCP5yc:hover .VfPpkd-Jh9lGc::before,.nCP5yc.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:.16;opacity:var(--mdc-ripple-hover-opacity,.16)}.nCP5yc.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.nCP5yc:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.24;opacity:var(--mdc-ripple-focus-opacity,.24)}.nCP5yc:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.nCP5yc:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.2;opacity:var(--mdc-ripple-press-opacity,.2)}.nCP5yc.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.2)}.nCP5yc .VfPpkd-BFbNVe-bF1uUb{opacity:0}.nCP5yc .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-uI4vCe-LkdAo,.nCP5yc .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:#fff}@media (-ms-high-contrast:active),screen and (forced-colors:active){.nCP5yc .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-uI4vCe-LkdAo,.nCP5yc .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:CanvasText}}.nCP5yc:hover{-webkit-box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);-webkit-box-shadow:0 1px 2px 0 var(--gm-fillbutton-keyshadow-color,rgba(60,64,67,.3)),0 1px 3px 1px var(--gm-fillbutton-ambientshadow-color,rgba(60,64,67,.15));box-shadow:0 1px 2px 0 var(--gm-fillbutton-keyshadow-color,rgba(60,64,67,.3)),0 1px 3px 1px var(--gm-fillbutton-ambientshadow-color,rgba(60,64,67,.15))}.nCP5yc:hover .VfPpkd-BFbNVe-bF1uUb{opacity:0}.nCP5yc:active{-webkit-box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 2px 6px 2px rgba(60,64,67,.15);box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 2px 6px 2px rgba(60,64,67,.15);-webkit-box-shadow:0 1px 2px 0 var(--gm-fillbutton-keyshadow-color,rgba(60,64,67,.3)),0 2px 6px 2px var(--gm-fillbutton-ambientshadow-color,rgba(60,64,67,.15));box-shadow:0 1px 2px 0 var(--gm-fillbutton-keyshadow-color,rgba(60,64,67,.3)),0 2px 6px 2px var(--gm-fillbutton-ambientshadow-color,rgba(60,64,67,.15))}.nCP5yc:active .VfPpkd-BFbNVe-bF1uUb{opacity:0}.nCP5yc:disabled{-webkit-box-shadow:none;box-shadow:none}.nCP5yc:disabled:hover .VfPpkd-Jh9lGc::before,.nCP5yc:disabled.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:0;opacity:var(--mdc-ripple-hover-opacity,0)}.nCP5yc:disabled.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.nCP5yc:disabled:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:0;opacity:var(--mdc-ripple-focus-opacity,0)}.nCP5yc:disabled:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.nCP5yc:disabled:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:0;opacity:var(--mdc-ripple-press-opacity,0)}.nCP5yc:disabled.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0)}.nCP5yc:disabled .VfPpkd-BFbNVe-bF1uUb{opacity:0}.Rj2Mlf{font-family:\"Google Sans\",Roboto,Arial,sans-serif;font-size:.875rem;letter-spacing:.0107142857em;font-weight:500;text-transform:none;-webkit-transition:border .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);-o-transition:border .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);-webkit-box-shadow:none;box-shadow:none}.Rj2Mlf .VfPpkd-Jh9lGc{height:100%;position:absolute;overflow:hidden;width:100%;z-index:0}.Rj2Mlf:not(:disabled){color:rgb(26,115,232);color:var(--gm-hairlinebutton-ink-color,rgb(26,115,232))}.Rj2Mlf:not(:disabled){border-color:rgb(218,220,224);border-color:var(--gm-hairlinebutton-outline-color,rgb(218,220,224))}.Rj2Mlf:not(:disabled):hover{border-color:rgb(218,220,224);border-color:var(--gm-hairlinebutton-outline-color,rgb(218,220,224))}.Rj2Mlf:not(:disabled).VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe,.Rj2Mlf:not(:disabled):not(.VfPpkd-ksKsZd-mWPk3d):focus{border-color:rgb(23,78,166);border-color:var(--gm-hairlinebutton-outline-color--stateful,rgb(23,78,166))}.Rj2Mlf:not(:disabled):active,.Rj2Mlf:not(:disabled):focus:active{border-color:rgb(218,220,224);border-color:var(--gm-hairlinebutton-outline-color,rgb(218,220,224))}.Rj2Mlf:disabled{color:rgba(60,64,67,.38);color:var(--gm-hairlinebutton-disabled-ink-color,rgba(60,64,67,.38))}.Rj2Mlf:disabled{border-color:rgba(60,64,67,.12);border-color:var(--gm-hairlinebutton-disabled-outline-color,rgba(60,64,67,.12))}.Rj2Mlf:hover:not(:disabled),.Rj2Mlf.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe:not(:disabled),.Rj2Mlf:not(.VfPpkd-ksKsZd-mWPk3d):focus:not(:disabled),.Rj2Mlf:active:not(:disabled){color:rgb(23,78,166);color:var(--gm-hairlinebutton-ink-color--stateful,rgb(23,78,166))}.Rj2Mlf .VfPpkd-BFbNVe-bF1uUb{opacity:0}.Rj2Mlf .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-uI4vCe-LkdAo,.Rj2Mlf .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:rgb(26,115,232)}@media (-ms-high-contrast:active),screen and (forced-colors:active){.Rj2Mlf .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-uI4vCe-LkdAo,.Rj2Mlf .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:CanvasText}}.Rj2Mlf .VfPpkd-Jh9lGc::before,.Rj2Mlf .VfPpkd-Jh9lGc::after{background-color:rgb(26,115,232);background-color:var(--gm-hairlinebutton-state-color,rgb(26,115,232))}.Rj2Mlf:hover .VfPpkd-Jh9lGc::before,.Rj2Mlf.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.Rj2Mlf.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.Rj2Mlf:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.Rj2Mlf:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.Rj2Mlf:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity,.12)}.Rj2Mlf.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.12)}.Rj2Mlf:disabled:hover .VfPpkd-Jh9lGc::before,.Rj2Mlf:disabled.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:0;opacity:var(--mdc-ripple-hover-opacity,0)}.Rj2Mlf:disabled.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.Rj2Mlf:disabled:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:0;opacity:var(--mdc-ripple-focus-opacity,0)}.Rj2Mlf:disabled:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.Rj2Mlf:disabled:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:0;opacity:var(--mdc-ripple-press-opacity,0)}.Rj2Mlf:disabled.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0)}.b9hyVd{font-family:\"Google Sans\",Roboto,Arial,sans-serif;font-size:.875rem;letter-spacing:.0107142857em;font-weight:500;text-transform:none;-webkit-transition:border .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);-o-transition:border .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);border-width:0;-webkit-box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);-webkit-box-shadow:0 1px 2px 0 var(--gm-protectedbutton-keyshadow-color,rgba(60,64,67,.3)),0 1px 3px 1px var(--gm-protectedbutton-ambientshadow-color,rgba(60,64,67,.15));box-shadow:0 1px 2px 0 var(--gm-protectedbutton-keyshadow-color,rgba(60,64,67,.3)),0 1px 3px 1px var(--gm-protectedbutton-ambientshadow-color,rgba(60,64,67,.15))}.b9hyVd .VfPpkd-Jh9lGc{height:100%;position:absolute;overflow:hidden;width:100%;z-index:0}.b9hyVd:not(:disabled){background-color:#fff;background-color:var(--gm-protectedbutton-container-color,#fff)}.b9hyVd:not(:disabled){color:rgb(26,115,232);color:var(--gm-protectedbutton-ink-color,rgb(26,115,232))}.b9hyVd:disabled{background-color:rgba(60,64,67,.12);background-color:var(--gm-protectedbutton-disabled-container-color,rgba(60,64,67,.12))}.b9hyVd:disabled{color:rgba(60,64,67,.38);color:var(--gm-protectedbutton-disabled-ink-color,rgba(60,64,67,.38))}.b9hyVd:hover:not(:disabled),.b9hyVd.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe:not(:disabled),.b9hyVd:not(.VfPpkd-ksKsZd-mWPk3d):focus:not(:disabled),.b9hyVd:active:not(:disabled){color:rgb(23,78,166);color:var(--gm-protectedbutton-ink-color--stateful,rgb(23,78,166))}.b9hyVd .VfPpkd-BFbNVe-bF1uUb{opacity:0}.b9hyVd .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-uI4vCe-LkdAo,.b9hyVd .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:rgb(26,115,232)}@media (-ms-high-contrast:active),screen and (forced-colors:active){.b9hyVd .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-uI4vCe-LkdAo,.b9hyVd .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:CanvasText}}.b9hyVd.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe,.b9hyVd:not(.VfPpkd-ksKsZd-mWPk3d):focus{border-width:0;-webkit-box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);-webkit-box-shadow:0 1px 2px 0 var(--gm-protectedbutton-keyshadow-color,rgba(60,64,67,.3)),0 1px 3px 1px var(--gm-protectedbutton-ambientshadow-color,rgba(60,64,67,.15));box-shadow:0 1px 2px 0 var(--gm-protectedbutton-keyshadow-color,rgba(60,64,67,.3)),0 1px 3px 1px var(--gm-protectedbutton-ambientshadow-color,rgba(60,64,67,.15))}.b9hyVd.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-BFbNVe-bF1uUb,.b9hyVd:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-BFbNVe-bF1uUb{opacity:0}.b9hyVd:hover{border-width:0;-webkit-box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 2px 6px 2px rgba(60,64,67,.15);box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 2px 6px 2px rgba(60,64,67,.15);-webkit-box-shadow:0 1px 2px 0 var(--gm-protectedbutton-keyshadow-color,rgba(60,64,67,.3)),0 2px 6px 2px var(--gm-protectedbutton-ambientshadow-color,rgba(60,64,67,.15));box-shadow:0 1px 2px 0 var(--gm-protectedbutton-keyshadow-color,rgba(60,64,67,.3)),0 2px 6px 2px var(--gm-protectedbutton-ambientshadow-color,rgba(60,64,67,.15))}.b9hyVd:hover .VfPpkd-BFbNVe-bF1uUb{opacity:0}.b9hyVd:not(:disabled):active{border-width:0;-webkit-box-shadow:0 1px 3px 0 rgba(60,64,67,.3),0 4px 8px 3px rgba(60,64,67,.15);box-shadow:0 1px 3px 0 rgba(60,64,67,.3),0 4px 8px 3px rgba(60,64,67,.15);-webkit-box-shadow:0 1px 3px 0 var(--gm-protectedbutton-keyshadow-color,rgba(60,64,67,.3)),0 4px 8px 3px var(--gm-protectedbutton-ambientshadow-color,rgba(60,64,67,.15));box-shadow:0 1px 3px 0 var(--gm-protectedbutton-keyshadow-color,rgba(60,64,67,.3)),0 4px 8px 3px var(--gm-protectedbutton-ambientshadow-color,rgba(60,64,67,.15))}.b9hyVd:not(:disabled):active .VfPpkd-BFbNVe-bF1uUb{opacity:0}.b9hyVd .VfPpkd-Jh9lGc::before,.b9hyVd .VfPpkd-Jh9lGc::after{background-color:rgb(26,115,232);background-color:var(--gm-protectedbutton-state-color,rgb(26,115,232))}.b9hyVd:hover .VfPpkd-Jh9lGc::before,.b9hyVd.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.b9hyVd.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.b9hyVd:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.b9hyVd:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.b9hyVd:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity,.12)}.b9hyVd.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.12)}.b9hyVd:disabled{-webkit-box-shadow:none;box-shadow:none}.b9hyVd:disabled .VfPpkd-BFbNVe-bF1uUb{opacity:0}.b9hyVd:disabled:hover .VfPpkd-Jh9lGc::before,.b9hyVd:disabled.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:0;opacity:var(--mdc-ripple-hover-opacity,0)}.b9hyVd:disabled.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.b9hyVd:disabled:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:0;opacity:var(--mdc-ripple-focus-opacity,0)}.b9hyVd:disabled:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.b9hyVd:disabled:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:0;opacity:var(--mdc-ripple-press-opacity,0)}.b9hyVd:disabled.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0)}.Kjnxrf{font-family:\"Google Sans\",Roboto,Arial,sans-serif;font-size:.875rem;letter-spacing:.0107142857em;font-weight:500;text-transform:none;-webkit-transition:border .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);-o-transition:border .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1);transition:border .28s cubic-bezier(.4,0,.2,1),box-shadow .28s cubic-bezier(.4,0,.2,1),-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1);-webkit-box-shadow:none;box-shadow:none}.Kjnxrf .VfPpkd-Jh9lGc{height:100%;position:absolute;overflow:hidden;width:100%;z-index:0}.Kjnxrf:not(:disabled){background-color:rgb(232,240,254)}.Kjnxrf:not(:disabled){color:rgb(25,103,210)}.Kjnxrf:disabled{background-color:rgba(60,64,67,.12)}.Kjnxrf:disabled{color:rgba(60,64,67,.38)}.Kjnxrf:hover:not(:disabled),.Kjnxrf.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe:not(:disabled),.Kjnxrf:not(.VfPpkd-ksKsZd-mWPk3d):focus:not(:disabled),.Kjnxrf:active:not(:disabled){color:rgb(23,78,166)}.Kjnxrf .VfPpkd-Jh9lGc::before,.Kjnxrf .VfPpkd-Jh9lGc::after{background-color:rgb(25,103,210);background-color:var(--mdc-ripple-color,rgb(25,103,210))}.Kjnxrf:hover .VfPpkd-Jh9lGc::before,.Kjnxrf.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.Kjnxrf.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.Kjnxrf:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.Kjnxrf:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.Kjnxrf:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.1;opacity:var(--mdc-ripple-press-opacity,.1)}.Kjnxrf.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.1)}.Kjnxrf .VfPpkd-BFbNVe-bF1uUb{opacity:0}.Kjnxrf .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-uI4vCe-LkdAo,.Kjnxrf .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:rgb(25,103,210)}@media (-ms-high-contrast:active),screen and (forced-colors:active){.Kjnxrf .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-uI4vCe-LkdAo,.Kjnxrf .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:CanvasText}}.Kjnxrf:hover{-webkit-box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15)}.Kjnxrf:hover .VfPpkd-BFbNVe-bF1uUb{opacity:0}.Kjnxrf:not(:disabled):active{-webkit-box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 2px 6px 2px rgba(60,64,67,.15);box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 2px 6px 2px rgba(60,64,67,.15)}.Kjnxrf:not(:disabled):active .VfPpkd-BFbNVe-bF1uUb{opacity:0}.Kjnxrf:disabled{-webkit-box-shadow:none;box-shadow:none}.Kjnxrf:disabled .VfPpkd-BFbNVe-bF1uUb{opacity:0}.Kjnxrf:disabled:hover .VfPpkd-Jh9lGc::before,.Kjnxrf:disabled.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:0;opacity:var(--mdc-ripple-hover-opacity,0)}.Kjnxrf:disabled.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.Kjnxrf:disabled:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:0;opacity:var(--mdc-ripple-focus-opacity,0)}.Kjnxrf:disabled:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.Kjnxrf:disabled:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:0;opacity:var(--mdc-ripple-press-opacity,0)}.Kjnxrf:disabled.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0)}.ksBjEc{font-family:\"Google Sans\",Roboto,Arial,sans-serif;font-size:.875rem;letter-spacing:.0107142857em;font-weight:500;text-transform:none}.ksBjEc .VfPpkd-Jh9lGc{height:100%;position:absolute;overflow:hidden;width:100%;z-index:0}.ksBjEc:not(:disabled){background-color:transparent}.ksBjEc:not(:disabled){color:rgb(26,115,232);color:var(--gm-colortextbutton-ink-color,rgb(26,115,232))}.ksBjEc:disabled{color:rgba(60,64,67,.38);color:var(--gm-colortextbutton-disabled-ink-color,rgba(60,64,67,.38))}.ksBjEc .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-uI4vCe-LkdAo,.ksBjEc .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:rgb(26,115,232)}@media (-ms-high-contrast:active),screen and (forced-colors:active){.ksBjEc .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-uI4vCe-LkdAo,.ksBjEc .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:CanvasText}}.ksBjEc:hover:not(:disabled),.ksBjEc.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe:not(:disabled),.ksBjEc:not(.VfPpkd-ksKsZd-mWPk3d):focus:not(:disabled),.ksBjEc:active:not(:disabled){color:rgb(23,78,166);color:var(--gm-colortextbutton-ink-color--stateful,rgb(23,78,166))}.ksBjEc .VfPpkd-Jh9lGc::before,.ksBjEc .VfPpkd-Jh9lGc::after{background-color:rgb(26,115,232);background-color:var(--gm-colortextbutton-state-color,rgb(26,115,232))}.ksBjEc:hover .VfPpkd-Jh9lGc::before,.ksBjEc.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.ksBjEc.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.ksBjEc:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.ksBjEc:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.ksBjEc:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity,.12)}.ksBjEc.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.12)}.ksBjEc:disabled:hover .VfPpkd-Jh9lGc::before,.ksBjEc:disabled.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:0;opacity:var(--mdc-ripple-hover-opacity,0)}.ksBjEc:disabled.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.ksBjEc:disabled:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:0;opacity:var(--mdc-ripple-focus-opacity,0)}.ksBjEc:disabled:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.ksBjEc:disabled:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:0;opacity:var(--mdc-ripple-press-opacity,0)}.ksBjEc:disabled.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0)}.LjDxcd{font-family:\"Google Sans\",Roboto,Arial,sans-serif;font-size:.875rem;letter-spacing:.0107142857em;font-weight:500;text-transform:none}.LjDxcd .VfPpkd-Jh9lGc{height:100%;position:absolute;overflow:hidden;width:100%;z-index:0}.LjDxcd:not(:disabled){color:rgb(95,99,104);color:var(--gm-neutraltextbutton-ink-color,rgb(95,99,104))}.LjDxcd:disabled{color:rgba(60,64,67,.38);color:var(--gm-neutraltextbutton-disabled-ink-color,rgba(60,64,67,.38))}.LjDxcd:hover:not(:disabled),.LjDxcd.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe:not(:disabled),.LjDxcd:not(.VfPpkd-ksKsZd-mWPk3d):focus:not(:disabled),.LjDxcd:active:not(:disabled){color:rgb(32,33,36);color:var(--gm-neutraltextbutton-ink-color--stateful,rgb(32,33,36))}.LjDxcd .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-uI4vCe-LkdAo,.LjDxcd .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:rgb(95,99,104)}@media (-ms-high-contrast:active),screen and (forced-colors:active){.LjDxcd .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-uI4vCe-LkdAo,.LjDxcd .VfPpkd-UdE5de-uDEFge .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:CanvasText}}.LjDxcd .VfPpkd-Jh9lGc::before,.LjDxcd .VfPpkd-Jh9lGc::after{background-color:rgb(95,99,104);background-color:var(--gm-neutraltextbutton-state-color,rgb(95,99,104))}.LjDxcd:hover .VfPpkd-Jh9lGc::before,.LjDxcd.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.LjDxcd.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.LjDxcd:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.LjDxcd:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.LjDxcd:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity,.12)}.LjDxcd.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.12)}.LjDxcd:disabled:hover .VfPpkd-Jh9lGc::before,.LjDxcd:disabled.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-Jh9lGc::before{opacity:0;opacity:var(--mdc-ripple-hover-opacity,0)}.LjDxcd:disabled.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-Jh9lGc::before,.LjDxcd:disabled:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-Jh9lGc::before{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:0;opacity:var(--mdc-ripple-focus-opacity,0)}.LjDxcd:disabled:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-Jh9lGc::after{-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.LjDxcd:disabled:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-Jh9lGc::after{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:0;opacity:var(--mdc-ripple-press-opacity,0)}.LjDxcd:disabled.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0)}.DuMIQc{padding:0 24px 0 24px}.P62QJc{padding:0 23px 0 23px;border-width:1px}.P62QJc.VfPpkd-LgbsSe-OWXEXe-Bz112c-UbuQg{padding:0 11px 0 23px}.P62QJc.VfPpkd-LgbsSe-OWXEXe-Bz112c-M1Soyc{padding:0 23px 0 11px}.P62QJc .VfPpkd-Jh9lGc{top:-1px;left:-1px;bottom:-1px;right:-1px;border-width:1px}.P62QJc .VfPpkd-RLmnJb{left:-1px;width:calc(100% + 2px)}.yHy1rc{z-index:0}.yHy1rc .VfPpkd-Bz112c-Jh9lGc::before,.yHy1rc .VfPpkd-Bz112c-Jh9lGc::after{z-index:-1}.yHy1rc:disabled{color:rgba(60,64,67,.38);color:var(--gm-iconbutton-disabled-ink-color,rgba(60,64,67,.38))}.fzRBVc{z-index:0}.fzRBVc .VfPpkd-Bz112c-Jh9lGc::before,.fzRBVc .VfPpkd-Bz112c-Jh9lGc::after{z-index:-1}.fzRBVc:disabled{color:rgba(60,64,67,.38);color:var(--gm-iconbutton-disabled-ink-color,rgba(60,64,67,.38))}.WpHeLc{height:100%;left:0;position:absolute;top:0;width:100%;outline:none}[dir=rtl] .HDnnrf .VfPpkd-kBDsod,.HDnnrf .VfPpkd-kBDsod[dir=rtl]{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);-o-transform:scaleX(-1);transform:scaleX(-1)}[dir=rtl] .QDwDD,.QDwDD[dir=rtl]{-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);-o-transform:scaleX(-1);transform:scaleX(-1)}.PDpWxe{will-change:unset}.LQeN7 .VfPpkd-J1Ukfc-LhBDec{pointer-events:none;border:2px solid rgb(24,90,188);border-radius:6px;-webkit-box-sizing:content-box;box-sizing:content-box;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:calc(100% + 4px);width:calc(100% + 4px)}@media screen and (forced-colors:active){.LQeN7 .VfPpkd-J1Ukfc-LhBDec{border-color:CanvasText}}.LQeN7 .VfPpkd-J1Ukfc-LhBDec::after{content:\"\";border:2px solid rgb(232,240,254);border-radius:8px;display:block;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:calc(100% + 4px);width:calc(100% + 4px)}@media screen and (forced-colors:active){.LQeN7 .VfPpkd-J1Ukfc-LhBDec::after{border-color:CanvasText}}.LQeN7.gmghec .VfPpkd-J1Ukfc-LhBDec{display:inline-block}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.LQeN7.gmghec .VfPpkd-J1Ukfc-LhBDec{display:none}}.mN1ivc .VfPpkd-Bz112c-J1Ukfc-LhBDec{pointer-events:none;border:2px solid rgb(24,90,188);border-radius:6px;-webkit-box-sizing:content-box;box-sizing:content-box;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:100%;width:100%}@media screen and (forced-colors:active){.mN1ivc .VfPpkd-Bz112c-J1Ukfc-LhBDec{border-color:CanvasText}}.mN1ivc .VfPpkd-Bz112c-J1Ukfc-LhBDec::after{content:\"\";border:2px solid rgb(232,240,254);border-radius:8px;display:block;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:calc(100% + 4px);width:calc(100% + 4px)}@media screen and (forced-colors:active){.mN1ivc .VfPpkd-Bz112c-J1Ukfc-LhBDec::after{border-color:CanvasText}}.mN1ivc.gmghec .VfPpkd-Bz112c-J1Ukfc-LhBDec{display:inline-block}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.mN1ivc.gmghec .VfPpkd-Bz112c-J1Ukfc-LhBDec{display:none}}.MyRpB .VfPpkd-kBDsod,.MyRpB .VfPpkd-vQzf8d{opacity:0}[data-tooltip-enabled=true]:disabled,.VfPpkd-Bz112c-LgbsSe[data-tooltip-enabled=true]:disabled .VfPpkd-Bz112c-Jh9lGc{pointer-events:auto}.VfPpkd-MPu53c{padding:11px;padding:calc((var(--mdc-checkbox-ripple-size, 40px) - 18px)/2);margin:0;margin:calc((var(--mdc-checkbox-touch-target-size, 40px) - 40px)/2)}.VfPpkd-MPu53c .VfPpkd-OYHm6b::before,.VfPpkd-MPu53c .VfPpkd-OYHm6b::after{background-color:#000;background-color:var(--mdc-ripple-color,#000)}.VfPpkd-MPu53c:hover .VfPpkd-OYHm6b::before,.VfPpkd-MPu53c.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-OYHm6b::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.VfPpkd-MPu53c.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-OYHm6b::before,.VfPpkd-MPu53c:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-OYHm6b::before{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.VfPpkd-MPu53c:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-OYHm6b::after{-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-MPu53c:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-OYHm6b::after{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity,.12)}.VfPpkd-MPu53c.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.12)}.VfPpkd-MPu53c.VfPpkd-MPu53c-OWXEXe-gk6SMd .VfPpkd-OYHm6b::before,.VfPpkd-MPu53c.VfPpkd-MPu53c-OWXEXe-gk6SMd .VfPpkd-OYHm6b::after{background-color:#018786;background-color:var(--mdc-ripple-color,var(--mdc-theme-secondary,#018786))}.VfPpkd-MPu53c.VfPpkd-MPu53c-OWXEXe-gk6SMd:hover .VfPpkd-OYHm6b::before,.VfPpkd-MPu53c.VfPpkd-MPu53c-OWXEXe-gk6SMd.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-OYHm6b::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.VfPpkd-MPu53c.VfPpkd-MPu53c-OWXEXe-gk6SMd.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-OYHm6b::before,.VfPpkd-MPu53c.VfPpkd-MPu53c-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-OYHm6b::before{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.VfPpkd-MPu53c.VfPpkd-MPu53c-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-OYHm6b::after{-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-MPu53c.VfPpkd-MPu53c-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-OYHm6b::after{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity,.12)}.VfPpkd-MPu53c.VfPpkd-MPu53c-OWXEXe-gk6SMd.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.12)}.VfPpkd-MPu53c.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe.VfPpkd-MPu53c-OWXEXe-gk6SMd .VfPpkd-OYHm6b::before,.VfPpkd-MPu53c.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe.VfPpkd-MPu53c-OWXEXe-gk6SMd .VfPpkd-OYHm6b::after{background-color:#018786;background-color:var(--mdc-ripple-color,var(--mdc-theme-secondary,#018786))}.VfPpkd-MPu53c .VfPpkd-YQoJzd{top:11px;top:calc((var(--mdc-checkbox-ripple-size, 40px) - 18px)/2);left:11px;left:calc((var(--mdc-checkbox-ripple-size, 40px) - 18px)/2)}.VfPpkd-MPu53c .VfPpkd-muHVFf-bMcfAe{top:0;top:calc((40px - var(--mdc-checkbox-touch-target-size, 40px))/2);right:0;right:calc((40px - var(--mdc-checkbox-touch-target-size, 40px))/2);left:0;left:calc((40px - var(--mdc-checkbox-touch-target-size, 40px))/2);width:40px;width:var(--mdc-checkbox-touch-target-size,40px);height:40px;height:var(--mdc-checkbox-touch-target-size,40px)}.VfPpkd-MPu53c .VfPpkd-muHVFf-bMcfAe:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.VfPpkd-YQoJzd{border-color:rgba(0,0,0,.54);border-color:var(--mdc-checkbox-unchecked-color,rgba(0,0,0,.54));background-color:transparent}.VfPpkd-MPu53c .VfPpkd-muHVFf-bMcfAe:enabled:checked~.VfPpkd-YQoJzd,.VfPpkd-MPu53c .VfPpkd-muHVFf-bMcfAe:enabled:indeterminate~.VfPpkd-YQoJzd,.VfPpkd-MPu53c .VfPpkd-muHVFf-bMcfAe[data-indeterminate=true]:enabled~.VfPpkd-YQoJzd{border-color:#018786;border-color:var(--mdc-checkbox-checked-color,var(--mdc-theme-secondary,#018786));background-color:#018786;background-color:var(--mdc-checkbox-checked-color,var(--mdc-theme-secondary,#018786))}@-webkit-keyframes mdc-checkbox-fade-in-background-8A000000FF01878600000000FF018786{0%{border-color:rgba(0,0,0,.54);border-color:var(--mdc-checkbox-unchecked-color,rgba(0,0,0,.54));background-color:transparent}50%{border-color:#018786;border-color:var(--mdc-checkbox-checked-color,var(--mdc-theme-secondary,#018786));background-color:#018786;background-color:var(--mdc-checkbox-checked-color,var(--mdc-theme-secondary,#018786))}}@keyframes mdc-checkbox-fade-in-background-8A000000FF01878600000000FF018786{0%{border-color:rgba(0,0,0,.54);border-color:var(--mdc-checkbox-unchecked-color,rgba(0,0,0,.54));background-color:transparent}50%{border-color:#018786;border-color:var(--mdc-checkbox-checked-color,var(--mdc-theme-secondary,#018786));background-color:#018786;background-color:var(--mdc-checkbox-checked-color,var(--mdc-theme-secondary,#018786))}}@-webkit-keyframes mdc-checkbox-fade-out-background-8A000000FF01878600000000FF018786{0%,80%{border-color:#018786;border-color:var(--mdc-checkbox-checked-color,var(--mdc-theme-secondary,#018786));background-color:#018786;background-color:var(--mdc-checkbox-checked-color,var(--mdc-theme-secondary,#018786))}100%{border-color:rgba(0,0,0,.54);border-color:var(--mdc-checkbox-unchecked-color,rgba(0,0,0,.54));background-color:transparent}}@keyframes mdc-checkbox-fade-out-background-8A000000FF01878600000000FF018786{0%,80%{border-color:#018786;border-color:var(--mdc-checkbox-checked-color,var(--mdc-theme-secondary,#018786));background-color:#018786;background-color:var(--mdc-checkbox-checked-color,var(--mdc-theme-secondary,#018786))}100%{border-color:rgba(0,0,0,.54);border-color:var(--mdc-checkbox-unchecked-color,rgba(0,0,0,.54));background-color:transparent}}.VfPpkd-MPu53c.VfPpkd-MPu53c-OWXEXe-vwu2ne-iAfbIe-barxie .VfPpkd-muHVFf-bMcfAe:enabled~.VfPpkd-YQoJzd,.VfPpkd-MPu53c.VfPpkd-MPu53c-OWXEXe-vwu2ne-iAfbIe-A9y3zc .VfPpkd-muHVFf-bMcfAe:enabled~.VfPpkd-YQoJzd{-webkit-animation-name:mdc-checkbox-fade-in-background-8A000000FF01878600000000FF018786;animation-name:mdc-checkbox-fade-in-background-8A000000FF01878600000000FF018786}.VfPpkd-MPu53c.VfPpkd-MPu53c-OWXEXe-vwu2ne-barxie-iAfbIe .VfPpkd-muHVFf-bMcfAe:enabled~.VfPpkd-YQoJzd,.VfPpkd-MPu53c.VfPpkd-MPu53c-OWXEXe-vwu2ne-A9y3zc-iAfbIe .VfPpkd-muHVFf-bMcfAe:enabled~.VfPpkd-YQoJzd{-webkit-animation-name:mdc-checkbox-fade-out-background-8A000000FF01878600000000FF018786;animation-name:mdc-checkbox-fade-out-background-8A000000FF01878600000000FF018786}.VfPpkd-MPu53c .VfPpkd-muHVFf-bMcfAe[disabled]:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.VfPpkd-YQoJzd{border-color:rgba(0,0,0,.38);border-color:var(--mdc-checkbox-disabled-color,rgba(0,0,0,.38));background-color:transparent}.VfPpkd-MPu53c .VfPpkd-muHVFf-bMcfAe[disabled]:checked~.VfPpkd-YQoJzd,.VfPpkd-MPu53c .VfPpkd-muHVFf-bMcfAe[disabled]:indeterminate~.VfPpkd-YQoJzd,.VfPpkd-MPu53c .VfPpkd-muHVFf-bMcfAe[data-indeterminate=true][disabled]~.VfPpkd-YQoJzd{border-color:transparent;background-color:rgba(0,0,0,.38);background-color:var(--mdc-checkbox-disabled-color,rgba(0,0,0,.38))}.VfPpkd-MPu53c .VfPpkd-muHVFf-bMcfAe:enabled~.VfPpkd-YQoJzd .VfPpkd-HUofsb{color:#fff;color:var(--mdc-checkbox-ink-color,#fff)}.VfPpkd-MPu53c .VfPpkd-muHVFf-bMcfAe:enabled~.VfPpkd-YQoJzd .VfPpkd-SJnn3d{border-color:#fff;border-color:var(--mdc-checkbox-ink-color,#fff)}.VfPpkd-MPu53c .VfPpkd-muHVFf-bMcfAe:disabled~.VfPpkd-YQoJzd .VfPpkd-HUofsb{color:#fff;color:var(--mdc-checkbox-ink-color,#fff)}.VfPpkd-MPu53c .VfPpkd-muHVFf-bMcfAe:disabled~.VfPpkd-YQoJzd .VfPpkd-SJnn3d{border-color:#fff;border-color:var(--mdc-checkbox-ink-color,#fff)}@-webkit-keyframes mdc-checkbox-unchecked-checked-checkmark-path{0%,50%{stroke-dashoffset:29.7833385}50%{-webkit-animation-timing-function:cubic-bezier(0,0,.2,1);animation-timing-function:cubic-bezier(0,0,.2,1)}100%{stroke-dashoffset:0}}@keyframes mdc-checkbox-unchecked-checked-checkmark-path{0%,50%{stroke-dashoffset:29.7833385}50%{-webkit-animation-timing-function:cubic-bezier(0,0,.2,1);animation-timing-function:cubic-bezier(0,0,.2,1)}100%{stroke-dashoffset:0}}@-webkit-keyframes mdc-checkbox-unchecked-indeterminate-mixedmark{0%,68.2%{-webkit-transform:scaleX(0);transform:scaleX(0)}68.2%{-webkit-animation-timing-function:cubic-bezier(0,0,0,1);animation-timing-function:cubic-bezier(0,0,0,1)}100%{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes mdc-checkbox-unchecked-indeterminate-mixedmark{0%,68.2%{-webkit-transform:scaleX(0);-o-transform:scaleX(0);transform:scaleX(0)}68.2%{-webkit-animation-timing-function:cubic-bezier(0,0,0,1);animation-timing-function:cubic-bezier(0,0,0,1)}100%{-webkit-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1)}}@-webkit-keyframes mdc-checkbox-checked-unchecked-checkmark-path{from{-webkit-animation-timing-function:cubic-bezier(.4,0,1,1);animation-timing-function:cubic-bezier(.4,0,1,1);opacity:1;stroke-dashoffset:0}to{opacity:0;stroke-dashoffset:-29.7833385}}@keyframes mdc-checkbox-checked-unchecked-checkmark-path{from{-webkit-animation-timing-function:cubic-bezier(.4,0,1,1);animation-timing-function:cubic-bezier(.4,0,1,1);opacity:1;stroke-dashoffset:0}to{opacity:0;stroke-dashoffset:-29.7833385}}@-webkit-keyframes mdc-checkbox-checked-indeterminate-checkmark{from{-webkit-animation-timing-function:cubic-bezier(0,0,.2,1);animation-timing-function:cubic-bezier(0,0,.2,1);-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes mdc-checkbox-checked-indeterminate-checkmark{from{-webkit-animation-timing-function:cubic-bezier(0,0,.2,1);animation-timing-function:cubic-bezier(0,0,.2,1);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);opacity:1}to{-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@-webkit-keyframes mdc-checkbox-indeterminate-checked-checkmark{from{-webkit-animation-timing-function:cubic-bezier(.14,0,0,1);animation-timing-function:cubic-bezier(.14,0,0,1);-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:1}}@keyframes mdc-checkbox-indeterminate-checked-checkmark{from{-webkit-animation-timing-function:cubic-bezier(.14,0,0,1);animation-timing-function:cubic-bezier(.14,0,0,1);-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:rotate(1turn);-o-transform:rotate(1turn);transform:rotate(1turn);opacity:1}}@-webkit-keyframes mdc-checkbox-checked-indeterminate-mixedmark{from{-webkit-animation-timing-function:mdc-animation-deceleration-curve-timing-function;animation-timing-function:mdc-animation-deceleration-curve-timing-function;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}}@keyframes mdc-checkbox-checked-indeterminate-mixedmark{from{-webkit-animation-timing-function:mdc-animation-deceleration-curve-timing-function;animation-timing-function:mdc-animation-deceleration-curve-timing-function;-webkit-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);opacity:1}}@-webkit-keyframes mdc-checkbox-indeterminate-checked-mixedmark{from{-webkit-animation-timing-function:cubic-bezier(.14,0,0,1);animation-timing-function:cubic-bezier(.14,0,0,1);-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}to{-webkit-transform:rotate(315deg);transform:rotate(315deg);opacity:0}}@keyframes mdc-checkbox-indeterminate-checked-mixedmark{from{-webkit-animation-timing-function:cubic-bezier(.14,0,0,1);animation-timing-function:cubic-bezier(.14,0,0,1);-webkit-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0deg);opacity:1}to{-webkit-transform:rotate(315deg);-o-transform:rotate(315deg);transform:rotate(315deg);opacity:0}}@-webkit-keyframes mdc-checkbox-indeterminate-unchecked-mixedmark{0%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}32.8%,100%{-webkit-transform:scaleX(0);transform:scaleX(0);opacity:0}}@keyframes mdc-checkbox-indeterminate-unchecked-mixedmark{0%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1);opacity:1}32.8%,100%{-webkit-transform:scaleX(0);-o-transform:scaleX(0);transform:scaleX(0);opacity:0}}.VfPpkd-MPu53c{display:inline-block;position:relative;-webkit-box-flex:0;-webkit-flex:0 0 18px;flex:0 0 18px;-webkit-box-sizing:content-box;box-sizing:content-box;width:18px;height:18px;line-height:0;white-space:nowrap;cursor:pointer;vertical-align:bottom}.VfPpkd-MPu53c[hidden]{display:none}.VfPpkd-MPu53c.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-sMek6-LhBDec,.VfPpkd-MPu53c:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-sMek6-LhBDec{pointer-events:none;border:2px solid transparent;border-radius:6px;-webkit-box-sizing:content-box;box-sizing:content-box;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:100%;width:100%}@media screen and (forced-colors:active){.VfPpkd-MPu53c.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-sMek6-LhBDec,.VfPpkd-MPu53c:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-sMek6-LhBDec{border-color:CanvasText}}.VfPpkd-MPu53c.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-sMek6-LhBDec::after,.VfPpkd-MPu53c:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-sMek6-LhBDec::after{content:\"\";border:2px solid transparent;border-radius:8px;display:block;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:calc(100% + 4px);width:calc(100% + 4px)}@media screen and (forced-colors:active){.VfPpkd-MPu53c.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-sMek6-LhBDec::after,.VfPpkd-MPu53c:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-sMek6-LhBDec::after{border-color:CanvasText}}@media (-ms-high-contrast:none){.VfPpkd-MPu53c .VfPpkd-sMek6-LhBDec{display:none}}@media (-ms-high-contrast:active),screen and (forced-colors:active){.VfPpkd-SJnn3d{margin:0 1px}}.VfPpkd-MPu53c-OWXEXe-OWB6Me{cursor:default;pointer-events:none}.VfPpkd-YQoJzd{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;position:absolute;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-sizing:border-box;box-sizing:border-box;width:18px;height:18px;border:2px solid currentColor;border-radius:2px;background-color:transparent;pointer-events:none;will-change:background-color,border-color;-webkit-transition:background-color 90ms 0ms cubic-bezier(.4,0,.6,1),border-color 90ms 0ms cubic-bezier(.4,0,.6,1);-o-transition:background-color 90ms 0ms cubic-bezier(.4,0,.6,1),border-color 90ms 0ms cubic-bezier(.4,0,.6,1);transition:background-color 90ms 0ms cubic-bezier(.4,0,.6,1),border-color 90ms 0ms cubic-bezier(.4,0,.6,1)}.VfPpkd-HUofsb{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;opacity:0;-webkit-transition:opacity .18s 0ms cubic-bezier(.4,0,.6,1);-o-transition:opacity .18s 0ms cubic-bezier(.4,0,.6,1);transition:opacity .18s 0ms cubic-bezier(.4,0,.6,1)}.VfPpkd-MPu53c-OWXEXe-mWPk3d .VfPpkd-HUofsb{opacity:1}.VfPpkd-HUofsb-Jt5cK{-webkit-transition:stroke-dashoffset .18s 0ms cubic-bezier(.4,0,.6,1);-o-transition:stroke-dashoffset .18s 0ms cubic-bezier(.4,0,.6,1);transition:stroke-dashoffset .18s 0ms cubic-bezier(.4,0,.6,1);stroke:currentColor;stroke-width:3.12px;stroke-dashoffset:29.7833385;stroke-dasharray:29.7833385}.VfPpkd-SJnn3d{width:100%;height:0;-webkit-transform:scaleX(0) rotate(0deg);-ms-transform:scaleX(0) rotate(0deg);-o-transform:scaleX(0) rotate(0deg);transform:scaleX(0) rotate(0deg);border-width:1px;border-style:solid;opacity:0;-webkit-transition:opacity 90ms 0ms cubic-bezier(.4,0,.6,1),-webkit-transform 90ms 0ms cubic-bezier(.4,0,.6,1);transition:opacity 90ms 0ms cubic-bezier(.4,0,.6,1),-webkit-transform 90ms 0ms cubic-bezier(.4,0,.6,1);-o-transition:opacity 90ms 0ms cubic-bezier(.4,0,.6,1),-o-transform 90ms 0ms cubic-bezier(.4,0,.6,1);transition:opacity 90ms 0ms cubic-bezier(.4,0,.6,1),transform 90ms 0ms cubic-bezier(.4,0,.6,1);transition:opacity 90ms 0ms cubic-bezier(.4,0,.6,1),transform 90ms 0ms cubic-bezier(.4,0,.6,1),-webkit-transform 90ms 0ms cubic-bezier(.4,0,.6,1),-o-transform 90ms 0ms cubic-bezier(.4,0,.6,1)}.VfPpkd-MPu53c-OWXEXe-vwu2ne-iAfbIe-barxie .VfPpkd-YQoJzd,.VfPpkd-MPu53c-OWXEXe-vwu2ne-iAfbIe-A9y3zc .VfPpkd-YQoJzd,.VfPpkd-MPu53c-OWXEXe-vwu2ne-barxie-iAfbIe .VfPpkd-YQoJzd,.VfPpkd-MPu53c-OWXEXe-vwu2ne-A9y3zc-iAfbIe .VfPpkd-YQoJzd{-webkit-animation-duration:.18s;animation-duration:.18s;-webkit-animation-timing-function:linear;animation-timing-function:linear}.VfPpkd-MPu53c-OWXEXe-vwu2ne-iAfbIe-barxie .VfPpkd-HUofsb-Jt5cK{-webkit-animation:mdc-checkbox-unchecked-checked-checkmark-path .18s linear 0s;animation:mdc-checkbox-unchecked-checked-checkmark-path .18s linear 0s;-webkit-transition:none;-o-transition:none;transition:none}.VfPpkd-MPu53c-OWXEXe-vwu2ne-iAfbIe-A9y3zc .VfPpkd-SJnn3d{-webkit-animation:mdc-checkbox-unchecked-indeterminate-mixedmark 90ms linear 0s;animation:mdc-checkbox-unchecked-indeterminate-mixedmark 90ms linear 0s;-webkit-transition:none;-o-transition:none;transition:none}.VfPpkd-MPu53c-OWXEXe-vwu2ne-barxie-iAfbIe .VfPpkd-HUofsb-Jt5cK{-webkit-animation:mdc-checkbox-checked-unchecked-checkmark-path 90ms linear 0s;animation:mdc-checkbox-checked-unchecked-checkmark-path 90ms linear 0s;-webkit-transition:none;-o-transition:none;transition:none}.VfPpkd-MPu53c-OWXEXe-vwu2ne-barxie-A9y3zc .VfPpkd-HUofsb{-webkit-animation:mdc-checkbox-checked-indeterminate-checkmark 90ms linear 0s;animation:mdc-checkbox-checked-indeterminate-checkmark 90ms linear 0s;-webkit-transition:none;-o-transition:none;transition:none}.VfPpkd-MPu53c-OWXEXe-vwu2ne-barxie-A9y3zc .VfPpkd-SJnn3d{-webkit-animation:mdc-checkbox-checked-indeterminate-mixedmark 90ms linear 0s;animation:mdc-checkbox-checked-indeterminate-mixedmark 90ms linear 0s;-webkit-transition:none;-o-transition:none;transition:none}.VfPpkd-MPu53c-OWXEXe-vwu2ne-A9y3zc-barxie .VfPpkd-HUofsb{-webkit-animation:mdc-checkbox-indeterminate-checked-checkmark .5s linear 0s;animation:mdc-checkbox-indeterminate-checked-checkmark .5s linear 0s;-webkit-transition:none;-o-transition:none;transition:none}.VfPpkd-MPu53c-OWXEXe-vwu2ne-A9y3zc-barxie .VfPpkd-SJnn3d{-webkit-animation:mdc-checkbox-indeterminate-checked-mixedmark .5s linear 0s;animation:mdc-checkbox-indeterminate-checked-mixedmark .5s linear 0s;-webkit-transition:none;-o-transition:none;transition:none}.VfPpkd-MPu53c-OWXEXe-vwu2ne-A9y3zc-iAfbIe .VfPpkd-SJnn3d{-webkit-animation:mdc-checkbox-indeterminate-unchecked-mixedmark .3s linear 0s;animation:mdc-checkbox-indeterminate-unchecked-mixedmark .3s linear 0s;-webkit-transition:none;-o-transition:none;transition:none}.VfPpkd-muHVFf-bMcfAe:checked~.VfPpkd-YQoJzd,.VfPpkd-muHVFf-bMcfAe:indeterminate~.VfPpkd-YQoJzd,.VfPpkd-muHVFf-bMcfAe[data-indeterminate=true]~.VfPpkd-YQoJzd{-webkit-transition:border-color 90ms 0ms cubic-bezier(0,0,.2,1),background-color 90ms 0ms cubic-bezier(0,0,.2,1);-o-transition:border-color 90ms 0ms cubic-bezier(0,0,.2,1),background-color 90ms 0ms cubic-bezier(0,0,.2,1);transition:border-color 90ms 0ms cubic-bezier(0,0,.2,1),background-color 90ms 0ms cubic-bezier(0,0,.2,1)}.VfPpkd-muHVFf-bMcfAe:checked~.VfPpkd-YQoJzd .VfPpkd-HUofsb-Jt5cK,.VfPpkd-muHVFf-bMcfAe:indeterminate~.VfPpkd-YQoJzd .VfPpkd-HUofsb-Jt5cK,.VfPpkd-muHVFf-bMcfAe[data-indeterminate=true]~.VfPpkd-YQoJzd .VfPpkd-HUofsb-Jt5cK{stroke-dashoffset:0}.VfPpkd-muHVFf-bMcfAe{position:absolute;margin:0;padding:0;opacity:0;cursor:inherit}.VfPpkd-muHVFf-bMcfAe:disabled{cursor:default;pointer-events:none}.VfPpkd-MPu53c-OWXEXe-dgl2Hf{margin:4px;margin:calc((var(--mdc-checkbox-state-layer-size, 48px) - var(--mdc-checkbox-state-layer-size, 40px))/2)}.VfPpkd-MPu53c-OWXEXe-dgl2Hf .VfPpkd-muHVFf-bMcfAe{top:-4px;top:calc((var(--mdc-checkbox-state-layer-size, 40px) - var(--mdc-checkbox-state-layer-size, 48px))/2);right:-4px;right:calc((var(--mdc-checkbox-state-layer-size, 40px) - var(--mdc-checkbox-state-layer-size, 48px))/2);left:-4px;left:calc((var(--mdc-checkbox-state-layer-size, 40px) - var(--mdc-checkbox-state-layer-size, 48px))/2);width:48px;width:var(--mdc-checkbox-state-layer-size,48px);height:48px;height:var(--mdc-checkbox-state-layer-size,48px)}.VfPpkd-muHVFf-bMcfAe:checked~.VfPpkd-YQoJzd .VfPpkd-HUofsb{-webkit-transition:opacity .18s 0ms cubic-bezier(0,0,.2,1),-webkit-transform .18s 0ms cubic-bezier(0,0,.2,1);transition:opacity .18s 0ms cubic-bezier(0,0,.2,1),-webkit-transform .18s 0ms cubic-bezier(0,0,.2,1);-o-transition:opacity .18s 0ms cubic-bezier(0,0,.2,1),-o-transform .18s 0ms cubic-bezier(0,0,.2,1);transition:opacity .18s 0ms cubic-bezier(0,0,.2,1),transform .18s 0ms cubic-bezier(0,0,.2,1);transition:opacity .18s 0ms cubic-bezier(0,0,.2,1),transform .18s 0ms cubic-bezier(0,0,.2,1),-webkit-transform .18s 0ms cubic-bezier(0,0,.2,1),-o-transform .18s 0ms cubic-bezier(0,0,.2,1);opacity:1}.VfPpkd-muHVFf-bMcfAe:checked~.VfPpkd-YQoJzd .VfPpkd-SJnn3d{-webkit-transform:scaleX(1) rotate(-45deg);-ms-transform:scaleX(1) rotate(-45deg);-o-transform:scaleX(1) rotate(-45deg);transform:scaleX(1) rotate(-45deg)}.VfPpkd-muHVFf-bMcfAe:indeterminate~.VfPpkd-YQoJzd .VfPpkd-HUofsb,.VfPpkd-muHVFf-bMcfAe[data-indeterminate=true]~.VfPpkd-YQoJzd .VfPpkd-HUofsb{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);opacity:0;-webkit-transition:opacity 90ms 0ms cubic-bezier(.4,0,.6,1),-webkit-transform 90ms 0ms cubic-bezier(.4,0,.6,1);transition:opacity 90ms 0ms cubic-bezier(.4,0,.6,1),-webkit-transform 90ms 0ms cubic-bezier(.4,0,.6,1);-o-transition:opacity 90ms 0ms cubic-bezier(.4,0,.6,1),-o-transform 90ms 0ms cubic-bezier(.4,0,.6,1);transition:opacity 90ms 0ms cubic-bezier(.4,0,.6,1),transform 90ms 0ms cubic-bezier(.4,0,.6,1);transition:opacity 90ms 0ms cubic-bezier(.4,0,.6,1),transform 90ms 0ms cubic-bezier(.4,0,.6,1),-webkit-transform 90ms 0ms cubic-bezier(.4,0,.6,1),-o-transform 90ms 0ms cubic-bezier(.4,0,.6,1)}.VfPpkd-muHVFf-bMcfAe:indeterminate~.VfPpkd-YQoJzd .VfPpkd-SJnn3d,.VfPpkd-muHVFf-bMcfAe[data-indeterminate=true]~.VfPpkd-YQoJzd .VfPpkd-SJnn3d{-webkit-transform:scaleX(1) rotate(0deg);-ms-transform:scaleX(1) rotate(0deg);-o-transform:scaleX(1) rotate(0deg);transform:scaleX(1) rotate(0deg);opacity:1}.VfPpkd-MPu53c.VfPpkd-MPu53c-OWXEXe-mWPk3d .VfPpkd-YQoJzd,.VfPpkd-MPu53c.VfPpkd-MPu53c-OWXEXe-mWPk3d .VfPpkd-HUofsb,.VfPpkd-MPu53c.VfPpkd-MPu53c-OWXEXe-mWPk3d .VfPpkd-HUofsb-Jt5cK,.VfPpkd-MPu53c.VfPpkd-MPu53c-OWXEXe-mWPk3d .VfPpkd-SJnn3d{-webkit-transition:none;-o-transition:none;transition:none}.VfPpkd-MPu53c{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}.VfPpkd-MPu53c .VfPpkd-OYHm6b::before,.VfPpkd-MPu53c .VfPpkd-OYHm6b::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:\"\"}.VfPpkd-MPu53c .VfPpkd-OYHm6b::before{-webkit-transition:opacity 15ms linear,background-color 15ms linear;-o-transition:opacity 15ms linear,background-color 15ms linear;transition:opacity 15ms linear,background-color 15ms linear;z-index:1;z-index:var(--mdc-ripple-z-index,1)}.VfPpkd-MPu53c .VfPpkd-OYHm6b::after{z-index:0;z-index:var(--mdc-ripple-z-index,0)}.VfPpkd-MPu53c.VfPpkd-ksKsZd-mWPk3d .VfPpkd-OYHm6b::before{-webkit-transform:scale(var(--mdc-ripple-fg-scale,1));-ms-transform:scale(var(--mdc-ripple-fg-scale,1));-o-transform:scale(var(--mdc-ripple-fg-scale,1));transform:scale(var(--mdc-ripple-fg-scale,1))}.VfPpkd-MPu53c.VfPpkd-ksKsZd-mWPk3d .VfPpkd-OYHm6b::after{top:0;left:0;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:center center;-ms-transform-origin:center center;-o-transform-origin:center center;transform-origin:center center}.VfPpkd-MPu53c.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd .VfPpkd-OYHm6b::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.VfPpkd-MPu53c.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-lJfZMc .VfPpkd-OYHm6b::after{-webkit-animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards;animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.VfPpkd-MPu53c.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-OmS1vf .VfPpkd-OYHm6b::after{-webkit-animation:mdc-ripple-fg-opacity-out .15s;animation:mdc-ripple-fg-opacity-out .15s;-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));-ms-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));-o-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.VfPpkd-MPu53c .VfPpkd-OYHm6b::before,.VfPpkd-MPu53c .VfPpkd-OYHm6b::after{top:0;left:0;width:100%;height:100%}.VfPpkd-MPu53c.VfPpkd-ksKsZd-mWPk3d .VfPpkd-OYHm6b::before,.VfPpkd-MPu53c.VfPpkd-ksKsZd-mWPk3d .VfPpkd-OYHm6b::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0);width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.VfPpkd-MPu53c.VfPpkd-ksKsZd-mWPk3d .VfPpkd-OYHm6b::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.VfPpkd-MPu53c{z-index:0}.VfPpkd-MPu53c .VfPpkd-OYHm6b::before,.VfPpkd-MPu53c .VfPpkd-OYHm6b::after{z-index:-1;z-index:var(--mdc-ripple-z-index,-1)}.VfPpkd-OYHm6b{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}@media (-ms-high-contrast:active),screen and (forced-colors:active){.VfPpkd-MPu53c .VfPpkd-muHVFf-bMcfAe[disabled]:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.VfPpkd-YQoJzd{border-color:GrayText;border-color:var(--mdc-checkbox-disabled-unselected-icon-color,GrayText);background-color:transparent}.VfPpkd-MPu53c .VfPpkd-muHVFf-bMcfAe[disabled]:checked~.VfPpkd-YQoJzd,.VfPpkd-MPu53c .VfPpkd-muHVFf-bMcfAe[disabled]:indeterminate~.VfPpkd-YQoJzd,.VfPpkd-MPu53c .VfPpkd-muHVFf-bMcfAe[data-indeterminate=true][disabled]~.VfPpkd-YQoJzd{border-color:GrayText;background-color:GrayText;background-color:var(--mdc-checkbox-disabled-selected-icon-color,GrayText)}.VfPpkd-MPu53c .VfPpkd-muHVFf-bMcfAe:enabled~.VfPpkd-YQoJzd .VfPpkd-HUofsb{color:ButtonText;color:var(--mdc-checkbox-selected-checkmark-color,ButtonText)}.VfPpkd-MPu53c .VfPpkd-muHVFf-bMcfAe:enabled~.VfPpkd-YQoJzd .VfPpkd-SJnn3d{border-color:ButtonText;border-color:var(--mdc-checkbox-selected-checkmark-color,ButtonText)}.VfPpkd-MPu53c .VfPpkd-muHVFf-bMcfAe:disabled~.VfPpkd-YQoJzd .VfPpkd-HUofsb{color:ButtonFace;color:var(--mdc-checkbox-disabled-selected-checkmark-color,ButtonFace)}.VfPpkd-MPu53c .VfPpkd-muHVFf-bMcfAe:disabled~.VfPpkd-YQoJzd .VfPpkd-SJnn3d{border-color:ButtonFace;border-color:var(--mdc-checkbox-disabled-selected-checkmark-color,ButtonFace)}}.Ne8lhe .VfPpkd-muHVFf-bMcfAe[disabled]:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.VfPpkd-YQoJzd{border-color:rgba(60,64,67,.38);border-color:var(--mdc-checkbox-disabled-unselected-icon-color,rgba(60,64,67,.38));background-color:transparent}.Ne8lhe .VfPpkd-muHVFf-bMcfAe[disabled]:checked~.VfPpkd-YQoJzd,.Ne8lhe .VfPpkd-muHVFf-bMcfAe[disabled]:indeterminate~.VfPpkd-YQoJzd,.Ne8lhe .VfPpkd-muHVFf-bMcfAe[data-indeterminate=true][disabled]~.VfPpkd-YQoJzd{border-color:transparent;background-color:rgba(60,64,67,.38);background-color:var(--mdc-checkbox-disabled-selected-icon-color,rgba(60,64,67,.38))}.Ne8lhe .VfPpkd-muHVFf-bMcfAe:enabled~.VfPpkd-YQoJzd .VfPpkd-HUofsb{color:#fff;color:var(--mdc-checkbox-selected-checkmark-color,#fff)}.Ne8lhe .VfPpkd-muHVFf-bMcfAe:enabled~.VfPpkd-YQoJzd .VfPpkd-SJnn3d{border-color:#fff;border-color:var(--mdc-checkbox-selected-checkmark-color,#fff)}.Ne8lhe .VfPpkd-muHVFf-bMcfAe:disabled~.VfPpkd-YQoJzd .VfPpkd-HUofsb{color:#fff;color:var(--mdc-checkbox-disabled-selected-checkmark-color,#fff)}.Ne8lhe .VfPpkd-muHVFf-bMcfAe:disabled~.VfPpkd-YQoJzd .VfPpkd-SJnn3d{border-color:#fff;border-color:var(--mdc-checkbox-disabled-selected-checkmark-color,#fff)}.Ne8lhe .VfPpkd-muHVFf-bMcfAe:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.VfPpkd-YQoJzd{border-color:#5f6368;border-color:var(--mdc-checkbox-unselected-icon-color,#5f6368);background-color:transparent}.Ne8lhe .VfPpkd-muHVFf-bMcfAe:enabled:checked~.VfPpkd-YQoJzd,.Ne8lhe .VfPpkd-muHVFf-bMcfAe:enabled:indeterminate~.VfPpkd-YQoJzd,.Ne8lhe .VfPpkd-muHVFf-bMcfAe[data-indeterminate=true]:enabled~.VfPpkd-YQoJzd{border-color:#1a73e8;border-color:var(--mdc-checkbox-selected-icon-color,#1a73e8);background-color:#1a73e8;background-color:var(--mdc-checkbox-selected-icon-color,#1a73e8)}@-webkit-keyframes mdc-checkbox-fade-in-background-FF5F6368FF1A73E800000000FF1A73E8{0%{border-color:#5f6368;border-color:var(--mdc-checkbox-unselected-icon-color,#5f6368);background-color:transparent}50%{border-color:#1a73e8;border-color:var(--mdc-checkbox-selected-icon-color,#1a73e8);background-color:#1a73e8;background-color:var(--mdc-checkbox-selected-icon-color,#1a73e8)}}@keyframes mdc-checkbox-fade-in-background-FF5F6368FF1A73E800000000FF1A73E8{0%{border-color:#5f6368;border-color:var(--mdc-checkbox-unselected-icon-color,#5f6368);background-color:transparent}50%{border-color:#1a73e8;border-color:var(--mdc-checkbox-selected-icon-color,#1a73e8);background-color:#1a73e8;background-color:var(--mdc-checkbox-selected-icon-color,#1a73e8)}}@-webkit-keyframes mdc-checkbox-fade-out-background-FF5F6368FF1A73E800000000FF1A73E8{0%,80%{border-color:#1a73e8;border-color:var(--mdc-checkbox-selected-icon-color,#1a73e8);background-color:#1a73e8;background-color:var(--mdc-checkbox-selected-icon-color,#1a73e8)}100%{border-color:#5f6368;border-color:var(--mdc-checkbox-unselected-icon-color,#5f6368);background-color:transparent}}@keyframes mdc-checkbox-fade-out-background-FF5F6368FF1A73E800000000FF1A73E8{0%,80%{border-color:#1a73e8;border-color:var(--mdc-checkbox-selected-icon-color,#1a73e8);background-color:#1a73e8;background-color:var(--mdc-checkbox-selected-icon-color,#1a73e8)}100%{border-color:#5f6368;border-color:var(--mdc-checkbox-unselected-icon-color,#5f6368);background-color:transparent}}.Ne8lhe.VfPpkd-MPu53c-OWXEXe-vwu2ne-iAfbIe-barxie .VfPpkd-muHVFf-bMcfAe:enabled~.VfPpkd-YQoJzd,.Ne8lhe.VfPpkd-MPu53c-OWXEXe-vwu2ne-iAfbIe-A9y3zc .VfPpkd-muHVFf-bMcfAe:enabled~.VfPpkd-YQoJzd{-webkit-animation-name:mdc-checkbox-fade-in-background-FF5F6368FF1A73E800000000FF1A73E8;animation-name:mdc-checkbox-fade-in-background-FF5F6368FF1A73E800000000FF1A73E8}.Ne8lhe.VfPpkd-MPu53c-OWXEXe-vwu2ne-barxie-iAfbIe .VfPpkd-muHVFf-bMcfAe:enabled~.VfPpkd-YQoJzd,.Ne8lhe.VfPpkd-MPu53c-OWXEXe-vwu2ne-A9y3zc-iAfbIe .VfPpkd-muHVFf-bMcfAe:enabled~.VfPpkd-YQoJzd{-webkit-animation-name:mdc-checkbox-fade-out-background-FF5F6368FF1A73E800000000FF1A73E8;animation-name:mdc-checkbox-fade-out-background-FF5F6368FF1A73E800000000FF1A73E8}.Ne8lhe:hover .VfPpkd-muHVFf-bMcfAe:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.VfPpkd-YQoJzd{border-color:#202124;border-color:var(--mdc-checkbox-unselected-hover-icon-color,#202124);background-color:transparent}.Ne8lhe:hover .VfPpkd-muHVFf-bMcfAe:enabled:checked~.VfPpkd-YQoJzd,.Ne8lhe:hover .VfPpkd-muHVFf-bMcfAe:enabled:indeterminate~.VfPpkd-YQoJzd,.Ne8lhe:hover .VfPpkd-muHVFf-bMcfAe[data-indeterminate=true]:enabled~.VfPpkd-YQoJzd{border-color:#174ea6;border-color:var(--mdc-checkbox-selected-hover-icon-color,#174ea6);background-color:#174ea6;background-color:var(--mdc-checkbox-selected-hover-icon-color,#174ea6)}@-webkit-keyframes mdc-checkbox-fade-in-background-FF202124FF174EA600000000FF174EA6{0%{border-color:#202124;border-color:var(--mdc-checkbox-unselected-hover-icon-color,#202124);background-color:transparent}50%{border-color:#174ea6;border-color:var(--mdc-checkbox-selected-hover-icon-color,#174ea6);background-color:#174ea6;background-color:var(--mdc-checkbox-selected-hover-icon-color,#174ea6)}}@-webkit-keyframes mdc-checkbox-fade-out-background-FF202124FF174EA600000000FF174EA6{0%,80%{border-color:#174ea6;border-color:var(--mdc-checkbox-selected-hover-icon-color,#174ea6);background-color:#174ea6;background-color:var(--mdc-checkbox-selected-hover-icon-color,#174ea6)}100%{border-color:#202124;border-color:var(--mdc-checkbox-unselected-hover-icon-color,#202124);background-color:transparent}}.Ne8lhe:hover.VfPpkd-MPu53c-OWXEXe-vwu2ne-iAfbIe-barxie .VfPpkd-muHVFf-bMcfAe:enabled~.VfPpkd-YQoJzd,.Ne8lhe:hover.VfPpkd-MPu53c-OWXEXe-vwu2ne-iAfbIe-A9y3zc .VfPpkd-muHVFf-bMcfAe:enabled~.VfPpkd-YQoJzd{-webkit-animation-name:mdc-checkbox-fade-in-background-FF202124FF174EA600000000FF174EA6;animation-name:mdc-checkbox-fade-in-background-FF202124FF174EA600000000FF174EA6}.Ne8lhe:hover.VfPpkd-MPu53c-OWXEXe-vwu2ne-barxie-iAfbIe .VfPpkd-muHVFf-bMcfAe:enabled~.VfPpkd-YQoJzd,.Ne8lhe:hover.VfPpkd-MPu53c-OWXEXe-vwu2ne-A9y3zc-iAfbIe .VfPpkd-muHVFf-bMcfAe:enabled~.VfPpkd-YQoJzd{-webkit-animation-name:mdc-checkbox-fade-out-background-FF202124FF174EA600000000FF174EA6;animation-name:mdc-checkbox-fade-out-background-FF202124FF174EA600000000FF174EA6}.Ne8lhe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-muHVFf-bMcfAe:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.VfPpkd-YQoJzd,.Ne8lhe:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-muHVFf-bMcfAe:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.VfPpkd-YQoJzd{border-color:#202124;border-color:var(--mdc-checkbox-unselected-focus-icon-color,#202124);background-color:transparent}.Ne8lhe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-muHVFf-bMcfAe:enabled:checked~.VfPpkd-YQoJzd,.Ne8lhe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-muHVFf-bMcfAe:enabled:indeterminate~.VfPpkd-YQoJzd,.Ne8lhe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-muHVFf-bMcfAe[data-indeterminate=true]:enabled~.VfPpkd-YQoJzd,.Ne8lhe:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-muHVFf-bMcfAe:enabled:checked~.VfPpkd-YQoJzd,.Ne8lhe:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-muHVFf-bMcfAe:enabled:indeterminate~.VfPpkd-YQoJzd,.Ne8lhe:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-muHVFf-bMcfAe[data-indeterminate=true]:enabled~.VfPpkd-YQoJzd{border-color:#174ea6;border-color:var(--mdc-checkbox-selected-focus-icon-color,#174ea6);background-color:#174ea6;background-color:var(--mdc-checkbox-selected-focus-icon-color,#174ea6)}.Ne8lhe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe.VfPpkd-MPu53c-OWXEXe-vwu2ne-iAfbIe-barxie .VfPpkd-muHVFf-bMcfAe:enabled~.VfPpkd-YQoJzd,.Ne8lhe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe.VfPpkd-MPu53c-OWXEXe-vwu2ne-iAfbIe-A9y3zc .VfPpkd-muHVFf-bMcfAe:enabled~.VfPpkd-YQoJzd,.Ne8lhe:not(.VfPpkd-ksKsZd-mWPk3d):focus.VfPpkd-MPu53c-OWXEXe-vwu2ne-iAfbIe-barxie .VfPpkd-muHVFf-bMcfAe:enabled~.VfPpkd-YQoJzd,.Ne8lhe:not(.VfPpkd-ksKsZd-mWPk3d):focus.VfPpkd-MPu53c-OWXEXe-vwu2ne-iAfbIe-A9y3zc .VfPpkd-muHVFf-bMcfAe:enabled~.VfPpkd-YQoJzd{-webkit-animation-name:mdc-checkbox-fade-in-background-FF202124FF174EA600000000FF174EA6;animation-name:mdc-checkbox-fade-in-background-FF202124FF174EA600000000FF174EA6}.Ne8lhe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe.VfPpkd-MPu53c-OWXEXe-vwu2ne-barxie-iAfbIe .VfPpkd-muHVFf-bMcfAe:enabled~.VfPpkd-YQoJzd,.Ne8lhe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe.VfPpkd-MPu53c-OWXEXe-vwu2ne-A9y3zc-iAfbIe .VfPpkd-muHVFf-bMcfAe:enabled~.VfPpkd-YQoJzd,.Ne8lhe:not(.VfPpkd-ksKsZd-mWPk3d):focus.VfPpkd-MPu53c-OWXEXe-vwu2ne-barxie-iAfbIe .VfPpkd-muHVFf-bMcfAe:enabled~.VfPpkd-YQoJzd,.Ne8lhe:not(.VfPpkd-ksKsZd-mWPk3d):focus.VfPpkd-MPu53c-OWXEXe-vwu2ne-A9y3zc-iAfbIe .VfPpkd-muHVFf-bMcfAe:enabled~.VfPpkd-YQoJzd{-webkit-animation-name:mdc-checkbox-fade-out-background-FF202124FF174EA600000000FF174EA6;animation-name:mdc-checkbox-fade-out-background-FF202124FF174EA600000000FF174EA6}.Ne8lhe:not(:disabled):active .VfPpkd-muHVFf-bMcfAe:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.VfPpkd-YQoJzd{border-color:#202124;border-color:var(--mdc-checkbox-unselected-pressed-icon-color,#202124);background-color:transparent}.Ne8lhe:not(:disabled):active .VfPpkd-muHVFf-bMcfAe:enabled:checked~.VfPpkd-YQoJzd,.Ne8lhe:not(:disabled):active .VfPpkd-muHVFf-bMcfAe:enabled:indeterminate~.VfPpkd-YQoJzd,.Ne8lhe:not(:disabled):active .VfPpkd-muHVFf-bMcfAe[data-indeterminate=true]:enabled~.VfPpkd-YQoJzd{border-color:#174ea6;border-color:var(--mdc-checkbox-selected-pressed-icon-color,#174ea6);background-color:#174ea6;background-color:var(--mdc-checkbox-selected-pressed-icon-color,#174ea6)}@keyframes mdc-checkbox-fade-in-background-FF202124FF174EA600000000FF174EA6{0%{border-color:#202124;border-color:var(--mdc-checkbox-unselected-pressed-icon-color,#202124);background-color:transparent}50%{border-color:#174ea6;border-color:var(--mdc-checkbox-selected-pressed-icon-color,#174ea6);background-color:#174ea6;background-color:var(--mdc-checkbox-selected-pressed-icon-color,#174ea6)}}@keyframes mdc-checkbox-fade-out-background-FF202124FF174EA600000000FF174EA6{0%,80%{border-color:#174ea6;border-color:var(--mdc-checkbox-selected-pressed-icon-color,#174ea6);background-color:#174ea6;background-color:var(--mdc-checkbox-selected-pressed-icon-color,#174ea6)}100%{border-color:#202124;border-color:var(--mdc-checkbox-unselected-pressed-icon-color,#202124);background-color:transparent}}.Ne8lhe:not(:disabled):active.VfPpkd-MPu53c-OWXEXe-vwu2ne-iAfbIe-barxie .VfPpkd-muHVFf-bMcfAe:enabled~.VfPpkd-YQoJzd,.Ne8lhe:not(:disabled):active.VfPpkd-MPu53c-OWXEXe-vwu2ne-iAfbIe-A9y3zc .VfPpkd-muHVFf-bMcfAe:enabled~.VfPpkd-YQoJzd{-webkit-animation-name:mdc-checkbox-fade-in-background-FF202124FF174EA600000000FF174EA6;animation-name:mdc-checkbox-fade-in-background-FF202124FF174EA600000000FF174EA6}.Ne8lhe:not(:disabled):active.VfPpkd-MPu53c-OWXEXe-vwu2ne-barxie-iAfbIe .VfPpkd-muHVFf-bMcfAe:enabled~.VfPpkd-YQoJzd,.Ne8lhe:not(:disabled):active.VfPpkd-MPu53c-OWXEXe-vwu2ne-A9y3zc-iAfbIe .VfPpkd-muHVFf-bMcfAe:enabled~.VfPpkd-YQoJzd{-webkit-animation-name:mdc-checkbox-fade-out-background-FF202124FF174EA600000000FF174EA6;animation-name:mdc-checkbox-fade-out-background-FF202124FF174EA600000000FF174EA6}.Ne8lhe .VfPpkd-OYHm6b::before,.Ne8lhe .VfPpkd-OYHm6b::after{background-color:#3c4043;background-color:var(--mdc-checkbox-unselected-hover-state-layer-color,#3c4043)}.Ne8lhe:hover .VfPpkd-OYHm6b::before,.Ne8lhe.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-OYHm6b::before{opacity:.04;opacity:var(--mdc-checkbox-unselected-hover-state-layer-opacity,.04)}.Ne8lhe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-OYHm6b::before,.Ne8lhe:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-OYHm6b::before{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-checkbox-unselected-focus-state-layer-opacity,.12)}.Ne8lhe:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-OYHm6b::after{-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.Ne8lhe:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-OYHm6b::after{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.1;opacity:var(--mdc-checkbox-unselected-pressed-state-layer-opacity,.1)}.Ne8lhe.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-checkbox-unselected-pressed-state-layer-opacity,0.1)}.Ne8lhe .VfPpkd-OYHm6b::before{background-color:#3c4043;background-color:var(--mdc-checkbox-unselected-hover-state-layer-color,#3c4043)}.Ne8lhe .VfPpkd-OYHm6b::after{background-color:#1a73e8;background-color:var(--mdc-checkbox-unselected-pressed-state-layer-color,#1a73e8)}.Ne8lhe.VfPpkd-MPu53c-OWXEXe-gk6SMd .VfPpkd-OYHm6b::before,.Ne8lhe.VfPpkd-MPu53c-OWXEXe-gk6SMd .VfPpkd-OYHm6b::after{background-color:#1a73e8;background-color:var(--mdc-checkbox-selected-hover-state-layer-color,#1a73e8)}.Ne8lhe.VfPpkd-MPu53c-OWXEXe-gk6SMd:hover .VfPpkd-OYHm6b::before,.Ne8lhe.VfPpkd-MPu53c-OWXEXe-gk6SMd.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-OYHm6b::before{opacity:.04;opacity:var(--mdc-checkbox-selected-hover-state-layer-opacity,.04)}.Ne8lhe.VfPpkd-MPu53c-OWXEXe-gk6SMd.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-OYHm6b::before,.Ne8lhe.VfPpkd-MPu53c-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-OYHm6b::before{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-checkbox-selected-focus-state-layer-opacity,.12)}.Ne8lhe.VfPpkd-MPu53c-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-OYHm6b::after{-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.Ne8lhe.VfPpkd-MPu53c-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-OYHm6b::after{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.1;opacity:var(--mdc-checkbox-selected-pressed-state-layer-opacity,.1)}.Ne8lhe.VfPpkd-MPu53c-OWXEXe-gk6SMd.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-checkbox-selected-pressed-state-layer-opacity,0.1)}.Ne8lhe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe.VfPpkd-MPu53c-OWXEXe-gk6SMd .VfPpkd-OYHm6b::before,.Ne8lhe.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe.VfPpkd-MPu53c-OWXEXe-gk6SMd .VfPpkd-OYHm6b::after{background-color:#1a73e8;background-color:var(--mdc-checkbox-selected-hover-state-layer-color,#1a73e8)}@media (-ms-high-contrast:active),screen and (forced-colors:active){.Ne8lhe .VfPpkd-muHVFf-bMcfAe[disabled]:not(:checked):not(:indeterminate):not([data-indeterminate=true])~.VfPpkd-YQoJzd{border-color:GrayText;border-color:var(--mdc-checkbox-disabled-unselected-icon-color,GrayText);background-color:transparent}.Ne8lhe .VfPpkd-muHVFf-bMcfAe[disabled]:checked~.VfPpkd-YQoJzd,.Ne8lhe .VfPpkd-muHVFf-bMcfAe[disabled]:indeterminate~.VfPpkd-YQoJzd,.Ne8lhe .VfPpkd-muHVFf-bMcfAe[data-indeterminate=true][disabled]~.VfPpkd-YQoJzd{border-color:GrayText;background-color:GrayText;background-color:var(--mdc-checkbox-disabled-selected-icon-color,GrayText)}.Ne8lhe .VfPpkd-muHVFf-bMcfAe:enabled~.VfPpkd-YQoJzd .VfPpkd-HUofsb{color:ButtonText;color:var(--mdc-checkbox-selected-checkmark-color,ButtonText)}.Ne8lhe .VfPpkd-muHVFf-bMcfAe:enabled~.VfPpkd-YQoJzd .VfPpkd-SJnn3d{border-color:ButtonText;border-color:var(--mdc-checkbox-selected-checkmark-color,ButtonText)}.Ne8lhe .VfPpkd-muHVFf-bMcfAe:disabled~.VfPpkd-YQoJzd .VfPpkd-HUofsb{color:ButtonFace;color:var(--mdc-checkbox-disabled-selected-checkmark-color,ButtonFace)}.Ne8lhe .VfPpkd-muHVFf-bMcfAe:disabled~.VfPpkd-YQoJzd .VfPpkd-SJnn3d{border-color:ButtonFace;border-color:var(--mdc-checkbox-disabled-selected-checkmark-color,ButtonFace)}}.az2ine{will-change:unset}.VfPpkd-xl07Ob-XxIAqe{display:none;position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transform-origin:top left;-ms-transform-origin:top left;-o-transform-origin:top left;transform-origin:top left;opacity:0;overflow:auto;will-change:transform,opacity;-webkit-box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);box-shadow:0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12);transform-origin-left:top left;transform-origin-right:top right}.VfPpkd-xl07Ob-XxIAqe:focus{outline:none}.VfPpkd-xl07Ob-XxIAqe-OWXEXe-oT9UPb-FNFY6c{display:inline-block;-webkit-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8);opacity:0}.VfPpkd-xl07Ob-XxIAqe-OWXEXe-FNFY6c{display:inline-block;-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1}.VfPpkd-xl07Ob-XxIAqe-OWXEXe-oT9UPb-xTMeO{display:inline-block;opacity:0}[dir=rtl] .VfPpkd-xl07Ob-XxIAqe,.VfPpkd-xl07Ob-XxIAqe[dir=rtl]{transform-origin-left:top right;transform-origin-right:top left}.VfPpkd-xl07Ob-XxIAqe-OWXEXe-oYxtQd{position:relative;overflow:visible}.VfPpkd-xl07Ob-XxIAqe-OWXEXe-qbOKL{position:fixed}.VfPpkd-xl07Ob-XxIAqe-OWXEXe-tsQazb{width:100%}.VfPpkd-xl07Ob-XxIAqe{max-width:calc(100vw - 32px);max-width:var(--mdc-menu-max-width,calc(100vw - 32px));max-height:calc(100vh - 32px);max-height:var(--mdc-menu-max-height,calc(100vh - 32px));z-index:8;-webkit-transition:opacity .03s linear,height .25s cubic-bezier(0,0,.2,1),-webkit-transform .12s cubic-bezier(0,0,.2,1);transition:opacity .03s linear,height .25s cubic-bezier(0,0,.2,1),-webkit-transform .12s cubic-bezier(0,0,.2,1);-o-transition:opacity .03s linear,height .25s cubic-bezier(0,0,.2,1),-o-transform .12s cubic-bezier(0,0,.2,1);transition:opacity .03s linear,transform .12s cubic-bezier(0,0,.2,1),height .25s cubic-bezier(0,0,.2,1);transition:opacity .03s linear,transform .12s cubic-bezier(0,0,.2,1),height .25s cubic-bezier(0,0,.2,1),-webkit-transform .12s cubic-bezier(0,0,.2,1),-o-transform .12s cubic-bezier(0,0,.2,1);background-color:#fff;background-color:var(--mdc-theme-surface,#fff);color:#000;color:var(--mdc-theme-on-surface,#000);border-radius:4px;border-radius:var(--mdc-shape-medium,4px)}.VfPpkd-xl07Ob-XxIAqe-OWXEXe-oT9UPb-xTMeO{-webkit-transition:opacity 75ms linear;-o-transition:opacity 75ms linear;transition:opacity 75ms linear}.VfPpkd-StrnGf-rymPhb{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-subtitle1-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:1rem;font-size:var(--mdc-typography-subtitle1-font-size,1rem);line-height:1.75rem;line-height:var(--mdc-typography-subtitle1-line-height,1.75rem);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight,400);letter-spacing:.009375em;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing,.009375em);text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-subtitle1-text-transform,inherit);line-height:1.5rem;margin:0;padding:8px 0;list-style-type:none;color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-background,rgba(0,0,0,.87))}.VfPpkd-StrnGf-rymPhb:focus{outline:none}.VfPpkd-StrnGf-rymPhb-L8ivfd-fmcmS{color:rgba(0,0,0,.54);color:var(--mdc-theme-text-secondary-on-background,rgba(0,0,0,.54))}.VfPpkd-StrnGf-rymPhb-f7MjDc{background-color:transparent}.VfPpkd-StrnGf-rymPhb-f7MjDc{color:rgba(0,0,0,.38);color:var(--mdc-theme-text-icon-on-background,rgba(0,0,0,.38))}.VfPpkd-StrnGf-rymPhb-IhFlZd{color:rgba(0,0,0,.38);color:var(--mdc-theme-text-hint-on-background,rgba(0,0,0,.38))}.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-b9t22c{opacity:.38}.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-b9t22c,.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-fpDzbe-fmcmS,.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-L8ivfd-fmcmS{color:#000;color:var(--mdc-theme-on-surface,#000)}.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd,.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-pXU01b{color:#6200ee;color:var(--mdc-theme-primary,#6200ee)}.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-StrnGf-rymPhb-f7MjDc,.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-pXU01b .VfPpkd-StrnGf-rymPhb-f7MjDc{color:#6200ee;color:var(--mdc-theme-primary,#6200ee)}.VfPpkd-StrnGf-rymPhb-OWXEXe-EzIYc{padding-top:4px;padding-bottom:4px;font-size:.812rem}.VfPpkd-StrnGf-rymPhb-Tkg0ld{display:block}.VfPpkd-StrnGf-rymPhb-ibnC6b{display:-webkit-box;display:-webkit-flex;display:flex;position:relative;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;overflow:hidden;padding:0;padding-left:16px;padding-right:16px;height:48px}.VfPpkd-StrnGf-rymPhb-ibnC6b:focus{outline:none}.VfPpkd-StrnGf-rymPhb-ibnC6b:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd):focus::before,.VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe::before{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:100%;top:0;left:0;border:1px solid transparent;border-radius:inherit;content:\"\";pointer-events:none}@media screen and (forced-colors:active){.VfPpkd-StrnGf-rymPhb-ibnC6b:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd):focus::before,.VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe::before{border-color:CanvasText}}.VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd::before{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:100%;top:0;left:0;border:3px double transparent;border-radius:inherit;content:\"\";pointer-events:none}@media screen and (forced-colors:active){.VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd::before{border-color:CanvasText}}[dir=rtl] .VfPpkd-StrnGf-rymPhb-ibnC6b,.VfPpkd-StrnGf-rymPhb-ibnC6b[dir=rtl]{padding-left:16px;padding-right:16px}.VfPpkd-StrnGf-rymPhb-OWXEXe-Bz112c-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b{padding-left:16px;padding-right:16px;height:56px}[dir=rtl] .VfPpkd-StrnGf-rymPhb-OWXEXe-Bz112c-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b,.VfPpkd-StrnGf-rymPhb-OWXEXe-Bz112c-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b[dir=rtl]{padding-left:16px;padding-right:16px}.VfPpkd-StrnGf-rymPhb-OWXEXe-YLEF4c-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b{padding-left:16px;padding-right:16px;height:56px}[dir=rtl] .VfPpkd-StrnGf-rymPhb-OWXEXe-YLEF4c-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b,.VfPpkd-StrnGf-rymPhb-OWXEXe-YLEF4c-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b[dir=rtl]{padding-left:16px;padding-right:16px}.VfPpkd-StrnGf-rymPhb-OWXEXe-JUCs7e-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b{padding-left:16px;padding-right:16px;height:56px}[dir=rtl] .VfPpkd-StrnGf-rymPhb-OWXEXe-JUCs7e-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b,.VfPpkd-StrnGf-rymPhb-OWXEXe-JUCs7e-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b[dir=rtl]{padding-left:16px;padding-right:16px}.VfPpkd-StrnGf-rymPhb-OWXEXe-HiaYvf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b{padding-left:16px;padding-right:16px;height:72px}[dir=rtl] .VfPpkd-StrnGf-rymPhb-OWXEXe-HiaYvf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b,.VfPpkd-StrnGf-rymPhb-OWXEXe-HiaYvf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b[dir=rtl]{padding-left:16px;padding-right:16px}.VfPpkd-StrnGf-rymPhb-OWXEXe-aTv5jf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b{padding-left:0;padding-right:16px;height:72px}[dir=rtl] .VfPpkd-StrnGf-rymPhb-OWXEXe-aTv5jf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b,.VfPpkd-StrnGf-rymPhb-OWXEXe-aTv5jf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b[dir=rtl]{padding-left:16px;padding-right:0}.VfPpkd-StrnGf-rymPhb-OWXEXe-EzIYc .VfPpkd-StrnGf-rymPhb-f7MjDc{margin-left:0;margin-right:16px;width:20px;height:20px}[dir=rtl] .VfPpkd-StrnGf-rymPhb-OWXEXe-EzIYc .VfPpkd-StrnGf-rymPhb-f7MjDc,.VfPpkd-StrnGf-rymPhb-OWXEXe-EzIYc .VfPpkd-StrnGf-rymPhb-f7MjDc[dir=rtl]{margin-left:16px;margin-right:0}.VfPpkd-StrnGf-rymPhb-f7MjDc{-webkit-flex-shrink:0;flex-shrink:0;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;fill:currentColor;-o-object-fit:cover;object-fit:cover;margin-left:0;margin-right:32px;width:24px;height:24px}[dir=rtl] .VfPpkd-StrnGf-rymPhb-f7MjDc,.VfPpkd-StrnGf-rymPhb-f7MjDc[dir=rtl]{margin-left:32px;margin-right:0}.VfPpkd-StrnGf-rymPhb-OWXEXe-Bz112c-rymPhb .VfPpkd-StrnGf-rymPhb-f7MjDc{margin-left:0;margin-right:32px;width:24px;height:24px}[dir=rtl] .VfPpkd-StrnGf-rymPhb-OWXEXe-Bz112c-rymPhb .VfPpkd-StrnGf-rymPhb-f7MjDc,.VfPpkd-StrnGf-rymPhb-OWXEXe-Bz112c-rymPhb .VfPpkd-StrnGf-rymPhb-f7MjDc[dir=rtl]{margin-left:32px;margin-right:0}.VfPpkd-StrnGf-rymPhb-OWXEXe-YLEF4c-rymPhb .VfPpkd-StrnGf-rymPhb-f7MjDc{margin-left:0;margin-right:16px;width:40px;height:40px;border-radius:50%}[dir=rtl] .VfPpkd-StrnGf-rymPhb-OWXEXe-YLEF4c-rymPhb .VfPpkd-StrnGf-rymPhb-f7MjDc,.VfPpkd-StrnGf-rymPhb-OWXEXe-YLEF4c-rymPhb .VfPpkd-StrnGf-rymPhb-f7MjDc[dir=rtl]{margin-left:16px;margin-right:0}.VfPpkd-StrnGf-rymPhb-OWXEXe-JUCs7e-rymPhb .VfPpkd-StrnGf-rymPhb-f7MjDc{margin-left:0;margin-right:16px;width:40px;height:40px}[dir=rtl] .VfPpkd-StrnGf-rymPhb-OWXEXe-JUCs7e-rymPhb .VfPpkd-StrnGf-rymPhb-f7MjDc,.VfPpkd-StrnGf-rymPhb-OWXEXe-JUCs7e-rymPhb .VfPpkd-StrnGf-rymPhb-f7MjDc[dir=rtl]{margin-left:16px;margin-right:0}.VfPpkd-StrnGf-rymPhb-OWXEXe-HiaYvf-rymPhb .VfPpkd-StrnGf-rymPhb-f7MjDc{margin-left:0;margin-right:16px;width:56px;height:56px}[dir=rtl] .VfPpkd-StrnGf-rymPhb-OWXEXe-HiaYvf-rymPhb .VfPpkd-StrnGf-rymPhb-f7MjDc,.VfPpkd-StrnGf-rymPhb-OWXEXe-HiaYvf-rymPhb .VfPpkd-StrnGf-rymPhb-f7MjDc[dir=rtl]{margin-left:16px;margin-right:0}.VfPpkd-StrnGf-rymPhb-OWXEXe-aTv5jf-rymPhb .VfPpkd-StrnGf-rymPhb-f7MjDc{margin-left:0;margin-right:16px;width:100px;height:56px}[dir=rtl] .VfPpkd-StrnGf-rymPhb-OWXEXe-aTv5jf-rymPhb .VfPpkd-StrnGf-rymPhb-f7MjDc,.VfPpkd-StrnGf-rymPhb-OWXEXe-aTv5jf-rymPhb .VfPpkd-StrnGf-rymPhb-f7MjDc[dir=rtl]{margin-left:16px;margin-right:0}.VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-f7MjDc{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex}.VfPpkd-StrnGf-rymPhb-IhFlZd{margin-left:auto;margin-right:0}.VfPpkd-StrnGf-rymPhb-IhFlZd:not(.HzV7m-fuEl3d){-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-caption-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:.75rem;font-size:var(--mdc-typography-caption-font-size,.75rem);line-height:1.25rem;line-height:var(--mdc-typography-caption-line-height,1.25rem);font-weight:400;font-weight:var(--mdc-typography-caption-font-weight,400);letter-spacing:.0333333333em;letter-spacing:var(--mdc-typography-caption-letter-spacing,.0333333333em);text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-caption-text-decoration,inherit);text-decoration:var(--mdc-typography-caption-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-caption-text-transform,inherit)}.VfPpkd-StrnGf-rymPhb-ibnC6b[dir=rtl] .VfPpkd-StrnGf-rymPhb-IhFlZd,[dir=rtl] .VfPpkd-StrnGf-rymPhb-ibnC6b .VfPpkd-StrnGf-rymPhb-IhFlZd{margin-left:0;margin-right:auto}.VfPpkd-StrnGf-rymPhb-b9t22c{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.VfPpkd-StrnGf-rymPhb-b9t22c[for]{pointer-events:none}.VfPpkd-StrnGf-rymPhb-fpDzbe-fmcmS{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.VfPpkd-StrnGf-rymPhb-fpDzbe-fmcmS::before{display:inline-block;width:0;height:28px;content:\"\";vertical-align:0}.VfPpkd-StrnGf-rymPhb-fpDzbe-fmcmS::after{display:inline-block;width:0;height:20px;content:\"\";vertical-align:-20px}.VfPpkd-StrnGf-rymPhb-OWXEXe-aTv5jf-rymPhb .VfPpkd-StrnGf-rymPhb-fpDzbe-fmcmS,.VfPpkd-StrnGf-rymPhb-OWXEXe-HiaYvf-rymPhb .VfPpkd-StrnGf-rymPhb-fpDzbe-fmcmS,.VfPpkd-StrnGf-rymPhb-OWXEXe-JUCs7e-rymPhb .VfPpkd-StrnGf-rymPhb-fpDzbe-fmcmS,.VfPpkd-StrnGf-rymPhb-OWXEXe-YLEF4c-rymPhb .VfPpkd-StrnGf-rymPhb-fpDzbe-fmcmS,.VfPpkd-StrnGf-rymPhb-OWXEXe-Bz112c-rymPhb .VfPpkd-StrnGf-rymPhb-fpDzbe-fmcmS{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.VfPpkd-StrnGf-rymPhb-OWXEXe-aTv5jf-rymPhb .VfPpkd-StrnGf-rymPhb-fpDzbe-fmcmS::before,.VfPpkd-StrnGf-rymPhb-OWXEXe-HiaYvf-rymPhb .VfPpkd-StrnGf-rymPhb-fpDzbe-fmcmS::before,.VfPpkd-StrnGf-rymPhb-OWXEXe-JUCs7e-rymPhb .VfPpkd-StrnGf-rymPhb-fpDzbe-fmcmS::before,.VfPpkd-StrnGf-rymPhb-OWXEXe-YLEF4c-rymPhb .VfPpkd-StrnGf-rymPhb-fpDzbe-fmcmS::before,.VfPpkd-StrnGf-rymPhb-OWXEXe-Bz112c-rymPhb .VfPpkd-StrnGf-rymPhb-fpDzbe-fmcmS::before{display:inline-block;width:0;height:32px;content:\"\";vertical-align:0}.VfPpkd-StrnGf-rymPhb-OWXEXe-aTv5jf-rymPhb .VfPpkd-StrnGf-rymPhb-fpDzbe-fmcmS::after,.VfPpkd-StrnGf-rymPhb-OWXEXe-HiaYvf-rymPhb .VfPpkd-StrnGf-rymPhb-fpDzbe-fmcmS::after,.VfPpkd-StrnGf-rymPhb-OWXEXe-JUCs7e-rymPhb .VfPpkd-StrnGf-rymPhb-fpDzbe-fmcmS::after,.VfPpkd-StrnGf-rymPhb-OWXEXe-YLEF4c-rymPhb .VfPpkd-StrnGf-rymPhb-fpDzbe-fmcmS::after,.VfPpkd-StrnGf-rymPhb-OWXEXe-Bz112c-rymPhb .VfPpkd-StrnGf-rymPhb-fpDzbe-fmcmS::after{display:inline-block;width:0;height:20px;content:\"\";vertical-align:-20px}.VfPpkd-StrnGf-rymPhb-OWXEXe-EzIYc .VfPpkd-StrnGf-rymPhb-fpDzbe-fmcmS{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.VfPpkd-StrnGf-rymPhb-OWXEXe-EzIYc .VfPpkd-StrnGf-rymPhb-fpDzbe-fmcmS::before{display:inline-block;width:0;height:24px;content:\"\";vertical-align:0}.VfPpkd-StrnGf-rymPhb-OWXEXe-EzIYc .VfPpkd-StrnGf-rymPhb-fpDzbe-fmcmS::after{display:inline-block;width:0;height:20px;content:\"\";vertical-align:-20px}.VfPpkd-StrnGf-rymPhb-L8ivfd-fmcmS{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-body2-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:.875rem;font-size:var(--mdc-typography-body2-font-size,.875rem);line-height:1.25rem;line-height:var(--mdc-typography-body2-line-height,1.25rem);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight,400);letter-spacing:.0178571429em;letter-spacing:var(--mdc-typography-body2-letter-spacing,.0178571429em);text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-body2-text-decoration,inherit);text-decoration:var(--mdc-typography-body2-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-body2-text-transform,inherit);text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;margin-top:0;line-height:normal}.VfPpkd-StrnGf-rymPhb-L8ivfd-fmcmS::before{display:inline-block;width:0;height:20px;content:\"\";vertical-align:0}.VfPpkd-StrnGf-rymPhb-OWXEXe-EzIYc .VfPpkd-StrnGf-rymPhb-L8ivfd-fmcmS{font-size:inherit}.VfPpkd-StrnGf-rymPhb-OWXEXe-EzIYc .VfPpkd-StrnGf-rymPhb-ibnC6b{height:40px}.VfPpkd-StrnGf-rymPhb-OWXEXe-aSi1db-RWgCYc .VfPpkd-StrnGf-rymPhb-b9t22c{-webkit-align-self:flex-start;align-self:flex-start}.VfPpkd-StrnGf-rymPhb-OWXEXe-aSi1db-RWgCYc .VfPpkd-StrnGf-rymPhb-ibnC6b{height:64px}.VfPpkd-StrnGf-rymPhb-OWXEXe-aSi1db-RWgCYc.VfPpkd-StrnGf-rymPhb-OWXEXe-aTv5jf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b,.VfPpkd-StrnGf-rymPhb-OWXEXe-aSi1db-RWgCYc.VfPpkd-StrnGf-rymPhb-OWXEXe-HiaYvf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b,.VfPpkd-StrnGf-rymPhb-OWXEXe-aSi1db-RWgCYc.VfPpkd-StrnGf-rymPhb-OWXEXe-JUCs7e-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b,.VfPpkd-StrnGf-rymPhb-OWXEXe-aSi1db-RWgCYc.VfPpkd-StrnGf-rymPhb-OWXEXe-YLEF4c-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b,.VfPpkd-StrnGf-rymPhb-OWXEXe-aSi1db-RWgCYc.VfPpkd-StrnGf-rymPhb-OWXEXe-Bz112c-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b{height:72px}.VfPpkd-StrnGf-rymPhb-OWXEXe-aSi1db-RWgCYc.VfPpkd-StrnGf-rymPhb-OWXEXe-Bz112c-rymPhb .VfPpkd-StrnGf-rymPhb-f7MjDc{-webkit-align-self:flex-start;align-self:flex-start;margin-top:16px}.VfPpkd-StrnGf-rymPhb-OWXEXe-aSi1db-RWgCYc.VfPpkd-StrnGf-rymPhb-OWXEXe-EzIYc .VfPpkd-StrnGf-rymPhb-ibnC6b,.VfPpkd-StrnGf-rymPhb-OWXEXe-YLEF4c-rymPhb.VfPpkd-StrnGf-rymPhb-OWXEXe-EzIYc .VfPpkd-StrnGf-rymPhb-ibnC6b{height:60px}.VfPpkd-StrnGf-rymPhb-OWXEXe-YLEF4c-rymPhb.VfPpkd-StrnGf-rymPhb-OWXEXe-EzIYc .VfPpkd-StrnGf-rymPhb-f7MjDc{margin-left:0;margin-right:16px;width:36px;height:36px}[dir=rtl] .VfPpkd-StrnGf-rymPhb-OWXEXe-YLEF4c-rymPhb.VfPpkd-StrnGf-rymPhb-OWXEXe-EzIYc .VfPpkd-StrnGf-rymPhb-f7MjDc,.VfPpkd-StrnGf-rymPhb-OWXEXe-YLEF4c-rymPhb.VfPpkd-StrnGf-rymPhb-OWXEXe-EzIYc .VfPpkd-StrnGf-rymPhb-f7MjDc[dir=rtl]{margin-left:16px;margin-right:0}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b{cursor:pointer}a.VfPpkd-StrnGf-rymPhb-ibnC6b{color:inherit;text-decoration:none}.VfPpkd-StrnGf-rymPhb-clz4Ic{height:0;margin:0;border:none;border-bottom-width:1px;border-bottom-style:solid}.VfPpkd-StrnGf-rymPhb-clz4Ic{border-bottom-color:rgba(0,0,0,.12)}.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-nNtqDd{margin-left:16px;margin-right:0;width:calc(100% - 32px)}[dir=rtl] .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-nNtqDd,.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-nNtqDd[dir=rtl]{margin-left:0;margin-right:16px}.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe{margin-left:72px;margin-right:0;width:calc(100% - 72px)}[dir=rtl] .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe,.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe[dir=rtl]{margin-left:0;margin-right:72px}.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-nNtqDd{margin-left:72px;margin-right:0;width:calc(100% - 88px)}[dir=rtl] .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-nNtqDd,.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-nNtqDd[dir=rtl]{margin-left:0;margin-right:72px}.VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc{margin-left:16px;margin-right:0;width:calc(100% - 16px)}[dir=rtl] .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc,.VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc[dir=rtl]{margin-left:0;margin-right:16px}.VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg{width:calc(100% - 16px)}.VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg{margin-left:16px;margin-right:0;width:calc(100% - 32px)}[dir=rtl] .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg,.VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg[dir=rtl]{margin-left:0;margin-right:16px}.VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-QFlW2{margin-left:16px;margin-right:0;width:calc(100% - 16px)}[dir=rtl] .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-QFlW2,.VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-QFlW2[dir=rtl]{margin-left:0;margin-right:16px}.VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-QFlW2{margin-left:16px;margin-right:0;width:calc(100% - 32px)}[dir=rtl] .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-QFlW2,.VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-QFlW2[dir=rtl]{margin-left:0;margin-right:16px}.VfPpkd-StrnGf-rymPhb-OWXEXe-Bz112c-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc{margin-left:72px;margin-right:0;width:calc(100% - 72px)}[dir=rtl] .VfPpkd-StrnGf-rymPhb-OWXEXe-Bz112c-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc,.VfPpkd-StrnGf-rymPhb-OWXEXe-Bz112c-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc[dir=rtl]{margin-left:0;margin-right:72px}.VfPpkd-StrnGf-rymPhb-OWXEXe-Bz112c-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg{width:calc(100% - 16px)}.VfPpkd-StrnGf-rymPhb-OWXEXe-Bz112c-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg{margin-left:72px;margin-right:0;width:calc(100% - 88px)}[dir=rtl] .VfPpkd-StrnGf-rymPhb-OWXEXe-Bz112c-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg,.VfPpkd-StrnGf-rymPhb-OWXEXe-Bz112c-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg[dir=rtl]{margin-left:0;margin-right:72px}.VfPpkd-StrnGf-rymPhb-OWXEXe-Bz112c-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-QFlW2{margin-left:16px;margin-right:0;width:calc(100% - 16px)}[dir=rtl] .VfPpkd-StrnGf-rymPhb-OWXEXe-Bz112c-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-QFlW2,.VfPpkd-StrnGf-rymPhb-OWXEXe-Bz112c-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-QFlW2[dir=rtl]{margin-left:0;margin-right:16px}.VfPpkd-StrnGf-rymPhb-OWXEXe-Bz112c-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-QFlW2{margin-left:16px;margin-right:0;width:calc(100% - 32px)}[dir=rtl] .VfPpkd-StrnGf-rymPhb-OWXEXe-Bz112c-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-QFlW2,.VfPpkd-StrnGf-rymPhb-OWXEXe-Bz112c-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-QFlW2[dir=rtl]{margin-left:0;margin-right:16px}.VfPpkd-StrnGf-rymPhb-OWXEXe-YLEF4c-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc{margin-left:72px;margin-right:0;width:calc(100% - 72px)}[dir=rtl] .VfPpkd-StrnGf-rymPhb-OWXEXe-YLEF4c-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc,.VfPpkd-StrnGf-rymPhb-OWXEXe-YLEF4c-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc[dir=rtl]{margin-left:0;margin-right:72px}.VfPpkd-StrnGf-rymPhb-OWXEXe-YLEF4c-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg{width:calc(100% - 16px)}.VfPpkd-StrnGf-rymPhb-OWXEXe-YLEF4c-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg{margin-left:72px;margin-right:0;width:calc(100% - 88px)}[dir=rtl] .VfPpkd-StrnGf-rymPhb-OWXEXe-YLEF4c-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg,.VfPpkd-StrnGf-rymPhb-OWXEXe-YLEF4c-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg[dir=rtl]{margin-left:0;margin-right:72px}.VfPpkd-StrnGf-rymPhb-OWXEXe-YLEF4c-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-QFlW2{margin-left:16px;margin-right:0;width:calc(100% - 16px)}[dir=rtl] .VfPpkd-StrnGf-rymPhb-OWXEXe-YLEF4c-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-QFlW2,.VfPpkd-StrnGf-rymPhb-OWXEXe-YLEF4c-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-QFlW2[dir=rtl]{margin-left:0;margin-right:16px}.VfPpkd-StrnGf-rymPhb-OWXEXe-YLEF4c-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-QFlW2{margin-left:16px;margin-right:0;width:calc(100% - 32px)}[dir=rtl] .VfPpkd-StrnGf-rymPhb-OWXEXe-YLEF4c-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-QFlW2,.VfPpkd-StrnGf-rymPhb-OWXEXe-YLEF4c-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-QFlW2[dir=rtl]{margin-left:0;margin-right:16px}.VfPpkd-StrnGf-rymPhb-OWXEXe-JUCs7e-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc{margin-left:72px;margin-right:0;width:calc(100% - 72px)}[dir=rtl] .VfPpkd-StrnGf-rymPhb-OWXEXe-JUCs7e-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc,.VfPpkd-StrnGf-rymPhb-OWXEXe-JUCs7e-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc[dir=rtl]{margin-left:0;margin-right:72px}.VfPpkd-StrnGf-rymPhb-OWXEXe-JUCs7e-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg{width:calc(100% - 16px)}.VfPpkd-StrnGf-rymPhb-OWXEXe-JUCs7e-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg{margin-left:72px;margin-right:0;width:calc(100% - 88px)}[dir=rtl] .VfPpkd-StrnGf-rymPhb-OWXEXe-JUCs7e-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg,.VfPpkd-StrnGf-rymPhb-OWXEXe-JUCs7e-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg[dir=rtl]{margin-left:0;margin-right:72px}.VfPpkd-StrnGf-rymPhb-OWXEXe-JUCs7e-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-QFlW2{margin-left:16px;margin-right:0;width:calc(100% - 16px)}[dir=rtl] .VfPpkd-StrnGf-rymPhb-OWXEXe-JUCs7e-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-QFlW2,.VfPpkd-StrnGf-rymPhb-OWXEXe-JUCs7e-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-QFlW2[dir=rtl]{margin-left:0;margin-right:16px}.VfPpkd-StrnGf-rymPhb-OWXEXe-JUCs7e-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-QFlW2{margin-left:16px;margin-right:0;width:calc(100% - 32px)}[dir=rtl] .VfPpkd-StrnGf-rymPhb-OWXEXe-JUCs7e-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-QFlW2,.VfPpkd-StrnGf-rymPhb-OWXEXe-JUCs7e-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-QFlW2[dir=rtl]{margin-left:0;margin-right:16px}.VfPpkd-StrnGf-rymPhb-OWXEXe-HiaYvf-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc{margin-left:88px;margin-right:0;width:calc(100% - 88px)}[dir=rtl] .VfPpkd-StrnGf-rymPhb-OWXEXe-HiaYvf-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc,.VfPpkd-StrnGf-rymPhb-OWXEXe-HiaYvf-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc[dir=rtl]{margin-left:0;margin-right:88px}.VfPpkd-StrnGf-rymPhb-OWXEXe-HiaYvf-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg{width:calc(100% - 16px)}.VfPpkd-StrnGf-rymPhb-OWXEXe-HiaYvf-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg{margin-left:88px;margin-right:0;width:calc(100% - 104px)}[dir=rtl] .VfPpkd-StrnGf-rymPhb-OWXEXe-HiaYvf-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg,.VfPpkd-StrnGf-rymPhb-OWXEXe-HiaYvf-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg[dir=rtl]{margin-left:0;margin-right:88px}.VfPpkd-StrnGf-rymPhb-OWXEXe-HiaYvf-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-QFlW2{margin-left:16px;margin-right:0;width:calc(100% - 16px)}[dir=rtl] .VfPpkd-StrnGf-rymPhb-OWXEXe-HiaYvf-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-QFlW2,.VfPpkd-StrnGf-rymPhb-OWXEXe-HiaYvf-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-QFlW2[dir=rtl]{margin-left:0;margin-right:16px}.VfPpkd-StrnGf-rymPhb-OWXEXe-HiaYvf-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-QFlW2{margin-left:16px;margin-right:0;width:calc(100% - 32px)}[dir=rtl] .VfPpkd-StrnGf-rymPhb-OWXEXe-HiaYvf-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-QFlW2,.VfPpkd-StrnGf-rymPhb-OWXEXe-HiaYvf-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-QFlW2[dir=rtl]{margin-left:0;margin-right:16px}.VfPpkd-StrnGf-rymPhb-OWXEXe-aTv5jf-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc{margin-left:116px;margin-right:0;width:calc(100% - 116px)}[dir=rtl] .VfPpkd-StrnGf-rymPhb-OWXEXe-aTv5jf-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc,.VfPpkd-StrnGf-rymPhb-OWXEXe-aTv5jf-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc[dir=rtl]{margin-left:0;margin-right:116px}.VfPpkd-StrnGf-rymPhb-OWXEXe-aTv5jf-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg{width:calc(100% - 16px)}.VfPpkd-StrnGf-rymPhb-OWXEXe-aTv5jf-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg{margin-left:116px;margin-right:0;width:calc(100% - 132px)}[dir=rtl] .VfPpkd-StrnGf-rymPhb-OWXEXe-aTv5jf-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg,.VfPpkd-StrnGf-rymPhb-OWXEXe-aTv5jf-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg[dir=rtl]{margin-left:0;margin-right:116px}.VfPpkd-StrnGf-rymPhb-OWXEXe-aTv5jf-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-QFlW2{margin-left:0;margin-right:0;width:100%}[dir=rtl] .VfPpkd-StrnGf-rymPhb-OWXEXe-aTv5jf-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-QFlW2,.VfPpkd-StrnGf-rymPhb-OWXEXe-aTv5jf-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-QFlW2[dir=rtl]{margin-left:0;margin-right:0}.VfPpkd-StrnGf-rymPhb-OWXEXe-aTv5jf-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-QFlW2{margin-left:0;margin-right:0;width:calc(100% - 16px)}[dir=rtl] .VfPpkd-StrnGf-rymPhb-OWXEXe-aTv5jf-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-QFlW2,.VfPpkd-StrnGf-rymPhb-OWXEXe-aTv5jf-rymPhb .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-QFlW2[dir=rtl]{margin-left:0;margin-right:0}.VfPpkd-StrnGf-rymPhb-JNdkSc .VfPpkd-StrnGf-rymPhb{padding:0}.VfPpkd-StrnGf-rymPhb-oT7voc{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-subtitle1-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:1rem;font-size:var(--mdc-typography-subtitle1-font-size,1rem);line-height:1.75rem;line-height:var(--mdc-typography-subtitle1-line-height,1.75rem);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight,400);letter-spacing:.009375em;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing,.009375em);text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-subtitle1-text-transform,inherit);margin:.75rem 16px}.VfPpkd-rymPhb-fpDzbe-fmcmS{color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-background,rgba(0,0,0,.87))}.VfPpkd-rymPhb-L8ivfd-fmcmS{color:rgba(0,0,0,.54);color:var(--mdc-theme-text-secondary-on-background,rgba(0,0,0,.54))}.VfPpkd-rymPhb-bC5pod-fmcmS{color:rgba(0,0,0,.38);color:var(--mdc-theme-text-hint-on-background,rgba(0,0,0,.38))}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-rymPhb-KkROqb,.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-Bz112c .VfPpkd-rymPhb-JMEf7e{background-color:transparent}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-rymPhb-KkROqb,.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-Bz112c .VfPpkd-rymPhb-JMEf7e{color:rgba(0,0,0,.38);color:var(--mdc-theme-text-icon-on-background,rgba(0,0,0,.38))}.VfPpkd-rymPhb-JMEf7e{color:rgba(0,0,0,.38);color:var(--mdc-theme-text-hint-on-background,rgba(0,0,0,.38))}.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-rymPhb-KkROqb,.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-rymPhb-Gtdoyb,.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-rymPhb-JMEf7e{opacity:.38}.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-rymPhb-fpDzbe-fmcmS{color:#000;color:var(--mdc-theme-on-surface,#000)}.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-rymPhb-L8ivfd-fmcmS{color:#000;color:var(--mdc-theme-on-surface,#000)}.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-rymPhb-bC5pod-fmcmS{color:#000;color:var(--mdc-theme-on-surface,#000)}.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-rymPhb-KkROqb{color:#000;color:var(--mdc-theme-on-surface,#000)}.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-Bz112c .VfPpkd-rymPhb-JMEf7e{color:#000;color:var(--mdc-theme-on-surface,#000)}.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-r4m2rf .VfPpkd-rymPhb-JMEf7e{color:#000;color:var(--mdc-theme-on-surface,#000)}.VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-rymPhb-fpDzbe-fmcmS,.VfPpkd-rymPhb-ibnC6b-OWXEXe-pXU01b .VfPpkd-rymPhb-fpDzbe-fmcmS{color:#6200ee;color:var(--mdc-theme-primary,#6200ee)}.VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-rymPhb-KkROqb,.VfPpkd-rymPhb-ibnC6b-OWXEXe-pXU01b.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-rymPhb-KkROqb{color:#6200ee;color:var(--mdc-theme-primary,#6200ee)}.VfPpkd-StrnGf-rymPhb-oT7voc{color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-background,rgba(0,0,0,.87))}.VfPpkd-rymPhb-clz4Ic::after{border-bottom-color:white}.VfPpkd-rymPhb{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-subtitle1-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:1rem;font-size:var(--mdc-typography-subtitle1-font-size,1rem);line-height:1.75rem;line-height:var(--mdc-typography-subtitle1-line-height,1.75rem);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight,400);letter-spacing:.009375em;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing,.009375em);text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-subtitle1-text-transform,inherit);line-height:1.5rem}.VfPpkd-rymPhb-fpDzbe-fmcmS{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-subtitle1-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:1rem;font-size:var(--mdc-typography-subtitle1-font-size,1rem);line-height:1.75rem;line-height:var(--mdc-typography-subtitle1-line-height,1.75rem);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight,400);letter-spacing:.009375em;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing,.009375em);text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-subtitle1-text-transform,inherit)}.VfPpkd-rymPhb-L8ivfd-fmcmS{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-body2-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:.875rem;font-size:var(--mdc-typography-body2-font-size,.875rem);line-height:1.25rem;line-height:var(--mdc-typography-body2-line-height,1.25rem);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight,400);letter-spacing:.0178571429em;letter-spacing:var(--mdc-typography-body2-letter-spacing,.0178571429em);text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-body2-text-decoration,inherit);text-decoration:var(--mdc-typography-body2-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-body2-text-transform,inherit)}.VfPpkd-rymPhb-bC5pod-fmcmS{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-overline-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:.75rem;font-size:var(--mdc-typography-overline-font-size,.75rem);line-height:2rem;line-height:var(--mdc-typography-overline-line-height,2rem);font-weight:500;font-weight:var(--mdc-typography-overline-font-weight,500);letter-spacing:.1666666667em;letter-spacing:var(--mdc-typography-overline-letter-spacing,.1666666667em);text-decoration:none;-webkit-text-decoration:var(--mdc-typography-overline-text-decoration,none);text-decoration:var(--mdc-typography-overline-text-decoration,none);text-transform:uppercase;text-transform:var(--mdc-typography-overline-text-transform,uppercase)}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-YLEF4c .VfPpkd-rymPhb-KkROqb{width:40px;height:40px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-rymPhb-KkROqb{width:24px;height:24px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-JUCs7e .VfPpkd-rymPhb-KkROqb{width:40px;height:40px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-HiaYvf .VfPpkd-rymPhb-KkROqb{width:56px;height:56px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-aTv5jf .VfPpkd-rymPhb-KkROqb{width:100px;height:56px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-MPu53c .VfPpkd-rymPhb-KkROqb,.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-GCYh9b .VfPpkd-rymPhb-KkROqb{width:40px;height:40px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-scr2fc .VfPpkd-rymPhb-KkROqb{width:36px;height:20px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-Bz112c .VfPpkd-rymPhb-JMEf7e{width:24px;height:24px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-MPu53c .VfPpkd-rymPhb-JMEf7e,.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-GCYh9b .VfPpkd-rymPhb-JMEf7e{width:40px;height:40px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-scr2fc .VfPpkd-rymPhb-JMEf7e{width:36px;height:20px}.VfPpkd-rymPhb-oT7voc{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-subtitle1-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:1rem;font-size:var(--mdc-typography-subtitle1-font-size,1rem);line-height:1.75rem;line-height:var(--mdc-typography-subtitle1-line-height,1.75rem);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight,400);letter-spacing:.009375em;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing,.009375em);text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-subtitle1-text-transform,inherit)}.VfPpkd-rymPhb-clz4Ic{background-color:rgba(0,0,0,.12)}.VfPpkd-rymPhb-clz4Ic{height:1px}@media (-ms-high-contrast:active),screen and (forced-colors:active){.VfPpkd-rymPhb-clz4Ic::after{content:\"\";display:block;border-bottom-width:1px;border-bottom-style:solid}}.VfPpkd-rymPhb{margin:0;padding:8px 0;list-style-type:none}.VfPpkd-rymPhb:focus{outline:none}.VfPpkd-rymPhb-Tkg0ld{display:block}.VfPpkd-rymPhb-ibnC6b{display:-webkit-box;display:-webkit-flex;display:flex;position:relative;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;overflow:hidden;padding:0;-webkit-box-align:stretch;-webkit-align-items:stretch;align-items:stretch;cursor:pointer}.VfPpkd-rymPhb-ibnC6b:focus{outline:none}.VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-Woal0c-RWgCYc{height:48px}.VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb{height:64px}.VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-vfifzc-MCEKJb{height:88px}.VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-Woal0c-RWgCYc .VfPpkd-rymPhb-KkROqb{-webkit-align-self:center;align-self:center;margin-top:0}.VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-KkROqb,.VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-vfifzc-MCEKJb .VfPpkd-rymPhb-KkROqb{-webkit-align-self:flex-start;align-self:flex-start;margin-top:16px}.VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-Woal0c-RWgCYc .VfPpkd-rymPhb-JMEf7e,.VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-JMEf7e{-webkit-align-self:center;align-self:center;margin-top:0}.VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-vfifzc-MCEKJb .VfPpkd-rymPhb-JMEf7e{-webkit-align-self:flex-start;align-self:flex-start;margin-top:16px}.VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me,.VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-tPcied-hXIJHe{cursor:auto}.VfPpkd-rymPhb-ibnC6b:not(.VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd):focus::before,.VfPpkd-rymPhb-ibnC6b.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe::before{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:100%;top:0;left:0;border:1px solid transparent;border-radius:inherit;content:\"\";pointer-events:none}@media screen and (forced-colors:active){.VfPpkd-rymPhb-ibnC6b:not(.VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd):focus::before,.VfPpkd-rymPhb-ibnC6b.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe::before{border-color:CanvasText}}.VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd::before{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:100%;top:0;left:0;border:3px double transparent;border-radius:inherit;content:\"\";pointer-events:none}@media screen and (forced-colors:active){.VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd::before{border-color:CanvasText}}.VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd:focus::before{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:100%;top:0;left:0;border:3px solid transparent;border-radius:inherit;content:\"\";pointer-events:none}@media screen and (forced-colors:active){.VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd:focus::before{border-color:CanvasText}}a.VfPpkd-rymPhb-ibnC6b{color:inherit;text-decoration:none}.VfPpkd-rymPhb-KkROqb{fill:currentColor;-webkit-flex-shrink:0;flex-shrink:0;pointer-events:none}.VfPpkd-rymPhb-JMEf7e{-webkit-flex-shrink:0;flex-shrink:0;pointer-events:none}.VfPpkd-rymPhb-Gtdoyb{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;-webkit-align-self:center;align-self:center;-webkit-box-flex:1;-webkit-flex:1;flex:1;pointer-events:none}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-Gtdoyb,.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-vfifzc-MCEKJb .VfPpkd-rymPhb-Gtdoyb{-webkit-align-self:stretch;align-self:stretch}.VfPpkd-rymPhb-Gtdoyb[for]{pointer-events:none}.VfPpkd-rymPhb-fpDzbe-fmcmS{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-fpDzbe-fmcmS,.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-vfifzc-MCEKJb .VfPpkd-rymPhb-fpDzbe-fmcmS{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-fpDzbe-fmcmS::before,.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-vfifzc-MCEKJb .VfPpkd-rymPhb-fpDzbe-fmcmS::before{display:inline-block;width:0;height:28px;content:\"\";vertical-align:0}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-fpDzbe-fmcmS::after,.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-vfifzc-MCEKJb .VfPpkd-rymPhb-fpDzbe-fmcmS::after{display:inline-block;width:0;height:20px;content:\"\";vertical-align:-20px}.VfPpkd-rymPhb-L8ivfd-fmcmS{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;margin-top:0;line-height:normal}.VfPpkd-rymPhb-L8ivfd-fmcmS::before{display:inline-block;width:0;height:20px;content:\"\";vertical-align:0}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-vfifzc-MCEKJb .VfPpkd-rymPhb-L8ivfd-fmcmS{white-space:normal;line-height:20px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-BYmFj .VfPpkd-rymPhb-L8ivfd-fmcmS{white-space:nowrap;line-height:auto}.VfPpkd-rymPhb-bC5pod-fmcmS{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-bC5pod-fmcmS{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-bC5pod-fmcmS::before{display:inline-block;width:0;height:24px;content:\"\";vertical-align:0}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-bC5pod-fmcmS::after{display:inline-block;width:0;height:20px;content:\"\";vertical-align:-20px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-vfifzc-MCEKJb .VfPpkd-rymPhb-bC5pod-fmcmS{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-vfifzc-MCEKJb .VfPpkd-rymPhb-bC5pod-fmcmS::before{display:inline-block;width:0;height:28px;content:\"\";vertical-align:0}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-vfifzc-MCEKJb .VfPpkd-rymPhb-bC5pod-fmcmS::after{display:inline-block;width:0;height:20px;content:\"\";vertical-align:-20px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-YLEF4c.VfPpkd-rymPhb-ibnC6b{padding-left:0;padding-right:auto}[dir=rtl] .VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-YLEF4c.VfPpkd-rymPhb-ibnC6b,.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-YLEF4c.VfPpkd-rymPhb-ibnC6b[dir=rtl]{padding-left:auto;padding-right:0}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-YLEF4c .VfPpkd-rymPhb-KkROqb{margin-left:16px;margin-right:16px}[dir=rtl] .VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-YLEF4c .VfPpkd-rymPhb-KkROqb,.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-YLEF4c .VfPpkd-rymPhb-KkROqb[dir=rtl]{margin-left:16px;margin-right:16px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-YLEF4c.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-fpDzbe-fmcmS{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-YLEF4c.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-fpDzbe-fmcmS::before{display:inline-block;width:0;height:32px;content:\"\";vertical-align:0}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-YLEF4c.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-fpDzbe-fmcmS::after{display:inline-block;width:0;height:20px;content:\"\";vertical-align:-20px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-YLEF4c.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-bC5pod-fmcmS{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-YLEF4c.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-bC5pod-fmcmS::before{display:inline-block;width:0;height:28px;content:\"\";vertical-align:0}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-YLEF4c.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-bC5pod-fmcmS::after{display:inline-block;width:0;height:20px;content:\"\";vertical-align:-20px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-YLEF4c.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-r4m2rf .VfPpkd-rymPhb-JMEf7e{display:block;margin-top:0;line-height:normal}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-YLEF4c.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-r4m2rf .VfPpkd-rymPhb-JMEf7e::before{display:inline-block;width:0;height:32px;content:\"\";vertical-align:0}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-YLEF4c.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-Woal0c-RWgCYc{height:56px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-YLEF4c.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb{height:72px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-YLEF4c .VfPpkd-rymPhb-KkROqb{border-radius:50%}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-Bz112c.VfPpkd-rymPhb-ibnC6b{padding-left:0;padding-right:auto}[dir=rtl] .VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-Bz112c.VfPpkd-rymPhb-ibnC6b,.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-Bz112c.VfPpkd-rymPhb-ibnC6b[dir=rtl]{padding-left:auto;padding-right:0}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-rymPhb-KkROqb{margin-left:16px;margin-right:32px}[dir=rtl] .VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-rymPhb-KkROqb,.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-rymPhb-KkROqb[dir=rtl]{margin-left:32px;margin-right:16px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-Bz112c.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-fpDzbe-fmcmS{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-Bz112c.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-fpDzbe-fmcmS::before{display:inline-block;width:0;height:32px;content:\"\";vertical-align:0}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-Bz112c.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-fpDzbe-fmcmS::after{display:inline-block;width:0;height:20px;content:\"\";vertical-align:-20px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-Bz112c.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-bC5pod-fmcmS{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-Bz112c.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-bC5pod-fmcmS::before{display:inline-block;width:0;height:28px;content:\"\";vertical-align:0}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-Bz112c.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-bC5pod-fmcmS::after{display:inline-block;width:0;height:20px;content:\"\";vertical-align:-20px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-Bz112c.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-r4m2rf .VfPpkd-rymPhb-JMEf7e{display:block;margin-top:0;line-height:normal}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-Bz112c.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-r4m2rf .VfPpkd-rymPhb-JMEf7e::before{display:inline-block;width:0;height:32px;content:\"\";vertical-align:0}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-Bz112c.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-Woal0c-RWgCYc{height:56px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-Bz112c.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb{height:72px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-JUCs7e.VfPpkd-rymPhb-ibnC6b{padding-left:0;padding-right:auto}[dir=rtl] .VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-JUCs7e.VfPpkd-rymPhb-ibnC6b,.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-JUCs7e.VfPpkd-rymPhb-ibnC6b[dir=rtl]{padding-left:auto;padding-right:0}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-JUCs7e .VfPpkd-rymPhb-KkROqb{margin-left:16px;margin-right:16px}[dir=rtl] .VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-JUCs7e .VfPpkd-rymPhb-KkROqb,.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-JUCs7e .VfPpkd-rymPhb-KkROqb[dir=rtl]{margin-left:16px;margin-right:16px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-JUCs7e.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-fpDzbe-fmcmS{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-JUCs7e.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-fpDzbe-fmcmS::before{display:inline-block;width:0;height:32px;content:\"\";vertical-align:0}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-JUCs7e.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-fpDzbe-fmcmS::after{display:inline-block;width:0;height:20px;content:\"\";vertical-align:-20px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-JUCs7e.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-bC5pod-fmcmS{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-JUCs7e.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-bC5pod-fmcmS::before{display:inline-block;width:0;height:28px;content:\"\";vertical-align:0}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-JUCs7e.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-bC5pod-fmcmS::after{display:inline-block;width:0;height:20px;content:\"\";vertical-align:-20px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-JUCs7e.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-r4m2rf .VfPpkd-rymPhb-JMEf7e{display:block;margin-top:0;line-height:normal}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-JUCs7e.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-r4m2rf .VfPpkd-rymPhb-JMEf7e::before{display:inline-block;width:0;height:32px;content:\"\";vertical-align:0}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-JUCs7e.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-Woal0c-RWgCYc{height:56px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-JUCs7e.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb{height:72px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-HiaYvf.VfPpkd-rymPhb-ibnC6b{padding-left:0;padding-right:auto}[dir=rtl] .VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-HiaYvf.VfPpkd-rymPhb-ibnC6b,.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-HiaYvf.VfPpkd-rymPhb-ibnC6b[dir=rtl]{padding-left:auto;padding-right:0}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-HiaYvf .VfPpkd-rymPhb-KkROqb{margin-left:16px;margin-right:16px}[dir=rtl] .VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-HiaYvf .VfPpkd-rymPhb-KkROqb,.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-HiaYvf .VfPpkd-rymPhb-KkROqb[dir=rtl]{margin-left:16px;margin-right:16px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-HiaYvf.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-fpDzbe-fmcmS{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-HiaYvf.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-fpDzbe-fmcmS::before{display:inline-block;width:0;height:32px;content:\"\";vertical-align:0}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-HiaYvf.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-fpDzbe-fmcmS::after{display:inline-block;width:0;height:20px;content:\"\";vertical-align:-20px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-HiaYvf.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-bC5pod-fmcmS{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-HiaYvf.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-bC5pod-fmcmS::before{display:inline-block;width:0;height:28px;content:\"\";vertical-align:0}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-HiaYvf.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-bC5pod-fmcmS::after{display:inline-block;width:0;height:20px;content:\"\";vertical-align:-20px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-HiaYvf.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-r4m2rf .VfPpkd-rymPhb-JMEf7e{display:block;margin-top:0;line-height:normal}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-HiaYvf.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-r4m2rf .VfPpkd-rymPhb-JMEf7e::before{display:inline-block;width:0;height:32px;content:\"\";vertical-align:0}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-HiaYvf.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-Woal0c-RWgCYc,.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-HiaYvf.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb{height:72px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-aTv5jf.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-KkROqb{-webkit-align-self:flex-start;align-self:flex-start;margin-top:8px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-aTv5jf.VfPpkd-rymPhb-ibnC6b{padding-left:0;padding-right:auto}[dir=rtl] .VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-aTv5jf.VfPpkd-rymPhb-ibnC6b,.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-aTv5jf.VfPpkd-rymPhb-ibnC6b[dir=rtl]{padding-left:auto;padding-right:0}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-aTv5jf .VfPpkd-rymPhb-KkROqb{margin-left:0;margin-right:16px}[dir=rtl] .VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-aTv5jf .VfPpkd-rymPhb-KkROqb,.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-aTv5jf .VfPpkd-rymPhb-KkROqb[dir=rtl]{margin-left:16px;margin-right:0}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-aTv5jf.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-fpDzbe-fmcmS{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-aTv5jf.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-fpDzbe-fmcmS::before{display:inline-block;width:0;height:32px;content:\"\";vertical-align:0}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-aTv5jf.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-fpDzbe-fmcmS::after{display:inline-block;width:0;height:20px;content:\"\";vertical-align:-20px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-aTv5jf.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-bC5pod-fmcmS{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-aTv5jf.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-bC5pod-fmcmS::before{display:inline-block;width:0;height:28px;content:\"\";vertical-align:0}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-aTv5jf.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-bC5pod-fmcmS::after{display:inline-block;width:0;height:20px;content:\"\";vertical-align:-20px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-aTv5jf.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-r4m2rf .VfPpkd-rymPhb-JMEf7e{display:block;margin-top:0;line-height:normal}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-aTv5jf.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-r4m2rf .VfPpkd-rymPhb-JMEf7e::before{display:inline-block;width:0;height:32px;content:\"\";vertical-align:0}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-aTv5jf.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-Woal0c-RWgCYc,.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-aTv5jf.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb{height:72px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-MPu53c.VfPpkd-rymPhb-ibnC6b{padding-left:0;padding-right:auto}[dir=rtl] .VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-MPu53c.VfPpkd-rymPhb-ibnC6b,.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-MPu53c.VfPpkd-rymPhb-ibnC6b[dir=rtl]{padding-left:auto;padding-right:0}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-MPu53c .VfPpkd-rymPhb-KkROqb{margin-left:8px;margin-right:24px}[dir=rtl] .VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-MPu53c .VfPpkd-rymPhb-KkROqb,.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-MPu53c .VfPpkd-rymPhb-KkROqb[dir=rtl]{margin-left:24px;margin-right:8px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-MPu53c.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-KkROqb{-webkit-align-self:flex-start;align-self:flex-start;margin-top:8px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-MPu53c.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-fpDzbe-fmcmS{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-MPu53c.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-fpDzbe-fmcmS::before{display:inline-block;width:0;height:32px;content:\"\";vertical-align:0}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-MPu53c.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-fpDzbe-fmcmS::after{display:inline-block;width:0;height:20px;content:\"\";vertical-align:-20px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-MPu53c.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-bC5pod-fmcmS{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-MPu53c.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-bC5pod-fmcmS::before{display:inline-block;width:0;height:28px;content:\"\";vertical-align:0}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-MPu53c.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-bC5pod-fmcmS::after{display:inline-block;width:0;height:20px;content:\"\";vertical-align:-20px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-MPu53c.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-r4m2rf .VfPpkd-rymPhb-JMEf7e{display:block;margin-top:0;line-height:normal}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-MPu53c.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-r4m2rf .VfPpkd-rymPhb-JMEf7e::before{display:inline-block;width:0;height:32px;content:\"\";vertical-align:0}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-MPu53c.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-Woal0c-RWgCYc{height:56px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-MPu53c.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb{height:72px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-GCYh9b.VfPpkd-rymPhb-ibnC6b{padding-left:0;padding-right:auto}[dir=rtl] .VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-GCYh9b.VfPpkd-rymPhb-ibnC6b,.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-GCYh9b.VfPpkd-rymPhb-ibnC6b[dir=rtl]{padding-left:auto;padding-right:0}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-GCYh9b .VfPpkd-rymPhb-KkROqb{margin-left:8px;margin-right:24px}[dir=rtl] .VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-GCYh9b .VfPpkd-rymPhb-KkROqb,.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-GCYh9b .VfPpkd-rymPhb-KkROqb[dir=rtl]{margin-left:24px;margin-right:8px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-GCYh9b.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-KkROqb{-webkit-align-self:flex-start;align-self:flex-start;margin-top:8px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-GCYh9b.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-fpDzbe-fmcmS{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-GCYh9b.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-fpDzbe-fmcmS::before{display:inline-block;width:0;height:32px;content:\"\";vertical-align:0}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-GCYh9b.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-fpDzbe-fmcmS::after{display:inline-block;width:0;height:20px;content:\"\";vertical-align:-20px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-GCYh9b.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-bC5pod-fmcmS{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-GCYh9b.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-bC5pod-fmcmS::before{display:inline-block;width:0;height:28px;content:\"\";vertical-align:0}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-GCYh9b.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-bC5pod-fmcmS::after{display:inline-block;width:0;height:20px;content:\"\";vertical-align:-20px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-GCYh9b.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-r4m2rf .VfPpkd-rymPhb-JMEf7e{display:block;margin-top:0;line-height:normal}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-GCYh9b.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-r4m2rf .VfPpkd-rymPhb-JMEf7e::before{display:inline-block;width:0;height:32px;content:\"\";vertical-align:0}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-GCYh9b.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-Woal0c-RWgCYc{height:56px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-GCYh9b.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb{height:72px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-scr2fc.VfPpkd-rymPhb-ibnC6b{padding-left:0;padding-right:auto}[dir=rtl] .VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-scr2fc.VfPpkd-rymPhb-ibnC6b,.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-scr2fc.VfPpkd-rymPhb-ibnC6b[dir=rtl]{padding-left:auto;padding-right:0}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-scr2fc .VfPpkd-rymPhb-KkROqb{margin-left:16px;margin-right:16px}[dir=rtl] .VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-scr2fc .VfPpkd-rymPhb-KkROqb,.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-scr2fc .VfPpkd-rymPhb-KkROqb[dir=rtl]{margin-left:16px;margin-right:16px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-scr2fc.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-KkROqb{-webkit-align-self:flex-start;align-self:flex-start;margin-top:16px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-scr2fc.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-fpDzbe-fmcmS{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-scr2fc.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-fpDzbe-fmcmS::before{display:inline-block;width:0;height:32px;content:\"\";vertical-align:0}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-scr2fc.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-fpDzbe-fmcmS::after{display:inline-block;width:0;height:20px;content:\"\";vertical-align:-20px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-scr2fc.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-bC5pod-fmcmS{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-scr2fc.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-bC5pod-fmcmS::before{display:inline-block;width:0;height:28px;content:\"\";vertical-align:0}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-scr2fc.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-bC5pod-fmcmS::after{display:inline-block;width:0;height:20px;content:\"\";vertical-align:-20px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-scr2fc.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-r4m2rf .VfPpkd-rymPhb-JMEf7e{display:block;margin-top:0;line-height:normal}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-scr2fc.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-r4m2rf .VfPpkd-rymPhb-JMEf7e::before{display:inline-block;width:0;height:32px;content:\"\";vertical-align:0}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-scr2fc.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-Woal0c-RWgCYc{height:56px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-scr2fc.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb{height:72px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-Bz112c.VfPpkd-rymPhb-ibnC6b{padding-left:auto;padding-right:0}[dir=rtl] .VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-Bz112c.VfPpkd-rymPhb-ibnC6b,.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-Bz112c.VfPpkd-rymPhb-ibnC6b[dir=rtl]{padding-left:0;padding-right:auto}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-Bz112c .VfPpkd-rymPhb-JMEf7e{margin-left:16px;margin-right:16px}[dir=rtl] .VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-Bz112c .VfPpkd-rymPhb-JMEf7e,.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-Bz112c .VfPpkd-rymPhb-JMEf7e[dir=rtl]{margin-left:16px;margin-right:16px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-r4m2rf.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-JMEf7e,.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-r4m2rf.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-vfifzc-MCEKJb .VfPpkd-rymPhb-JMEf7e{-webkit-align-self:flex-start;align-self:flex-start;margin-top:0}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-r4m2rf.VfPpkd-rymPhb-ibnC6b{padding-left:auto;padding-right:0}[dir=rtl] .VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-r4m2rf.VfPpkd-rymPhb-ibnC6b,.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-r4m2rf.VfPpkd-rymPhb-ibnC6b[dir=rtl]{padding-left:0;padding-right:auto}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-r4m2rf .VfPpkd-rymPhb-JMEf7e{margin-left:28px;margin-right:16px}[dir=rtl] .VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-r4m2rf .VfPpkd-rymPhb-JMEf7e,.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-r4m2rf .VfPpkd-rymPhb-JMEf7e[dir=rtl]{margin-left:16px;margin-right:28px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-r4m2rf.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-JMEf7e{display:block;margin-top:0;line-height:normal}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-r4m2rf.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-JMEf7e::before{display:inline-block;width:0;height:28px;content:\"\";vertical-align:0}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-r4m2rf.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-vfifzc-MCEKJb .VfPpkd-rymPhb-JMEf7e{display:block;margin-top:0;line-height:normal}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-r4m2rf.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-vfifzc-MCEKJb .VfPpkd-rymPhb-JMEf7e::before{display:inline-block;width:0;height:28px;content:\"\";vertical-align:0}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-r4m2rf .VfPpkd-rymPhb-JMEf7e{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-caption-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:.75rem;font-size:var(--mdc-typography-caption-font-size,.75rem);line-height:1.25rem;line-height:var(--mdc-typography-caption-line-height,1.25rem);font-weight:400;font-weight:var(--mdc-typography-caption-font-weight,400);letter-spacing:.0333333333em;letter-spacing:var(--mdc-typography-caption-letter-spacing,.0333333333em);text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-caption-text-decoration,inherit);text-decoration:var(--mdc-typography-caption-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-caption-text-transform,inherit)}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-MPu53c.VfPpkd-rymPhb-ibnC6b{padding-left:auto;padding-right:0}[dir=rtl] .VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-MPu53c.VfPpkd-rymPhb-ibnC6b,.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-MPu53c.VfPpkd-rymPhb-ibnC6b[dir=rtl]{padding-left:0;padding-right:auto}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-MPu53c .VfPpkd-rymPhb-JMEf7e{margin-left:24px;margin-right:8px}[dir=rtl] .VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-MPu53c .VfPpkd-rymPhb-JMEf7e,.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-MPu53c .VfPpkd-rymPhb-JMEf7e[dir=rtl]{margin-left:8px;margin-right:24px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-MPu53c.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-vfifzc-MCEKJb .VfPpkd-rymPhb-JMEf7e{-webkit-align-self:flex-start;align-self:flex-start;margin-top:8px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-GCYh9b.VfPpkd-rymPhb-ibnC6b{padding-left:auto;padding-right:0}[dir=rtl] .VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-GCYh9b.VfPpkd-rymPhb-ibnC6b,.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-GCYh9b.VfPpkd-rymPhb-ibnC6b[dir=rtl]{padding-left:0;padding-right:auto}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-GCYh9b .VfPpkd-rymPhb-JMEf7e{margin-left:24px;margin-right:8px}[dir=rtl] .VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-GCYh9b .VfPpkd-rymPhb-JMEf7e,.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-GCYh9b .VfPpkd-rymPhb-JMEf7e[dir=rtl]{margin-left:8px;margin-right:24px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-GCYh9b.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-vfifzc-MCEKJb .VfPpkd-rymPhb-JMEf7e{-webkit-align-self:flex-start;align-self:flex-start;margin-top:8px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-scr2fc.VfPpkd-rymPhb-ibnC6b{padding-left:auto;padding-right:0}[dir=rtl] .VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-scr2fc.VfPpkd-rymPhb-ibnC6b,.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-scr2fc.VfPpkd-rymPhb-ibnC6b[dir=rtl]{padding-left:0;padding-right:auto}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-scr2fc .VfPpkd-rymPhb-JMEf7e{margin-left:16px;margin-right:16px}[dir=rtl] .VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-scr2fc .VfPpkd-rymPhb-JMEf7e,.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-scr2fc .VfPpkd-rymPhb-JMEf7e[dir=rtl]{margin-left:16px;margin-right:16px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-scr2fc.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-vfifzc-MCEKJb .VfPpkd-rymPhb-JMEf7e{-webkit-align-self:flex-start;align-self:flex-start;margin-top:16px}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-BYmFj.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-fpDzbe-fmcmS{display:block;margin-top:0;line-height:normal}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-BYmFj.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-fpDzbe-fmcmS::before{display:inline-block;width:0;height:20px;content:\"\";vertical-align:0}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-BYmFj.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-vfifzc-MCEKJb .VfPpkd-rymPhb-fpDzbe-fmcmS{display:block;margin-top:0;line-height:normal}.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-BYmFj.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-vfifzc-MCEKJb .VfPpkd-rymPhb-fpDzbe-fmcmS::before{display:inline-block;width:0;height:20px;content:\"\";vertical-align:0}.VfPpkd-rymPhb-ibnC6b{padding-left:16px;padding-right:16px}[dir=rtl] .VfPpkd-rymPhb-ibnC6b,.VfPpkd-rymPhb-ibnC6b[dir=rtl]{padding-left:16px;padding-right:16px}.VfPpkd-rymPhb-JNdkSc .VfPpkd-StrnGf-rymPhb{padding:0}.VfPpkd-rymPhb-oT7voc{margin:.75rem 16px}.VfPpkd-rymPhb-clz4Ic{padding:0;background-clip:content-box}.VfPpkd-rymPhb-clz4Ic.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-YbohUe,.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-fmcmS.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-YbohUe,.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-Bz112c.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-YbohUe,.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-HiaYvf.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-YbohUe,.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-JUCs7e.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-YbohUe,.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-YLEF4c.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-YbohUe,.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-MPu53c.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-YbohUe,.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-scr2fc.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-YbohUe,.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-GCYh9b.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-YbohUe{padding-left:16px;padding-right:auto}[dir=rtl] .VfPpkd-rymPhb-clz4Ic.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-YbohUe,[dir=rtl] .VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-fmcmS.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-YbohUe,[dir=rtl] .VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-Bz112c.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-YbohUe,[dir=rtl] .VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-HiaYvf.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-YbohUe,[dir=rtl] .VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-JUCs7e.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-YbohUe,[dir=rtl] .VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-YLEF4c.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-YbohUe,[dir=rtl] .VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-MPu53c.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-YbohUe,[dir=rtl] .VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-scr2fc.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-YbohUe,[dir=rtl] .VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-GCYh9b.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-YbohUe,.VfPpkd-rymPhb-clz4Ic.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-YbohUe[dir=rtl],.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-fmcmS.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-YbohUe[dir=rtl],.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-Bz112c.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-YbohUe[dir=rtl],.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-HiaYvf.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-YbohUe[dir=rtl],.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-JUCs7e.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-YbohUe[dir=rtl],.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-YLEF4c.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-YbohUe[dir=rtl],.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-MPu53c.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-YbohUe[dir=rtl],.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-scr2fc.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-YbohUe[dir=rtl],.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-GCYh9b.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-YbohUe[dir=rtl]{padding-left:auto;padding-right:16px}.VfPpkd-rymPhb-clz4Ic.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-UbuQg-YbohUe,.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-fmcmS.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-UbuQg-YbohUe,.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-Bz112c.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-UbuQg-YbohUe,.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-HiaYvf.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-UbuQg-YbohUe,.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-JUCs7e.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-UbuQg-YbohUe,.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-YLEF4c.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-UbuQg-YbohUe,.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-MPu53c.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-UbuQg-YbohUe,.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-scr2fc.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-UbuQg-YbohUe,.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-GCYh9b.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-UbuQg-YbohUe{padding-left:auto;padding-right:16px}[dir=rtl] .VfPpkd-rymPhb-clz4Ic.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-UbuQg-YbohUe,[dir=rtl] .VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-fmcmS.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-UbuQg-YbohUe,[dir=rtl] .VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-Bz112c.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-UbuQg-YbohUe,[dir=rtl] .VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-HiaYvf.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-UbuQg-YbohUe,[dir=rtl] .VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-JUCs7e.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-UbuQg-YbohUe,[dir=rtl] .VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-YLEF4c.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-UbuQg-YbohUe,[dir=rtl] .VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-MPu53c.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-UbuQg-YbohUe,[dir=rtl] .VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-scr2fc.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-UbuQg-YbohUe,[dir=rtl] .VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-GCYh9b.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-UbuQg-YbohUe,.VfPpkd-rymPhb-clz4Ic.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-UbuQg-YbohUe[dir=rtl],.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-fmcmS.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-UbuQg-YbohUe[dir=rtl],.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-Bz112c.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-UbuQg-YbohUe[dir=rtl],.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-HiaYvf.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-UbuQg-YbohUe[dir=rtl],.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-JUCs7e.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-UbuQg-YbohUe[dir=rtl],.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-YLEF4c.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-UbuQg-YbohUe[dir=rtl],.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-MPu53c.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-UbuQg-YbohUe[dir=rtl],.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-scr2fc.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-UbuQg-YbohUe[dir=rtl],.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-GCYh9b.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-UbuQg-YbohUe[dir=rtl]{padding-left:16px;padding-right:auto}.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-aTv5jf.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-YbohUe{padding-left:0;padding-right:auto}[dir=rtl] .VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-aTv5jf.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-YbohUe,.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-aTv5jf.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-YbohUe[dir=rtl]{padding-left:auto;padding-right:0}[dir=rtl] .VfPpkd-rymPhb-clz4Ic,.VfPpkd-rymPhb-clz4Ic[dir=rtl]{padding:0}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b .VfPpkd-StrnGf-rymPhb-pZXsl::before,:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b .VfPpkd-StrnGf-rymPhb-pZXsl::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:\"\"}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b .VfPpkd-StrnGf-rymPhb-pZXsl::before{-webkit-transition:opacity 15ms linear,background-color 15ms linear;-o-transition:opacity 15ms linear,background-color 15ms linear;transition:opacity 15ms linear,background-color 15ms linear;z-index:1;z-index:var(--mdc-ripple-z-index,1)}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b .VfPpkd-StrnGf-rymPhb-pZXsl::after{z-index:0;z-index:var(--mdc-ripple-z-index,0)}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-ksKsZd-mWPk3d .VfPpkd-StrnGf-rymPhb-pZXsl::before{-webkit-transform:scale(var(--mdc-ripple-fg-scale,1));-ms-transform:scale(var(--mdc-ripple-fg-scale,1));-o-transform:scale(var(--mdc-ripple-fg-scale,1));transform:scale(var(--mdc-ripple-fg-scale,1))}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-ksKsZd-mWPk3d .VfPpkd-StrnGf-rymPhb-pZXsl::after{top:0;left:0;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:center center;-ms-transform-origin:center center;-o-transform-origin:center center;transform-origin:center center}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd .VfPpkd-StrnGf-rymPhb-pZXsl::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-lJfZMc .VfPpkd-StrnGf-rymPhb-pZXsl::after{-webkit-animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards;animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-OmS1vf .VfPpkd-StrnGf-rymPhb-pZXsl::after{-webkit-animation:mdc-ripple-fg-opacity-out .15s;animation:mdc-ripple-fg-opacity-out .15s;-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));-ms-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));-o-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b .VfPpkd-rymPhb-pZXsl::before,:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b .VfPpkd-rymPhb-pZXsl::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:\"\"}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b .VfPpkd-rymPhb-pZXsl::before{-webkit-transition:opacity 15ms linear,background-color 15ms linear;-o-transition:opacity 15ms linear,background-color 15ms linear;transition:opacity 15ms linear,background-color 15ms linear;z-index:1;z-index:var(--mdc-ripple-z-index,1)}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b .VfPpkd-rymPhb-pZXsl::after{z-index:0;z-index:var(--mdc-ripple-z-index,0)}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-ksKsZd-mWPk3d .VfPpkd-rymPhb-pZXsl::before{-webkit-transform:scale(var(--mdc-ripple-fg-scale,1));-ms-transform:scale(var(--mdc-ripple-fg-scale,1));-o-transform:scale(var(--mdc-ripple-fg-scale,1));transform:scale(var(--mdc-ripple-fg-scale,1))}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-ksKsZd-mWPk3d .VfPpkd-rymPhb-pZXsl::after{top:0;left:0;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:center center;-ms-transform-origin:center center;-o-transform-origin:center center;transform-origin:center center}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd .VfPpkd-rymPhb-pZXsl::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-lJfZMc .VfPpkd-rymPhb-pZXsl::after{-webkit-animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards;animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-OmS1vf .VfPpkd-rymPhb-pZXsl::after{-webkit-animation:mdc-ripple-fg-opacity-out .15s;animation:mdc-ripple-fg-opacity-out .15s;-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));-ms-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));-o-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b .VfPpkd-StrnGf-rymPhb-pZXsl::before,:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b .VfPpkd-StrnGf-rymPhb-pZXsl::after{top:-50%;left:-50%;width:200%;height:200%}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-ksKsZd-mWPk3d .VfPpkd-StrnGf-rymPhb-pZXsl::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b .VfPpkd-rymPhb-pZXsl::before,:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b .VfPpkd-rymPhb-pZXsl::after{top:-50%;left:-50%;width:200%;height:200%}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-ksKsZd-mWPk3d .VfPpkd-rymPhb-pZXsl::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b .VfPpkd-StrnGf-rymPhb-pZXsl::before,:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b .VfPpkd-StrnGf-rymPhb-pZXsl::after{background-color:#000;background-color:var(--mdc-ripple-color,#000)}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b:hover .VfPpkd-StrnGf-rymPhb-pZXsl::before,:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-StrnGf-rymPhb-pZXsl::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-StrnGf-rymPhb-pZXsl::before,:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-StrnGf-rymPhb-pZXsl::before{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-StrnGf-rymPhb-pZXsl::after{-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-StrnGf-rymPhb-pZXsl::after{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity,.12)}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b .VfPpkd-rymPhb-pZXsl::before,:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b .VfPpkd-rymPhb-pZXsl::after{background-color:#000;background-color:var(--mdc-ripple-color,#000)}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b:hover .VfPpkd-rymPhb-pZXsl::before,:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-rymPhb-pZXsl::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-rymPhb-pZXsl::before,:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-rymPhb-pZXsl::before{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-rymPhb-pZXsl::after{-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-rymPhb-pZXsl::after{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity,.12)}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.12)}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-pXU01b .VfPpkd-StrnGf-rymPhb-pZXsl::before{opacity:.12;opacity:var(--mdc-ripple-activated-opacity,.12)}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-pXU01b .VfPpkd-StrnGf-rymPhb-pZXsl::before,:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-pXU01b .VfPpkd-StrnGf-rymPhb-pZXsl::after{background-color:#6200ee;background-color:var(--mdc-ripple-color,var(--mdc-theme-primary,#6200ee))}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-pXU01b:hover .VfPpkd-StrnGf-rymPhb-pZXsl::before,:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-pXU01b.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-StrnGf-rymPhb-pZXsl::before{opacity:.16;opacity:var(--mdc-ripple-hover-opacity,.16)}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-pXU01b.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-StrnGf-rymPhb-pZXsl::before,:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-pXU01b:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-StrnGf-rymPhb-pZXsl::before{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.24;opacity:var(--mdc-ripple-focus-opacity,.24)}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-pXU01b:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-StrnGf-rymPhb-pZXsl::after{-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-pXU01b:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-StrnGf-rymPhb-pZXsl::after{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.24;opacity:var(--mdc-ripple-press-opacity,.24)}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-pXU01b .VfPpkd-rymPhb-pZXsl::before{opacity:.12;opacity:var(--mdc-ripple-activated-opacity,.12)}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-pXU01b .VfPpkd-rymPhb-pZXsl::before,:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-pXU01b .VfPpkd-rymPhb-pZXsl::after{background-color:#6200ee;background-color:var(--mdc-ripple-color,var(--mdc-theme-primary,#6200ee))}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-pXU01b:hover .VfPpkd-rymPhb-pZXsl::before,:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-pXU01b.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-rymPhb-pZXsl::before{opacity:.16;opacity:var(--mdc-ripple-hover-opacity,.16)}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-pXU01b.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-rymPhb-pZXsl::before,:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-pXU01b:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-rymPhb-pZXsl::before{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.24;opacity:var(--mdc-ripple-focus-opacity,.24)}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-pXU01b:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-rymPhb-pZXsl::after{-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-pXU01b:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-rymPhb-pZXsl::after{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.24;opacity:var(--mdc-ripple-press-opacity,.24)}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-pXU01b.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.24)}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-StrnGf-rymPhb-pZXsl::before{opacity:.08;opacity:var(--mdc-ripple-selected-opacity,.08)}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-StrnGf-rymPhb-pZXsl::before,:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-StrnGf-rymPhb-pZXsl::after{background-color:#6200ee;background-color:var(--mdc-ripple-color,var(--mdc-theme-primary,#6200ee))}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:hover .VfPpkd-StrnGf-rymPhb-pZXsl::before,:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-StrnGf-rymPhb-pZXsl::before{opacity:.12;opacity:var(--mdc-ripple-hover-opacity,.12)}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-StrnGf-rymPhb-pZXsl::before,:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-StrnGf-rymPhb-pZXsl::before{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.2;opacity:var(--mdc-ripple-focus-opacity,.2)}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-StrnGf-rymPhb-pZXsl::after{-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-StrnGf-rymPhb-pZXsl::after{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.2;opacity:var(--mdc-ripple-press-opacity,.2)}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-rymPhb-pZXsl::before{opacity:.08;opacity:var(--mdc-ripple-selected-opacity,.08)}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-rymPhb-pZXsl::before,:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-rymPhb-pZXsl::after{background-color:#6200ee;background-color:var(--mdc-ripple-color,var(--mdc-theme-primary,#6200ee))}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:hover .VfPpkd-rymPhb-pZXsl::before,:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-rymPhb-pZXsl::before{opacity:.12;opacity:var(--mdc-ripple-hover-opacity,.12)}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-rymPhb-pZXsl::before,:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-rymPhb-pZXsl::before{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.2;opacity:var(--mdc-ripple-focus-opacity,.2)}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-rymPhb-pZXsl::after{-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-rymPhb-pZXsl::after{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.2;opacity:var(--mdc-ripple-press-opacity,.2)}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.2)}:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b .VfPpkd-StrnGf-rymPhb-pZXsl,:not(.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-StrnGf-rymPhb-ibnC6b .VfPpkd-rymPhb-pZXsl{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}:not(.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-rymPhb-ibnC6b{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}:not(.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-rymPhb-ibnC6b .VfPpkd-rymPhb-pZXsl::before,:not(.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-rymPhb-ibnC6b .VfPpkd-rymPhb-pZXsl::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:\"\"}:not(.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-rymPhb-ibnC6b .VfPpkd-rymPhb-pZXsl::before{-webkit-transition:opacity 15ms linear,background-color 15ms linear;-o-transition:opacity 15ms linear,background-color 15ms linear;transition:opacity 15ms linear,background-color 15ms linear;z-index:1;z-index:var(--mdc-ripple-z-index,1)}:not(.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-rymPhb-ibnC6b .VfPpkd-rymPhb-pZXsl::after{z-index:0;z-index:var(--mdc-ripple-z-index,0)}:not(.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-rymPhb-ibnC6b.VfPpkd-ksKsZd-mWPk3d .VfPpkd-rymPhb-pZXsl::before{-webkit-transform:scale(var(--mdc-ripple-fg-scale,1));-ms-transform:scale(var(--mdc-ripple-fg-scale,1));-o-transform:scale(var(--mdc-ripple-fg-scale,1));transform:scale(var(--mdc-ripple-fg-scale,1))}:not(.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-rymPhb-ibnC6b.VfPpkd-ksKsZd-mWPk3d .VfPpkd-rymPhb-pZXsl::after{top:0;left:0;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:center center;-ms-transform-origin:center center;-o-transform-origin:center center;transform-origin:center center}:not(.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-rymPhb-ibnC6b.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd .VfPpkd-rymPhb-pZXsl::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}:not(.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-rymPhb-ibnC6b.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-lJfZMc .VfPpkd-rymPhb-pZXsl::after{-webkit-animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards;animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}:not(.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-rymPhb-ibnC6b.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-OmS1vf .VfPpkd-rymPhb-pZXsl::after{-webkit-animation:mdc-ripple-fg-opacity-out .15s;animation:mdc-ripple-fg-opacity-out .15s;-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));-ms-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));-o-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}:not(.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-rymPhb-ibnC6b .VfPpkd-rymPhb-pZXsl::before,:not(.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-rymPhb-ibnC6b .VfPpkd-rymPhb-pZXsl::after{top:-50%;left:-50%;width:200%;height:200%}:not(.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-rymPhb-ibnC6b.VfPpkd-ksKsZd-mWPk3d .VfPpkd-rymPhb-pZXsl::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}:not(.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-rymPhb-ibnC6b .VfPpkd-rymPhb-pZXsl::before,:not(.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-rymPhb-ibnC6b .VfPpkd-rymPhb-pZXsl::after{background-color:#000;background-color:var(--mdc-ripple-color,#000)}:not(.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-rymPhb-ibnC6b:hover .VfPpkd-rymPhb-pZXsl::before,:not(.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-rymPhb-ibnC6b.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-rymPhb-pZXsl::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}:not(.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-rymPhb-ibnC6b.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-rymPhb-pZXsl::before,:not(.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-rymPhb-ibnC6b:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-rymPhb-pZXsl::before{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}:not(.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-rymPhb-ibnC6b:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-rymPhb-pZXsl::after{-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}:not(.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-rymPhb-ibnC6b:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-rymPhb-pZXsl::after{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity,.12)}:not(.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-rymPhb-ibnC6b.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.12)}:not(.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-rymPhb-ibnC6b-OWXEXe-pXU01b .VfPpkd-rymPhb-pZXsl::before{opacity:.12;opacity:var(--mdc-ripple-activated-opacity,.12)}:not(.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-rymPhb-ibnC6b-OWXEXe-pXU01b .VfPpkd-rymPhb-pZXsl::before,:not(.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-rymPhb-ibnC6b-OWXEXe-pXU01b .VfPpkd-rymPhb-pZXsl::after{background-color:#6200ee;background-color:var(--mdc-ripple-color,var(--mdc-theme-primary,#6200ee))}:not(.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-rymPhb-ibnC6b-OWXEXe-pXU01b:hover .VfPpkd-rymPhb-pZXsl::before,:not(.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-rymPhb-ibnC6b-OWXEXe-pXU01b.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-rymPhb-pZXsl::before{opacity:.16;opacity:var(--mdc-ripple-hover-opacity,.16)}:not(.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-rymPhb-ibnC6b-OWXEXe-pXU01b.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-rymPhb-pZXsl::before,:not(.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-rymPhb-ibnC6b-OWXEXe-pXU01b:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-rymPhb-pZXsl::before{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.24;opacity:var(--mdc-ripple-focus-opacity,.24)}:not(.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-rymPhb-ibnC6b-OWXEXe-pXU01b:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-rymPhb-pZXsl::after{-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}:not(.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-rymPhb-ibnC6b-OWXEXe-pXU01b:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-rymPhb-pZXsl::after{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.24;opacity:var(--mdc-ripple-press-opacity,.24)}:not(.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-rymPhb-ibnC6b-OWXEXe-pXU01b.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.24)}:not(.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-rymPhb-pZXsl::before{opacity:.08;opacity:var(--mdc-ripple-selected-opacity,.08)}:not(.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-rymPhb-pZXsl::before,:not(.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-rymPhb-pZXsl::after{background-color:#6200ee;background-color:var(--mdc-ripple-color,var(--mdc-theme-primary,#6200ee))}:not(.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd:hover .VfPpkd-rymPhb-pZXsl::before,:not(.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-rymPhb-pZXsl::before{opacity:.12;opacity:var(--mdc-ripple-hover-opacity,.12)}:not(.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-rymPhb-pZXsl::before,:not(.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-rymPhb-pZXsl::before{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.2;opacity:var(--mdc-ripple-focus-opacity,.2)}:not(.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-rymPhb-pZXsl::after{-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}:not(.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-rymPhb-pZXsl::after{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.2;opacity:var(--mdc-ripple-press-opacity,.2)}:not(.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.2)}:not(.VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me).VfPpkd-rymPhb-ibnC6b .VfPpkd-rymPhb-pZXsl{position:relative;outline:none;overflow:hidden;position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.VfPpkd-xl07Ob{min-width:112px;min-width:var(--mdc-menu-min-width,112px)}.VfPpkd-xl07Ob .VfPpkd-StrnGf-rymPhb-IhFlZd,.VfPpkd-xl07Ob .VfPpkd-StrnGf-rymPhb-f7MjDc{color:rgba(0,0,0,.87)}.VfPpkd-xl07Ob .VfPpkd-xl07Ob-ibnC6b-OWXEXe-eKm5Fc-FNFY6c .VfPpkd-StrnGf-rymPhb-pZXsl::before{opacity:.04}.VfPpkd-xl07Ob .VfPpkd-xl07Ob-ibnC6b-OWXEXe-eKm5Fc-FNFY6c .VfPpkd-rymPhb-pZXsl::before{opacity:.04}.VfPpkd-xl07Ob .VfPpkd-StrnGf-rymPhb{color:rgba(0,0,0,.87)}.VfPpkd-xl07Ob .VfPpkd-StrnGf-rymPhb,.VfPpkd-xl07Ob .VfPpkd-rymPhb{position:relative}.VfPpkd-xl07Ob .VfPpkd-StrnGf-rymPhb .VfPpkd-BFbNVe-bF1uUb,.VfPpkd-xl07Ob .VfPpkd-rymPhb .VfPpkd-BFbNVe-bF1uUb{width:100%;height:100%;top:0;left:0}.VfPpkd-xl07Ob .VfPpkd-StrnGf-rymPhb::before,.VfPpkd-xl07Ob .VfPpkd-rymPhb::before{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:100%;top:0;left:0;border:1px solid transparent;border-radius:inherit;content:\"\";pointer-events:none}@media screen and (forced-colors:active){.VfPpkd-xl07Ob .VfPpkd-StrnGf-rymPhb::before,.VfPpkd-xl07Ob .VfPpkd-rymPhb::before{border-color:CanvasText}}.VfPpkd-xl07Ob .VfPpkd-StrnGf-rymPhb-clz4Ic{margin:8px 0}.VfPpkd-xl07Ob .VfPpkd-StrnGf-rymPhb-ibnC6b{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.VfPpkd-xl07Ob .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me{cursor:auto}.VfPpkd-xl07Ob a.VfPpkd-StrnGf-rymPhb-ibnC6b .VfPpkd-StrnGf-rymPhb-b9t22c,.VfPpkd-xl07Ob a.VfPpkd-StrnGf-rymPhb-ibnC6b .VfPpkd-StrnGf-rymPhb-f7MjDc{pointer-events:none}.VfPpkd-qPzbhe-JNdkSc{padding:0;fill:currentColor}.VfPpkd-qPzbhe-JNdkSc .VfPpkd-StrnGf-rymPhb-ibnC6b{padding-left:56px;padding-right:16px}[dir=rtl] .VfPpkd-qPzbhe-JNdkSc .VfPpkd-StrnGf-rymPhb-ibnC6b,.VfPpkd-qPzbhe-JNdkSc .VfPpkd-StrnGf-rymPhb-ibnC6b[dir=rtl]{padding-left:16px;padding-right:56px}.VfPpkd-qPzbhe-JNdkSc .VfPpkd-qPzbhe-JNdkSc-Bz112c{left:16px;right:auto;visibility:hidden;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition-property:visibility;-o-transition-property:visibility;transition-property:visibility;-webkit-transition-delay:75ms;-o-transition-delay:75ms;transition-delay:75ms}[dir=rtl] .VfPpkd-qPzbhe-JNdkSc .VfPpkd-qPzbhe-JNdkSc-Bz112c,.VfPpkd-qPzbhe-JNdkSc .VfPpkd-qPzbhe-JNdkSc-Bz112c[dir=rtl]{left:auto;right:16px}.VfPpkd-xl07Ob-ibnC6b-OWXEXe-gk6SMd .VfPpkd-qPzbhe-JNdkSc-Bz112c{display:inline;visibility:visible}.P2Hi5d,.mkMxfe,.OBi8lb,.P9QRxe,.vqjb4e,.y8Rdrf,.DMZ54e{font-family:Roboto,Arial,sans-serif;line-height:1.5rem;font-size:1rem;letter-spacing:.00625em;font-weight:400;color:#000;color:var(--mdc-theme-on-surface,#000)}.P2Hi5d .VfPpkd-StrnGf-rymPhb-IhFlZd,.mkMxfe .VfPpkd-StrnGf-rymPhb-IhFlZd,.OBi8lb .VfPpkd-StrnGf-rymPhb-IhFlZd,.P9QRxe .VfPpkd-StrnGf-rymPhb-IhFlZd,.vqjb4e .VfPpkd-StrnGf-rymPhb-IhFlZd,.y8Rdrf .VfPpkd-StrnGf-rymPhb-IhFlZd,.DMZ54e .VfPpkd-StrnGf-rymPhb-IhFlZd{color:rgb(95,99,104)}.P2Hi5d .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-b9t22c,.P2Hi5d .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-fpDzbe-fmcmS,.P2Hi5d .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-L8ivfd-fmcmS,.mkMxfe .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-b9t22c,.mkMxfe .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-fpDzbe-fmcmS,.mkMxfe .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-L8ivfd-fmcmS,.OBi8lb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-b9t22c,.OBi8lb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-fpDzbe-fmcmS,.OBi8lb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-L8ivfd-fmcmS,.P9QRxe .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-b9t22c,.P9QRxe .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-fpDzbe-fmcmS,.P9QRxe .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-L8ivfd-fmcmS,.vqjb4e .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-b9t22c,.vqjb4e .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-fpDzbe-fmcmS,.vqjb4e .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-L8ivfd-fmcmS,.y8Rdrf .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-b9t22c,.y8Rdrf .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-fpDzbe-fmcmS,.y8Rdrf .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-L8ivfd-fmcmS,.DMZ54e .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-b9t22c,.DMZ54e .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-fpDzbe-fmcmS,.DMZ54e .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-L8ivfd-fmcmS{color:rgb(60,64,67)}.P2Hi5d .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-b9t22c,.mkMxfe .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-b9t22c,.OBi8lb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-b9t22c,.P9QRxe .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-b9t22c,.vqjb4e .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-b9t22c,.y8Rdrf .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-b9t22c,.DMZ54e .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-b9t22c{opacity:.38}.P2Hi5d .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd,.P2Hi5d .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-pXU01b,.mkMxfe .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd,.mkMxfe .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-pXU01b,.OBi8lb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd,.OBi8lb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-pXU01b,.P9QRxe .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd,.P9QRxe .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-pXU01b,.vqjb4e .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd,.vqjb4e .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-pXU01b,.y8Rdrf .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd,.y8Rdrf .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-pXU01b,.DMZ54e .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd,.DMZ54e .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-pXU01b{color:#000;color:var(--mdc-theme-on-surface,#000)}.P2Hi5d .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-StrnGf-rymPhb-f7MjDc,.P2Hi5d .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-pXU01b .VfPpkd-StrnGf-rymPhb-f7MjDc,.mkMxfe .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-StrnGf-rymPhb-f7MjDc,.mkMxfe .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-pXU01b .VfPpkd-StrnGf-rymPhb-f7MjDc,.OBi8lb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-StrnGf-rymPhb-f7MjDc,.OBi8lb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-pXU01b .VfPpkd-StrnGf-rymPhb-f7MjDc,.P9QRxe .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-StrnGf-rymPhb-f7MjDc,.P9QRxe .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-pXU01b .VfPpkd-StrnGf-rymPhb-f7MjDc,.vqjb4e .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-StrnGf-rymPhb-f7MjDc,.vqjb4e .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-pXU01b .VfPpkd-StrnGf-rymPhb-f7MjDc,.y8Rdrf .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-StrnGf-rymPhb-f7MjDc,.y8Rdrf .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-pXU01b .VfPpkd-StrnGf-rymPhb-f7MjDc,.DMZ54e .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-StrnGf-rymPhb-f7MjDc,.DMZ54e .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-pXU01b .VfPpkd-StrnGf-rymPhb-f7MjDc{color:#000;color:var(--mdc-theme-on-surface,#000)}.P2Hi5d .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-StrnGf-rymPhb-pZXsl::before,.mkMxfe .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-StrnGf-rymPhb-pZXsl::before,.OBi8lb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-StrnGf-rymPhb-pZXsl::before,.P9QRxe .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-StrnGf-rymPhb-pZXsl::before,.vqjb4e .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-StrnGf-rymPhb-pZXsl::before,.y8Rdrf .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-StrnGf-rymPhb-pZXsl::before,.DMZ54e .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-StrnGf-rymPhb-pZXsl::before{opacity:0}.P2Hi5d .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd,.mkMxfe .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd,.OBi8lb .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd,.P9QRxe .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd,.vqjb4e .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd,.y8Rdrf .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd,.DMZ54e .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd{background-color:rgb(232,240,254)}.P2Hi5d .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-StrnGf-rymPhb-pZXsl::before,.P2Hi5d .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-StrnGf-rymPhb-pZXsl::after,.mkMxfe .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-StrnGf-rymPhb-pZXsl::before,.mkMxfe .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-StrnGf-rymPhb-pZXsl::after,.OBi8lb .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-StrnGf-rymPhb-pZXsl::before,.OBi8lb .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-StrnGf-rymPhb-pZXsl::after,.P9QRxe .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-StrnGf-rymPhb-pZXsl::before,.P9QRxe .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-StrnGf-rymPhb-pZXsl::after,.vqjb4e .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-StrnGf-rymPhb-pZXsl::before,.vqjb4e .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-StrnGf-rymPhb-pZXsl::after,.y8Rdrf .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-StrnGf-rymPhb-pZXsl::before,.y8Rdrf .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-StrnGf-rymPhb-pZXsl::after,.DMZ54e .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-StrnGf-rymPhb-pZXsl::before,.DMZ54e .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-StrnGf-rymPhb-pZXsl::after{background-color:rgb(26,115,232);background-color:var(--mdc-ripple-color,rgb(26,115,232))}.P2Hi5d .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:hover .VfPpkd-StrnGf-rymPhb-pZXsl::before,.P2Hi5d .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-StrnGf-rymPhb-pZXsl::before,.mkMxfe .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:hover .VfPpkd-StrnGf-rymPhb-pZXsl::before,.mkMxfe .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-StrnGf-rymPhb-pZXsl::before,.OBi8lb .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:hover .VfPpkd-StrnGf-rymPhb-pZXsl::before,.OBi8lb .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-StrnGf-rymPhb-pZXsl::before,.P9QRxe .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:hover .VfPpkd-StrnGf-rymPhb-pZXsl::before,.P9QRxe .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-StrnGf-rymPhb-pZXsl::before,.vqjb4e .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:hover .VfPpkd-StrnGf-rymPhb-pZXsl::before,.vqjb4e .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-StrnGf-rymPhb-pZXsl::before,.y8Rdrf .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:hover .VfPpkd-StrnGf-rymPhb-pZXsl::before,.y8Rdrf .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-StrnGf-rymPhb-pZXsl::before,.DMZ54e .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:hover .VfPpkd-StrnGf-rymPhb-pZXsl::before,.DMZ54e .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-StrnGf-rymPhb-pZXsl::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.P2Hi5d .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-StrnGf-rymPhb-pZXsl::before,.P2Hi5d .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-StrnGf-rymPhb-pZXsl::before,.mkMxfe .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-StrnGf-rymPhb-pZXsl::before,.mkMxfe .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-StrnGf-rymPhb-pZXsl::before,.OBi8lb .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-StrnGf-rymPhb-pZXsl::before,.OBi8lb .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-StrnGf-rymPhb-pZXsl::before,.P9QRxe .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-StrnGf-rymPhb-pZXsl::before,.P9QRxe .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-StrnGf-rymPhb-pZXsl::before,.vqjb4e .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-StrnGf-rymPhb-pZXsl::before,.vqjb4e .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-StrnGf-rymPhb-pZXsl::before,.y8Rdrf .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-StrnGf-rymPhb-pZXsl::before,.y8Rdrf .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-StrnGf-rymPhb-pZXsl::before,.DMZ54e .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-StrnGf-rymPhb-pZXsl::before,.DMZ54e .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-StrnGf-rymPhb-pZXsl::before{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.P2Hi5d .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-StrnGf-rymPhb-pZXsl::after,.mkMxfe .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-StrnGf-rymPhb-pZXsl::after,.OBi8lb .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-StrnGf-rymPhb-pZXsl::after,.P9QRxe .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-StrnGf-rymPhb-pZXsl::after,.vqjb4e .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-StrnGf-rymPhb-pZXsl::after,.y8Rdrf .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-StrnGf-rymPhb-pZXsl::after,.DMZ54e .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-StrnGf-rymPhb-pZXsl::after{-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.P2Hi5d .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-StrnGf-rymPhb-pZXsl::after,.mkMxfe .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-StrnGf-rymPhb-pZXsl::after,.OBi8lb .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-StrnGf-rymPhb-pZXsl::after,.P9QRxe .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-StrnGf-rymPhb-pZXsl::after,.vqjb4e .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-StrnGf-rymPhb-pZXsl::after,.y8Rdrf .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-StrnGf-rymPhb-pZXsl::after,.DMZ54e .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-StrnGf-rymPhb-pZXsl::after{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.1;opacity:var(--mdc-ripple-press-opacity,.1)}.P2Hi5d .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-mWPk3d,.mkMxfe .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-mWPk3d,.OBi8lb .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-mWPk3d,.P9QRxe .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-mWPk3d,.vqjb4e .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-mWPk3d,.y8Rdrf .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-mWPk3d,.DMZ54e .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.1)}@media (-ms-high-contrast:active),screen and (forced-colors:active){.P2Hi5d .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-b9t22c,.P2Hi5d .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-fpDzbe-fmcmS,.P2Hi5d .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-L8ivfd-fmcmS,.mkMxfe .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-b9t22c,.mkMxfe .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-fpDzbe-fmcmS,.mkMxfe .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-L8ivfd-fmcmS,.OBi8lb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-b9t22c,.OBi8lb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-fpDzbe-fmcmS,.OBi8lb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-L8ivfd-fmcmS,.P9QRxe .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-b9t22c,.P9QRxe .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-fpDzbe-fmcmS,.P9QRxe .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-L8ivfd-fmcmS,.vqjb4e .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-b9t22c,.vqjb4e .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-fpDzbe-fmcmS,.vqjb4e .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-L8ivfd-fmcmS,.y8Rdrf .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-b9t22c,.y8Rdrf .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-fpDzbe-fmcmS,.y8Rdrf .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-L8ivfd-fmcmS,.DMZ54e .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-b9t22c,.DMZ54e .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-fpDzbe-fmcmS,.DMZ54e .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-L8ivfd-fmcmS{color:GrayText}.P2Hi5d .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-b9t22c,.mkMxfe .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-b9t22c,.OBi8lb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-b9t22c,.P9QRxe .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-b9t22c,.vqjb4e .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-b9t22c,.y8Rdrf .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-b9t22c,.DMZ54e .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-b9t22c{opacity:1}}.P2Hi5d .VfPpkd-StrnGf-rymPhb-ibnC6b{padding-left:24px;padding-right:16px}[dir=rtl] .P2Hi5d .VfPpkd-StrnGf-rymPhb-ibnC6b,.P2Hi5d .VfPpkd-StrnGf-rymPhb-ibnC6b[dir=rtl]{padding-left:16px;padding-right:24px}.P2Hi5d .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc{margin-left:24px;margin-right:0;width:calc(100% - 24px)}[dir=rtl] .P2Hi5d .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc,.P2Hi5d .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc[dir=rtl]{margin-left:0;margin-right:24px}.P2Hi5d .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg{width:calc(100% - 16px)}.P2Hi5d .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg{margin-left:24px;margin-right:0;width:calc(100% - 40px)}[dir=rtl] .P2Hi5d .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg,.P2Hi5d .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg[dir=rtl]{margin-left:0;margin-right:24px}.P2Hi5d .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-QFlW2{margin-left:24px;margin-right:0;width:calc(100% - 24px)}[dir=rtl] .P2Hi5d .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-QFlW2,.P2Hi5d .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-QFlW2[dir=rtl]{margin-left:0;margin-right:24px}.P2Hi5d .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-QFlW2{margin-left:24px;margin-right:0;width:calc(100% - 40px)}[dir=rtl] .P2Hi5d .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-QFlW2,.P2Hi5d .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-QFlW2[dir=rtl]{margin-left:0;margin-right:24px}.mkMxfe .VfPpkd-StrnGf-rymPhb-ibnC6b .VfPpkd-StrnGf-rymPhb-f7MjDc{margin-left:0;margin-right:16px}[dir=rtl] .mkMxfe .VfPpkd-StrnGf-rymPhb-ibnC6b .VfPpkd-StrnGf-rymPhb-f7MjDc,.mkMxfe .VfPpkd-StrnGf-rymPhb-ibnC6b .VfPpkd-StrnGf-rymPhb-f7MjDc[dir=rtl]{margin-left:16px;margin-right:0}.mkMxfe .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc{margin-left:56px;margin-right:0;width:calc(100% - 56px)}[dir=rtl] .mkMxfe .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc,.mkMxfe .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc[dir=rtl]{margin-left:0;margin-right:56px}.mkMxfe .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg{width:calc(100% - 16px)}.mkMxfe .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg{margin-left:56px;margin-right:0;width:calc(100% - 72px)}[dir=rtl] .mkMxfe .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg,.mkMxfe .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg[dir=rtl]{margin-left:0;margin-right:56px}.mkMxfe .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-QFlW2{margin-left:16px;margin-right:0;width:calc(100% - 16px)}[dir=rtl] .mkMxfe .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-QFlW2,.mkMxfe .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-QFlW2[dir=rtl]{margin-left:0;margin-right:16px}.mkMxfe .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-QFlW2{margin-left:16px;margin-right:0;width:calc(100% - 32px)}[dir=rtl] .mkMxfe .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-QFlW2,.mkMxfe .VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-M1Soyc.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-UbuQg.VfPpkd-StrnGf-rymPhb-clz4Ic-OWXEXe-YbohUe-QFlW2[dir=rtl]{margin-left:0;margin-right:16px}.r6B9Fd{font-family:Roboto,Arial,sans-serif;line-height:1.5rem;font-size:1rem;letter-spacing:.00625em;font-weight:400}.r6B9Fd .VfPpkd-rymPhb-fpDzbe-fmcmS{color:rgb(60,64,67)}.r6B9Fd .VfPpkd-rymPhb-L8ivfd-fmcmS,.r6B9Fd .VfPpkd-rymPhb-bC5pod-fmcmS,.r6B9Fd .VfPpkd-rymPhb-JMEf7e{color:rgb(95,99,104)}.r6B9Fd .VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-rymPhb-KkROqb,.r6B9Fd .VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-Bz112c .VfPpkd-rymPhb-JMEf7e,.r6B9Fd .VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-rymPhb-fpDzbe-fmcmS,.r6B9Fd .VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-rymPhb-L8ivfd-fmcmS,.r6B9Fd .VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-rymPhb-bC5pod-fmcmS,.r6B9Fd .VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-rymPhb-KkROqb,.r6B9Fd .VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-Bz112c .VfPpkd-rymPhb-JMEf7e,.r6B9Fd .VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-r4m2rf .VfPpkd-rymPhb-JMEf7e{color:rgb(60,64,67)}.r6B9Fd .VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-rymPhb-KkROqb,.r6B9Fd .VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-rymPhb-Gtdoyb,.r6B9Fd .VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-rymPhb-JMEf7e{opacity:.38}.r6B9Fd .VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-rymPhb-fpDzbe-fmcmS,.r6B9Fd .VfPpkd-rymPhb-ibnC6b-OWXEXe-pXU01b .VfPpkd-rymPhb-fpDzbe-fmcmS,.r6B9Fd .VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-rymPhb-KkROqb,.r6B9Fd .VfPpkd-rymPhb-ibnC6b-OWXEXe-pXU01b.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-rymPhb-KkROqb{color:rgb(60,64,67)}.r6B9Fd .VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-rymPhb-pZXsl::before{opacity:0}.r6B9Fd .VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd{background-color:rgb(232,240,254)}.r6B9Fd .VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-rymPhb-pZXsl::before,.r6B9Fd .VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-rymPhb-pZXsl::after{background-color:rgb(26,115,232);background-color:var(--mdc-ripple-color,rgb(26,115,232))}.r6B9Fd .VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd:hover .VfPpkd-rymPhb-pZXsl::before,.r6B9Fd .VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-rymPhb-pZXsl::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.r6B9Fd .VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-rymPhb-pZXsl::before,.r6B9Fd .VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-rymPhb-pZXsl::before{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.r6B9Fd .VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-rymPhb-pZXsl::after{-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.r6B9Fd .VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-rymPhb-pZXsl::after{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.1;opacity:var(--mdc-ripple-press-opacity,.1)}.r6B9Fd .VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.1)}@media screen and (forced-colors:active){.r6B9Fd .VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-rymPhb-fpDzbe-fmcmS,.r6B9Fd .VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-rymPhb-L8ivfd-fmcmS,.r6B9Fd .VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-rymPhb-bC5pod-fmcmS,.r6B9Fd .VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-rymPhb-KkROqb,.r6B9Fd .VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-Bz112c .VfPpkd-rymPhb-JMEf7e,.r6B9Fd .VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-r4m2rf .VfPpkd-rymPhb-JMEf7e{color:GrayText}.r6B9Fd .VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-rymPhb-KkROqb,.r6B9Fd .VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-rymPhb-Gtdoyb,.r6B9Fd .VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-rymPhb-JMEf7e{opacity:1}}.uTZ9Lb.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-KkROqb,.FvXOfd.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-KkROqb,.QrsYgb.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-KkROqb,.gfwIBd.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-KkROqb{-webkit-align-self:center;align-self:center;margin-top:0}.HiC7Nc.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-Woal0c-RWgCYc{height:56px}.HiC7Nc.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-HiaYvf.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-Woal0c-RWgCYc,.HiC7Nc.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-aTv5jf.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-Woal0c-RWgCYc{height:72px}.UbEQCe.VfPpkd-rymPhb-ibnC6b{padding-left:0;padding-right:auto}[dir=rtl] .UbEQCe.VfPpkd-rymPhb-ibnC6b,.UbEQCe.VfPpkd-rymPhb-ibnC6b[dir=rtl]{padding-left:auto;padding-right:0}.UbEQCe .VfPpkd-rymPhb-KkROqb{margin-left:16px;margin-right:16px}[dir=rtl] .UbEQCe .VfPpkd-rymPhb-KkROqb,.UbEQCe .VfPpkd-rymPhb-KkROqb[dir=rtl]{margin-left:16px;margin-right:16px}.rKASPc.VfPpkd-rymPhb-ibnC6b{padding-left:0;padding-right:auto}[dir=rtl] .rKASPc.VfPpkd-rymPhb-ibnC6b,.rKASPc.VfPpkd-rymPhb-ibnC6b[dir=rtl]{padding-left:auto;padding-right:0}.rKASPc .VfPpkd-rymPhb-KkROqb{margin-left:8px;margin-right:8px}[dir=rtl] .rKASPc .VfPpkd-rymPhb-KkROqb,.rKASPc .VfPpkd-rymPhb-KkROqb[dir=rtl]{margin-left:8px;margin-right:8px}.rKASPc.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-KkROqb{-webkit-align-self:flex-start;align-self:flex-start;margin-top:8px}.U5k4Fd.VfPpkd-rymPhb-ibnC6b{padding-left:0;padding-right:auto}[dir=rtl] .U5k4Fd.VfPpkd-rymPhb-ibnC6b,.U5k4Fd.VfPpkd-rymPhb-ibnC6b[dir=rtl]{padding-left:auto;padding-right:0}.U5k4Fd .VfPpkd-rymPhb-KkROqb{margin-left:8px;margin-right:8px}[dir=rtl] .U5k4Fd .VfPpkd-rymPhb-KkROqb,.U5k4Fd .VfPpkd-rymPhb-KkROqb[dir=rtl]{margin-left:8px;margin-right:8px}.U5k4Fd.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-KkROqb{-webkit-align-self:flex-start;align-self:flex-start;margin-top:8px}.ifEyr.VfPpkd-rymPhb-ibnC6b{padding-left:0;padding-right:auto}[dir=rtl] .ifEyr.VfPpkd-rymPhb-ibnC6b,.ifEyr.VfPpkd-rymPhb-ibnC6b[dir=rtl]{padding-left:auto;padding-right:0}.ifEyr .VfPpkd-rymPhb-KkROqb{margin-left:8px;margin-right:8px}[dir=rtl] .ifEyr .VfPpkd-rymPhb-KkROqb,.ifEyr .VfPpkd-rymPhb-KkROqb[dir=rtl]{margin-left:8px;margin-right:8px}.ifEyr.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-KkROqb{-webkit-align-self:flex-start;align-self:flex-start;margin-top:8px}.SNowt.VfPpkd-rymPhb-ibnC6b{padding-left:auto;padding-right:0}[dir=rtl] .SNowt.VfPpkd-rymPhb-ibnC6b,.SNowt.VfPpkd-rymPhb-ibnC6b[dir=rtl]{padding-left:0;padding-right:auto}.SNowt .VfPpkd-rymPhb-JMEf7e{margin-left:8px;margin-right:16px}[dir=rtl] .SNowt .VfPpkd-rymPhb-JMEf7e,.SNowt .VfPpkd-rymPhb-JMEf7e[dir=rtl]{margin-left:16px;margin-right:8px}.tfmWAf.VfPpkd-rymPhb-ibnC6b{padding-left:auto;padding-right:0}[dir=rtl] .tfmWAf.VfPpkd-rymPhb-ibnC6b,.tfmWAf.VfPpkd-rymPhb-ibnC6b[dir=rtl]{padding-left:0;padding-right:auto}.tfmWAf .VfPpkd-rymPhb-JMEf7e{margin-left:8px;margin-right:16px}[dir=rtl] .tfmWAf .VfPpkd-rymPhb-JMEf7e,.tfmWAf .VfPpkd-rymPhb-JMEf7e[dir=rtl]{margin-left:16px;margin-right:8px}.axtYbd.VfPpkd-rymPhb-ibnC6b{padding-left:auto;padding-right:0}[dir=rtl] .axtYbd.VfPpkd-rymPhb-ibnC6b,.axtYbd.VfPpkd-rymPhb-ibnC6b[dir=rtl]{padding-left:0;padding-right:auto}.axtYbd .VfPpkd-rymPhb-JMEf7e{margin-left:16px;margin-right:24px}[dir=rtl] .axtYbd .VfPpkd-rymPhb-JMEf7e,.axtYbd .VfPpkd-rymPhb-JMEf7e[dir=rtl]{margin-left:24px;margin-right:16px}.aopLEb.VfPpkd-rymPhb-ibnC6b{padding-left:auto;padding-right:0}[dir=rtl] .aopLEb.VfPpkd-rymPhb-ibnC6b,.aopLEb.VfPpkd-rymPhb-ibnC6b[dir=rtl]{padding-left:0;padding-right:auto}.aopLEb .VfPpkd-rymPhb-JMEf7e{margin-left:16px;margin-right:24px}[dir=rtl] .aopLEb .VfPpkd-rymPhb-JMEf7e,.aopLEb .VfPpkd-rymPhb-JMEf7e[dir=rtl]{margin-left:24px;margin-right:16px}.zlqiud.VfPpkd-rymPhb-ibnC6b{padding-left:auto;padding-right:0}[dir=rtl] .zlqiud.VfPpkd-rymPhb-ibnC6b,.zlqiud.VfPpkd-rymPhb-ibnC6b[dir=rtl]{padding-left:0;padding-right:auto}.zlqiud .VfPpkd-rymPhb-JMEf7e{margin-left:16px;margin-right:24px}[dir=rtl] .zlqiud .VfPpkd-rymPhb-JMEf7e,.zlqiud .VfPpkd-rymPhb-JMEf7e[dir=rtl]{margin-left:24px;margin-right:16px}.isC8Y.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-YbohUe{padding-left:24px;padding-right:auto}[dir=rtl] .isC8Y.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-YbohUe,.isC8Y.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-M1Soyc-YbohUe[dir=rtl]{padding-left:auto;padding-right:24px}.MCs1Pd{padding-left:24px;padding-right:24px}[dir=rtl] .MCs1Pd,.MCs1Pd[dir=rtl]{padding-left:24px;padding-right:24px}.e6pQl.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-UbuQg-YbohUe{padding-left:auto;padding-right:24px}[dir=rtl] .e6pQl.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-UbuQg-YbohUe,.e6pQl.VfPpkd-rymPhb-clz4Ic-OWXEXe-SfQLQb-UbuQg-YbohUe[dir=rtl]{padding-left:24px;padding-right:auto}[dir=rtl] .e6pQl,.e6pQl[dir=rtl]{padding:0}.O1htCb-H9tDt{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;position:relative}.O1htCb-H9tDt[hidden]{display:none}.VfPpkd-O1htCb{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;position:relative}.VfPpkd-O1htCb .VfPpkd-NLUYnc-V67aGc{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);pointer-events:none}.VfPpkd-O1htCb .VfPpkd-YPmvEd .VfPpkd-StrnGf-rymPhb-ibnC6b{padding-left:16px;padding-right:16px}[dir=rtl] .VfPpkd-O1htCb .VfPpkd-YPmvEd .VfPpkd-StrnGf-rymPhb-ibnC6b,.VfPpkd-O1htCb .VfPpkd-YPmvEd .VfPpkd-StrnGf-rymPhb-ibnC6b[dir=rtl]{padding-left:16px;padding-right:16px}.VfPpkd-O1htCb .VfPpkd-YPmvEd .VfPpkd-StrnGf-rymPhb-f7MjDc{margin-left:0;margin-right:12px}[dir=rtl] .VfPpkd-O1htCb .VfPpkd-YPmvEd .VfPpkd-StrnGf-rymPhb-f7MjDc,.VfPpkd-O1htCb .VfPpkd-YPmvEd .VfPpkd-StrnGf-rymPhb-f7MjDc[dir=rtl]{margin-left:12px;margin-right:0}.VfPpkd-O1htCb[hidden]{display:none}.VfPpkd-t08AT-Bz112c{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;position:relative;-webkit-align-self:center;align-self:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-flex-shrink:0;flex-shrink:0;pointer-events:none}.VfPpkd-t08AT-Bz112c .VfPpkd-t08AT-Bz112c-auswjd,.VfPpkd-t08AT-Bz112c .VfPpkd-t08AT-Bz112c-mt1Mkb{position:absolute;top:0;left:0}.VfPpkd-t08AT-Bz112c .VfPpkd-t08AT-Bz112c-Bd00G{width:41.6666666667%;height:20.8333333333%}.VfPpkd-t08AT-Bz112c .VfPpkd-t08AT-Bz112c-mt1Mkb{opacity:1;-webkit-transition:opacity 75ms linear 75ms;-o-transition:opacity 75ms linear 75ms;transition:opacity 75ms linear 75ms}.VfPpkd-t08AT-Bz112c .VfPpkd-t08AT-Bz112c-auswjd{opacity:0;-webkit-transition:opacity 75ms linear;-o-transition:opacity 75ms linear;transition:opacity 75ms linear}.VfPpkd-O1htCb-OWXEXe-pXU01b .VfPpkd-t08AT-Bz112c .VfPpkd-t08AT-Bz112c-mt1Mkb{opacity:0;-webkit-transition:opacity 49.5ms linear;-o-transition:opacity 49.5ms linear;transition:opacity 49.5ms linear}.VfPpkd-O1htCb-OWXEXe-pXU01b .VfPpkd-t08AT-Bz112c .VfPpkd-t08AT-Bz112c-auswjd{opacity:1;-webkit-transition:opacity .1005s linear 49.5ms;-o-transition:opacity .1005s linear 49.5ms;transition:opacity .1005s linear 49.5ms}.VfPpkd-TkwUic{min-width:0;-webkit-box-flex:1;-webkit-flex:1 1 auto;flex:1 1 auto;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;outline:none;cursor:pointer}.VfPpkd-uusGie-fmcmS-haAclf{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-appearance:none;-moz-appearance:none;appearance:none;pointer-events:none;-webkit-box-sizing:border-box;box-sizing:border-box;width:auto;min-width:0;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;border:none;outline:none;padding:0;background-color:transparent;color:inherit}.VfPpkd-uusGie-fmcmS{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-subtitle1-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:1rem;font-size:var(--mdc-typography-subtitle1-font-size,1rem);line-height:1.75rem;line-height:var(--mdc-typography-subtitle1-line-height,1.75rem);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight,400);letter-spacing:.009375em;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing,.009375em);text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-subtitle1-text-transform,inherit);text-overflow:ellipsis;white-space:nowrap;overflow:hidden;display:block;width:100%;text-align:left}[dir=rtl] .VfPpkd-uusGie-fmcmS,.VfPpkd-uusGie-fmcmS[dir=rtl]{text-align:right}.VfPpkd-O1htCb-OWXEXe-OWB6Me{cursor:default;pointer-events:none}.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-YPmvEd .VfPpkd-StrnGf-rymPhb-ibnC6b{padding-left:12px;padding-right:12px}[dir=rtl] .VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-YPmvEd .VfPpkd-StrnGf-rymPhb-ibnC6b,.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-YPmvEd .VfPpkd-StrnGf-rymPhb-ibnC6b[dir=rtl]{padding-left:12px;padding-right:12px}@media (-ms-high-contrast:active),screen and (forced-colors:active){.VfPpkd-YPmvEd::before{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:100%;top:0;left:0;border:1px solid transparent;border-radius:inherit;content:\"\";pointer-events:none}}@media screen and (-ms-high-contrast:active) and (forced-colors:active),screen and (forced-colors:active) and (forced-colors:active){.VfPpkd-YPmvEd::before{border-color:CanvasText}}.VfPpkd-YPmvEd .VfPpkd-StrnGf-rymPhb .VfPpkd-cTi5dd,.VfPpkd-YPmvEd .VfPpkd-rymPhb .VfPpkd-cTi5dd{margin-left:0;margin-right:0}[dir=rtl] .VfPpkd-YPmvEd .VfPpkd-StrnGf-rymPhb .VfPpkd-cTi5dd,[dir=rtl] .VfPpkd-YPmvEd .VfPpkd-rymPhb .VfPpkd-cTi5dd,.VfPpkd-YPmvEd .VfPpkd-StrnGf-rymPhb .VfPpkd-cTi5dd[dir=rtl],.VfPpkd-YPmvEd .VfPpkd-rymPhb .VfPpkd-cTi5dd[dir=rtl]{margin-left:0;margin-right:0}.VfPpkd-YPmvEd .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd,.VfPpkd-YPmvEd .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-pXU01b,.VfPpkd-YPmvEd .VfPpkd-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd,.VfPpkd-YPmvEd .VfPpkd-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-pXU01b{color:#000;color:var(--mdc-theme-on-surface,#000)}.VfPpkd-YPmvEd .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-StrnGf-rymPhb-f7MjDc,.VfPpkd-YPmvEd .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-pXU01b .VfPpkd-StrnGf-rymPhb-f7MjDc,.VfPpkd-YPmvEd .VfPpkd-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-StrnGf-rymPhb-f7MjDc,.VfPpkd-YPmvEd .VfPpkd-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-pXU01b .VfPpkd-StrnGf-rymPhb-f7MjDc{color:#000;color:var(--mdc-theme-on-surface,#000)}.VfPpkd-YPmvEd .VfPpkd-rymPhb-KkROqb{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.VfPpkd-OkbHre{padding-left:16px;padding-right:16px}[dir=rtl] .VfPpkd-OkbHre,.VfPpkd-OkbHre[dir=rtl]{padding-left:16px;padding-right:16px}.VfPpkd-aJasdd-RWgCYc-wQNmvb.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-Woal0c-RWgCYc{height:48px}.VfPpkd-hjZysc-RWgCYc-wQNmvb.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb{height:64px}.VfPpkd-hjZysc-RWgCYc-wQNmvb.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-KkROqb{margin-top:20px}.VfPpkd-hjZysc-RWgCYc-wQNmvb.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-fpDzbe-fmcmS{display:block;margin-top:0;line-height:normal;margin-bottom:-20px}.VfPpkd-hjZysc-RWgCYc-wQNmvb.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-fpDzbe-fmcmS::before{display:inline-block;width:0;height:28px;content:\"\";vertical-align:0}.VfPpkd-hjZysc-RWgCYc-wQNmvb.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb .VfPpkd-rymPhb-fpDzbe-fmcmS::after{display:inline-block;width:0;height:20px;content:\"\";vertical-align:-20px}.VfPpkd-hjZysc-RWgCYc-wQNmvb.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-r4m2rf .VfPpkd-rymPhb-JMEf7e{display:block;margin-top:0;line-height:normal}.VfPpkd-hjZysc-RWgCYc-wQNmvb.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-aSi1db-MCEKJb.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-r4m2rf .VfPpkd-rymPhb-JMEf7e::before{display:inline-block;width:0;height:36px;content:\"\";vertical-align:0}.VfPpkd-OkbHre-SfQLQb-M1Soyc-bN97Pc{padding-left:0;padding-right:12px}.VfPpkd-OkbHre-SfQLQb-M1Soyc-bN97Pc.VfPpkd-rymPhb-ibnC6b{padding-left:0;padding-right:auto}[dir=rtl] .VfPpkd-OkbHre-SfQLQb-M1Soyc-bN97Pc.VfPpkd-rymPhb-ibnC6b,.VfPpkd-OkbHre-SfQLQb-M1Soyc-bN97Pc.VfPpkd-rymPhb-ibnC6b[dir=rtl]{padding-left:auto;padding-right:0}.VfPpkd-OkbHre-SfQLQb-M1Soyc-bN97Pc .VfPpkd-rymPhb-KkROqb{margin-left:12px;margin-right:0}[dir=rtl] .VfPpkd-OkbHre-SfQLQb-M1Soyc-bN97Pc .VfPpkd-rymPhb-KkROqb,.VfPpkd-OkbHre-SfQLQb-M1Soyc-bN97Pc .VfPpkd-rymPhb-KkROqb[dir=rtl]{margin-left:0;margin-right:12px}.VfPpkd-OkbHre-SfQLQb-M1Soyc-bN97Pc .VfPpkd-rymPhb-KkROqb{width:36px;height:24px}[dir=rtl] .VfPpkd-OkbHre-SfQLQb-M1Soyc-bN97Pc,.VfPpkd-OkbHre-SfQLQb-M1Soyc-bN97Pc[dir=rtl]{padding-left:12px;padding-right:0}.VfPpkd-OkbHre-SfQLQb-r4m2rf.VfPpkd-rymPhb-ibnC6b{padding-left:auto;padding-right:0}[dir=rtl] .VfPpkd-OkbHre-SfQLQb-r4m2rf.VfPpkd-rymPhb-ibnC6b,.VfPpkd-OkbHre-SfQLQb-r4m2rf.VfPpkd-rymPhb-ibnC6b[dir=rtl]{padding-left:0;padding-right:auto}.VfPpkd-OkbHre-SfQLQb-r4m2rf .VfPpkd-rymPhb-JMEf7e{margin-left:12px;margin-right:12px}[dir=rtl] .VfPpkd-OkbHre-SfQLQb-r4m2rf .VfPpkd-rymPhb-JMEf7e,.VfPpkd-OkbHre-SfQLQb-r4m2rf .VfPpkd-rymPhb-JMEf7e[dir=rtl]{margin-left:12px;margin-right:12px}.VfPpkd-O1htCb-OWXEXe-MFS4be .VfPpkd-xl07Ob-XxIAqe-OWXEXe-uxVfW-FNFY6c-uFfGwd{border-top-left-radius:0;border-top-right-radius:0}.VfPpkd-O1htCb-OWXEXe-MFS4be.VfPpkd-O1htCb-OWXEXe-XpnDCe.VfPpkd-RWgCYc-ksKsZd::after{-webkit-transform:scale(1,2);-ms-transform:scale(1,2);-o-transform:scale(1,2);transform:scale(1,2);opacity:1}.VfPpkd-O1htCb-OWXEXe-MFS4be .VfPpkd-TkwUic{height:56px;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:baseline;-webkit-align-items:baseline;align-items:baseline}.VfPpkd-O1htCb-OWXEXe-MFS4be .VfPpkd-TkwUic::before{display:inline-block;width:0;height:40px;content:\"\";vertical-align:0}.VfPpkd-O1htCb-OWXEXe-MFS4be.VfPpkd-O1htCb-OWXEXe-di8rgd-V67aGc .VfPpkd-TkwUic .VfPpkd-uusGie-fmcmS::before{content:\"​\"}.VfPpkd-O1htCb-OWXEXe-MFS4be.VfPpkd-O1htCb-OWXEXe-di8rgd-V67aGc .VfPpkd-TkwUic .VfPpkd-uusGie-fmcmS-haAclf{height:100%;display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.VfPpkd-O1htCb-OWXEXe-MFS4be.VfPpkd-O1htCb-OWXEXe-di8rgd-V67aGc .VfPpkd-TkwUic::before{display:none}.VfPpkd-O1htCb-OWXEXe-MFS4be .VfPpkd-TkwUic{border-top-left-radius:4px;border-top-left-radius:var(--mdc-shape-small,4px);border-top-right-radius:4px;border-top-right-radius:var(--mdc-shape-small,4px);border-bottom-right-radius:0;border-bottom-left-radius:0}.VfPpkd-O1htCb-OWXEXe-MFS4be:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-TkwUic{background-color:whitesmoke}.VfPpkd-O1htCb-OWXEXe-MFS4be.VfPpkd-O1htCb-OWXEXe-OWB6Me .VfPpkd-TkwUic{background-color:#fafafa}.VfPpkd-O1htCb-OWXEXe-MFS4be:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-RWgCYc-ksKsZd::before{border-bottom-color:rgba(0,0,0,.42)}.VfPpkd-O1htCb-OWXEXe-MFS4be:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me):hover .VfPpkd-RWgCYc-ksKsZd::before{border-bottom-color:rgba(0,0,0,.87)}.VfPpkd-O1htCb-OWXEXe-MFS4be:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-RWgCYc-ksKsZd::after{border-bottom-color:#6200ee;border-bottom-color:var(--mdc-theme-primary,#6200ee)}.VfPpkd-O1htCb-OWXEXe-MFS4be.VfPpkd-O1htCb-OWXEXe-OWB6Me .VfPpkd-RWgCYc-ksKsZd::before{border-bottom-color:rgba(0,0,0,.06)}.VfPpkd-O1htCb-OWXEXe-MFS4be .VfPpkd-NLUYnc-V67aGc{max-width:calc(100% - 64px)}.VfPpkd-O1htCb-OWXEXe-MFS4be .VfPpkd-NLUYnc-V67aGc-OWXEXe-TATcMc-KLRBe{max-width:calc(133.3333333333% - 85.3333333333px)}.VfPpkd-O1htCb-OWXEXe-MFS4be .VfPpkd-NLUYnc-V67aGc{left:16px;right:auto}[dir=rtl] .VfPpkd-O1htCb-OWXEXe-MFS4be .VfPpkd-NLUYnc-V67aGc,.VfPpkd-O1htCb-OWXEXe-MFS4be .VfPpkd-NLUYnc-V67aGc[dir=rtl]{left:auto;right:16px}.VfPpkd-O1htCb-OWXEXe-MFS4be.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-NLUYnc-V67aGc{left:48px;right:auto}[dir=rtl] .VfPpkd-O1htCb-OWXEXe-MFS4be.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-NLUYnc-V67aGc,.VfPpkd-O1htCb-OWXEXe-MFS4be.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-NLUYnc-V67aGc[dir=rtl]{left:auto;right:48px}.VfPpkd-O1htCb-OWXEXe-MFS4be.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-NLUYnc-V67aGc{max-width:calc(100% - 96px)}.VfPpkd-O1htCb-OWXEXe-MFS4be.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-NLUYnc-V67aGc-OWXEXe-TATcMc-KLRBe{max-width:calc(133.3333333333% - 128px)}.VfPpkd-O1htCb-OWXEXe-UJflGc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-RWgCYc-ksKsZd::before{border-bottom-color:#b00020;border-bottom-color:var(--mdc-theme-error,#b00020)}.VfPpkd-O1htCb-OWXEXe-UJflGc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me):hover .VfPpkd-RWgCYc-ksKsZd::before{border-bottom-color:#b00020;border-bottom-color:var(--mdc-theme-error,#b00020)}.VfPpkd-O1htCb-OWXEXe-UJflGc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-RWgCYc-ksKsZd::after{border-bottom-color:#b00020;border-bottom-color:var(--mdc-theme-error,#b00020)}.VfPpkd-O1htCb-OWXEXe-INsAgc{border:none}.VfPpkd-O1htCb-OWXEXe-INsAgc .VfPpkd-TkwUic{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:baseline;-webkit-align-items:baseline;align-items:baseline;overflow:visible}.VfPpkd-O1htCb-OWXEXe-INsAgc .VfPpkd-uusGie-fmcmS-haAclf{display:-webkit-box;display:-webkit-flex;display:flex;border:none;z-index:1;background-color:transparent}.VfPpkd-O1htCb-OWXEXe-INsAgc .VfPpkd-cTi5dd{z-index:2}.VfPpkd-O1htCb-OWXEXe-INsAgc .VfPpkd-xl07Ob-XxIAqe{margin-bottom:8px}.VfPpkd-O1htCb-OWXEXe-INsAgc.VfPpkd-O1htCb-OWXEXe-di8rgd-V67aGc .VfPpkd-xl07Ob-XxIAqe,.VfPpkd-O1htCb-OWXEXe-INsAgc .VfPpkd-xl07Ob-XxIAqe-OWXEXe-uxVfW-FNFY6c-uFfGwd{margin-bottom:0}.VfPpkd-O1htCb-OWXEXe-INsAgc .VfPpkd-TkwUic{height:56px}.VfPpkd-O1htCb-OWXEXe-INsAgc .VfPpkd-TkwUic .VfPpkd-NLUYnc-V67aGc-OWXEXe-bF1zU{-webkit-animation:mdc-floating-label-shake-float-above-select-outlined-56px .25s 1;animation:mdc-floating-label-shake-float-above-select-outlined-56px .25s 1}@-webkit-keyframes mdc-floating-label-shake-float-above-select-outlined-56px{0%{-webkit-transform:translateX(0) translateY(-34.75px) scale(.75);transform:translateX(0) translateY(-34.75px) scale(.75)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.701732,.495819);animation-timing-function:cubic-bezier(.5,0,.701732,.495819);-webkit-transform:translateX(4%) translateY(-34.75px) scale(.75);transform:translateX(4%) translateY(-34.75px) scale(.75)}66%{-webkit-animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);-webkit-transform:translateX(-4%) translateY(-34.75px) scale(.75);transform:translateX(-4%) translateY(-34.75px) scale(.75)}100%{-webkit-transform:translateX(0) translateY(-34.75px) scale(.75);transform:translateX(0) translateY(-34.75px) scale(.75)}}@keyframes mdc-floating-label-shake-float-above-select-outlined-56px{0%{-webkit-transform:translateX(0) translateY(-34.75px) scale(.75);-o-transform:translateX(0) translateY(-34.75px) scale(.75);transform:translateX(0) translateY(-34.75px) scale(.75)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.701732,.495819);animation-timing-function:cubic-bezier(.5,0,.701732,.495819);-webkit-transform:translateX(4%) translateY(-34.75px) scale(.75);-o-transform:translateX(4%) translateY(-34.75px) scale(.75);transform:translateX(4%) translateY(-34.75px) scale(.75)}66%{-webkit-animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);-webkit-transform:translateX(-4%) translateY(-34.75px) scale(.75);-o-transform:translateX(-4%) translateY(-34.75px) scale(.75);transform:translateX(-4%) translateY(-34.75px) scale(.75)}100%{-webkit-transform:translateX(0) translateY(-34.75px) scale(.75);-o-transform:translateX(0) translateY(-34.75px) scale(.75);transform:translateX(0) translateY(-34.75px) scale(.75)}}.VfPpkd-O1htCb-OWXEXe-INsAgc .VfPpkd-NSFCdd-i5vt6e .VfPpkd-NSFCdd-Brv4Fb{border-top-left-radius:4px;border-top-left-radius:var(--mdc-shape-small,4px);border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:4px;border-bottom-left-radius:var(--mdc-shape-small,4px)}[dir=rtl] .VfPpkd-O1htCb-OWXEXe-INsAgc .VfPpkd-NSFCdd-i5vt6e .VfPpkd-NSFCdd-Brv4Fb,.VfPpkd-O1htCb-OWXEXe-INsAgc .VfPpkd-NSFCdd-i5vt6e .VfPpkd-NSFCdd-Brv4Fb[dir=rtl]{border-top-left-radius:0;border-top-right-radius:4px;border-top-right-radius:var(--mdc-shape-small,4px);border-bottom-right-radius:4px;border-bottom-right-radius:var(--mdc-shape-small,4px);border-bottom-left-radius:0}@supports (top:max(0%)){.VfPpkd-O1htCb-OWXEXe-INsAgc .VfPpkd-NSFCdd-i5vt6e .VfPpkd-NSFCdd-Brv4Fb{width:max(12px,var(--mdc-shape-small,4px))}}@supports (top:max(0%)){.VfPpkd-O1htCb-OWXEXe-INsAgc .VfPpkd-NSFCdd-i5vt6e .VfPpkd-NSFCdd-Ra9xwd{max-width:calc(100% - max(12px, var(--mdc-shape-small, 4px))*2)}}.VfPpkd-O1htCb-OWXEXe-INsAgc .VfPpkd-NSFCdd-i5vt6e .VfPpkd-NSFCdd-MpmGFe{border-top-left-radius:0;border-top-right-radius:4px;border-top-right-radius:var(--mdc-shape-small,4px);border-bottom-right-radius:4px;border-bottom-right-radius:var(--mdc-shape-small,4px);border-bottom-left-radius:0}[dir=rtl] .VfPpkd-O1htCb-OWXEXe-INsAgc .VfPpkd-NSFCdd-i5vt6e .VfPpkd-NSFCdd-MpmGFe,.VfPpkd-O1htCb-OWXEXe-INsAgc .VfPpkd-NSFCdd-i5vt6e .VfPpkd-NSFCdd-MpmGFe[dir=rtl]{border-top-left-radius:4px;border-top-left-radius:var(--mdc-shape-small,4px);border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:4px;border-bottom-left-radius:var(--mdc-shape-small,4px)}@supports (top:max(0%)){.VfPpkd-O1htCb-OWXEXe-INsAgc .VfPpkd-TkwUic{padding-left:max(16px,calc(var(--mdc-shape-small, 4px) + 4px))}}[dir=rtl] .VfPpkd-O1htCb-OWXEXe-INsAgc .VfPpkd-TkwUic,.VfPpkd-O1htCb-OWXEXe-INsAgc .VfPpkd-TkwUic[dir=rtl]{padding-left:0}@supports (top:max(0%)){[dir=rtl] .VfPpkd-O1htCb-OWXEXe-INsAgc .VfPpkd-TkwUic,.VfPpkd-O1htCb-OWXEXe-INsAgc .VfPpkd-TkwUic[dir=rtl]{padding-right:max(16px,calc(var(--mdc-shape-small, 4px) + 4px))}}@supports (top:max(0%)){.VfPpkd-O1htCb-OWXEXe-INsAgc+.VfPpkd-O1htCb-W0vJo-fmcmS{margin-left:max(16px,calc(var(--mdc-shape-small, 4px) + 4px))}}[dir=rtl] .VfPpkd-O1htCb-OWXEXe-INsAgc+.VfPpkd-O1htCb-W0vJo-fmcmS,.VfPpkd-O1htCb-OWXEXe-INsAgc+.VfPpkd-O1htCb-W0vJo-fmcmS[dir=rtl]{margin-left:0}@supports (top:max(0%)){[dir=rtl] .VfPpkd-O1htCb-OWXEXe-INsAgc+.VfPpkd-O1htCb-W0vJo-fmcmS,.VfPpkd-O1htCb-OWXEXe-INsAgc+.VfPpkd-O1htCb-W0vJo-fmcmS[dir=rtl]{margin-right:max(16px,calc(var(--mdc-shape-small, 4px) + 4px))}}.VfPpkd-O1htCb-OWXEXe-INsAgc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-TkwUic{background-color:transparent}.VfPpkd-O1htCb-OWXEXe-INsAgc.VfPpkd-O1htCb-OWXEXe-OWB6Me .VfPpkd-TkwUic{background-color:transparent}.VfPpkd-O1htCb-OWXEXe-INsAgc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-NSFCdd-Brv4Fb,.VfPpkd-O1htCb-OWXEXe-INsAgc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-NSFCdd-Ra9xwd,.VfPpkd-O1htCb-OWXEXe-INsAgc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-NSFCdd-MpmGFe{border-color:rgba(0,0,0,.38)}.VfPpkd-O1htCb-OWXEXe-INsAgc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me):not(.VfPpkd-O1htCb-OWXEXe-XpnDCe) .VfPpkd-TkwUic:hover .VfPpkd-NSFCdd-i5vt6e .VfPpkd-NSFCdd-Brv4Fb,.VfPpkd-O1htCb-OWXEXe-INsAgc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me):not(.VfPpkd-O1htCb-OWXEXe-XpnDCe) .VfPpkd-TkwUic:hover .VfPpkd-NSFCdd-i5vt6e .VfPpkd-NSFCdd-Ra9xwd,.VfPpkd-O1htCb-OWXEXe-INsAgc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me):not(.VfPpkd-O1htCb-OWXEXe-XpnDCe) .VfPpkd-TkwUic:hover .VfPpkd-NSFCdd-i5vt6e .VfPpkd-NSFCdd-MpmGFe{border-color:rgba(0,0,0,.87)}.VfPpkd-O1htCb-OWXEXe-INsAgc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me).VfPpkd-O1htCb-OWXEXe-XpnDCe .VfPpkd-NSFCdd-i5vt6e .VfPpkd-NSFCdd-Brv4Fb,.VfPpkd-O1htCb-OWXEXe-INsAgc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me).VfPpkd-O1htCb-OWXEXe-XpnDCe .VfPpkd-NSFCdd-i5vt6e .VfPpkd-NSFCdd-Ra9xwd,.VfPpkd-O1htCb-OWXEXe-INsAgc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me).VfPpkd-O1htCb-OWXEXe-XpnDCe .VfPpkd-NSFCdd-i5vt6e .VfPpkd-NSFCdd-MpmGFe{border-color:#6200ee;border-color:var(--mdc-theme-primary,#6200ee)}.VfPpkd-O1htCb-OWXEXe-INsAgc.VfPpkd-O1htCb-OWXEXe-OWB6Me .VfPpkd-NSFCdd-Brv4Fb,.VfPpkd-O1htCb-OWXEXe-INsAgc.VfPpkd-O1htCb-OWXEXe-OWB6Me .VfPpkd-NSFCdd-Ra9xwd,.VfPpkd-O1htCb-OWXEXe-INsAgc.VfPpkd-O1htCb-OWXEXe-OWB6Me .VfPpkd-NSFCdd-MpmGFe{border-color:rgba(0,0,0,.06)}.VfPpkd-O1htCb-OWXEXe-INsAgc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me).VfPpkd-O1htCb-OWXEXe-XpnDCe .VfPpkd-NSFCdd-i5vt6e .VfPpkd-NSFCdd-Brv4Fb,.VfPpkd-O1htCb-OWXEXe-INsAgc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me).VfPpkd-O1htCb-OWXEXe-XpnDCe .VfPpkd-NSFCdd-i5vt6e .VfPpkd-NSFCdd-Ra9xwd,.VfPpkd-O1htCb-OWXEXe-INsAgc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me).VfPpkd-O1htCb-OWXEXe-XpnDCe .VfPpkd-NSFCdd-i5vt6e .VfPpkd-NSFCdd-MpmGFe{border-width:2px}.VfPpkd-O1htCb-OWXEXe-INsAgc .VfPpkd-TkwUic :not(.VfPpkd-NSFCdd-i5vt6e-OWXEXe-NSFCdd) .VfPpkd-NSFCdd-Ra9xwd{max-width:calc(100% - 60px)}.VfPpkd-O1htCb-OWXEXe-INsAgc .VfPpkd-TkwUic .VfPpkd-NLUYnc-V67aGc-OWXEXe-bF1zU{-webkit-animation:mdc-floating-label-shake-float-above-select-outlined .25s 1;animation:mdc-floating-label-shake-float-above-select-outlined .25s 1}.VfPpkd-O1htCb-OWXEXe-INsAgc .VfPpkd-TkwUic .VfPpkd-NLUYnc-V67aGc-OWXEXe-TATcMc-KLRBe{-webkit-transform:translateY(-37.25px) scale(1);-ms-transform:translateY(-37.25px) scale(1);-o-transform:translateY(-37.25px) scale(1);transform:translateY(-37.25px) scale(1)}.VfPpkd-O1htCb-OWXEXe-INsAgc .VfPpkd-TkwUic.VfPpkd-NSFCdd-i5vt6e-OWXEXe-mWPk3d .VfPpkd-NLUYnc-V67aGc-OWXEXe-TATcMc-KLRBe,.VfPpkd-O1htCb-OWXEXe-INsAgc .VfPpkd-TkwUic .VfPpkd-NSFCdd-i5vt6e-OWXEXe-mWPk3d .VfPpkd-NLUYnc-V67aGc-OWXEXe-TATcMc-KLRBe{-webkit-transform:translateY(-34.75px) scale(.75);-ms-transform:translateY(-34.75px) scale(.75);-o-transform:translateY(-34.75px) scale(.75);transform:translateY(-34.75px) scale(.75)}.VfPpkd-O1htCb-OWXEXe-INsAgc .VfPpkd-TkwUic .VfPpkd-NLUYnc-V67aGc-OWXEXe-TATcMc-KLRBe{font-size:.75rem}.VfPpkd-O1htCb-OWXEXe-INsAgc .VfPpkd-TkwUic.VfPpkd-NSFCdd-i5vt6e-OWXEXe-mWPk3d .VfPpkd-NLUYnc-V67aGc-OWXEXe-TATcMc-KLRBe,.VfPpkd-O1htCb-OWXEXe-INsAgc .VfPpkd-TkwUic .VfPpkd-NSFCdd-i5vt6e-OWXEXe-mWPk3d .VfPpkd-NLUYnc-V67aGc-OWXEXe-TATcMc-KLRBe{font-size:1rem}.VfPpkd-O1htCb-OWXEXe-INsAgc .VfPpkd-TkwUic .VfPpkd-NSFCdd-i5vt6e-OWXEXe-NSFCdd .VfPpkd-NSFCdd-Ra9xwd{padding-top:1px}.VfPpkd-O1htCb-OWXEXe-INsAgc .VfPpkd-TkwUic .VfPpkd-uusGie-fmcmS::before{content:\"​\"}.VfPpkd-O1htCb-OWXEXe-INsAgc .VfPpkd-TkwUic .VfPpkd-uusGie-fmcmS-haAclf{height:100%;display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.VfPpkd-O1htCb-OWXEXe-INsAgc .VfPpkd-TkwUic::before{display:none}.VfPpkd-O1htCb-OWXEXe-INsAgc .VfPpkd-NLUYnc-V67aGc{line-height:1.15rem;left:4px;right:auto}[dir=rtl] .VfPpkd-O1htCb-OWXEXe-INsAgc .VfPpkd-NLUYnc-V67aGc,.VfPpkd-O1htCb-OWXEXe-INsAgc .VfPpkd-NLUYnc-V67aGc[dir=rtl]{left:auto;right:4px}.VfPpkd-O1htCb-OWXEXe-INsAgc.VfPpkd-O1htCb-OWXEXe-XpnDCe .VfPpkd-NSFCdd-i5vt6e-OWXEXe-NSFCdd .VfPpkd-NSFCdd-Ra9xwd{padding-top:2px}.VfPpkd-O1htCb-OWXEXe-INsAgc.VfPpkd-O1htCb-OWXEXe-UJflGc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-NSFCdd-Brv4Fb,.VfPpkd-O1htCb-OWXEXe-INsAgc.VfPpkd-O1htCb-OWXEXe-UJflGc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-NSFCdd-Ra9xwd,.VfPpkd-O1htCb-OWXEXe-INsAgc.VfPpkd-O1htCb-OWXEXe-UJflGc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-NSFCdd-MpmGFe{border-color:#b00020;border-color:var(--mdc-theme-error,#b00020)}.VfPpkd-O1htCb-OWXEXe-INsAgc.VfPpkd-O1htCb-OWXEXe-UJflGc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me):not(.VfPpkd-O1htCb-OWXEXe-XpnDCe) .VfPpkd-TkwUic:hover .VfPpkd-NSFCdd-i5vt6e .VfPpkd-NSFCdd-Brv4Fb,.VfPpkd-O1htCb-OWXEXe-INsAgc.VfPpkd-O1htCb-OWXEXe-UJflGc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me):not(.VfPpkd-O1htCb-OWXEXe-XpnDCe) .VfPpkd-TkwUic:hover .VfPpkd-NSFCdd-i5vt6e .VfPpkd-NSFCdd-Ra9xwd,.VfPpkd-O1htCb-OWXEXe-INsAgc.VfPpkd-O1htCb-OWXEXe-UJflGc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me):not(.VfPpkd-O1htCb-OWXEXe-XpnDCe) .VfPpkd-TkwUic:hover .VfPpkd-NSFCdd-i5vt6e .VfPpkd-NSFCdd-MpmGFe{border-color:#b00020;border-color:var(--mdc-theme-error,#b00020)}.VfPpkd-O1htCb-OWXEXe-INsAgc.VfPpkd-O1htCb-OWXEXe-UJflGc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me).VfPpkd-O1htCb-OWXEXe-XpnDCe .VfPpkd-NSFCdd-i5vt6e .VfPpkd-NSFCdd-Brv4Fb,.VfPpkd-O1htCb-OWXEXe-INsAgc.VfPpkd-O1htCb-OWXEXe-UJflGc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me).VfPpkd-O1htCb-OWXEXe-XpnDCe .VfPpkd-NSFCdd-i5vt6e .VfPpkd-NSFCdd-Ra9xwd,.VfPpkd-O1htCb-OWXEXe-INsAgc.VfPpkd-O1htCb-OWXEXe-UJflGc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me).VfPpkd-O1htCb-OWXEXe-XpnDCe .VfPpkd-NSFCdd-i5vt6e .VfPpkd-NSFCdd-MpmGFe{border-color:#b00020;border-color:var(--mdc-theme-error,#b00020)}.VfPpkd-O1htCb-OWXEXe-INsAgc.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-NLUYnc-V67aGc{left:36px;right:auto}[dir=rtl] .VfPpkd-O1htCb-OWXEXe-INsAgc.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-NLUYnc-V67aGc,.VfPpkd-O1htCb-OWXEXe-INsAgc.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-NLUYnc-V67aGc[dir=rtl]{left:auto;right:36px}.VfPpkd-O1htCb-OWXEXe-INsAgc.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-NLUYnc-V67aGc-OWXEXe-TATcMc-KLRBe{-webkit-transform:translateY(-37.25px) translateX(-32px) scale(1);-ms-transform:translateY(-37.25px) translateX(-32px) scale(1);-o-transform:translateY(-37.25px) translateX(-32px) scale(1);transform:translateY(-37.25px) translateX(-32px) scale(1)}[dir=rtl] .VfPpkd-O1htCb-OWXEXe-INsAgc.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-NLUYnc-V67aGc-OWXEXe-TATcMc-KLRBe,.VfPpkd-O1htCb-OWXEXe-INsAgc.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-NLUYnc-V67aGc-OWXEXe-TATcMc-KLRBe[dir=rtl]{-webkit-transform:translateY(-37.25px) translateX(32px) scale(1);-ms-transform:translateY(-37.25px) translateX(32px) scale(1);-o-transform:translateY(-37.25px) translateX(32px) scale(1);transform:translateY(-37.25px) translateX(32px) scale(1)}.VfPpkd-O1htCb-OWXEXe-INsAgc.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c.VfPpkd-NSFCdd-i5vt6e-OWXEXe-mWPk3d .VfPpkd-NLUYnc-V67aGc-OWXEXe-TATcMc-KLRBe,.VfPpkd-O1htCb-OWXEXe-INsAgc.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-NSFCdd-i5vt6e-OWXEXe-mWPk3d .VfPpkd-NLUYnc-V67aGc-OWXEXe-TATcMc-KLRBe{-webkit-transform:translateY(-34.75px) translateX(-32px) scale(.75);-ms-transform:translateY(-34.75px) translateX(-32px) scale(.75);-o-transform:translateY(-34.75px) translateX(-32px) scale(.75);transform:translateY(-34.75px) translateX(-32px) scale(.75)}[dir=rtl] .VfPpkd-O1htCb-OWXEXe-INsAgc.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c.VfPpkd-NSFCdd-i5vt6e-OWXEXe-mWPk3d .VfPpkd-NLUYnc-V67aGc-OWXEXe-TATcMc-KLRBe,[dir=rtl] .VfPpkd-O1htCb-OWXEXe-INsAgc.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-NSFCdd-i5vt6e-OWXEXe-mWPk3d .VfPpkd-NLUYnc-V67aGc-OWXEXe-TATcMc-KLRBe,.VfPpkd-O1htCb-OWXEXe-INsAgc.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c.VfPpkd-NSFCdd-i5vt6e-OWXEXe-mWPk3d .VfPpkd-NLUYnc-V67aGc-OWXEXe-TATcMc-KLRBe[dir=rtl],.VfPpkd-O1htCb-OWXEXe-INsAgc.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-NSFCdd-i5vt6e-OWXEXe-mWPk3d .VfPpkd-NLUYnc-V67aGc-OWXEXe-TATcMc-KLRBe[dir=rtl]{-webkit-transform:translateY(-34.75px) translateX(32px) scale(.75);-ms-transform:translateY(-34.75px) translateX(32px) scale(.75);-o-transform:translateY(-34.75px) translateX(32px) scale(.75);transform:translateY(-34.75px) translateX(32px) scale(.75)}.VfPpkd-O1htCb-OWXEXe-INsAgc.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-NLUYnc-V67aGc-OWXEXe-TATcMc-KLRBe{font-size:.75rem}.VfPpkd-O1htCb-OWXEXe-INsAgc.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c.VfPpkd-NSFCdd-i5vt6e-OWXEXe-mWPk3d .VfPpkd-NLUYnc-V67aGc-OWXEXe-TATcMc-KLRBe,.VfPpkd-O1htCb-OWXEXe-INsAgc.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-NSFCdd-i5vt6e-OWXEXe-mWPk3d .VfPpkd-NLUYnc-V67aGc-OWXEXe-TATcMc-KLRBe{font-size:1rem}.VfPpkd-O1htCb-OWXEXe-INsAgc.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-NLUYnc-V67aGc-OWXEXe-bF1zU{-webkit-animation:mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px .25s 1;animation:mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px .25s 1}@-webkit-keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px{0%{-webkit-transform:translateX(-32px) translateY(-34.75px) scale(.75);transform:translateX(-32px) translateY(-34.75px) scale(.75)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.701732,.495819);animation-timing-function:cubic-bezier(.5,0,.701732,.495819);-webkit-transform:translateX(calc(4% - 32px)) translateY(-34.75px) scale(.75);transform:translateX(calc(4% - 32px)) translateY(-34.75px) scale(.75)}66%{-webkit-animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);-webkit-transform:translateX(calc(-4% - 32px)) translateY(-34.75px) scale(.75);transform:translateX(calc(-4% - 32px)) translateY(-34.75px) scale(.75)}100%{-webkit-transform:translateX(-32px) translateY(-34.75px) scale(.75);transform:translateX(-32px) translateY(-34.75px) scale(.75)}}@keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px{0%{-webkit-transform:translateX(-32px) translateY(-34.75px) scale(.75);-o-transform:translateX(-32px) translateY(-34.75px) scale(.75);transform:translateX(-32px) translateY(-34.75px) scale(.75)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.701732,.495819);animation-timing-function:cubic-bezier(.5,0,.701732,.495819);-webkit-transform:translateX(calc(4% - 32px)) translateY(-34.75px) scale(.75);-o-transform:translateX(calc(4% - 32px)) translateY(-34.75px) scale(.75);transform:translateX(calc(4% - 32px)) translateY(-34.75px) scale(.75)}66%{-webkit-animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);-webkit-transform:translateX(calc(-4% - 32px)) translateY(-34.75px) scale(.75);-o-transform:translateX(calc(-4% - 32px)) translateY(-34.75px) scale(.75);transform:translateX(calc(-4% - 32px)) translateY(-34.75px) scale(.75)}100%{-webkit-transform:translateX(-32px) translateY(-34.75px) scale(.75);-o-transform:translateX(-32px) translateY(-34.75px) scale(.75);transform:translateX(-32px) translateY(-34.75px) scale(.75)}}[dir=rtl] .VfPpkd-O1htCb-OWXEXe-INsAgc.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-NLUYnc-V67aGc-OWXEXe-bF1zU,.VfPpkd-O1htCb-OWXEXe-INsAgc.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c[dir=rtl] .VfPpkd-NLUYnc-V67aGc-OWXEXe-bF1zU{-webkit-animation:mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px .25s 1;animation:mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px .25s 1}@-webkit-keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px-rtl{0%{-webkit-transform:translateX(32px) translateY(-34.75px) scale(.75);transform:translateX(32px) translateY(-34.75px) scale(.75)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.701732,.495819);animation-timing-function:cubic-bezier(.5,0,.701732,.495819);-webkit-transform:translateX(calc(4% + 32px)) translateY(-34.75px) scale(.75);transform:translateX(calc(4% + 32px)) translateY(-34.75px) scale(.75)}66%{-webkit-animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);-webkit-transform:translateX(calc(-4% + 32px)) translateY(-34.75px) scale(.75);transform:translateX(calc(-4% + 32px)) translateY(-34.75px) scale(.75)}100%{-webkit-transform:translateX(32px) translateY(-34.75px) scale(.75);transform:translateX(32px) translateY(-34.75px) scale(.75)}}@keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon-56px-rtl{0%{-webkit-transform:translateX(32px) translateY(-34.75px) scale(.75);-o-transform:translateX(32px) translateY(-34.75px) scale(.75);transform:translateX(32px) translateY(-34.75px) scale(.75)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.701732,.495819);animation-timing-function:cubic-bezier(.5,0,.701732,.495819);-webkit-transform:translateX(calc(4% + 32px)) translateY(-34.75px) scale(.75);-o-transform:translateX(calc(4% + 32px)) translateY(-34.75px) scale(.75);transform:translateX(calc(4% + 32px)) translateY(-34.75px) scale(.75)}66%{-webkit-animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);-webkit-transform:translateX(calc(-4% + 32px)) translateY(-34.75px) scale(.75);-o-transform:translateX(calc(-4% + 32px)) translateY(-34.75px) scale(.75);transform:translateX(calc(-4% + 32px)) translateY(-34.75px) scale(.75)}100%{-webkit-transform:translateX(32px) translateY(-34.75px) scale(.75);-o-transform:translateX(32px) translateY(-34.75px) scale(.75);transform:translateX(32px) translateY(-34.75px) scale(.75)}}.VfPpkd-O1htCb-OWXEXe-INsAgc.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-TkwUic :not(.VfPpkd-NSFCdd-i5vt6e-OWXEXe-NSFCdd) .VfPpkd-NSFCdd-Ra9xwd{max-width:calc(100% - 96px)}.VfPpkd-TkwUic{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}.VfPpkd-TkwUic .VfPpkd-woaZLe::before,.VfPpkd-TkwUic .VfPpkd-woaZLe::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:\"\"}.VfPpkd-TkwUic .VfPpkd-woaZLe::before{-webkit-transition:opacity 15ms linear,background-color 15ms linear;-o-transition:opacity 15ms linear,background-color 15ms linear;transition:opacity 15ms linear,background-color 15ms linear;z-index:1;z-index:var(--mdc-ripple-z-index,1)}.VfPpkd-TkwUic .VfPpkd-woaZLe::after{z-index:0;z-index:var(--mdc-ripple-z-index,0)}.VfPpkd-TkwUic.VfPpkd-ksKsZd-mWPk3d .VfPpkd-woaZLe::before{-webkit-transform:scale(var(--mdc-ripple-fg-scale,1));-ms-transform:scale(var(--mdc-ripple-fg-scale,1));-o-transform:scale(var(--mdc-ripple-fg-scale,1));transform:scale(var(--mdc-ripple-fg-scale,1))}.VfPpkd-TkwUic.VfPpkd-ksKsZd-mWPk3d .VfPpkd-woaZLe::after{top:0;left:0;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:center center;-ms-transform-origin:center center;-o-transform-origin:center center;transform-origin:center center}.VfPpkd-TkwUic.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd .VfPpkd-woaZLe::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.VfPpkd-TkwUic.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-lJfZMc .VfPpkd-woaZLe::after{-webkit-animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards;animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.VfPpkd-TkwUic.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-OmS1vf .VfPpkd-woaZLe::after{-webkit-animation:mdc-ripple-fg-opacity-out .15s;animation:mdc-ripple-fg-opacity-out .15s;-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));-ms-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));-o-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.VfPpkd-TkwUic .VfPpkd-woaZLe::before,.VfPpkd-TkwUic .VfPpkd-woaZLe::after{top:-50%;left:-50%;width:200%;height:200%}.VfPpkd-TkwUic.VfPpkd-ksKsZd-mWPk3d .VfPpkd-woaZLe::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.VfPpkd-TkwUic .VfPpkd-woaZLe::before,.VfPpkd-TkwUic .VfPpkd-woaZLe::after{background-color:rgba(0,0,0,.87);background-color:var(--mdc-ripple-color,rgba(0,0,0,.87))}.VfPpkd-TkwUic:hover .VfPpkd-woaZLe::before,.VfPpkd-TkwUic.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-woaZLe::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.VfPpkd-TkwUic.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-woaZLe::before,.VfPpkd-TkwUic:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-woaZLe::before{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.VfPpkd-TkwUic .VfPpkd-woaZLe{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.VfPpkd-YPmvEd .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-StrnGf-rymPhb-pZXsl::before,.VfPpkd-YPmvEd .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-StrnGf-rymPhb-pZXsl::after{background-color:#000;background-color:var(--mdc-ripple-color,var(--mdc-theme-on-surface,#000))}.VfPpkd-YPmvEd .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:hover .VfPpkd-StrnGf-rymPhb-pZXsl::before,.VfPpkd-YPmvEd .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-StrnGf-rymPhb-pZXsl::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.VfPpkd-YPmvEd .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-StrnGf-rymPhb-pZXsl::before,.VfPpkd-YPmvEd .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-StrnGf-rymPhb-pZXsl::before{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.VfPpkd-YPmvEd .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-StrnGf-rymPhb-pZXsl::after{-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-YPmvEd .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-StrnGf-rymPhb-pZXsl::after{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity,.12)}.VfPpkd-YPmvEd .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-rymPhb-pZXsl::before,.VfPpkd-YPmvEd .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-rymPhb-pZXsl::after{background-color:#000;background-color:var(--mdc-ripple-color,var(--mdc-theme-on-surface,#000))}.VfPpkd-YPmvEd .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:hover .VfPpkd-rymPhb-pZXsl::before,.VfPpkd-YPmvEd .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-rymPhb-pZXsl::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.VfPpkd-YPmvEd .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-rymPhb-pZXsl::before,.VfPpkd-YPmvEd .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-rymPhb-pZXsl::before{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.VfPpkd-YPmvEd .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-rymPhb-pZXsl::after{-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-YPmvEd .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-rymPhb-pZXsl::after{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity,.12)}.VfPpkd-YPmvEd .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.12)}.VfPpkd-O1htCb-W0vJo-fmcmS{margin:0;margin-left:16px;margin-right:16px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-caption-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:.75rem;font-size:var(--mdc-typography-caption-font-size,.75rem);line-height:1.25rem;line-height:var(--mdc-typography-caption-line-height,1.25rem);font-weight:400;font-weight:var(--mdc-typography-caption-font-weight,400);letter-spacing:.0333333333em;letter-spacing:var(--mdc-typography-caption-letter-spacing,.0333333333em);text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-caption-text-decoration,inherit);text-decoration:var(--mdc-typography-caption-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-caption-text-transform,inherit);display:block;margin-top:0;line-height:normal}[dir=rtl] .VfPpkd-O1htCb-W0vJo-fmcmS,.VfPpkd-O1htCb-W0vJo-fmcmS[dir=rtl]{margin-left:16px;margin-right:16px}.VfPpkd-O1htCb-W0vJo-fmcmS::before{display:inline-block;width:0;height:16px;content:\"\";vertical-align:0}.VfPpkd-O1htCb-W0vJo-fmcmS-OWXEXe-Rfh2Tc-EglORb{opacity:0;-webkit-transition:opacity .18s cubic-bezier(.4,0,.2,1);-o-transition:opacity .18s cubic-bezier(.4,0,.2,1);transition:opacity .18s cubic-bezier(.4,0,.2,1)}.VfPpkd-O1htCb-OWXEXe-UJflGc+.VfPpkd-O1htCb-W0vJo-fmcmS-OWXEXe-Rfh2Tc-EglORb,.VfPpkd-O1htCb-W0vJo-fmcmS-OWXEXe-Rfh2Tc-EglORb-zvnfze{opacity:1}.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-cTi5dd{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;border:none;text-decoration:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-flex-shrink:0;flex-shrink:0;-webkit-align-self:center;align-self:center;background-color:transparent;fill:currentColor}.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-cTi5dd{margin-left:12px;margin-right:12px}[dir=rtl] .VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-cTi5dd,.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-cTi5dd[dir=rtl]{margin-left:12px;margin-right:12px}.VfPpkd-cTi5dd:not([tabindex]),.VfPpkd-cTi5dd[tabindex=\"-1\"]{cursor:default;pointer-events:none}.VfPpkd-O1htCb:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-uusGie-fmcmS{color:rgba(0,0,0,.87)}.VfPpkd-O1htCb.VfPpkd-O1htCb-OWXEXe-OWB6Me .VfPpkd-uusGie-fmcmS{color:rgba(0,0,0,.38)}.VfPpkd-O1htCb:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-NLUYnc-V67aGc{color:rgba(0,0,0,.6)}.VfPpkd-O1htCb:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me).VfPpkd-O1htCb-OWXEXe-XpnDCe .VfPpkd-NLUYnc-V67aGc{color:rgba(98,0,238,.87)}.VfPpkd-O1htCb.VfPpkd-O1htCb-OWXEXe-OWB6Me .VfPpkd-NLUYnc-V67aGc{color:rgba(0,0,0,.38)}.VfPpkd-O1htCb:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-t08AT-Bz112c{fill:rgba(0,0,0,.54)}.VfPpkd-O1htCb:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me).VfPpkd-O1htCb-OWXEXe-XpnDCe .VfPpkd-t08AT-Bz112c{fill:#6200ee;fill:var(--mdc-theme-primary,#6200ee)}.VfPpkd-O1htCb.VfPpkd-O1htCb-OWXEXe-OWB6Me .VfPpkd-t08AT-Bz112c{fill:rgba(0,0,0,.38)}.VfPpkd-O1htCb:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me)+.VfPpkd-O1htCb-W0vJo-fmcmS{color:rgba(0,0,0,.6)}.VfPpkd-O1htCb.VfPpkd-O1htCb-OWXEXe-OWB6Me+.VfPpkd-O1htCb-W0vJo-fmcmS{color:rgba(0,0,0,.38)}.VfPpkd-O1htCb:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-cTi5dd{color:rgba(0,0,0,.54)}.VfPpkd-O1htCb.VfPpkd-O1htCb-OWXEXe-OWB6Me .VfPpkd-cTi5dd{color:rgba(0,0,0,.38)}@media (-ms-high-contrast:active),screen and (forced-colors:active){.VfPpkd-O1htCb.VfPpkd-O1htCb-OWXEXe-OWB6Me .VfPpkd-uusGie-fmcmS{color:GrayText}.VfPpkd-O1htCb.VfPpkd-O1htCb-OWXEXe-OWB6Me .VfPpkd-t08AT-Bz112c{fill:red}.VfPpkd-O1htCb.VfPpkd-O1htCb-OWXEXe-OWB6Me .VfPpkd-NLUYnc-V67aGc{color:GrayText}.VfPpkd-O1htCb.VfPpkd-O1htCb-OWXEXe-OWB6Me .VfPpkd-RWgCYc-ksKsZd::before{border-bottom-color:GrayText}.VfPpkd-O1htCb.VfPpkd-O1htCb-OWXEXe-OWB6Me .VfPpkd-NSFCdd-Brv4Fb,.VfPpkd-O1htCb.VfPpkd-O1htCb-OWXEXe-OWB6Me .VfPpkd-NSFCdd-Ra9xwd,.VfPpkd-O1htCb.VfPpkd-O1htCb-OWXEXe-OWB6Me .VfPpkd-NSFCdd-MpmGFe{border-color:GrayText}.VfPpkd-O1htCb.VfPpkd-O1htCb-OWXEXe-OWB6Me .VfPpkd-cTi5dd,.VfPpkd-O1htCb.VfPpkd-O1htCb-OWXEXe-OWB6Me+.VfPpkd-O1htCb-W0vJo-fmcmS{color:GrayText}}.VfPpkd-O1htCb .VfPpkd-TkwUic{padding-left:16px;padding-right:0}[dir=rtl] .VfPpkd-O1htCb .VfPpkd-TkwUic,.VfPpkd-O1htCb .VfPpkd-TkwUic[dir=rtl]{padding-left:0;padding-right:16px}.VfPpkd-O1htCb.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-TkwUic{padding-left:0;padding-right:0}[dir=rtl] .VfPpkd-O1htCb.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-TkwUic,.VfPpkd-O1htCb.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-TkwUic[dir=rtl]{padding-left:0;padding-right:0}.VfPpkd-O1htCb .VfPpkd-cTi5dd{width:24px;height:24px;font-size:24px}.VfPpkd-O1htCb .VfPpkd-t08AT-Bz112c{width:24px;height:24px}.VfPpkd-t08AT-Bz112c{margin-left:12px;margin-right:12px}[dir=rtl] .VfPpkd-t08AT-Bz112c,.VfPpkd-t08AT-Bz112c[dir=rtl]{margin-left:12px;margin-right:12px}.VfPpkd-TkwUic{width:200px}.VfPpkd-TkwUic .VfPpkd-NLUYnc-V67aGc-OWXEXe-TATcMc-KLRBe{-webkit-transform:translateY(-106%) scale(.75);-ms-transform:translateY(-106%) scale(.75);-o-transform:translateY(-106%) scale(.75);transform:translateY(-106%) scale(.75)}.VfPpkd-O1htCb-OWXEXe-UJflGc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-NLUYnc-V67aGc{color:#b00020;color:var(--mdc-theme-error,#b00020)}.VfPpkd-O1htCb-OWXEXe-UJflGc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me).VfPpkd-O1htCb-OWXEXe-XpnDCe .VfPpkd-NLUYnc-V67aGc{color:#b00020;color:var(--mdc-theme-error,#b00020)}.VfPpkd-O1htCb-OWXEXe-UJflGc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me).VfPpkd-O1htCb-OWXEXe-UJflGc+.VfPpkd-O1htCb-W0vJo-fmcmS-OWXEXe-Rfh2Tc-EglORb{color:#b00020;color:var(--mdc-theme-error,#b00020)}.VfPpkd-O1htCb-OWXEXe-UJflGc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-t08AT-Bz112c{fill:#b00020;fill:var(--mdc-theme-error,#b00020)}.VfPpkd-O1htCb-OWXEXe-UJflGc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me).VfPpkd-O1htCb-OWXEXe-XpnDCe .VfPpkd-t08AT-Bz112c{fill:#b00020;fill:var(--mdc-theme-error,#b00020)}.VfPpkd-uusGie-fmcmS-haAclf{height:28px}.s8kOBc{-webkit-box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);font-family:Roboto,Arial,sans-serif;line-height:1.5rem;font-size:1rem;letter-spacing:.00625em;font-weight:400}.s8kOBc .VfPpkd-StrnGf-rymPhb{font-family:Roboto,Arial,sans-serif;line-height:1.5rem;font-size:1rem;letter-spacing:.00625em;font-weight:400;color:rgb(60,64,67)}.s8kOBc .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-IhFlZd{color:rgb(95,99,104)}.s8kOBc .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-b9t22c,.s8kOBc .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-fpDzbe-fmcmS,.s8kOBc .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-L8ivfd-fmcmS{color:rgb(60,64,67)}.s8kOBc .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-b9t22c{opacity:.38}.s8kOBc .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd,.s8kOBc .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-pXU01b,.s8kOBc .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-StrnGf-rymPhb-f7MjDc,.s8kOBc .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-pXU01b .VfPpkd-StrnGf-rymPhb-f7MjDc{color:rgb(60,64,67)}.s8kOBc .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-StrnGf-rymPhb-pZXsl::before{opacity:0}.s8kOBc .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd{background-color:rgb(232,240,254)}.s8kOBc .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-StrnGf-rymPhb-pZXsl::before,.s8kOBc .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-StrnGf-rymPhb-pZXsl::after{background-color:rgb(26,115,232);background-color:var(--mdc-ripple-color,rgb(26,115,232))}.s8kOBc .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:hover .VfPpkd-StrnGf-rymPhb-pZXsl::before,.s8kOBc .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-StrnGf-rymPhb-pZXsl::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.s8kOBc .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-StrnGf-rymPhb-pZXsl::before,.s8kOBc .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-StrnGf-rymPhb-pZXsl::before{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.s8kOBc .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-StrnGf-rymPhb-pZXsl::after{-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.s8kOBc .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-StrnGf-rymPhb-pZXsl::after{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.1;opacity:var(--mdc-ripple-press-opacity,.1)}.s8kOBc .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.1)}@media (-ms-high-contrast:active),screen and (forced-colors:active){.s8kOBc .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-b9t22c,.s8kOBc .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-fpDzbe-fmcmS,.s8kOBc .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-L8ivfd-fmcmS{color:GrayText}.s8kOBc .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-b9t22c{opacity:1}}.s8kOBc .VfPpkd-rymPhb-fpDzbe-fmcmS{color:rgb(60,64,67)}.s8kOBc .VfPpkd-rymPhb-L8ivfd-fmcmS,.s8kOBc .VfPpkd-rymPhb-bC5pod-fmcmS,.s8kOBc .VfPpkd-rymPhb-JMEf7e{color:rgb(95,99,104)}.s8kOBc .VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-rymPhb-KkROqb,.s8kOBc .VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-Bz112c .VfPpkd-rymPhb-JMEf7e,.s8kOBc .VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-rymPhb-fpDzbe-fmcmS,.s8kOBc .VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-rymPhb-L8ivfd-fmcmS,.s8kOBc .VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-rymPhb-bC5pod-fmcmS,.s8kOBc .VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-rymPhb-KkROqb,.s8kOBc .VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-Bz112c .VfPpkd-rymPhb-JMEf7e,.s8kOBc .VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-r4m2rf .VfPpkd-rymPhb-JMEf7e{color:rgb(60,64,67)}.s8kOBc .VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-rymPhb-KkROqb,.s8kOBc .VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-rymPhb-Gtdoyb,.s8kOBc .VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-rymPhb-JMEf7e{opacity:.38}.s8kOBc .VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-rymPhb-fpDzbe-fmcmS,.s8kOBc .VfPpkd-rymPhb-ibnC6b-OWXEXe-pXU01b .VfPpkd-rymPhb-fpDzbe-fmcmS,.s8kOBc .VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-rymPhb-KkROqb,.s8kOBc .VfPpkd-rymPhb-ibnC6b-OWXEXe-pXU01b.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-rymPhb-KkROqb{color:rgb(60,64,67)}.s8kOBc .VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-rymPhb-pZXsl::before{opacity:0}.s8kOBc .VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd{background-color:rgb(232,240,254)}.s8kOBc .VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-rymPhb-pZXsl::before,.s8kOBc .VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-rymPhb-pZXsl::after{background-color:rgb(26,115,232);background-color:var(--mdc-ripple-color,rgb(26,115,232))}.s8kOBc .VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd:hover .VfPpkd-rymPhb-pZXsl::before,.s8kOBc .VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-rymPhb-pZXsl::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.s8kOBc .VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-rymPhb-pZXsl::before,.s8kOBc .VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-rymPhb-pZXsl::before{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.s8kOBc .VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-rymPhb-pZXsl::after{-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.s8kOBc .VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-rymPhb-pZXsl::after{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.1;opacity:var(--mdc-ripple-press-opacity,.1)}.s8kOBc .VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.1)}@media screen and (forced-colors:active){.s8kOBc .VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-rymPhb-fpDzbe-fmcmS,.s8kOBc .VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-rymPhb-L8ivfd-fmcmS,.s8kOBc .VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-rymPhb-bC5pod-fmcmS,.s8kOBc .VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-rymPhb-KkROqb,.s8kOBc .VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-Bz112c .VfPpkd-rymPhb-JMEf7e,.s8kOBc .VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me.VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-r4m2rf .VfPpkd-rymPhb-JMEf7e{color:GrayText}.s8kOBc .VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-rymPhb-KkROqb,.s8kOBc .VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-rymPhb-Gtdoyb,.s8kOBc .VfPpkd-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-rymPhb-JMEf7e{opacity:1}}.s8kOBc .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-L8ivfd-fmcmS{color:rgb(95,99,104)}.s8kOBc .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-f7MjDc,.s8kOBc .VfPpkd-rymPhb .VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-rymPhb-KkROqb,.s8kOBc .VfPpkd-rymPhb .VfPpkd-rymPhb-ibnC6b-OWXEXe-SfQLQb-UbuQg-Bz112c .VfPpkd-rymPhb-JMEf7e{color:rgb(60,64,67)}.s8kOBc .VfPpkd-rymPhb-fpDzbe-fmcmS{letter-spacing:.00625em}.s8kOBc.VfPpkd-YPmvEd-OWXEXe-UJflGc .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd,.s8kOBc.VfPpkd-YPmvEd-OWXEXe-UJflGc .VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd{background-color:rgb(252,232,230)}.s8kOBc.VfPpkd-YPmvEd-OWXEXe-UJflGc .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-StrnGf-rymPhb-pZXsl::before,.s8kOBc.VfPpkd-YPmvEd-OWXEXe-UJflGc .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-StrnGf-rymPhb-pZXsl::after,.s8kOBc.VfPpkd-YPmvEd-OWXEXe-UJflGc .VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-StrnGf-rymPhb-pZXsl::before,.s8kOBc.VfPpkd-YPmvEd-OWXEXe-UJflGc .VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-StrnGf-rymPhb-pZXsl::after{background-color:rgb(217,48,37);background-color:var(--mdc-ripple-color,rgb(217,48,37))}.s8kOBc.VfPpkd-YPmvEd-OWXEXe-UJflGc .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:hover .VfPpkd-StrnGf-rymPhb-pZXsl::before,.s8kOBc.VfPpkd-YPmvEd-OWXEXe-UJflGc .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-StrnGf-rymPhb-pZXsl::before,.s8kOBc.VfPpkd-YPmvEd-OWXEXe-UJflGc .VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd:hover .VfPpkd-StrnGf-rymPhb-pZXsl::before,.s8kOBc.VfPpkd-YPmvEd-OWXEXe-UJflGc .VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-StrnGf-rymPhb-pZXsl::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.s8kOBc.VfPpkd-YPmvEd-OWXEXe-UJflGc .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-StrnGf-rymPhb-pZXsl::before,.s8kOBc.VfPpkd-YPmvEd-OWXEXe-UJflGc .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-StrnGf-rymPhb-pZXsl::before,.s8kOBc.VfPpkd-YPmvEd-OWXEXe-UJflGc .VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-StrnGf-rymPhb-pZXsl::before,.s8kOBc.VfPpkd-YPmvEd-OWXEXe-UJflGc .VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-StrnGf-rymPhb-pZXsl::before{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.s8kOBc.VfPpkd-YPmvEd-OWXEXe-UJflGc .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-StrnGf-rymPhb-pZXsl::after,.s8kOBc.VfPpkd-YPmvEd-OWXEXe-UJflGc .VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-StrnGf-rymPhb-pZXsl::after{-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.s8kOBc.VfPpkd-YPmvEd-OWXEXe-UJflGc .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-StrnGf-rymPhb-pZXsl::after,.s8kOBc.VfPpkd-YPmvEd-OWXEXe-UJflGc .VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-StrnGf-rymPhb-pZXsl::after{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.1;opacity:var(--mdc-ripple-press-opacity,.1)}.s8kOBc.VfPpkd-YPmvEd-OWXEXe-UJflGc .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-rymPhb-pZXsl::before,.s8kOBc.VfPpkd-YPmvEd-OWXEXe-UJflGc .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-rymPhb-pZXsl::after,.s8kOBc.VfPpkd-YPmvEd-OWXEXe-UJflGc .VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-rymPhb-pZXsl::before,.s8kOBc.VfPpkd-YPmvEd-OWXEXe-UJflGc .VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-rymPhb-pZXsl::after{background-color:rgb(217,48,37);background-color:var(--mdc-ripple-color,rgb(217,48,37))}.s8kOBc.VfPpkd-YPmvEd-OWXEXe-UJflGc .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:hover .VfPpkd-rymPhb-pZXsl::before,.s8kOBc.VfPpkd-YPmvEd-OWXEXe-UJflGc .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-rymPhb-pZXsl::before,.s8kOBc.VfPpkd-YPmvEd-OWXEXe-UJflGc .VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd:hover .VfPpkd-rymPhb-pZXsl::before,.s8kOBc.VfPpkd-YPmvEd-OWXEXe-UJflGc .VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-rymPhb-pZXsl::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.s8kOBc.VfPpkd-YPmvEd-OWXEXe-UJflGc .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-rymPhb-pZXsl::before,.s8kOBc.VfPpkd-YPmvEd-OWXEXe-UJflGc .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-rymPhb-pZXsl::before,.s8kOBc.VfPpkd-YPmvEd-OWXEXe-UJflGc .VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-rymPhb-pZXsl::before,.s8kOBc.VfPpkd-YPmvEd-OWXEXe-UJflGc .VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-rymPhb-pZXsl::before{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.s8kOBc.VfPpkd-YPmvEd-OWXEXe-UJflGc .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-rymPhb-pZXsl::after,.s8kOBc.VfPpkd-YPmvEd-OWXEXe-UJflGc .VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-rymPhb-pZXsl::after{-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.s8kOBc.VfPpkd-YPmvEd-OWXEXe-UJflGc .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-rymPhb-pZXsl::after,.s8kOBc.VfPpkd-YPmvEd-OWXEXe-UJflGc .VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-rymPhb-pZXsl::after{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.1;opacity:var(--mdc-ripple-press-opacity,.1)}.s8kOBc.VfPpkd-YPmvEd-OWXEXe-UJflGc .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-mWPk3d,.s8kOBc.VfPpkd-YPmvEd-OWXEXe-UJflGc .VfPpkd-rymPhb-ibnC6b.VfPpkd-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.1)}.hqBSCb:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-TkwUic{background-color:rgb(241,243,244)}.hqBSCb.VfPpkd-O1htCb-OWXEXe-OWB6Me .VfPpkd-TkwUic{background-color:rgba(95,99,104,.04)}.hqBSCb:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-RWgCYc-ksKsZd::before{border-bottom-color:rgb(95,99,104)}.hqBSCb:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me):hover .VfPpkd-RWgCYc-ksKsZd::before{border-bottom-color:rgb(32,33,36)}.hqBSCb:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-RWgCYc-ksKsZd::after{border-bottom-color:rgb(25,103,210)}.hqBSCb.VfPpkd-O1htCb-OWXEXe-OWB6Me .VfPpkd-RWgCYc-ksKsZd::before{border-bottom-color:rgba(95,99,104,.38)}.hqBSCb:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-NLUYnc-V67aGc{color:rgb(95,99,104)}.hqBSCb:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me).VfPpkd-O1htCb-OWXEXe-XpnDCe .VfPpkd-NLUYnc-V67aGc{color:rgb(25,103,210)}.hqBSCb:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me):not(.VfPpkd-O1htCb-OWXEXe-XpnDCe):hover .VfPpkd-NLUYnc-V67aGc{color:rgb(32,33,36)}.hqBSCb.VfPpkd-O1htCb-OWXEXe-OWB6Me .VfPpkd-NLUYnc-V67aGc{color:rgba(95,99,104,.38)}.hqBSCb:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me)+.VfPpkd-O1htCb-W0vJo-fmcmS{color:rgb(95,99,104)}.hqBSCb.VfPpkd-O1htCb-OWXEXe-OWB6Me+.VfPpkd-O1htCb-W0vJo-fmcmS{color:rgba(95,99,104,.38)}.hqBSCb:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me).VfPpkd-O1htCb-OWXEXe-UJflGc+.VfPpkd-O1htCb-W0vJo-fmcmS-OWXEXe-Rfh2Tc-EglORb{color:rgb(197,34,31)}.hqBSCb:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me):not(.VfPpkd-O1htCb-OWXEXe-XpnDCe):hover.VfPpkd-O1htCb-OWXEXe-UJflGc+.VfPpkd-O1htCb-W0vJo-fmcmS-OWXEXe-Rfh2Tc-EglORb{color:rgb(165,14,14)}.hqBSCb:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-uusGie-fmcmS{color:rgb(60,64,67)}.hqBSCb.VfPpkd-O1htCb-OWXEXe-OWB6Me .VfPpkd-uusGie-fmcmS{color:rgba(60,64,67,.38)}.hqBSCb:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-t08AT-Bz112c{fill:rgb(95,99,104)}.hqBSCb:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me):not(.VfPpkd-O1htCb-OWXEXe-XpnDCe):hover .VfPpkd-t08AT-Bz112c{fill:rgb(32,33,36)}.hqBSCb:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me).VfPpkd-O1htCb-OWXEXe-XpnDCe .VfPpkd-t08AT-Bz112c{fill:rgb(23,78,166)}.hqBSCb.VfPpkd-O1htCb-OWXEXe-OWB6Me .VfPpkd-t08AT-Bz112c{fill:rgba(95,99,104,.38)}.hqBSCb:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-cTi5dd{color:rgb(95,99,104)}.hqBSCb.VfPpkd-O1htCb-OWXEXe-OWB6Me .VfPpkd-cTi5dd{color:rgba(95,99,104,.38)}.hqBSCb.VfPpkd-O1htCb-OWXEXe-UJflGc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-RWgCYc-ksKsZd::before{border-bottom-color:rgb(197,34,31)}.hqBSCb.VfPpkd-O1htCb-OWXEXe-UJflGc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me):hover .VfPpkd-RWgCYc-ksKsZd::before{border-bottom-color:rgb(165,14,14)}.hqBSCb.VfPpkd-O1htCb-OWXEXe-UJflGc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-RWgCYc-ksKsZd::after{border-bottom-color:rgb(197,34,31)}.hqBSCb.VfPpkd-O1htCb-OWXEXe-UJflGc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-NLUYnc-V67aGc{color:rgb(197,34,31)}.hqBSCb.VfPpkd-O1htCb-OWXEXe-UJflGc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me):not(.VfPpkd-O1htCb-OWXEXe-XpnDCe):hover .VfPpkd-NLUYnc-V67aGc{color:rgb(165,14,14)}.hqBSCb.VfPpkd-O1htCb-OWXEXe-UJflGc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-NLUYnc-V67aGc-OWXEXe-TATcMc-KLRBe{color:rgb(197,34,31)}.hqBSCb.VfPpkd-O1htCb-OWXEXe-UJflGc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me):not(.VfPpkd-O1htCb-OWXEXe-XpnDCe):hover .VfPpkd-NLUYnc-V67aGc-OWXEXe-TATcMc-KLRBe{color:rgb(165,14,14)}.hqBSCb.VfPpkd-O1htCb-OWXEXe-UJflGc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-t08AT-Bz112c{fill:rgb(217,48,37)}.hqBSCb.VfPpkd-O1htCb-OWXEXe-UJflGc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me):not(.VfPpkd-O1htCb-OWXEXe-XpnDCe):hover .VfPpkd-t08AT-Bz112c{fill:rgb(165,14,14)}.hqBSCb.VfPpkd-O1htCb-OWXEXe-UJflGc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me).VfPpkd-O1htCb-OWXEXe-XpnDCe .VfPpkd-t08AT-Bz112c{fill:rgb(217,48,37)}.hqBSCb .VfPpkd-TkwUic .VfPpkd-woaZLe::before,.hqBSCb .VfPpkd-TkwUic .VfPpkd-woaZLe::after{background-color:rgb(60,64,67);background-color:var(--mdc-ripple-color,rgb(60,64,67))}.hqBSCb .VfPpkd-TkwUic:hover .VfPpkd-woaZLe::before,.hqBSCb .VfPpkd-TkwUic.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-woaZLe::before{opacity:.08;opacity:var(--mdc-ripple-hover-opacity,.08)}.hqBSCb .VfPpkd-TkwUic.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-woaZLe::before,.hqBSCb .VfPpkd-TkwUic:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-woaZLe::before{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.hqBSCb .VfPpkd-TkwUic:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-woaZLe::after{-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.hqBSCb .VfPpkd-TkwUic:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-woaZLe::after{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.1;opacity:var(--mdc-ripple-press-opacity,.1)}.hqBSCb .VfPpkd-TkwUic.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.1)}.ReCbLb:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-NSFCdd-Brv4Fb,.ReCbLb:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-NSFCdd-Ra9xwd,.ReCbLb:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-NSFCdd-MpmGFe{border-color:rgb(128,134,139)}.ReCbLb:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me):not(.VfPpkd-O1htCb-OWXEXe-XpnDCe) .VfPpkd-TkwUic:hover .VfPpkd-NSFCdd-i5vt6e .VfPpkd-NSFCdd-Brv4Fb,.ReCbLb:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me):not(.VfPpkd-O1htCb-OWXEXe-XpnDCe) .VfPpkd-TkwUic:hover .VfPpkd-NSFCdd-i5vt6e .VfPpkd-NSFCdd-Ra9xwd,.ReCbLb:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me):not(.VfPpkd-O1htCb-OWXEXe-XpnDCe) .VfPpkd-TkwUic:hover .VfPpkd-NSFCdd-i5vt6e .VfPpkd-NSFCdd-MpmGFe{border-color:rgb(32,33,36)}.ReCbLb:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me).VfPpkd-O1htCb-OWXEXe-XpnDCe .VfPpkd-NSFCdd-i5vt6e .VfPpkd-NSFCdd-Brv4Fb,.ReCbLb:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me).VfPpkd-O1htCb-OWXEXe-XpnDCe .VfPpkd-NSFCdd-i5vt6e .VfPpkd-NSFCdd-Ra9xwd,.ReCbLb:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me).VfPpkd-O1htCb-OWXEXe-XpnDCe .VfPpkd-NSFCdd-i5vt6e .VfPpkd-NSFCdd-MpmGFe{border-color:rgb(26,115,232)}.ReCbLb.VfPpkd-O1htCb-OWXEXe-OWB6Me .VfPpkd-NSFCdd-Brv4Fb,.ReCbLb.VfPpkd-O1htCb-OWXEXe-OWB6Me .VfPpkd-NSFCdd-Ra9xwd,.ReCbLb.VfPpkd-O1htCb-OWXEXe-OWB6Me .VfPpkd-NSFCdd-MpmGFe{border-color:rgba(60,64,67,.12)}.ReCbLb:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-NLUYnc-V67aGc{color:rgb(95,99,104)}.ReCbLb:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me).VfPpkd-O1htCb-OWXEXe-XpnDCe .VfPpkd-NLUYnc-V67aGc{color:rgb(26,115,232)}.ReCbLb:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me):not(.VfPpkd-O1htCb-OWXEXe-XpnDCe):hover .VfPpkd-NLUYnc-V67aGc{color:rgb(32,33,36)}.ReCbLb.VfPpkd-O1htCb-OWXEXe-OWB6Me .VfPpkd-NLUYnc-V67aGc{color:rgba(95,99,104,.38)}.ReCbLb:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me)+.VfPpkd-O1htCb-W0vJo-fmcmS{color:rgb(95,99,104)}.ReCbLb.VfPpkd-O1htCb-OWXEXe-OWB6Me+.VfPpkd-O1htCb-W0vJo-fmcmS{color:rgba(95,99,104,.38)}.ReCbLb:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me).VfPpkd-O1htCb-OWXEXe-UJflGc+.VfPpkd-O1htCb-W0vJo-fmcmS-OWXEXe-Rfh2Tc-EglORb{color:rgb(217,48,37)}.ReCbLb:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me):not(.VfPpkd-O1htCb-OWXEXe-XpnDCe):hover.VfPpkd-O1htCb-OWXEXe-UJflGc+.VfPpkd-O1htCb-W0vJo-fmcmS-OWXEXe-Rfh2Tc-EglORb{color:rgb(165,14,14)}.ReCbLb:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-uusGie-fmcmS{color:rgb(60,64,67)}.ReCbLb.VfPpkd-O1htCb-OWXEXe-OWB6Me .VfPpkd-uusGie-fmcmS{color:rgba(60,64,67,.38)}.ReCbLb:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-t08AT-Bz112c{fill:rgb(95,99,104)}.ReCbLb:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me):not(.VfPpkd-O1htCb-OWXEXe-XpnDCe):hover .VfPpkd-t08AT-Bz112c{fill:rgb(32,33,36)}.ReCbLb:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me).VfPpkd-O1htCb-OWXEXe-XpnDCe .VfPpkd-t08AT-Bz112c{fill:rgb(26,115,232)}.ReCbLb.VfPpkd-O1htCb-OWXEXe-OWB6Me .VfPpkd-t08AT-Bz112c{fill:rgba(95,99,104,.38)}.ReCbLb:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-cTi5dd{color:rgb(95,99,104)}.ReCbLb.VfPpkd-O1htCb-OWXEXe-OWB6Me .VfPpkd-cTi5dd{color:rgba(95,99,104,.38)}.ReCbLb.VfPpkd-O1htCb-OWXEXe-UJflGc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-NSFCdd-Brv4Fb,.ReCbLb.VfPpkd-O1htCb-OWXEXe-UJflGc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-NSFCdd-Ra9xwd,.ReCbLb.VfPpkd-O1htCb-OWXEXe-UJflGc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-NSFCdd-MpmGFe{border-color:rgb(217,48,37)}.ReCbLb.VfPpkd-O1htCb-OWXEXe-UJflGc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me):not(.VfPpkd-O1htCb-OWXEXe-XpnDCe) .VfPpkd-TkwUic:hover .VfPpkd-NSFCdd-i5vt6e .VfPpkd-NSFCdd-Brv4Fb,.ReCbLb.VfPpkd-O1htCb-OWXEXe-UJflGc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me):not(.VfPpkd-O1htCb-OWXEXe-XpnDCe) .VfPpkd-TkwUic:hover .VfPpkd-NSFCdd-i5vt6e .VfPpkd-NSFCdd-Ra9xwd,.ReCbLb.VfPpkd-O1htCb-OWXEXe-UJflGc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me):not(.VfPpkd-O1htCb-OWXEXe-XpnDCe) .VfPpkd-TkwUic:hover .VfPpkd-NSFCdd-i5vt6e .VfPpkd-NSFCdd-MpmGFe{border-color:rgb(165,14,14)}.ReCbLb.VfPpkd-O1htCb-OWXEXe-UJflGc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me).VfPpkd-O1htCb-OWXEXe-XpnDCe .VfPpkd-NSFCdd-i5vt6e .VfPpkd-NSFCdd-Brv4Fb,.ReCbLb.VfPpkd-O1htCb-OWXEXe-UJflGc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me).VfPpkd-O1htCb-OWXEXe-XpnDCe .VfPpkd-NSFCdd-i5vt6e .VfPpkd-NSFCdd-Ra9xwd,.ReCbLb.VfPpkd-O1htCb-OWXEXe-UJflGc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me).VfPpkd-O1htCb-OWXEXe-XpnDCe .VfPpkd-NSFCdd-i5vt6e .VfPpkd-NSFCdd-MpmGFe{border-color:rgb(217,48,37)}.ReCbLb.VfPpkd-O1htCb-OWXEXe-UJflGc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-NLUYnc-V67aGc{color:rgb(217,48,37)}.ReCbLb.VfPpkd-O1htCb-OWXEXe-UJflGc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me):not(.VfPpkd-O1htCb-OWXEXe-XpnDCe):hover .VfPpkd-NLUYnc-V67aGc{color:rgb(165,14,14)}.ReCbLb.VfPpkd-O1htCb-OWXEXe-UJflGc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-NLUYnc-V67aGc-OWXEXe-TATcMc-KLRBe{color:rgb(217,48,37)}.ReCbLb.VfPpkd-O1htCb-OWXEXe-UJflGc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me):not(.VfPpkd-O1htCb-OWXEXe-XpnDCe):hover .VfPpkd-NLUYnc-V67aGc-OWXEXe-TATcMc-KLRBe{color:rgb(165,14,14)}.ReCbLb.VfPpkd-O1htCb-OWXEXe-UJflGc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-t08AT-Bz112c{fill:rgb(197,34,31)}.ReCbLb.VfPpkd-O1htCb-OWXEXe-UJflGc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me):not(.VfPpkd-O1htCb-OWXEXe-XpnDCe):hover .VfPpkd-t08AT-Bz112c{fill:rgb(165,14,14)}.ReCbLb.VfPpkd-O1htCb-OWXEXe-UJflGc:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me).VfPpkd-O1htCb-OWXEXe-XpnDCe .VfPpkd-t08AT-Bz112c{fill:rgb(197,34,31)}.VfPpkd-z59Tgd{border-radius:4px;border-radius:var(--mdc-shape-small,4px)}.VfPpkd-Djsh7e-XxIAqe-ma6Yeb,.VfPpkd-Djsh7e-XxIAqe-cGMI2b{border-radius:4px;border-radius:var(--mdc-shape-small,4px)}.VfPpkd-z59Tgd{color:white;color:var(--mdc-theme-text-primary-on-dark,white)}.VfPpkd-z59Tgd{background-color:rgba(0,0,0,.6)}.VfPpkd-MlC99b{color:rgba(0,0,0,.87);color:var(--mdc-theme-text-primary-on-light,rgba(0,0,0,.87))}.VfPpkd-IqDDtd{color:rgba(0,0,0,.6)}.VfPpkd-IqDDtd-hSRGPd{color:#6200ee;color:var(--mdc-theme-primary,#6200ee)}.VfPpkd-a1tyJ-bN97Pc{overflow-x:unset;overflow-y:auto}.VfPpkd-suEOdc.VfPpkd-suEOdc-OWXEXe-nzrxxc .VfPpkd-z59Tgd,.VfPpkd-suEOdc.VfPpkd-suEOdc-OWXEXe-nzrxxc .VfPpkd-Djsh7e-XxIAqe-ma6Yeb,.VfPpkd-suEOdc.VfPpkd-suEOdc-OWXEXe-nzrxxc .VfPpkd-Djsh7e-XxIAqe-cGMI2b{background-color:#fff}.VfPpkd-z59Tgd{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-caption-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:.75rem;font-size:var(--mdc-typography-caption-font-size,.75rem);font-weight:400;font-weight:var(--mdc-typography-caption-font-weight,400);letter-spacing:.0333333333em;letter-spacing:var(--mdc-typography-caption-letter-spacing,.0333333333em);text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-caption-text-decoration,inherit);text-decoration:var(--mdc-typography-caption-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-caption-text-transform,inherit)}.VfPpkd-suEOdc-OWXEXe-nzrxxc .VfPpkd-z59Tgd{-webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);border-radius:4px;line-height:20px}.VfPpkd-suEOdc-OWXEXe-nzrxxc .VfPpkd-z59Tgd .VfPpkd-BFbNVe-bF1uUb{width:100%;height:100%;top:0;left:0}.VfPpkd-z59Tgd .VfPpkd-MlC99b{display:block;margin-top:0;line-height:20px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-subtitle2-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:.875rem;font-size:var(--mdc-typography-subtitle2-font-size,.875rem);line-height:1.375rem;line-height:var(--mdc-typography-subtitle2-line-height,1.375rem);font-weight:500;font-weight:var(--mdc-typography-subtitle2-font-weight,500);letter-spacing:.0071428571em;letter-spacing:var(--mdc-typography-subtitle2-letter-spacing,.0071428571em);text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-subtitle2-text-decoration,inherit);text-decoration:var(--mdc-typography-subtitle2-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-subtitle2-text-transform,inherit)}.VfPpkd-z59Tgd .VfPpkd-MlC99b::before{display:inline-block;width:0;height:24px;content:\"\";vertical-align:0}.VfPpkd-z59Tgd .VfPpkd-IqDDtd{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-body2-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:.875rem;font-size:var(--mdc-typography-body2-font-size,.875rem);line-height:1.25rem;line-height:var(--mdc-typography-body2-line-height,1.25rem);font-weight:400;font-weight:var(--mdc-typography-body2-font-weight,400);letter-spacing:.0178571429em;letter-spacing:var(--mdc-typography-body2-letter-spacing,.0178571429em);text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-body2-text-decoration,inherit);text-decoration:var(--mdc-typography-body2-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-body2-text-transform,inherit)}.VfPpkd-z59Tgd{word-break:break-all;word-break:var(--mdc-tooltip-word-break,normal);overflow-wrap:anywhere}.VfPpkd-suEOdc-OWXEXe-eo9XGd-RCfa3e .VfPpkd-z59Tgd-OiiCO{-webkit-transition:opacity .15s 0ms cubic-bezier(0,0,.2,1),-webkit-transform .15s 0ms cubic-bezier(0,0,.2,1);transition:opacity .15s 0ms cubic-bezier(0,0,.2,1),-webkit-transform .15s 0ms cubic-bezier(0,0,.2,1);-o-transition:opacity .15s 0ms cubic-bezier(0,0,.2,1),-o-transform .15s 0ms cubic-bezier(0,0,.2,1);transition:opacity .15s 0ms cubic-bezier(0,0,.2,1),transform .15s 0ms cubic-bezier(0,0,.2,1);transition:opacity .15s 0ms cubic-bezier(0,0,.2,1),transform .15s 0ms cubic-bezier(0,0,.2,1),-webkit-transform .15s 0ms cubic-bezier(0,0,.2,1),-o-transform .15s 0ms cubic-bezier(0,0,.2,1)}.VfPpkd-suEOdc-OWXEXe-ZYIfFd-RCfa3e .VfPpkd-z59Tgd-OiiCO{-webkit-transition:opacity 75ms 0ms cubic-bezier(.4,0,1,1);-o-transition:opacity 75ms 0ms cubic-bezier(.4,0,1,1);transition:opacity 75ms 0ms cubic-bezier(.4,0,1,1)}.VfPpkd-suEOdc{position:fixed;display:none;z-index:9}.VfPpkd-suEOdc-sM5MNb-OWXEXe-nzrxxc{position:relative}.VfPpkd-suEOdc-OWXEXe-TSZdd,.VfPpkd-suEOdc-OWXEXe-eo9XGd,.VfPpkd-suEOdc-OWXEXe-ZYIfFd{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex}.VfPpkd-suEOdc-OWXEXe-TSZdd.VfPpkd-suEOdc-OWXEXe-nzrxxc,.VfPpkd-suEOdc-OWXEXe-eo9XGd.VfPpkd-suEOdc-OWXEXe-nzrxxc,.VfPpkd-suEOdc-OWXEXe-ZYIfFd.VfPpkd-suEOdc-OWXEXe-nzrxxc{display:inline-block;left:-320px;position:absolute}.VfPpkd-z59Tgd{line-height:16px;padding:4px 8px;min-width:40px;max-width:200px;min-height:24px;max-height:40vh;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;text-align:center}.VfPpkd-z59Tgd::before{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:100%;top:0;left:0;border:1px solid transparent;border-radius:inherit;content:\"\";pointer-events:none}@media screen and (forced-colors:active){.VfPpkd-z59Tgd::before{border-color:CanvasText}}.VfPpkd-suEOdc-OWXEXe-nzrxxc .VfPpkd-z59Tgd{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;min-height:24px;min-width:40px;max-width:320px;position:relative}.VfPpkd-suEOdc-OWXEXe-LlMNQd .VfPpkd-z59Tgd{text-align:left}[dir=rtl] .VfPpkd-suEOdc-OWXEXe-LlMNQd .VfPpkd-z59Tgd,.VfPpkd-suEOdc-OWXEXe-LlMNQd .VfPpkd-z59Tgd[dir=rtl]{text-align:right}.VfPpkd-z59Tgd .VfPpkd-MlC99b{margin:0 8px}.VfPpkd-z59Tgd .VfPpkd-IqDDtd{max-width:184px;margin:8px;text-align:left}[dir=rtl] .VfPpkd-z59Tgd .VfPpkd-IqDDtd,.VfPpkd-z59Tgd .VfPpkd-IqDDtd[dir=rtl]{text-align:right}.VfPpkd-suEOdc-OWXEXe-nzrxxc .VfPpkd-z59Tgd .VfPpkd-IqDDtd{max-width:304px;-webkit-align-self:stretch;align-self:stretch}.VfPpkd-z59Tgd .VfPpkd-IqDDtd-hSRGPd{text-decoration:none}.VfPpkd-suEOdc-OWXEXe-nzrxxc-LQLjdd,.VfPpkd-IqDDtd,.VfPpkd-MlC99b{z-index:1}.VfPpkd-z59Tgd-OiiCO{opacity:0;-webkit-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8);will-change:transform,opacity}.VfPpkd-suEOdc-OWXEXe-TSZdd .VfPpkd-z59Tgd-OiiCO{-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1}.VfPpkd-suEOdc-OWXEXe-ZYIfFd .VfPpkd-z59Tgd-OiiCO{-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}.VfPpkd-Djsh7e-XxIAqe-ma6Yeb,.VfPpkd-Djsh7e-XxIAqe-cGMI2b{position:absolute;height:24px;width:24px;-webkit-transform:rotate(35deg) skewY(20deg) scaleX(.9396926208);-ms-transform:rotate(35deg) skewY(20deg) scaleX(.9396926208);-o-transform:rotate(35deg) skewY(20deg) scaleX(.9396926208);transform:rotate(35deg) skewY(20deg) scaleX(.9396926208)}.VfPpkd-Djsh7e-XxIAqe-ma6Yeb .VfPpkd-BFbNVe-bF1uUb,.VfPpkd-Djsh7e-XxIAqe-cGMI2b .VfPpkd-BFbNVe-bF1uUb{width:100%;height:100%;top:0;left:0}.VfPpkd-Djsh7e-XxIAqe-cGMI2b{-webkit-box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);outline:1px solid transparent;z-index:-1}@media screen and (forced-colors:active){.VfPpkd-Djsh7e-XxIAqe-cGMI2b{outline-color:CanvasText}}.VfPpkd-JGcpL-uI4vCe-LkdAo,.VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:#6200ee;stroke:var(--mdc-theme-primary,#6200ee)}@media (-ms-high-contrast:active),screen and (forced-colors:active){.VfPpkd-JGcpL-uI4vCe-LkdAo,.VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:CanvasText}}.VfPpkd-JGcpL-uI4vCe-u014N{stroke:transparent}@-webkit-keyframes mdc-circular-progress-container-rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes mdc-circular-progress-container-rotate{to{-webkit-transform:rotate(1turn);-o-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes mdc-circular-progress-spinner-layer-rotate{12.5%{-webkit-transform:rotate(135deg);transform:rotate(135deg)}25%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}37.5%{-webkit-transform:rotate(405deg);transform:rotate(405deg)}50%{-webkit-transform:rotate(540deg);transform:rotate(540deg)}62.5%{-webkit-transform:rotate(675deg);transform:rotate(675deg)}75%{-webkit-transform:rotate(810deg);transform:rotate(810deg)}87.5%{-webkit-transform:rotate(945deg);transform:rotate(945deg)}100%{-webkit-transform:rotate(3turn);transform:rotate(3turn)}}@keyframes mdc-circular-progress-spinner-layer-rotate{12.5%{-webkit-transform:rotate(135deg);-o-transform:rotate(135deg);transform:rotate(135deg)}25%{-webkit-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}37.5%{-webkit-transform:rotate(405deg);-o-transform:rotate(405deg);transform:rotate(405deg)}50%{-webkit-transform:rotate(540deg);-o-transform:rotate(540deg);transform:rotate(540deg)}62.5%{-webkit-transform:rotate(675deg);-o-transform:rotate(675deg);transform:rotate(675deg)}75%{-webkit-transform:rotate(810deg);-o-transform:rotate(810deg);transform:rotate(810deg)}87.5%{-webkit-transform:rotate(945deg);-o-transform:rotate(945deg);transform:rotate(945deg)}100%{-webkit-transform:rotate(3turn);-o-transform:rotate(3turn);transform:rotate(3turn)}}@-webkit-keyframes mdc-circular-progress-color-1-fade-in-out{from{opacity:.99}25%{opacity:.99}26%{opacity:0}89%{opacity:0}90%{opacity:.99}to{opacity:.99}}@keyframes mdc-circular-progress-color-1-fade-in-out{from{opacity:.99}25%{opacity:.99}26%{opacity:0}89%{opacity:0}90%{opacity:.99}to{opacity:.99}}@-webkit-keyframes mdc-circular-progress-color-2-fade-in-out{from{opacity:0}15%{opacity:0}25%{opacity:.99}50%{opacity:.99}51%{opacity:0}to{opacity:0}}@keyframes mdc-circular-progress-color-2-fade-in-out{from{opacity:0}15%{opacity:0}25%{opacity:.99}50%{opacity:.99}51%{opacity:0}to{opacity:0}}@-webkit-keyframes mdc-circular-progress-color-3-fade-in-out{from{opacity:0}40%{opacity:0}50%{opacity:.99}75%{opacity:.99}76%{opacity:0}to{opacity:0}}@keyframes mdc-circular-progress-color-3-fade-in-out{from{opacity:0}40%{opacity:0}50%{opacity:.99}75%{opacity:.99}76%{opacity:0}to{opacity:0}}@-webkit-keyframes mdc-circular-progress-color-4-fade-in-out{from{opacity:0}65%{opacity:0}75%{opacity:.99}90%{opacity:.99}to{opacity:0}}@keyframes mdc-circular-progress-color-4-fade-in-out{from{opacity:0}65%{opacity:0}75%{opacity:.99}90%{opacity:.99}to{opacity:0}}@-webkit-keyframes mdc-circular-progress-left-spin{from{-webkit-transform:rotate(265deg);transform:rotate(265deg)}50%{-webkit-transform:rotate(130deg);transform:rotate(130deg)}to{-webkit-transform:rotate(265deg);transform:rotate(265deg)}}@keyframes mdc-circular-progress-left-spin{from{-webkit-transform:rotate(265deg);-o-transform:rotate(265deg);transform:rotate(265deg)}50%{-webkit-transform:rotate(130deg);-o-transform:rotate(130deg);transform:rotate(130deg)}to{-webkit-transform:rotate(265deg);-o-transform:rotate(265deg);transform:rotate(265deg)}}@-webkit-keyframes mdc-circular-progress-right-spin{from{-webkit-transform:rotate(-265deg);transform:rotate(-265deg)}50%{-webkit-transform:rotate(-130deg);transform:rotate(-130deg)}to{-webkit-transform:rotate(-265deg);transform:rotate(-265deg)}}@keyframes mdc-circular-progress-right-spin{from{-webkit-transform:rotate(-265deg);-o-transform:rotate(-265deg);transform:rotate(-265deg)}50%{-webkit-transform:rotate(-130deg);-o-transform:rotate(-130deg);transform:rotate(-130deg)}to{-webkit-transform:rotate(-265deg);-o-transform:rotate(-265deg);transform:rotate(-265deg)}}.VfPpkd-JGcpL-P1ekSe{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;position:relative;direction:ltr;line-height:0;-webkit-transition:opacity .25s 0ms cubic-bezier(.4,0,.6,1);-o-transition:opacity .25s 0ms cubic-bezier(.4,0,.6,1);transition:opacity .25s 0ms cubic-bezier(.4,0,.6,1)}.VfPpkd-JGcpL-uI4vCe-haAclf,.VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G,.VfPpkd-JGcpL-IdXvz-haAclf,.VfPpkd-JGcpL-QYI5B-pbTTYe{position:absolute;width:100%;height:100%}.VfPpkd-JGcpL-uI4vCe-haAclf{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg);transform:rotate(-90deg)}.VfPpkd-JGcpL-IdXvz-haAclf{font-size:0;letter-spacing:0;white-space:nowrap;opacity:0}.VfPpkd-JGcpL-uI4vCe-LkdAo-Bd00G,.VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{fill:transparent}.VfPpkd-JGcpL-uI4vCe-LkdAo{-webkit-transition:stroke-dashoffset .5s 0ms cubic-bezier(0,0,.2,1);-o-transition:stroke-dashoffset .5s 0ms cubic-bezier(0,0,.2,1);transition:stroke-dashoffset .5s 0ms cubic-bezier(0,0,.2,1)}.VfPpkd-JGcpL-OcUoKf-TpMipd{position:absolute;top:0;left:47.5%;-webkit-box-sizing:border-box;box-sizing:border-box;width:5%;height:100%;overflow:hidden}.VfPpkd-JGcpL-OcUoKf-TpMipd .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{left:-900%;width:2000%;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.VfPpkd-JGcpL-lLvYUc-e9ayKc{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;position:relative;width:50%;height:100%;overflow:hidden}.VfPpkd-JGcpL-lLvYUc-e9ayKc .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{width:200%}.VfPpkd-JGcpL-lLvYUc-qwU8Me .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{left:-100%}.VfPpkd-JGcpL-P1ekSe-OWXEXe-A9y3zc .VfPpkd-JGcpL-uI4vCe-haAclf{opacity:0}.VfPpkd-JGcpL-P1ekSe-OWXEXe-A9y3zc .VfPpkd-JGcpL-IdXvz-haAclf{opacity:1}.VfPpkd-JGcpL-P1ekSe-OWXEXe-A9y3zc .VfPpkd-JGcpL-IdXvz-haAclf{-webkit-animation:mdc-circular-progress-container-rotate 1.5682352941176s linear infinite;animation:mdc-circular-progress-container-rotate 1.5682352941176s linear infinite}.VfPpkd-JGcpL-P1ekSe-OWXEXe-A9y3zc .VfPpkd-JGcpL-QYI5B-pbTTYe{-webkit-animation:mdc-circular-progress-spinner-layer-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both;animation:mdc-circular-progress-spinner-layer-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both}.VfPpkd-JGcpL-P1ekSe-OWXEXe-A9y3zc .VfPpkd-JGcpL-Ydhldb-R6PoUb{-webkit-animation:mdc-circular-progress-spinner-layer-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both,mdc-circular-progress-color-1-fade-in-out 5332ms cubic-bezier(.4,0,.2,1) infinite both;animation:mdc-circular-progress-spinner-layer-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both,mdc-circular-progress-color-1-fade-in-out 5332ms cubic-bezier(.4,0,.2,1) infinite both}.VfPpkd-JGcpL-P1ekSe-OWXEXe-A9y3zc .VfPpkd-JGcpL-Ydhldb-ibL1re{-webkit-animation:mdc-circular-progress-spinner-layer-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both,mdc-circular-progress-color-2-fade-in-out 5332ms cubic-bezier(.4,0,.2,1) infinite both;animation:mdc-circular-progress-spinner-layer-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both,mdc-circular-progress-color-2-fade-in-out 5332ms cubic-bezier(.4,0,.2,1) infinite both}.VfPpkd-JGcpL-P1ekSe-OWXEXe-A9y3zc .VfPpkd-JGcpL-Ydhldb-c5RTEf{-webkit-animation:mdc-circular-progress-spinner-layer-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both,mdc-circular-progress-color-3-fade-in-out 5332ms cubic-bezier(.4,0,.2,1) infinite both;animation:mdc-circular-progress-spinner-layer-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both,mdc-circular-progress-color-3-fade-in-out 5332ms cubic-bezier(.4,0,.2,1) infinite both}.VfPpkd-JGcpL-P1ekSe-OWXEXe-A9y3zc .VfPpkd-JGcpL-Ydhldb-II5mzb{-webkit-animation:mdc-circular-progress-spinner-layer-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both,mdc-circular-progress-color-4-fade-in-out 5332ms cubic-bezier(.4,0,.2,1) infinite both;animation:mdc-circular-progress-spinner-layer-rotate 5332ms cubic-bezier(.4,0,.2,1) infinite both,mdc-circular-progress-color-4-fade-in-out 5332ms cubic-bezier(.4,0,.2,1) infinite both}.VfPpkd-JGcpL-P1ekSe-OWXEXe-A9y3zc .VfPpkd-JGcpL-lLvYUc-LK5yu .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{-webkit-animation:mdc-circular-progress-left-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both;animation:mdc-circular-progress-left-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both}.VfPpkd-JGcpL-P1ekSe-OWXEXe-A9y3zc .VfPpkd-JGcpL-lLvYUc-qwU8Me .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{-webkit-animation:mdc-circular-progress-right-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both;animation:mdc-circular-progress-right-spin 1333ms cubic-bezier(.4,0,.2,1) infinite both}.VfPpkd-JGcpL-P1ekSe-OWXEXe-xTMeO{opacity:0}.DU29of{position:relative}.DU29of .VfPpkd-JGcpL-uI4vCe-LkdAo,.DU29of .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:#4285f4}@media screen and (forced-colors:active),(-ms-high-contrast:active){.DU29of .VfPpkd-JGcpL-uI4vCe-LkdAo,.DU29of .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:CanvasText}}.DU29of .VfPpkd-JGcpL-Ydhldb-R6PoUb .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:#4285f4}@media screen and (forced-colors:active),(-ms-high-contrast:active){.DU29of .VfPpkd-JGcpL-Ydhldb-R6PoUb .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:CanvasText}}.DU29of .VfPpkd-JGcpL-Ydhldb-ibL1re .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:#ea4335}@media screen and (forced-colors:active),(-ms-high-contrast:active){.DU29of .VfPpkd-JGcpL-Ydhldb-ibL1re .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:CanvasText}}.DU29of .VfPpkd-JGcpL-Ydhldb-c5RTEf .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:#fbbc04}@media screen and (forced-colors:active),(-ms-high-contrast:active){.DU29of .VfPpkd-JGcpL-Ydhldb-c5RTEf .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:CanvasText}}.DU29of .VfPpkd-JGcpL-Ydhldb-II5mzb .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:#34a853}@media screen and (forced-colors:active),(-ms-high-contrast:active){.DU29of .VfPpkd-JGcpL-Ydhldb-II5mzb .VfPpkd-JGcpL-IdXvz-LkdAo-Bd00G{stroke:CanvasText}}.DU29of .VfPpkd-JGcpL-Mr8B3-V67aGc{height:100%;width:100%;position:absolute;opacity:0;overflow:hidden;z-index:-1}.VfPpkd-I9GLp-yrriRe{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;vertical-align:middle}.VfPpkd-I9GLp-yrriRe[hidden]{display:none}.VfPpkd-I9GLp-yrriRe>label{margin-left:0;margin-right:auto;padding-left:4px;padding-right:0;-webkit-box-ordinal-group:1;-webkit-order:0;order:0}[dir=rtl] .VfPpkd-I9GLp-yrriRe>label,.VfPpkd-I9GLp-yrriRe>label[dir=rtl]{margin-left:auto;margin-right:0}[dir=rtl] .VfPpkd-I9GLp-yrriRe>label,.VfPpkd-I9GLp-yrriRe>label[dir=rtl]{padding-left:0;padding-right:4px}.VfPpkd-I9GLp-yrriRe-OWXEXe-WrakWd>label{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.VfPpkd-I9GLp-yrriRe-OWXEXe-fW01td-CpWD9d>label{margin-left:auto;margin-right:0;padding-left:0;padding-right:4px;-webkit-box-ordinal-group:0;-webkit-order:-1;order:-1}[dir=rtl] .VfPpkd-I9GLp-yrriRe-OWXEXe-fW01td-CpWD9d>label,.VfPpkd-I9GLp-yrriRe-OWXEXe-fW01td-CpWD9d>label[dir=rtl]{margin-left:0;margin-right:auto}[dir=rtl] .VfPpkd-I9GLp-yrriRe-OWXEXe-fW01td-CpWD9d>label,.VfPpkd-I9GLp-yrriRe-OWXEXe-fW01td-CpWD9d>label[dir=rtl]{padding-left:4px;padding-right:0}.VfPpkd-I9GLp-yrriRe-OWXEXe-fozPsf-t6UvL{-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.VfPpkd-I9GLp-yrriRe-OWXEXe-fozPsf-t6UvL>label{margin:0}[dir=rtl] .VfPpkd-I9GLp-yrriRe-OWXEXe-fozPsf-t6UvL>label,.VfPpkd-I9GLp-yrriRe-OWXEXe-fozPsf-t6UvL>label[dir=rtl]{margin:0}.VfPpkd-I9GLp-yrriRe{font-family:Roboto,sans-serif;font-family:var(--mdc-form-field-label-text-font,Roboto,sans-serif);line-height:1.25rem;line-height:var(--mdc-form-field-label-text-line-height,1.25rem);font-size:.875rem;font-size:var(--mdc-form-field-label-text-size,.875rem);font-weight:400;font-weight:var(--mdc-form-field-label-text-weight,400);letter-spacing:.0178571429em;letter-spacing:var(--mdc-form-field-label-text-tracking,.0178571429em);color:rgba(0,0,0,.87);color:var(--mdc-form-field-label-text-color,var(--mdc-theme-text-primary-on-background,rgba(0,0,0,.87)))}.MlG5Jc{font-family:Roboto,Arial,sans-serif;line-height:1.25rem;font-size:.875rem;letter-spacing:.0142857143em;font-weight:400}.MlG5Jc gm-checkbox[disabled]~.VfPpkd-V67aGc,.MlG5Jc gm-radio[disabled]~.VfPpkd-V67aGc,.MlG5Jc .VfPpkd-MPu53c-OWXEXe-OWB6Me~.VfPpkd-V67aGc,.MlG5Jc .VfPpkd-GCYh9b-OWXEXe-OWB6Me~.VfPpkd-V67aGc{color:rgb(95,99,104)}.UQ5E0{-webkit-box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.q6oraf{-webkit-box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12)}.q6oraf .VfPpkd-StrnGf-rymPhb{font-family:Roboto,Arial,sans-serif;line-height:1.5rem;font-size:1rem;letter-spacing:.00625em;font-weight:400;color:#000;color:var(--mdc-theme-on-surface,#000)}.q6oraf .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-IhFlZd{color:rgb(95,99,104)}.q6oraf .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-b9t22c,.q6oraf .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-fpDzbe-fmcmS,.q6oraf .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-L8ivfd-fmcmS{color:rgb(60,64,67)}.q6oraf .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-b9t22c{opacity:.38}.q6oraf .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd,.q6oraf .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-pXU01b{color:#000;color:var(--mdc-theme-on-surface,#000)}.q6oraf .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-StrnGf-rymPhb-f7MjDc,.q6oraf .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-pXU01b .VfPpkd-StrnGf-rymPhb-f7MjDc{color:#000;color:var(--mdc-theme-on-surface,#000)}.q6oraf .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-StrnGf-rymPhb-pZXsl::before{opacity:0}.q6oraf .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd{background-color:rgb(232,240,254)}.q6oraf .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-StrnGf-rymPhb-pZXsl::before,.q6oraf .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd .VfPpkd-StrnGf-rymPhb-pZXsl::after{background-color:rgb(26,115,232);background-color:var(--mdc-ripple-color,rgb(26,115,232))}.q6oraf .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:hover .VfPpkd-StrnGf-rymPhb-pZXsl::before,.q6oraf .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-StrnGf-rymPhb-pZXsl::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.q6oraf .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-StrnGf-rymPhb-pZXsl::before,.q6oraf .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-StrnGf-rymPhb-pZXsl::before{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.q6oraf .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-StrnGf-rymPhb-pZXsl::after{-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.q6oraf .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-StrnGf-rymPhb-pZXsl::after{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.1;opacity:var(--mdc-ripple-press-opacity,.1)}.q6oraf .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b.VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-gk6SMd.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.1)}@media (-ms-high-contrast:active),screen and (forced-colors:active){.q6oraf .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-b9t22c,.q6oraf .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-fpDzbe-fmcmS,.q6oraf .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-L8ivfd-fmcmS{color:GrayText}.q6oraf .VfPpkd-StrnGf-rymPhb .VfPpkd-StrnGf-rymPhb-ibnC6b-OWXEXe-OWB6Me .VfPpkd-StrnGf-rymPhb-b9t22c{opacity:1}}.VfPpkd-GCYh9b{padding:10px}.VfPpkd-GCYh9b .VfPpkd-gBXA9-bMcfAe:enabled:not(:checked)+.VfPpkd-RsCWK .VfPpkd-wVo5xe-LkdAo{border-color:rgba(0,0,0,.54)}.VfPpkd-GCYh9b .VfPpkd-gBXA9-bMcfAe:enabled:checked+.VfPpkd-RsCWK .VfPpkd-wVo5xe-LkdAo{border-color:#018786;border-color:var(--mdc-theme-secondary,#018786)}.VfPpkd-GCYh9b .VfPpkd-gBXA9-bMcfAe:enabled+.VfPpkd-RsCWK .VfPpkd-Z5TpLc-LkdAo{border-color:#018786;border-color:var(--mdc-theme-secondary,#018786)}.VfPpkd-GCYh9b [aria-disabled=true] .VfPpkd-gBXA9-bMcfAe:not(:checked)+.VfPpkd-RsCWK .VfPpkd-wVo5xe-LkdAo,.VfPpkd-GCYh9b .VfPpkd-gBXA9-bMcfAe:disabled:not(:checked)+.VfPpkd-RsCWK .VfPpkd-wVo5xe-LkdAo{border-color:rgba(0,0,0,.38)}.VfPpkd-GCYh9b [aria-disabled=true] .VfPpkd-gBXA9-bMcfAe:checked+.VfPpkd-RsCWK .VfPpkd-wVo5xe-LkdAo,.VfPpkd-GCYh9b .VfPpkd-gBXA9-bMcfAe:disabled:checked+.VfPpkd-RsCWK .VfPpkd-wVo5xe-LkdAo{border-color:rgba(0,0,0,.38)}.VfPpkd-GCYh9b [aria-disabled=true] .VfPpkd-gBXA9-bMcfAe+.VfPpkd-RsCWK .VfPpkd-Z5TpLc-LkdAo,.VfPpkd-GCYh9b .VfPpkd-gBXA9-bMcfAe:disabled+.VfPpkd-RsCWK .VfPpkd-Z5TpLc-LkdAo{border-color:rgba(0,0,0,.38)}.VfPpkd-GCYh9b .VfPpkd-RsCWK::before{background-color:#018786;background-color:var(--mdc-theme-secondary,#018786)}.VfPpkd-GCYh9b .VfPpkd-RsCWK::before{top:-10px;left:-10px;width:40px;height:40px}.VfPpkd-GCYh9b .VfPpkd-gBXA9-bMcfAe{top:0;right:0;left:0;width:40px;height:40px}@media (-ms-high-contrast:active),screen and (forced-colors:active){.VfPpkd-GCYh9b.VfPpkd-GCYh9b-OWXEXe-OWB6Me [aria-disabled=true] .VfPpkd-gBXA9-bMcfAe:not(:checked)+.VfPpkd-RsCWK .VfPpkd-wVo5xe-LkdAo,.VfPpkd-GCYh9b.VfPpkd-GCYh9b-OWXEXe-OWB6Me .VfPpkd-gBXA9-bMcfAe:disabled:not(:checked)+.VfPpkd-RsCWK .VfPpkd-wVo5xe-LkdAo{border-color:GrayText}.VfPpkd-GCYh9b.VfPpkd-GCYh9b-OWXEXe-OWB6Me [aria-disabled=true] .VfPpkd-gBXA9-bMcfAe:checked+.VfPpkd-RsCWK .VfPpkd-wVo5xe-LkdAo,.VfPpkd-GCYh9b.VfPpkd-GCYh9b-OWXEXe-OWB6Me .VfPpkd-gBXA9-bMcfAe:disabled:checked+.VfPpkd-RsCWK .VfPpkd-wVo5xe-LkdAo{border-color:GrayText}.VfPpkd-GCYh9b.VfPpkd-GCYh9b-OWXEXe-OWB6Me [aria-disabled=true] .VfPpkd-gBXA9-bMcfAe+.VfPpkd-RsCWK .VfPpkd-Z5TpLc-LkdAo,.VfPpkd-GCYh9b.VfPpkd-GCYh9b-OWXEXe-OWB6Me .VfPpkd-gBXA9-bMcfAe:disabled+.VfPpkd-RsCWK .VfPpkd-Z5TpLc-LkdAo{border-color:GrayText}}.VfPpkd-GCYh9b{display:inline-block;position:relative;-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;-webkit-box-sizing:content-box;box-sizing:content-box;width:20px;height:20px;cursor:pointer;will-change:opacity,transform,border-color,color}.VfPpkd-GCYh9b[hidden]{display:none}.VfPpkd-RsCWK{display:inline-block;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;width:20px;height:20px}.VfPpkd-RsCWK::before{position:absolute;-webkit-transform:scale(0,0);-ms-transform:scale(0,0);-o-transform:scale(0,0);transform:scale(0,0);border-radius:50%;opacity:0;pointer-events:none;content:\"\";-webkit-transition:opacity .12s 0ms cubic-bezier(.4,0,.6,1),-webkit-transform .12s 0ms cubic-bezier(.4,0,.6,1);transition:opacity .12s 0ms cubic-bezier(.4,0,.6,1),-webkit-transform .12s 0ms cubic-bezier(.4,0,.6,1);-o-transition:opacity .12s 0ms cubic-bezier(.4,0,.6,1),-o-transform .12s 0ms cubic-bezier(.4,0,.6,1);transition:opacity .12s 0ms cubic-bezier(.4,0,.6,1),transform .12s 0ms cubic-bezier(.4,0,.6,1);transition:opacity .12s 0ms cubic-bezier(.4,0,.6,1),transform .12s 0ms cubic-bezier(.4,0,.6,1),-webkit-transform .12s 0ms cubic-bezier(.4,0,.6,1),-o-transform .12s 0ms cubic-bezier(.4,0,.6,1)}.VfPpkd-wVo5xe-LkdAo{position:absolute;top:0;left:0;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:100%;border-width:2px;border-style:solid;border-radius:50%;-webkit-transition:border-color .12s 0ms cubic-bezier(.4,0,.6,1);-o-transition:border-color .12s 0ms cubic-bezier(.4,0,.6,1);transition:border-color .12s 0ms cubic-bezier(.4,0,.6,1)}.VfPpkd-Z5TpLc-LkdAo{position:absolute;top:0;left:0;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:100%;-webkit-transform:scale(0,0);-ms-transform:scale(0,0);-o-transform:scale(0,0);transform:scale(0,0);border-width:10px;border-style:solid;border-radius:50%;-webkit-transition:border-color .12s 0ms cubic-bezier(.4,0,.6,1),-webkit-transform .12s 0ms cubic-bezier(.4,0,.6,1);transition:border-color .12s 0ms cubic-bezier(.4,0,.6,1),-webkit-transform .12s 0ms cubic-bezier(.4,0,.6,1);-o-transition:border-color .12s 0ms cubic-bezier(.4,0,.6,1),-o-transform .12s 0ms cubic-bezier(.4,0,.6,1);transition:transform .12s 0ms cubic-bezier(.4,0,.6,1),border-color .12s 0ms cubic-bezier(.4,0,.6,1);transition:transform .12s 0ms cubic-bezier(.4,0,.6,1),border-color .12s 0ms cubic-bezier(.4,0,.6,1),-webkit-transform .12s 0ms cubic-bezier(.4,0,.6,1),-o-transform .12s 0ms cubic-bezier(.4,0,.6,1)}.VfPpkd-gBXA9-bMcfAe{position:absolute;margin:0;padding:0;opacity:0;cursor:inherit;z-index:1}.VfPpkd-GCYh9b-OWXEXe-dgl2Hf{margin-top:4px;margin-bottom:4px;margin-right:4px;margin-left:4px}.VfPpkd-GCYh9b-OWXEXe-dgl2Hf .VfPpkd-gBXA9-bMcfAe{top:-4px;right:-4px;left:-4px;width:48px;height:48px}.VfPpkd-GCYh9b.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-r6xRoe-LhBDec,.VfPpkd-GCYh9b:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-r6xRoe-LhBDec{pointer-events:none;border:2px solid transparent;border-radius:6px;-webkit-box-sizing:content-box;box-sizing:content-box;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:100%;width:100%}@media screen and (forced-colors:active){.VfPpkd-GCYh9b.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-r6xRoe-LhBDec,.VfPpkd-GCYh9b:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-r6xRoe-LhBDec{border-color:CanvasText}}.VfPpkd-GCYh9b.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-r6xRoe-LhBDec::after,.VfPpkd-GCYh9b:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-r6xRoe-LhBDec::after{content:\"\";border:2px solid transparent;border-radius:8px;display:block;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:calc(100% + 4px);width:calc(100% + 4px)}@media screen and (forced-colors:active){.VfPpkd-GCYh9b.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-r6xRoe-LhBDec::after,.VfPpkd-GCYh9b:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-r6xRoe-LhBDec::after{border-color:CanvasText}}.VfPpkd-gBXA9-bMcfAe:checked+.VfPpkd-RsCWK,.VfPpkd-gBXA9-bMcfAe:disabled+.VfPpkd-RsCWK{-webkit-transition:opacity .12s 0ms cubic-bezier(0,0,.2,1),-webkit-transform .12s 0ms cubic-bezier(0,0,.2,1);transition:opacity .12s 0ms cubic-bezier(0,0,.2,1),-webkit-transform .12s 0ms cubic-bezier(0,0,.2,1);-o-transition:opacity .12s 0ms cubic-bezier(0,0,.2,1),-o-transform .12s 0ms cubic-bezier(0,0,.2,1);transition:opacity .12s 0ms cubic-bezier(0,0,.2,1),transform .12s 0ms cubic-bezier(0,0,.2,1);transition:opacity .12s 0ms cubic-bezier(0,0,.2,1),transform .12s 0ms cubic-bezier(0,0,.2,1),-webkit-transform .12s 0ms cubic-bezier(0,0,.2,1),-o-transform .12s 0ms cubic-bezier(0,0,.2,1)}.VfPpkd-gBXA9-bMcfAe:checked+.VfPpkd-RsCWK .VfPpkd-wVo5xe-LkdAo,.VfPpkd-gBXA9-bMcfAe:disabled+.VfPpkd-RsCWK .VfPpkd-wVo5xe-LkdAo{-webkit-transition:border-color .12s 0ms cubic-bezier(0,0,.2,1);-o-transition:border-color .12s 0ms cubic-bezier(0,0,.2,1);transition:border-color .12s 0ms cubic-bezier(0,0,.2,1)}.VfPpkd-gBXA9-bMcfAe:checked+.VfPpkd-RsCWK .VfPpkd-Z5TpLc-LkdAo,.VfPpkd-gBXA9-bMcfAe:disabled+.VfPpkd-RsCWK .VfPpkd-Z5TpLc-LkdAo{-webkit-transition:border-color .12s 0ms cubic-bezier(0,0,.2,1),-webkit-transform .12s 0ms cubic-bezier(0,0,.2,1);transition:border-color .12s 0ms cubic-bezier(0,0,.2,1),-webkit-transform .12s 0ms cubic-bezier(0,0,.2,1);-o-transition:border-color .12s 0ms cubic-bezier(0,0,.2,1),-o-transform .12s 0ms cubic-bezier(0,0,.2,1);transition:transform .12s 0ms cubic-bezier(0,0,.2,1),border-color .12s 0ms cubic-bezier(0,0,.2,1);transition:transform .12s 0ms cubic-bezier(0,0,.2,1),border-color .12s 0ms cubic-bezier(0,0,.2,1),-webkit-transform .12s 0ms cubic-bezier(0,0,.2,1),-o-transform .12s 0ms cubic-bezier(0,0,.2,1)}.VfPpkd-GCYh9b-OWXEXe-OWB6Me{cursor:default;pointer-events:none}.VfPpkd-gBXA9-bMcfAe:checked+.VfPpkd-RsCWK .VfPpkd-Z5TpLc-LkdAo{-webkit-transform:scale(.5);-ms-transform:scale(.5);-o-transform:scale(.5);transform:scale(.5);-webkit-transition:border-color .12s 0ms cubic-bezier(0,0,.2,1),-webkit-transform .12s 0ms cubic-bezier(0,0,.2,1);transition:border-color .12s 0ms cubic-bezier(0,0,.2,1),-webkit-transform .12s 0ms cubic-bezier(0,0,.2,1);-o-transition:border-color .12s 0ms cubic-bezier(0,0,.2,1),-o-transform .12s 0ms cubic-bezier(0,0,.2,1);transition:transform .12s 0ms cubic-bezier(0,0,.2,1),border-color .12s 0ms cubic-bezier(0,0,.2,1);transition:transform .12s 0ms cubic-bezier(0,0,.2,1),border-color .12s 0ms cubic-bezier(0,0,.2,1),-webkit-transform .12s 0ms cubic-bezier(0,0,.2,1),-o-transform .12s 0ms cubic-bezier(0,0,.2,1)}.VfPpkd-gBXA9-bMcfAe:disabled+.VfPpkd-RsCWK,[aria-disabled=true] .VfPpkd-gBXA9-bMcfAe+.VfPpkd-RsCWK{cursor:default}.VfPpkd-gBXA9-bMcfAe:focus+.VfPpkd-RsCWK::before{-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:.12;-webkit-transition:opacity .12s 0ms cubic-bezier(0,0,.2,1),-webkit-transform .12s 0ms cubic-bezier(0,0,.2,1);transition:opacity .12s 0ms cubic-bezier(0,0,.2,1),-webkit-transform .12s 0ms cubic-bezier(0,0,.2,1);-o-transition:opacity .12s 0ms cubic-bezier(0,0,.2,1),-o-transform .12s 0ms cubic-bezier(0,0,.2,1);transition:opacity .12s 0ms cubic-bezier(0,0,.2,1),transform .12s 0ms cubic-bezier(0,0,.2,1);transition:opacity .12s 0ms cubic-bezier(0,0,.2,1),transform .12s 0ms cubic-bezier(0,0,.2,1),-webkit-transform .12s 0ms cubic-bezier(0,0,.2,1),-o-transform .12s 0ms cubic-bezier(0,0,.2,1)}.VfPpkd-GCYh9b{--mdc-ripple-fg-size:0;--mdc-ripple-left:0;--mdc-ripple-top:0;--mdc-ripple-fg-scale:1;--mdc-ripple-fg-translate-end:0;--mdc-ripple-fg-translate-start:0;-webkit-tap-highlight-color:rgba(0,0,0,0);will-change:transform,opacity}.VfPpkd-GCYh9b .VfPpkd-eHTEvd::before,.VfPpkd-GCYh9b .VfPpkd-eHTEvd::after{position:absolute;border-radius:50%;opacity:0;pointer-events:none;content:\"\"}.VfPpkd-GCYh9b .VfPpkd-eHTEvd::before{-webkit-transition:opacity 15ms linear,background-color 15ms linear;-o-transition:opacity 15ms linear,background-color 15ms linear;transition:opacity 15ms linear,background-color 15ms linear;z-index:1;z-index:var(--mdc-ripple-z-index,1)}.VfPpkd-GCYh9b .VfPpkd-eHTEvd::after{z-index:0;z-index:var(--mdc-ripple-z-index,0)}.VfPpkd-GCYh9b.VfPpkd-ksKsZd-mWPk3d .VfPpkd-eHTEvd::before{-webkit-transform:scale(var(--mdc-ripple-fg-scale,1));-ms-transform:scale(var(--mdc-ripple-fg-scale,1));-o-transform:scale(var(--mdc-ripple-fg-scale,1));transform:scale(var(--mdc-ripple-fg-scale,1))}.VfPpkd-GCYh9b.VfPpkd-ksKsZd-mWPk3d .VfPpkd-eHTEvd::after{top:0;left:0;-webkit-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);-webkit-transform-origin:center center;-ms-transform-origin:center center;-o-transform-origin:center center;transform-origin:center center}.VfPpkd-GCYh9b.VfPpkd-ksKsZd-mWPk3d-OWXEXe-ZNMTqd .VfPpkd-eHTEvd::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0)}.VfPpkd-GCYh9b.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-lJfZMc .VfPpkd-eHTEvd::after{-webkit-animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards;animation:mdc-ripple-fg-radius-in 225ms forwards,mdc-ripple-fg-opacity-in 75ms forwards}.VfPpkd-GCYh9b.VfPpkd-ksKsZd-mWPk3d-OWXEXe-Tv8l5d-OmS1vf .VfPpkd-eHTEvd::after{-webkit-animation:mdc-ripple-fg-opacity-out .15s;animation:mdc-ripple-fg-opacity-out .15s;-webkit-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));-ms-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));-o-transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1));transform:translate(var(--mdc-ripple-fg-translate-end,0)) scale(var(--mdc-ripple-fg-scale,1))}.VfPpkd-GCYh9b .VfPpkd-eHTEvd::before,.VfPpkd-GCYh9b .VfPpkd-eHTEvd::after{top:0;left:0;width:100%;height:100%}.VfPpkd-GCYh9b.VfPpkd-ksKsZd-mWPk3d .VfPpkd-eHTEvd::before,.VfPpkd-GCYh9b.VfPpkd-ksKsZd-mWPk3d .VfPpkd-eHTEvd::after{top:var(--mdc-ripple-top,0);left:var(--mdc-ripple-left,0);width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.VfPpkd-GCYh9b.VfPpkd-ksKsZd-mWPk3d .VfPpkd-eHTEvd::after{width:var(--mdc-ripple-fg-size,100%);height:var(--mdc-ripple-fg-size,100%)}.VfPpkd-GCYh9b .VfPpkd-eHTEvd::before,.VfPpkd-GCYh9b .VfPpkd-eHTEvd::after{background-color:#018786;background-color:var(--mdc-ripple-color,var(--mdc-theme-secondary,#018786))}.VfPpkd-GCYh9b:hover .VfPpkd-eHTEvd::before,.VfPpkd-GCYh9b.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-eHTEvd::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.VfPpkd-GCYh9b.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-eHTEvd::before,.VfPpkd-GCYh9b:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-eHTEvd::before{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.VfPpkd-GCYh9b:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-eHTEvd::after{-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.VfPpkd-GCYh9b:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-eHTEvd::after{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-press-opacity,.12)}.VfPpkd-GCYh9b.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.12)}.VfPpkd-GCYh9b.VfPpkd-ksKsZd-mWPk3d .VfPpkd-RsCWK::before,.VfPpkd-GCYh9b.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-RsCWK::before{content:none}.VfPpkd-eHTEvd{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.kDzhGf{z-index:0}.kDzhGf .VfPpkd-eHTEvd::before,.kDzhGf .VfPpkd-eHTEvd::after{z-index:-1}.kDzhGf .VfPpkd-eHTEvd::before,.kDzhGf .VfPpkd-eHTEvd::after{background-color:rgb(26,115,232);background-color:var(--gm-radio-state-color,rgb(26,115,232))}.kDzhGf:hover .VfPpkd-eHTEvd::before,.kDzhGf.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-eHTEvd::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.kDzhGf.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-eHTEvd::before,.kDzhGf:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-eHTEvd::before{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.kDzhGf:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-eHTEvd::after{-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.kDzhGf:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-eHTEvd::after{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.1;opacity:var(--mdc-ripple-press-opacity,.1)}.kDzhGf .VfPpkd-gBXA9-bMcfAe:enabled:not(:checked)~.VfPpkd-eHTEvd::before,.kDzhGf .VfPpkd-gBXA9-bMcfAe:enabled:not(:checked)~.VfPpkd-eHTEvd::after{background-color:rgb(60,64,67);background-color:var(--gm-radio-state-color,rgb(60,64,67))}.kDzhGf:hover .VfPpkd-gBXA9-bMcfAe:enabled:not(:checked)~.VfPpkd-eHTEvd::before,.kDzhGf.VfPpkd-ksKsZd-XxIAqe-OWXEXe-ZmdkE .VfPpkd-gBXA9-bMcfAe:enabled:not(:checked)~.VfPpkd-eHTEvd::before{opacity:.04;opacity:var(--mdc-ripple-hover-opacity,.04)}.kDzhGf.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-gBXA9-bMcfAe:enabled:not(:checked)~.VfPpkd-eHTEvd::before,.kDzhGf:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-gBXA9-bMcfAe:enabled:not(:checked)~.VfPpkd-eHTEvd::before{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.12;opacity:var(--mdc-ripple-focus-opacity,.12)}.kDzhGf:not(.VfPpkd-ksKsZd-mWPk3d) .VfPpkd-gBXA9-bMcfAe:enabled:not(:checked)~.VfPpkd-eHTEvd::after{-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.kDzhGf:not(.VfPpkd-ksKsZd-mWPk3d):active .VfPpkd-gBXA9-bMcfAe:enabled:not(:checked)~.VfPpkd-eHTEvd::after{-webkit-transition-duration:75ms;-o-transition-duration:75ms;transition-duration:75ms;opacity:.1;opacity:var(--mdc-ripple-press-opacity,.1)}.kDzhGf.VfPpkd-ksKsZd-mWPk3d{--mdc-ripple-fg-opacity:var(--mdc-ripple-press-opacity,0.1)}.kDzhGf .VfPpkd-gBXA9-bMcfAe:enabled:not(:checked)+.VfPpkd-RsCWK .VfPpkd-wVo5xe-LkdAo{border-color:rgb(95,99,104);border-color:var(--gm-radio-stroke-color--unchecked,rgb(95,99,104))}.kDzhGf .VfPpkd-gBXA9-bMcfAe:enabled:checked+.VfPpkd-RsCWK .VfPpkd-wVo5xe-LkdAo{border-color:rgb(26,115,232);border-color:var(--gm-radio-stroke-color--checked,rgb(26,115,232))}.kDzhGf .VfPpkd-gBXA9-bMcfAe:enabled+.VfPpkd-RsCWK .VfPpkd-Z5TpLc-LkdAo{border-color:rgb(26,115,232);border-color:var(--gm-radio-ink-color,rgb(26,115,232))}.kDzhGf [aria-disabled=true] .VfPpkd-gBXA9-bMcfAe:not(:checked)+.VfPpkd-RsCWK .VfPpkd-wVo5xe-LkdAo,.kDzhGf .VfPpkd-gBXA9-bMcfAe:disabled:not(:checked)+.VfPpkd-RsCWK .VfPpkd-wVo5xe-LkdAo{border-color:rgba(60,64,67,.38);border-color:var(--gm-radio-disabled-stroke-color--unchecked,rgba(60,64,67,.38))}.kDzhGf [aria-disabled=true] .VfPpkd-gBXA9-bMcfAe:checked+.VfPpkd-RsCWK .VfPpkd-wVo5xe-LkdAo,.kDzhGf .VfPpkd-gBXA9-bMcfAe:disabled:checked+.VfPpkd-RsCWK .VfPpkd-wVo5xe-LkdAo{border-color:rgba(60,64,67,.38);border-color:var(--gm-radio-disabled-stroke-color--checked,rgba(60,64,67,.38))}.kDzhGf [aria-disabled=true] .VfPpkd-gBXA9-bMcfAe+.VfPpkd-RsCWK .VfPpkd-Z5TpLc-LkdAo,.kDzhGf .VfPpkd-gBXA9-bMcfAe:disabled+.VfPpkd-RsCWK .VfPpkd-Z5TpLc-LkdAo{border-color:rgba(60,64,67,.38);border-color:var(--gm-radio-disabled-ink-color,rgba(60,64,67,.38))}.kDzhGf .VfPpkd-RsCWK::before{background-color:rgb(26,115,232);background-color:var(--gm-radio-state-color,rgb(26,115,232))}.kDzhGf:hover .VfPpkd-gBXA9-bMcfAe:enabled:not(:checked)+.VfPpkd-RsCWK .VfPpkd-wVo5xe-LkdAo,.kDzhGf.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-gBXA9-bMcfAe:enabled:not(:checked)+.VfPpkd-RsCWK .VfPpkd-wVo5xe-LkdAo,.kDzhGf:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-gBXA9-bMcfAe:enabled:not(:checked)+.VfPpkd-RsCWK .VfPpkd-wVo5xe-LkdAo,.kDzhGf:active .VfPpkd-gBXA9-bMcfAe:enabled:not(:checked)+.VfPpkd-RsCWK .VfPpkd-wVo5xe-LkdAo{border-color:rgb(32,33,36);border-color:var(--gm-radio-stroke-color--unchecked-stateful,rgb(32,33,36))}.kDzhGf:hover .VfPpkd-gBXA9-bMcfAe:enabled:checked+.VfPpkd-RsCWK .VfPpkd-wVo5xe-LkdAo,.kDzhGf.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-gBXA9-bMcfAe:enabled:checked+.VfPpkd-RsCWK .VfPpkd-wVo5xe-LkdAo,.kDzhGf:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-gBXA9-bMcfAe:enabled:checked+.VfPpkd-RsCWK .VfPpkd-wVo5xe-LkdAo,.kDzhGf:active .VfPpkd-gBXA9-bMcfAe:enabled:checked+.VfPpkd-RsCWK .VfPpkd-wVo5xe-LkdAo{border-color:rgb(23,78,166);border-color:var(--gm-radio-stroke-color--checked-stateful,rgb(23,78,166))}.kDzhGf:hover .VfPpkd-gBXA9-bMcfAe:enabled+.VfPpkd-RsCWK .VfPpkd-Z5TpLc-LkdAo,.kDzhGf.VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe .VfPpkd-gBXA9-bMcfAe:enabled+.VfPpkd-RsCWK .VfPpkd-Z5TpLc-LkdAo,.kDzhGf:not(.VfPpkd-ksKsZd-mWPk3d):focus .VfPpkd-gBXA9-bMcfAe:enabled+.VfPpkd-RsCWK .VfPpkd-Z5TpLc-LkdAo,.kDzhGf:active .VfPpkd-gBXA9-bMcfAe:enabled+.VfPpkd-RsCWK .VfPpkd-Z5TpLc-LkdAo{border-color:rgb(23,78,166);border-color:var(--gm-radio-ink-color--stateful,rgb(23,78,166))}.wHsUjf{will-change:unset}.VfPpkd-BFbNVe-bF1uUb{position:absolute;border-radius:inherit;pointer-events:none;opacity:0;opacity:var(--mdc-elevation-overlay-opacity,0);-webkit-transition:opacity .28s cubic-bezier(.4,0,.2,1);-o-transition:opacity .28s cubic-bezier(.4,0,.2,1);transition:opacity .28s cubic-bezier(.4,0,.2,1);background-color:#fff;background-color:var(--mdc-elevation-overlay-color,#fff)}.VfPpkd-NLUYnc-V67aGc{position:absolute;left:0;-webkit-transform-origin:left top;-ms-transform-origin:left top;-o-transform-origin:left top;transform-origin:left top;line-height:1.15rem;text-align:left;text-overflow:ellipsis;white-space:nowrap;cursor:text;overflow:hidden;will-change:transform}[dir=rtl] .VfPpkd-NLUYnc-V67aGc,.VfPpkd-NLUYnc-V67aGc[dir=rtl]{right:0;left:auto;-webkit-transform-origin:right top;-ms-transform-origin:right top;-o-transform-origin:right top;transform-origin:right top;text-align:right}.VfPpkd-NLUYnc-V67aGc-OWXEXe-TATcMc-KLRBe{cursor:auto}.VfPpkd-NLUYnc-V67aGc-OWXEXe-ztc6md:not(.VfPpkd-NLUYnc-V67aGc-OWXEXe-ZYIfFd-ztc6md-vXpfLb)::after{margin-left:1px;margin-right:0;content:\"*\"}[dir=rtl] .VfPpkd-NLUYnc-V67aGc-OWXEXe-ztc6md:not(.VfPpkd-NLUYnc-V67aGc-OWXEXe-ZYIfFd-ztc6md-vXpfLb)::after,.VfPpkd-NLUYnc-V67aGc-OWXEXe-ztc6md:not(.VfPpkd-NLUYnc-V67aGc-OWXEXe-ZYIfFd-ztc6md-vXpfLb)[dir=rtl]::after{margin-left:0;margin-right:1px}.VfPpkd-NLUYnc-V67aGc{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:Roboto,sans-serif;font-family:var(--mdc-typography-subtitle1-font-family,var(--mdc-typography-font-family,Roboto,sans-serif));font-size:1rem;font-size:var(--mdc-typography-subtitle1-font-size,1rem);font-weight:400;font-weight:var(--mdc-typography-subtitle1-font-weight,400);letter-spacing:.009375em;letter-spacing:var(--mdc-typography-subtitle1-letter-spacing,.009375em);text-decoration:inherit;-webkit-text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-decoration:var(--mdc-typography-subtitle1-text-decoration,inherit);text-transform:inherit;text-transform:var(--mdc-typography-subtitle1-text-transform,inherit);-webkit-transition:color .15s cubic-bezier(.4,0,.2,1),-webkit-transform .15s cubic-bezier(.4,0,.2,1);transition:color .15s cubic-bezier(.4,0,.2,1),-webkit-transform .15s cubic-bezier(.4,0,.2,1);-o-transition:color .15s cubic-bezier(.4,0,.2,1),-o-transform .15s cubic-bezier(.4,0,.2,1);transition:transform .15s cubic-bezier(.4,0,.2,1),color .15s cubic-bezier(.4,0,.2,1);transition:transform .15s cubic-bezier(.4,0,.2,1),color .15s cubic-bezier(.4,0,.2,1),-webkit-transform .15s cubic-bezier(.4,0,.2,1),-o-transform .15s cubic-bezier(.4,0,.2,1)}.VfPpkd-NLUYnc-V67aGc-OWXEXe-TATcMc-KLRBe{-webkit-transform:translateY(-106%) scale(.75);-ms-transform:translateY(-106%) scale(.75);-o-transform:translateY(-106%) scale(.75);transform:translateY(-106%) scale(.75)}.VfPpkd-NLUYnc-V67aGc-OWXEXe-bF1zU{-webkit-animation:mdc-floating-label-shake-float-above-standard .25s 1;animation:mdc-floating-label-shake-float-above-standard .25s 1}@-webkit-keyframes mdc-floating-label-shake-float-above-standard{0%{-webkit-transform:translateX(0) translateY(-106%) scale(.75);transform:translateX(0) translateY(-106%) scale(.75)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.701732,.495819);animation-timing-function:cubic-bezier(.5,0,.701732,.495819);-webkit-transform:translateX(4%) translateY(-106%) scale(.75);transform:translateX(4%) translateY(-106%) scale(.75)}66%{-webkit-animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);-webkit-transform:translateX(-4%) translateY(-106%) scale(.75);transform:translateX(-4%) translateY(-106%) scale(.75)}100%{-webkit-transform:translateX(0) translateY(-106%) scale(.75);transform:translateX(0) translateY(-106%) scale(.75)}}@keyframes mdc-floating-label-shake-float-above-standard{0%{-webkit-transform:translateX(0) translateY(-106%) scale(.75);-o-transform:translateX(0) translateY(-106%) scale(.75);transform:translateX(0) translateY(-106%) scale(.75)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.701732,.495819);animation-timing-function:cubic-bezier(.5,0,.701732,.495819);-webkit-transform:translateX(4%) translateY(-106%) scale(.75);-o-transform:translateX(4%) translateY(-106%) scale(.75);transform:translateX(4%) translateY(-106%) scale(.75)}66%{-webkit-animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);-webkit-transform:translateX(-4%) translateY(-106%) scale(.75);-o-transform:translateX(-4%) translateY(-106%) scale(.75);transform:translateX(-4%) translateY(-106%) scale(.75)}100%{-webkit-transform:translateX(0) translateY(-106%) scale(.75);-o-transform:translateX(0) translateY(-106%) scale(.75);transform:translateX(0) translateY(-106%) scale(.75)}}.VfPpkd-RWgCYc-ksKsZd::before,.VfPpkd-RWgCYc-ksKsZd::after{position:absolute;bottom:0;left:0;width:100%;border-bottom-style:solid;content:\"\"}.VfPpkd-RWgCYc-ksKsZd::before{z-index:1}.VfPpkd-RWgCYc-ksKsZd::after{-webkit-transform:scaleX(0);-ms-transform:scaleX(0);-o-transform:scaleX(0);transform:scaleX(0);opacity:0;z-index:2}.VfPpkd-RWgCYc-ksKsZd-OWXEXe-auswjd::after{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1);opacity:1}.VfPpkd-RWgCYc-ksKsZd-OWXEXe-JD038d::after{opacity:0}.VfPpkd-RWgCYc-ksKsZd::before{border-bottom-width:1px}.VfPpkd-RWgCYc-ksKsZd::after{border-bottom-width:2px}.VfPpkd-RWgCYc-ksKsZd::after{-webkit-transition:opacity .18s cubic-bezier(.4,0,.2,1),-webkit-transform .18s cubic-bezier(.4,0,.2,1);transition:opacity .18s cubic-bezier(.4,0,.2,1),-webkit-transform .18s cubic-bezier(.4,0,.2,1);-o-transition:opacity .18s cubic-bezier(.4,0,.2,1),-o-transform .18s cubic-bezier(.4,0,.2,1);transition:transform .18s cubic-bezier(.4,0,.2,1),opacity .18s cubic-bezier(.4,0,.2,1);transition:transform .18s cubic-bezier(.4,0,.2,1),opacity .18s cubic-bezier(.4,0,.2,1),-webkit-transform .18s cubic-bezier(.4,0,.2,1),-o-transform .18s cubic-bezier(.4,0,.2,1)}.VfPpkd-NSFCdd-i5vt6e{display:-webkit-box;display:-webkit-flex;display:flex;position:absolute;top:0;right:0;left:0;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;max-width:100%;height:100%;text-align:left;pointer-events:none}[dir=rtl] .VfPpkd-NSFCdd-i5vt6e,.VfPpkd-NSFCdd-i5vt6e[dir=rtl]{text-align:right}.VfPpkd-NSFCdd-Brv4Fb,.VfPpkd-NSFCdd-Ra9xwd,.VfPpkd-NSFCdd-MpmGFe{-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;pointer-events:none}.VfPpkd-NSFCdd-MpmGFe{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.VfPpkd-NSFCdd-Ra9xwd{-webkit-box-flex:0;-webkit-flex:0 0 auto;flex:0 0 auto;width:auto}.VfPpkd-NSFCdd-i5vt6e .VfPpkd-NLUYnc-V67aGc{display:inline-block;position:relative;max-width:100%}.VfPpkd-NSFCdd-i5vt6e .VfPpkd-NLUYnc-V67aGc-OWXEXe-TATcMc-KLRBe{text-overflow:clip}.VfPpkd-NSFCdd-i5vt6e-OWXEXe-mWPk3d .VfPpkd-NLUYnc-V67aGc-OWXEXe-TATcMc-KLRBe{max-width:133.3333333333%}.VfPpkd-NSFCdd-i5vt6e-OWXEXe-NSFCdd .VfPpkd-NSFCdd-Ra9xwd{padding-left:0;padding-right:8px;border-top:none}[dir=rtl] .VfPpkd-NSFCdd-i5vt6e-OWXEXe-NSFCdd .VfPpkd-NSFCdd-Ra9xwd,.VfPpkd-NSFCdd-i5vt6e-OWXEXe-NSFCdd .VfPpkd-NSFCdd-Ra9xwd[dir=rtl]{padding-left:8px;padding-right:0}.VfPpkd-NSFCdd-i5vt6e-OWXEXe-di8rgd-V67aGc .VfPpkd-NSFCdd-Ra9xwd{display:none}.VfPpkd-NSFCdd-Brv4Fb,.VfPpkd-NSFCdd-Ra9xwd,.VfPpkd-NSFCdd-MpmGFe{border-top:1px solid;border-bottom:1px solid}.VfPpkd-NSFCdd-Brv4Fb{border-left:1px solid;border-right:none;width:12px}[dir=rtl] .VfPpkd-NSFCdd-Brv4Fb,.VfPpkd-NSFCdd-Brv4Fb[dir=rtl]{border-left:none;border-right:1px solid}.VfPpkd-NSFCdd-MpmGFe{border-left:none;border-right:1px solid}[dir=rtl] .VfPpkd-NSFCdd-MpmGFe,.VfPpkd-NSFCdd-MpmGFe[dir=rtl]{border-left:1px solid;border-right:none}.VfPpkd-NSFCdd-Ra9xwd{max-width:calc(100% - 24px)}@-webkit-keyframes quantumWizBoxInkSpread{0%{-webkit-transform:translate(-50%,-50%) scale(0.2);-webkit-transform:translate(-50%,-50%) scale(0.2);-ms-transform:translate(-50%,-50%) scale(0.2);-o-transform:translate(-50%,-50%) scale(0.2);transform:translate(-50%,-50%) scale(0.2)}to{-webkit-transform:translate(-50%,-50%) scale(2.2);-webkit-transform:translate(-50%,-50%) scale(2.2);-ms-transform:translate(-50%,-50%) scale(2.2);-o-transform:translate(-50%,-50%) scale(2.2);transform:translate(-50%,-50%) scale(2.2)}}@keyframes quantumWizBoxInkSpread{0%{-webkit-transform:translate(-50%,-50%) scale(0.2);-webkit-transform:translate(-50%,-50%) scale(0.2);-ms-transform:translate(-50%,-50%) scale(0.2);-o-transform:translate(-50%,-50%) scale(0.2);transform:translate(-50%,-50%) scale(0.2)}to{-webkit-transform:translate(-50%,-50%) scale(2.2);-webkit-transform:translate(-50%,-50%) scale(2.2);-ms-transform:translate(-50%,-50%) scale(2.2);-o-transform:translate(-50%,-50%) scale(2.2);transform:translate(-50%,-50%) scale(2.2)}}@-webkit-keyframes quantumWizIconFocusPulse{0%{-webkit-transform:translate(-50%,-50%) scale(1.5);-webkit-transform:translate(-50%,-50%) scale(1.5);-ms-transform:translate(-50%,-50%) scale(1.5);-o-transform:translate(-50%,-50%) scale(1.5);transform:translate(-50%,-50%) scale(1.5);opacity:0}to{-webkit-transform:translate(-50%,-50%) scale(2);-webkit-transform:translate(-50%,-50%) scale(2);-ms-transform:translate(-50%,-50%) scale(2);-o-transform:translate(-50%,-50%) scale(2);transform:translate(-50%,-50%) scale(2);opacity:1}}@keyframes quantumWizIconFocusPulse{0%{-webkit-transform:translate(-50%,-50%) scale(1.5);-webkit-transform:translate(-50%,-50%) scale(1.5);-ms-transform:translate(-50%,-50%) scale(1.5);-o-transform:translate(-50%,-50%) scale(1.5);transform:translate(-50%,-50%) scale(1.5);opacity:0}to{-webkit-transform:translate(-50%,-50%) scale(2);-webkit-transform:translate(-50%,-50%) scale(2);-ms-transform:translate(-50%,-50%) scale(2);-o-transform:translate(-50%,-50%) scale(2);transform:translate(-50%,-50%) scale(2);opacity:1}}@-webkit-keyframes quantumWizRadialInkSpread{0%{-webkit-transform:scale(1.5);-webkit-transform:scale(1.5);-ms-transform:scale(1.5);-o-transform:scale(1.5);transform:scale(1.5);opacity:0}to{-webkit-transform:scale(2.5);-webkit-transform:scale(2.5);-ms-transform:scale(2.5);-o-transform:scale(2.5);transform:scale(2.5);opacity:1}}@keyframes quantumWizRadialInkSpread{0%{-webkit-transform:scale(1.5);-webkit-transform:scale(1.5);-ms-transform:scale(1.5);-o-transform:scale(1.5);transform:scale(1.5);opacity:0}to{-webkit-transform:scale(2.5);-webkit-transform:scale(2.5);-ms-transform:scale(2.5);-o-transform:scale(2.5);transform:scale(2.5);opacity:1}}@-webkit-keyframes quantumWizRadialInkFocusPulse{0%{-webkit-transform:scale(2);-webkit-transform:scale(2);-ms-transform:scale(2);-o-transform:scale(2);transform:scale(2);opacity:0}to{-webkit-transform:scale(2.5);-webkit-transform:scale(2.5);-ms-transform:scale(2.5);-o-transform:scale(2.5);transform:scale(2.5);opacity:1}}@keyframes quantumWizRadialInkFocusPulse{0%{-webkit-transform:scale(2);-webkit-transform:scale(2);-ms-transform:scale(2);-o-transform:scale(2);transform:scale(2);opacity:0}to{-webkit-transform:scale(2.5);-webkit-transform:scale(2.5);-ms-transform:scale(2.5);-o-transform:scale(2.5);transform:scale(2.5);opacity:1}}:root{--wf-tfs:calc(var(--c-tfs,32)/16*1rem);--wf-tfs-bp2:calc(var(--c-tfs,36)/16*1rem);--wf-tfs-bp3:calc(var(--c-tfs,36)/16*1rem);--wf-tfs-bp5:calc(var(--c-tfs,44)/16*1rem);--wf-stfs:calc(var(--c-stfs,16)/16*1rem);--wf-stfs-bp5:calc(var(--c-stfs,16)/16*1rem)}.H76ePc{margin:auto;max-width:380px;overflow:hidden;position:relative}.H76ePc .LbOduc{position:relative;text-align:center}.JQ5tlb{border-radius:50%;color:var(--gm3-sys-color-on-surface-variant,#444746);overflow:hidden}.pGzURd{line-height:1.42857143}.lPxAeb{width:100%}.lPxAeb .JQ5tlb{-webkit-box-flex:0;-webkit-flex:none;flex:none;height:28px;margin-right:12px;width:28px}.lPxAeb .LbOduc,.VUfHYd .LbOduc{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.lPxAeb .LbOduc{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.H76ePc .JQ5tlb{height:64px;margin:0 auto 8px;width:64px}.MnFlu{border-radius:50%;display:block}.lPxAeb .MnFlu,.lPxAeb .Qk3oof,.lPxAeb .uHLU0{max-height:100%;max-width:100%}.H76ePc .MnFlu,.H76ePc .Qk3oof,.H76ePc .uHLU0{height:64px;width:64px}.VUfHYd{height:24px}.VUfHYd .JQ5tlb{margin-right:8px;height:24px;min-width:24px}.VUfHYd .MnFlu,.VUfHYd .Qk3oof,.VUfHYd .uHLU0{color:var(--gm3-sys-color-on-surface-variant,#444746);height:24px;width:24px}.VUfHYd .DOLDDf{overflow:hidden}.lPxAeb .DOLDDf{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.lPxAeb .pGzURd{color:#1f1f1f;color:var(--gm3-sys-color-on-surface,#1f1f1f);font-family:\"Google Sans\",roboto,\"Noto Sans Myanmar UI\",arial,sans-serif;font-size:1rem;font-weight:500;letter-spacing:0rem;line-height:1.5}.H76ePc .pGzURd{color:#1f1f1f;color:var(--gm3-sys-color-on-surface,#1f1f1f);font-size:0.875rem}.yAlK0b,.VhdzSd,.H2oig{direction:ltr;font-size:0.875rem;line-height:1.42857143;text-align:left;word-break:break-all}.yAlK0b{text-decoration:none}.lPxAeb .yAlK0b,.lPxAeb .VhdzSd,.lPxAeb .H2oig{font-size:0.875rem;font-weight:400;letter-spacing:0rem;line-height:1.42857143}.H2oig{color:#444746;color:var(--gm3-sys-color-on-surface-variant,#444746)}.VUfHYd .yAlK0b{color:#1f1f1f;color:var(--gm3-sys-color-on-surface,#1f1f1f);font-family:\"Google Sans\",roboto,\"Noto Sans Myanmar UI\",arial,sans-serif;font-size:0.875rem;font-weight:500;letter-spacing:0rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lPxAeb .VhdzSd{color:#444746;color:var(--gm3-sys-color-on-surface-variant,#444746)}.lPxAeb .yAlK0b{color:#444746;color:var(--gm3-sys-color-on-surface-variant,#444746)}.lPxAeb .yAlK0b[data-email$=\"@glimitedaccount.com\"]{display:none}.H76ePc .yAlK0b{color:#444746;color:var(--gm3-sys-color-on-surface-variant,#444746)}.lrLKwc{color:#444746;color:var(--gm3-sys-color-on-surface-variant,#444746);font-size:0.875rem}.lPxAeb .lrLKwc{-webkit-align-self:flex-start;align-self:flex-start;-webkit-box-flex:0;-webkit-flex:none;flex:none;font-family:\"Google Sans\",roboto,\"Noto Sans Myanmar UI\",arial,sans-serif;font-size:0.75rem;font-weight:400;letter-spacing:0.00625rem;line-height:1.33333333}.Ahygpe{-webkit-box-align:center;-webkit-align-items:center;align-items:center;background:white;background:var(--gm3-sys-color-background,white);border:1px solid var(--gm3-sys-color-outline,#747775);color:var(--gm3-sys-color-on-surface,#1f1f1f);cursor:pointer;display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;font-size:0.875rem;font-weight:500;letter-spacing:.25px;max-width:100%;position:relative}.Ahygpe:after{border:1px solid transparent;content:\"\";position:absolute;inset:-1px}.Ahygpe:focus-visible::after{border:2px solid;border-color:#0b57d0;border-color:var(--gm3-sys-color-primary,#0b57d0);-webkit-box-shadow:0 0 0 2px #d3e3fd;box-shadow:0 0 0 2px #d3e3fd;-webkit-box-shadow:0 0 0 2px var(--gm3-sys-color-primary-container,#d3e3fd);box-shadow:0 0 0 2px var(--gm3-sys-color-primary-container,#d3e3fd);border-radius:26px;content:\"\";position:absolute;inset:-5px}.Zjyti{color:#0b57d0;color:var(--gm3-sys-color-primary,#0b57d0);font-size:0.75rem}.m8wwGd{border-radius:16px;padding:0 15px 0 15px}.m8wwGd{position:relative}.m8wwGd::before{background:#1f1f1f;background:var(--gm3-sys-color-on-surface,#1f1f1f);content:\"\";opacity:0;position:absolute;pointer-events:none}.m8wwGd:hover::before{opacity:0.08}.m8wwGd:focus::before,.m8wwGd.u3bW4e::before{opacity:0.1}.m8wwGd:active::before,.m8wwGd.qs41qe::before{opacity:0.1}.m8wwGd::before{border-radius:16px;width:100%;height:100%}.m8wwGd:focus,.m8wwGd.u3bW4e{outline:none;border-color:#747775;border-color:var(--gm3-sys-color-outline,#747775)}.m8wwGd:active,.m8wwGd.qs41qe{color:#1f1f1f;color:var(--gm3-sys-color-on-surface,#1f1f1f);border-color:#1f1f1f;border-color:var(--gm3-sys-color-on-surface,#1f1f1f)}.m8wwGd.Zjyti{border-radius:12px;padding:0 10px 0 10px}.m8wwGd.EPPJc{padding-right:8px}.m8wwGd.cd29Sd{padding-left:3px}.m8wwGd.Zjyti.EPPJc{padding-right:8px}.m8wwGd.Zjyti.cd29Sd{padding-left:2px}.m8wwGd:after{border-radius:16px}.m8wwGd.Zjyti:after{border-radius:12px}.HOE91e{border-radius:12px;height:24px;margin-right:8px}.HOE91e .MnFlu,.HOE91e .Qk3oof,.HOE91e .uHLU0{border-radius:50%;color:var(--gm3-sys-color-on-surface-variant,#444746);display:block;height:24px;width:24px}.IxcUte{direction:ltr;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.m8wwGd .IxcUte{line-height:30px}.m8wwGd.xNLKcb .IxcUte{font-family:\"Google Sans\",roboto,\"Noto Sans Myanmar UI\",arial,sans-serif;font-size:0.875rem;font-weight:500;letter-spacing:0rem;text-decoration:none}.m8wwGd.Zjyti .IxcUte{line-height:22px}.JCl8ie{color:var(--gm3-sys-color-on-surface,#1f1f1f);-webkit-flex-shrink:0;flex-shrink:0;height:20px;margin-left:5px;width:20px;-webkit-transition:-webkit-transform 0.2s cubic-bezier(0.4,0,0.2,1);transition:-webkit-transform 0.2s cubic-bezier(0.4,0,0.2,1);-o-transition:-o-transform 0.2s cubic-bezier(0.4,0,0.2,1);transition:transform 0.2s cubic-bezier(0.4,0,0.2,1);transition:transform 0.2s cubic-bezier(0.4,0,0.2,1),-webkit-transform 0.2s cubic-bezier(0.4,0,0.2,1),-o-transform 0.2s cubic-bezier(0.4,0,0.2,1)}.Ahygpe.sMVRZe .JCl8ie{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.Zjyti .JCl8ie{height:16px;width:16px}.u4TTuf{display:block;height:100%;width:100%}.ObDc3{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;margin-bottom:32px}@media (min-width:840px){.ObDc3{margin-bottom:32px}}.wsArZ[data-ss-mode=\"1\"] .ObDc3{margin-bottom:0}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .ObDc3{margin-bottom:0}}.Su9bff{-webkit-box-align:center;-webkit-align-items:center;align-items:center;text-align:center}.vAV9bf{color:#1f1f1f;color:var(--gm3-sys-color-on-surface,#1f1f1f);font-family:\"Google Sans\",roboto,\"Noto Sans Myanmar UI\",arial,sans-serif;font-weight:400;font-weight:var(--c-tfwt,400);line-height:1.25;margin-bottom:0;margin-bottom:var(--c-ts-b,0);margin-top:24px;margin-top:var(--c-ts-t,24px);word-break:break-word;font-size:2rem;font-size:var(--wf-tfs,2rem)}@media (min-width:840px){.vAV9bf{line-height:1.22222222;font-size:2.25rem;font-size:var(--wf-tfs-bp3,2.25rem)}}@media (min-width:960px){.vAV9bf{line-height:1.22222222;font-size:2.25rem;font-size:var(--wf-tfs-bp3,2.25rem)}}@media (min-width:1600px){.vAV9bf{line-height:1.18181818;font-size:2.75rem;font-size:var(--wf-tfs-bp5,2.75rem)}}.gNJDp{color:#1f1f1f;color:var(--gm3-sys-color-on-surface,#1f1f1f);font-family:\"Google Sans\",roboto,\"Noto Sans Myanmar UI\",arial,sans-serif;font-weight:400;font-weight:var(--c-stfwt,400);letter-spacing:0rem;line-height:1.5;margin-bottom:0;margin-bottom:var(--c-sts-b,0);margin-top:16px;margin-top:var(--c-sts-t,16px);font-size:1rem;font-size:var(--wf-stfs,1rem)}@media (min-width:1600px){.gNJDp{line-height:1.5;font-size:1rem;font-size:var(--wf-stfs-bp5,1rem)}}.gNJDp:empty{display:none}.I7GnLc{font-weight:500;letter-spacing:.25px;min-height:24px}.SOeSgb{height:32px}.I7GnLc,.SOeSgb{margin-bottom:0;margin-bottom:var(--c-sts-b,0);margin-top:16px;margin-top:var(--c-sts-t,16px)}.ObDc3.ZYOIke .I7GnLc,.ObDc3.ZYOIke .SOeSgb{margin-bottom:0;margin-top:16px}.SfkAJe{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.XjS9D{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex}.XjS9D .VfPpkd-J1Ukfc-LhBDec{border-radius:22px}.XjS9D .VfPpkd-J1Ukfc-LhBDec::after{border-radius:24px}.XjS9D.eLNT1d{display:none}.XjS9D .TrZEUc .WpHeLc{position:absolute}.XjS9D .q6oraf .DMZ54e,.XjS9D .BqKGqe{font-family:\"Google Sans\",roboto,\"Noto Sans Myanmar UI\",arial,sans-serif;font-size:0.875rem;font-weight:500;font-weight:var(\n    --c-afwt,500\n  );letter-spacing:0rem;line-height:1.42857143}.BqKGqe,.BqKGqe .VfPpkd-Jh9lGc{border-radius:20px}.XjS9D .VfPpkd-LgbsSe{height:40px}@media (orientation:landscape){.XjS9D .VfPpkd-LgbsSe{height:40px}}.Jskylb:not(:disabled){background:#0b57d0;color:#fff}.pIzcPc:not(:disabled),.eR0mzb:not(:disabled){color:#0b57d0;outline:#747775}.Jskylb.Jskylb:not(:disabled){background-color:var(--gm3-sys-color-primary,#0b57d0)}.Jskylb.Jskylb:not(:disabled){color:var(--gm3-sys-color-on-primary,#fff)}.Jskylb.Jskylb:not(:disabled):hover{color:var(--gm3-sys-color-on-primary,#fff)}.Jskylb.Jskylb:not(:disabled).VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe,.Jskylb.Jskylb:not(:disabled):not(.VfPpkd-ksKsZd-mWPk3d):focus{color:var(--gm3-sys-color-on-primary,#fff)}.Jskylb.Jskylb:not(:disabled):not(:disabled):active{color:var(--gm3-sys-color-on-primary,#fff)}.pIzcPc.pIzcPc:not(:disabled){color:var(--gm3-sys-color-primary,#0b57d0)}.pIzcPc.pIzcPc:not(:disabled):hover{color:var(--gm3-sys-color-primary,#0b57d0)}.pIzcPc.pIzcPc:not(:disabled).VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe,.pIzcPc.pIzcPc:not(:disabled):not(.VfPpkd-ksKsZd-mWPk3d):focus{color:var(--gm3-sys-color-primary,#0b57d0)}.pIzcPc.pIzcPc .VfPpkd-Jh9lGc::before{background-color:var(--gm3-sys-color-primary,#0b57d0)}.pIzcPc.pIzcPc .VfPpkd-Jh9lGc::after{background-color:var(--gm3-sys-color-primary,#0b57d0)}.pIzcPc.pIzcPc:not(:disabled){border-color:var(--gm3-sys-color-outline,#747775)}.pIzcPc.pIzcPc:not(:disabled):hover{border-color:var(--gm3-sys-color-outline,#747775)}.pIzcPc.pIzcPc:not(:disabled).VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe,.pIzcPc.pIzcPc:not(:disabled):not(.VfPpkd-ksKsZd-mWPk3d):focus{border-color:var(--gm3-sys-color-outline,#747775)}.pIzcPc.pIzcPc:not(:disabled):active,.pIzcPc.pIzcPc:not(:disabled):focus:active{border-color:var(--gm3-sys-color-outline,#747775)}.eR0mzb.eR0mzb:not(:disabled){color:var(--gm3-sys-color-primary,#0b57d0)}.eR0mzb.eR0mzb:not(:disabled):hover{color:var(--gm3-sys-color-primary,#0b57d0)}.eR0mzb.eR0mzb:not(:disabled).VfPpkd-ksKsZd-mWPk3d-OWXEXe-AHe6Kc-XpnDCe,.eR0mzb.eR0mzb:not(:disabled):not(.VfPpkd-ksKsZd-mWPk3d):focus{color:var(--gm3-sys-color-primary,#0b57d0)}.eR0mzb.eR0mzb .VfPpkd-Jh9lGc::before{background-color:var(--gm3-sys-color-primary,#0b57d0)}.eR0mzb.eR0mzb .VfPpkd-Jh9lGc::after{background-color:var(--gm3-sys-color-primary,#0b57d0)}.AnSR9d:not(:disabled).VfPpkd-LgbsSe{background:#c2e7ff;background:var(--gm3-sys-color-secondary-container,#c2e7ff);color:#001d35;color:var(--gm3-sys-color-on-secondary-container,#001d35)}.AnSR9d:not(:disabled).VfPpkd-LgbsSe:focus{color:#001d35;color:var(--gm3-sys-color-on-secondary-container,#001d35)}.eR0mzb.VfPpkd-LgbsSe{min-width:0}.eR0mzb.VfPpkd-LgbsSe{padding-left:16px;padding-right:16px}.rFrNMe{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-tap-highlight-color:transparent;display:inline-block;outline:none;padding-bottom:8px;width:200px}.aCsJod{height:40px;position:relative;vertical-align:top}.aXBtI{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;top:14px}.Xb9hP{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;-webkit-box-flex:1;box-flex:1;-ms-flex-positive:1;-webkit-flex-grow:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;-ms-flex-negative:1;-webkit-flex-shrink:1;flex-shrink:1;min-width:0%;position:relative}.A37UZe{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;height:24px;line-height:24px;position:relative}.qgcB3c:not(:empty){padding-right:12px}.sxyYjd:not(:empty){padding-left:12px}.whsOnd{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;-webkit-box-flex:1;box-flex:1;-ms-flex-positive:1;-webkit-flex-grow:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;-ms-flex-negative:1;-webkit-flex-shrink:1;flex-shrink:1;background-color:transparent;border:none;display:block;font:400 16px Roboto,RobotoDraft,Helvetica,Arial,sans-serif;height:24px;line-height:24px;margin:0;min-width:0%;outline:none;padding:0;z-index:0}.rFrNMe.dm7YTc .whsOnd{color:#fff}.whsOnd:invalid,.whsOnd:-moz-submit-invalid,.whsOnd:-moz-ui-invalid{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.I0VJ4d>.whsOnd::-ms-clear,.I0VJ4d>.whsOnd::-ms-reveal{display:none}.i9lrp{background-color:rgba(0,0,0,.12);bottom:-2px;height:1px;left:0;margin:0;padding:0;position:absolute;width:100%}.i9lrp:before{content:\"\";position:absolute;top:0;bottom:-2px;left:0;right:0;border-bottom:1px solid rgba(0,0,0,0);pointer-events:none}.rFrNMe.dm7YTc .i9lrp{background-color:rgba(255,255,255,.7)}.OabDMe{-webkit-transform:scaleX(0);-webkit-transform:scaleX(0);-ms-transform:scaleX(0);-o-transform:scaleX(0);transform:scaleX(0);background-color:#4285f4;bottom:-2px;height:2px;left:0;margin:0;padding:0;position:absolute;width:100%}.rFrNMe.dm7YTc .OabDMe{background-color:#a1c2fa}.rFrNMe.k0tWj .i9lrp,.rFrNMe.k0tWj .OabDMe{background-color:#d50000;height:2px}.rFrNMe.k0tWj.dm7YTc .i9lrp,.rFrNMe.k0tWj.dm7YTc .OabDMe{background-color:#e06055}.whsOnd[disabled]{color:rgba(0,0,0,.38)}.rFrNMe.dm7YTc .whsOnd[disabled]{color:rgba(255,255,255,.5)}.whsOnd[disabled]~.i9lrp{background:none;border-bottom:1px dotted rgba(0,0,0,.38)}.OabDMe.Y2Zypf{-webkit-animation:quantumWizPaperInputRemoveUnderline .3s cubic-bezier(0.4,0,0.2,1);-webkit-animation:quantumWizPaperInputRemoveUnderline .3s cubic-bezier(0.4,0,0.2,1);-o-animation:quantumWizPaperInputRemoveUnderline .3s cubic-bezier(0.4,0,0.2,1);animation:quantumWizPaperInputRemoveUnderline .3s cubic-bezier(0.4,0,0.2,1)}.rFrNMe.u3bW4e .OabDMe{-webkit-animation:quantumWizPaperInputAddUnderline .3s cubic-bezier(0.4,0,0.2,1);-webkit-animation:quantumWizPaperInputAddUnderline .3s cubic-bezier(0.4,0,0.2,1);-o-animation:quantumWizPaperInputAddUnderline .3s cubic-bezier(0.4,0,0.2,1);animation:quantumWizPaperInputAddUnderline .3s cubic-bezier(0.4,0,0.2,1);-webkit-transform:scaleX(1);-webkit-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1)}.rFrNMe.sdJrJc>.aCsJod{padding-top:24px}.AxOyFc{-webkit-transform-origin:bottom left;-webkit-transform-origin:bottom left;-ms-transform-origin:bottom left;-o-transform-origin:bottom left;transform-origin:bottom left;-webkit-transition:all .3s cubic-bezier(0.4,0,0.2,1);-webkit-transition:all .3s cubic-bezier(0.4,0,0.2,1);-o-transition:all .3s cubic-bezier(0.4,0,0.2,1);transition:all .3s cubic-bezier(0.4,0,0.2,1);-webkit-transition-property:color,bottom,-webkit-transform;-webkit-transition-property:color,bottom,-webkit-transform;-o-transition-property:color,bottom,-webkit-transform;transition-property:color,bottom,-webkit-transform;-webkit-transition-property:color,bottom,transform;-o-transition-property:color,bottom,transform;transition-property:color,bottom,transform;-webkit-transition-property:color,bottom,transform,-webkit-transform;-o-transition-property:color,bottom,transform,-webkit-transform;transition-property:color,bottom,transform,-webkit-transform;color:rgba(0,0,0,.38);font:400 16px Roboto,RobotoDraft,Helvetica,Arial,sans-serif;font-size:16px;pointer-events:none;position:absolute;bottom:3px;left:0;width:100%}.whsOnd:not([disabled]):focus~.AxOyFc,.whsOnd[badinput=true]~.AxOyFc,.rFrNMe.CDELXb .AxOyFc,.rFrNMe.dLgj8b .AxOyFc{-webkit-transform:scale(0.75) translateY(-39px);-webkit-transform:scale(0.75) translateY(-39px);-ms-transform:scale(0.75) translateY(-39px);-o-transform:scale(0.75) translateY(-39px);transform:scale(0.75) translateY(-39px)}.whsOnd:not([disabled]):focus~.AxOyFc{color:#3367d6}.rFrNMe.dm7YTc .whsOnd:not([disabled]):focus~.AxOyFc{color:#a1c2fa}.rFrNMe.k0tWj .whsOnd:not([disabled]):focus~.AxOyFc{color:#d50000}.ndJi5d{color:rgba(0,0,0,.38);font:400 16px Roboto,RobotoDraft,Helvetica,Arial,sans-serif;max-width:100%;overflow:hidden;pointer-events:none;position:absolute;text-overflow:ellipsis;top:2px;left:0;white-space:nowrap}.rFrNMe.CDELXb .ndJi5d{display:none}.K0Y8Se{-webkit-tap-highlight-color:transparent;font:400 12px Roboto,RobotoDraft,Helvetica,Arial,sans-serif;height:16px;margin-left:auto;padding-left:16px;padding-top:8px;pointer-events:none;opacity:.3;white-space:nowrap}.rFrNMe.dm7YTc .AxOyFc,.rFrNMe.dm7YTc .K0Y8Se,.rFrNMe.dm7YTc .ndJi5d{color:rgba(255,255,255,.7)}.rFrNMe.Tyc9J{padding-bottom:4px}.dEOOab,.ovnfwe:not(:empty){-webkit-tap-highlight-color:transparent;-webkit-box-flex:1;-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;-webkit-box-flex:1 1 auto;-moz-box-flex:1 1 auto;-ms-flex:1 1 auto;-webkit-flex:1 1 auto;flex:1 1 auto;font:400 12px Roboto,RobotoDraft,Helvetica,Arial,sans-serif;min-height:16px;padding-top:8px}.LXRPh{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.ovnfwe{pointer-events:none}.dEOOab{color:#d50000}.rFrNMe.dm7YTc .dEOOab,.rFrNMe.dm7YTc.k0tWj .whsOnd:not([disabled]):focus~.AxOyFc{color:#e06055}.ovnfwe{opacity:.3}.rFrNMe.dm7YTc .ovnfwe{color:rgba(255,255,255,.7);opacity:1}.rFrNMe.k0tWj .ovnfwe,.rFrNMe:not(.k0tWj) .ovnfwe:not(:empty)+.dEOOab{display:none}@-webkit-keyframes quantumWizPaperInputRemoveUnderline{0%{-webkit-transform:scaleX(1);-webkit-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1);opacity:1}to{-webkit-transform:scaleX(1);-webkit-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1);opacity:0}}@keyframes quantumWizPaperInputRemoveUnderline{0%{-webkit-transform:scaleX(1);-webkit-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1);opacity:1}to{-webkit-transform:scaleX(1);-webkit-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1);opacity:0}}@-webkit-keyframes quantumWizPaperInputAddUnderline{0%{-webkit-transform:scaleX(0);-webkit-transform:scaleX(0);-ms-transform:scaleX(0);-o-transform:scaleX(0);transform:scaleX(0)}to{-webkit-transform:scaleX(1);-webkit-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1)}}@keyframes quantumWizPaperInputAddUnderline{0%{-webkit-transform:scaleX(0);-webkit-transform:scaleX(0);-ms-transform:scaleX(0);-o-transform:scaleX(0);transform:scaleX(0)}to{-webkit-transform:scaleX(1);-webkit-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1)}}@media all and (min-width:600px){.njnYzb.DbQnIe .YqLCIe{display:flex;justify-content:space-between}}.njnYzb:first-child .H2p7Gf:first-child .i79UJc{padding-top:8px}@media all and (min-width:600px){.njnYzb.DbQnIe:first-child .H2p7Gf .i79UJc{padding-top:8px}.njnYzb.DbQnIe .H2p7Gf{-webkit-box-flex:1;box-flex:1;-ms-flex-positive:1;-webkit-flex-grow:1;flex-grow:1;margin-right:8px;width:0}.njnYzb.DbQnIe .H2p7Gf:last-child{margin-right:0}}.i79UJc.i79UJc{-webkit-box-sizing:content-box;box-sizing:content-box}.i79UJc{padding-bottom:0;padding-top:24px;width:100%}.i79UJc .oJeWuf.oJeWuf{height:56px;padding-top:0}.i79UJc.OcVpRe .oJeWuf.oJeWuf{height:36px}.i79UJc .Wic03c{-webkit-align-items:center;align-items:center;position:static}.i79UJc .snByac{background-color:transparent;bottom:18px;-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--gm3-sys-color-on-surface-variant,#444746);font-size:16px;font-weight:400;left:8px;max-width:-webkit-calc(100% - (2*8px));max-width:-moz-calc(100% - (2*8px));max-width:calc(100% - (2*8px));overflow:hidden;padding:0 8px;text-overflow:ellipsis;-webkit-transition:transform .15s cubic-bezier(.4,0,.2,1),opacity .15s cubic-bezier(.4,0,.2,1),background-color .15s cubic-bezier(.4,0,.2,1);-o-transition:transform .15s cubic-bezier(.4,0,.2,1),opacity .15s cubic-bezier(.4,0,.2,1),background-color .15s cubic-bezier(.4,0,.2,1);transition:transform .15s cubic-bezier(.4,0,.2,1),opacity .15s cubic-bezier(.4,0,.2,1),background-color .15s cubic-bezier(.4,0,.2,1);white-space:nowrap;width:auto;z-index:1}.i79UJc.OcVpRe .snByac{bottom:10px;color:var(--gm3-sys-color-on-surface-variant,#444746);font-size:14px;left:4px;line-height:16px;padding:0 6px}.i79UJc.u3bW4e .snByac.snByac,.i79UJc.CDELXb .snByac.snByac{background-color:white;background-color:var(--gm3-sys-color-background,white);-webkit-transform:scale(.75) translatey(-41px);-ms-transform:scale(.75) translatey(-41px);-o-transform:scale(.75) translatey(-41px);transform:scale(.75) translatey(-41px)}.i79UJc.OcVpRe.u3bW4e .snByac,.i79UJc.OcVpRe.CDELXb .snByac{-webkit-transform:scale(.75) translatey(-165%);-ms-transform:scale(.75) translatey(-165%);-o-transform:scale(.75) translatey(-165%);transform:scale(.75) translatey(-165%)}.i79UJc .zHQkBf:not([disabled]):focus~.snByac{color:#0b57d0;color:var(--gm3-sys-color-primary,#0b57d0)}.i79UJc.IYewr.u3bW4e .zHQkBf:not([disabled])~.snByac,.i79UJc.IYewr.CDELXb .zHQkBf:not([disabled])~.snByac{color:#b3261e;color:var(--gm3-sys-color-error,#b3261e)}.i79UJc .zHQkBf{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;color:#1f1f1f;color:var(--gm3-sys-color-on-surface,#1f1f1f);font-family:\"Google Sans\",roboto,\"Noto Sans Myanmar UI\",arial,sans-serif;font-size:16px;height:28px;margin:2px;padding:12px 14px;z-index:1}.i79UJc.OcVpRe .zHQkBf{font-size:14px;height:20px;padding:6px 8px}.i79UJc.YKooDc .zHQkBf,.i79UJc.YKooDc .MQL3Ob{direction:ltr;text-align:left}.i79UJc .iHd5yb{padding-left:14px}.i79UJc.OcVpRe .iHd5yb{padding-left:8px}.i79UJc .MQL3Ob{padding-right:14px;z-index:1}.i79UJc.OcVpRe .MQL3Ob{padding-right:8px}.i79UJc .mIZh1c,.i79UJc .cXrdqd{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box}.i79UJc .mIZh1c,.i79UJc .cXrdqd,.i79UJc.IYewr .mIZh1c,.i79UJc.IYewr .cXrdqd{background-color:transparent;bottom:0;height:auto;top:0}.i79UJc .mIZh1c{border:1px solid var(--gm3-sys-color-outline,#747775);padding:1px}.i79UJc .cXrdqd{border:1px solid;border-color:#0b57d0;border-color:var(--gm3-sys-color-primary,#0b57d0);opacity:0;-webkit-transform:none;-ms-transform:none;-o-transform:none;transform:none;-webkit-transition:opacity .15s cubic-bezier(.4,0,.2,1);-o-transition:opacity .15s cubic-bezier(.4,0,.2,1);transition:opacity .15s cubic-bezier(.4,0,.2,1)}.i79UJc.u3bW4e .cXrdqd{border-width:2px;-webkit-animation:none;-o-animation:none;animation:none;opacity:1}.i79UJc.IYewr .cXrdqd{-webkit-animation:none;-o-animation:none;animation:none;opacity:1;border-color:#b3261e;border-color:var(--gm3-sys-color-error,#b3261e)}.i79UJc .ndJi5d,.i79UJc .ovnfwe{pointer-events:auto}.i79UJc .RxsGPe,.i79UJc .Is7Fhb{display:none}.Ly8vae{color:#444746;color:var(--gm3-sys-color-on-surface-variant,#444746);display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-family:\"Google Sans\",roboto,\"Noto Sans Myanmar UI\",arial,sans-serif;font-size:0.75rem;font-weight:400;letter-spacing:0.00625rem;line-height:1.33333333}.Ly8vae:empty,.NdBX9e:empty{display:none}.njnYzb.Jj6Lae .Ly8vae{color:#b3261e;color:var(--gm3-sys-color-error,#b3261e)}.jEOsLc{display:none;margin-right:8px}.JPqhye{height:16px;width:16px}.njnYzb.Jj6Lae .jEOsLc{display:block}.njnYzb .Ly8vae{color:#444746;color:var(--gm3-sys-color-on-surface-variant,#444746);margin-top:4px}.njnYzb .YQOsOe{margin-left:16px}.njnYzb.OcVpRe .YQOsOe{margin-left:10px}.Ekjuhf{color:#444746;color:var(--gm3-sys-color-on-surface-variant,#444746);-webkit-align-items:flex-start;align-items:flex-start;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-family:\"Google Sans\",roboto,\"Noto Sans Myanmar UI\",arial,sans-serif;font-size:0.75rem;font-weight:400;letter-spacing:0.00625rem;line-height:1.33333333;margin-top:2px}.Ekjuhf.Jj6Lae{color:#b3261e;color:var(--gm3-sys-color-error,#b3261e)}.AfGCob{margin-right:8px;margin-top:0px}.xTjuxe{display:block;height:16px;width:16px}.edhGSc{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-tap-highlight-color:transparent;display:inline-block;outline:none;padding-bottom:8px}.RpC4Ne{min-height:1.5em;position:relative;vertical-align:top}.Pc9Gce{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;padding-top:14px}.KHxj8b{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;-webkit-box-flex:1;box-flex:1;-ms-flex-positive:1;-webkit-flex-grow:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;-ms-flex-negative:1;-webkit-flex-shrink:1;flex-shrink:1;background-color:transparent;border:none;display:block;font:400 16px Roboto,RobotoDraft,Helvetica,Arial,sans-serif;height:24px;min-height:24px;line-height:24px;margin:0;outline:none;padding:0;resize:none;white-space:pre-wrap;word-wrap:break-word;z-index:0;overflow-y:visible;overflow-x:hidden}.KHxj8b.VhWN2c{text-align:center}.edhGSc.dm7YTc .KHxj8b{color:rgba(255,255,255,.87)}.edhGSc.u3bW4e.dm7YTc .KHxj8b{color:#fff}.z0oSpf{background-color:rgba(0,0,0,.12);height:1px;left:0;margin:0;padding:0;position:absolute;width:100%}.edhGSc.dm7YTc>.RpC4Ne>.z0oSpf{background-color:rgba(255,255,255,.12)}.Bfurwb{-webkit-transform:scaleX(0);-webkit-transform:scaleX(0);-ms-transform:scaleX(0);-o-transform:scaleX(0);transform:scaleX(0);background-color:#4285f4;height:2px;left:0;margin:0;padding:0;position:absolute;width:100%}.edhGSc.k0tWj>.RpC4Ne>.z0oSpf,.edhGSc.k0tWj>.RpC4Ne>.Bfurwb{background-color:#d50000;height:2px}.edhGSc.k0tWj.dm7YTc>.RpC4Ne>.z0oSpf,.edhGSc.k0tWj.dm7YTc>.RpC4Ne>.Bfurwb{background-color:#ff6e6e}.edhGSc.RDPZE .KHxj8b{color:rgba(0,0,0,.38)}.edhGSc.RDPZE>.RpC4Ne>.z0oSpf{background:none;border-bottom:1px dotted rgba(0,0,0,.38)}.Bfurwb.Y2Zypf{-webkit-animation:quantumWizPaperInputRemoveUnderline .3s cubic-bezier(0.4,0,0.2,1);-webkit-animation:quantumWizPaperInputRemoveUnderline .3s cubic-bezier(0.4,0,0.2,1);-o-animation:quantumWizPaperInputRemoveUnderline .3s cubic-bezier(0.4,0,0.2,1);animation:quantumWizPaperInputRemoveUnderline .3s cubic-bezier(0.4,0,0.2,1)}.edhGSc.u3bW4e>.RpC4Ne>.Bfurwb{-webkit-animation:quantumWizPaperInputAddUnderline .3s cubic-bezier(0.4,0,0.2,1);-webkit-animation:quantumWizPaperInputAddUnderline .3s cubic-bezier(0.4,0,0.2,1);-o-animation:quantumWizPaperInputAddUnderline .3s cubic-bezier(0.4,0,0.2,1);animation:quantumWizPaperInputAddUnderline .3s cubic-bezier(0.4,0,0.2,1);-webkit-transform:scaleX(1);-webkit-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1)}.edhGSc.FPYHkb>.RpC4Ne{padding-top:24px}.fqp6hd{-webkit-transform-origin:top left;-webkit-transform-origin:top left;-ms-transform-origin:top left;-o-transform-origin:top left;transform-origin:top left;-webkit-transform:translate(0,-22px);-webkit-transform:translate(0,-22px);-ms-transform:translate(0,-22px);-o-transform:translate(0,-22px);transform:translate(0,-22px);-webkit-transition:all .3s cubic-bezier(0.4,0,0.2,1);-webkit-transition:all .3s cubic-bezier(0.4,0,0.2,1);-o-transition:all .3s cubic-bezier(0.4,0,0.2,1);transition:all .3s cubic-bezier(0.4,0,0.2,1);-webkit-transition-property:color,top,-webkit-transform;-webkit-transition-property:color,top,-webkit-transform;-o-transition-property:color,top,-webkit-transform;transition-property:color,top,-webkit-transform;-webkit-transition-property:color,top,transform;-o-transition-property:color,top,transform;transition-property:color,top,transform;-webkit-transition-property:color,top,transform,-webkit-transform;-o-transition-property:color,top,transform,-webkit-transform;transition-property:color,top,transform,-webkit-transform;color:rgba(0,0,0,.38);font:400 16px Roboto,RobotoDraft,Helvetica,Arial,sans-serif;font-size:16px;pointer-events:none;position:absolute;top:100%;width:100%}.edhGSc.u3bW4e>.RpC4Ne>.fqp6hd,.edhGSc.CDELXb>.RpC4Ne>.fqp6hd,.edhGSc.LydCob .fqp6hd{-webkit-transform:scale(0.75);-webkit-transform:scale(0.75);-ms-transform:scale(0.75);-o-transform:scale(0.75);transform:scale(0.75);top:16px}.edhGSc.dm7YTc>.RpC4Ne>.fqp6hd{color:rgba(255,255,255,.38)}.edhGSc.u3bW4e>.RpC4Ne>.fqp6hd,.edhGSc.u3bW4e.dm7YTc>.RpC4Ne>.fqp6hd{color:#4285f4}.F1pOBe{color:rgba(0,0,0,.38);font:400 16px Roboto,RobotoDraft,Helvetica,Arial,sans-serif;max-width:100%;overflow:hidden;pointer-events:none;position:absolute;bottom:3px;text-overflow:ellipsis;white-space:nowrap}.edhGSc.dm7YTc .F1pOBe{color:rgba(255,255,255,.38)}.edhGSc.CDELXb>.RpC4Ne>.F1pOBe{display:none}.S1BUyf{-webkit-tap-highlight-color:transparent;font:400 12px Roboto,RobotoDraft,Helvetica,Arial,sans-serif;height:16px;margin-left:auto;padding-left:16px;padding-top:8px;pointer-events:none;text-align:right;color:rgba(0,0,0,.38);white-space:nowrap}.edhGSc.dm7YTc>.S1BUyf{color:rgba(255,255,255,.38)}.edhGSc.wrxyb{padding-bottom:4px}.v6odTb,.YElZX:not(:empty){-webkit-tap-highlight-color:transparent;-webkit-box-flex:1;-webkit-flex:1 1 auto;-moz-box-flex:1;-ms-flex:1 1 auto;-webkit-box-flex:1 1 auto;-moz-box-flex:1 1 auto;-ms-flex:1 1 auto;-webkit-flex:1 1 auto;flex:1 1 auto;font:400 12px Roboto,RobotoDraft,Helvetica,Arial,sans-serif;min-height:16px;padding-top:8px}.edhGSc.wrxyb .jE8NUc{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.YElZX{pointer-events:none}.v6odTb{color:#d50000}.edhGSc.dm7YTc .v6odTb{color:#ff6e6e}.YElZX{opacity:.3}.edhGSc.k0tWj .YElZX,.edhGSc:not(.k0tWj) .YElZX:not(:empty)+.v6odTb{display:none}@-webkit-keyframes quantumWizPaperInputRemoveUnderline{0%{-webkit-transform:scaleX(1);-webkit-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1);opacity:1}to{-webkit-transform:scaleX(1);-webkit-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1);opacity:0}}@keyframes quantumWizPaperInputRemoveUnderline{0%{-webkit-transform:scaleX(1);-webkit-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1);opacity:1}to{-webkit-transform:scaleX(1);-webkit-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1);opacity:0}}@-webkit-keyframes quantumWizPaperInputAddUnderline{0%{-webkit-transform:scaleX(0);-webkit-transform:scaleX(0);-ms-transform:scaleX(0);-o-transform:scaleX(0);transform:scaleX(0)}to{-webkit-transform:scaleX(1);-webkit-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1)}}@keyframes quantumWizPaperInputAddUnderline{0%{-webkit-transform:scaleX(0);-webkit-transform:scaleX(0);-ms-transform:scaleX(0);-o-transform:scaleX(0);transform:scaleX(0)}to{-webkit-transform:scaleX(1);-webkit-transform:scaleX(1);-ms-transform:scaleX(1);-o-transform:scaleX(1);transform:scaleX(1)}}.X3mtXb{-webkit-box-sizing:content-box;box-sizing:content-box}.FAiUob,.X3mtXb{display:block;padding:16px 0 0;width:100%}.AFTWye.OcVpRe .X3mtXb,.AFTWye.OcVpRe .FAiUob{padding:24px 0 0;padding-bottom:0}:first-child>.X3mtXb,:first-child>.FAiUob,:first-child.OcVpRe>.X3mtXb,:first-child.OcVpRe>.FAiUob{padding:8px 0 0}.AFTWye .X3mtXb .oJeWuf{height:56px;padding-top:0}.AFTWye.OcVpRe .X3mtXb .oJeWuf{height:36px}.X3mtXb .Wic03c{-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:static;top:0}.X3mtXb .snByac{background:white;background:var(--gm3-sys-color-background,white);color:#444746;color:var(--gm3-sys-color-on-surface-variant,#444746);bottom:17px;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:16px;font-weight:400;left:8px;max-width:calc(100% - 16px);overflow:hidden;padding:0 8px;text-overflow:ellipsis;-webkit-transition:opacity .15s cubic-bezier(.4,0,.2,1),-webkit-transform .15s cubic-bezier(.4,0,.2,1);transition:opacity .15s cubic-bezier(.4,0,.2,1),-webkit-transform .15s cubic-bezier(.4,0,.2,1);-o-transition:opacity .15s cubic-bezier(.4,0,.2,1),-o-transform .15s cubic-bezier(.4,0,.2,1);transition:transform .15s cubic-bezier(.4,0,.2,1),opacity .15s cubic-bezier(.4,0,.2,1);transition:transform .15s cubic-bezier(.4,0,.2,1),opacity .15s cubic-bezier(.4,0,.2,1),-webkit-transform .15s cubic-bezier(.4,0,.2,1),-o-transform .15s cubic-bezier(.4,0,.2,1);white-space:nowrap;width:auto;z-index:1}.X3mtXb.IYewr.u3bW4e .zHQkBf:not([disabled])~.snByac{color:#b3261e;color:var(--gm3-sys-color-error,#b3261e)}.AFTWye.OcVpRe .X3mtXb .snByac{color:#444746;color:var(--gm3-sys-color-on-surface-variant,#444746);bottom:9px;font-size:14px;left:4px;line-height:16px;padding:0 6px}.AFTWye.OcVpRe .u3bW4e .snByac,.AFTWye.OcVpRe .CDELXb .snByac{-webkit-transform:scale(.75) translateY(-155%);-ms-transform:scale(.75) translateY(-155%);-o-transform:scale(.75) translateY(-155%);transform:scale(.75) translateY(-155%)}.X3mtXb .ndJi5d{top:inherit}.X3mtXb .ndJi5d,.X3mtXb .ovnfwe{pointer-events:auto}.X3mtXb .Is7Fhb,.X3mtXb .RxsGPe{font-family:\"Google Sans\",roboto,\"Noto Sans Myanmar UI\",arial,sans-serif;font-size:0.75rem;font-weight:400;letter-spacing:0.00625rem;line-height:1.33333333;opacity:1;padding-top:4px}.AFTWye .Is7Fhb{color:var(--gm3-sys-color-on-surface-variant,#444746);margin-left:16px}.AFTWye.OcVpRe .Is7Fhb{margin-left:10px}.X3mtXb .RxsGPe{color:#b3261e;color:var(--gm3-sys-color-error,#b3261e)}.X3mtXb .Is7Fhb:empty,.X3mtXb .RxsGPe:empty{display:none}.X3mtXb .zHQkBf{border-radius:4px;color:#1f1f1f;color:var(--gm3-sys-color-on-surface,#1f1f1f);font-family:\"Google Sans\",roboto,\"Noto Sans Myanmar UI\",arial,sans-serif;font-size:16px;height:28px;margin:1px 1px 0 1px;padding:13px 15px;width:100%;z-index:1}.X3mtXb.u3bW4e .zHQkBf,.X3mtXb.IYewr .zHQkBf{margin:2px 2px 0 2px;padding:12px 14px}.AFTWye.OcVpRe .X3mtXb .zHQkBf{font-size:14px;height:20px;padding:7px 9px}.AFTWye.OcVpRe .u3bW4e .zHQkBf,.AFTWye.OcVpRe .IYewr .zHQkBf{height:20px;padding:6px 8px}.UOsO2 .Wic03c,.UOsO2 .zHQkBf,.UOsO2 .iHd5yb,.UOsO2 .MQL3Ob{direction:ltr;text-align:left}.UOsO2 .Wic03c .snByac{direction:ltr}.X3mtXb .iHd5yb{padding-left:15px}.X3mtXb.u3bW4e .iHd5yb{padding-left:14px}.X3mtXb .MQL3Ob{padding-right:15px;z-index:1}.X3mtXb.u3bW4e .MQL3Ob{padding-right:15px}.AFTWye.OcVpRe .X3mtXb .iHd5yb{padding-left:9px}.AFTWye.OcVpRe .X3mtXb.u3bW4e .iHd5yb{padding-left:8px}.AFTWye.OcVpRe .X3mtXb .MQL3Ob,.AFTWye.OcVpRe .X3mtXb.u3bW4e .MQL3Ob{padding-right:9px}.X3mtXb .AxOyFc{font-family:\"Google Sans\",roboto,\"Noto Sans Myanmar UI\",arial,sans-serif}.X3mtXb .whsOnd:not([disabled]):focus~.AxOyFc{color:#0b57d0;color:var(--gm3-sys-color-primary,#0b57d0)}.X3mtXb .mIZh1c{border:1px solid var(--gm3-sys-color-outline,#747775);border-radius:4px;bottom:0;-webkit-box-sizing:border-box;box-sizing:border-box}.X3mtXb .cXrdqd{border-radius:4px;bottom:0;opacity:0;-webkit-transform:none;-ms-transform:none;-o-transform:none;transform:none;-webkit-transition:opacity .15s cubic-bezier(.4,0,.2,1);-o-transition:opacity .15s cubic-bezier(.4,0,.2,1);transition:opacity .15s cubic-bezier(.4,0,.2,1);width:calc(100% - 4px)}.X3mtXb .mIZh1c,.X3mtXb .cXrdqd,.X3mtXb.IYewr .mIZh1c,.X3mtXb.IYewr .cXrdqd{background-color:transparent}.X3mtXb .mIZh1c,.X3mtXb.k0tWj .mIZh1c{height:100%}.X3mtXb.IYewr .cXrdqd{height:calc(100% - 2px);width:calc(100% - 2px)}.X3mtXb .cXrdqd,.X3mtXb.IYewr.u3bW4e .cXrdqd{height:calc(100% - 4px);width:calc(100% - 4px)}.X3mtXb.u3bW4e .cXrdqd,.X3mtXb.IYewr .cXrdqd{-webkit-animation:none;animation:none;opacity:1}.X3mtXb.u3bW4e .cXrdqd{border:2px solid;border-color:#0b57d0;border-color:var(--gm3-sys-color-primary,#0b57d0)}.X3mtXb.IYewr.u3bW4e .cXrdqd{border-width:2px}.X3mtXb.IYewr .cXrdqd{border:1px solid;border-color:#b3261e;border-color:var(--gm3-sys-color-error,#b3261e)}.X3mtXb.IYewr.CDELXb .snByac{color:#b3261e;color:var(--gm3-sys-color-error,#b3261e)}.X3mtXb .zHQkBf[disabled]{color:#1f1f1f;color:var(--gm3-sys-color-on-surface,#1f1f1f);opacity:0.38}.FAiUob .mIZh1c{background-color:var(--gm3-sys-color-outline,#747775)}.FAiUob .cXrdqd{background-color:#0b57d0;background-color:var(--gm3-sys-color-primary,#0b57d0)}.FAiUob .snByac{color:#444746;color:var(--gm3-sys-color-on-surface-variant,#444746)}.FAiUob.u3bW4e .snByac.snByac{color:#0b57d0;color:var(--gm3-sys-color-primary,#0b57d0)}.Em2Ord{margin:16px 0;outline:none}.Em2Ord+.Em2Ord{margin-top:24px}.Em2Ord:first-child{margin-top:0}.Em2Ord:last-child{margin-bottom:0}.PsAlOe{border-radius:8px;padding:16px}.PsAlOe>:first-child{margin-top:0}.PsAlOe>:last-child{margin-bottom:0}.PsAlOe .x9zgF{color:#1f1f1f;color:var(--gm3-sys-color-on-surface,#1f1f1f);font-family:\"Google Sans\",roboto,\"Noto Sans Myanmar UI\",arial,sans-serif;font-size:1rem;font-weight:500;letter-spacing:0rem;line-height:1.5}.PsAlOe.sj692e .x9zgF,.PsAlOe.sj692e .yTaH4c{color:#041e49;color:var(--gm3-sys-color-on-primary-container,#041e49)}.PsAlOe.Xq8bDe .x9zgF,.PsAlOe.Xq8bDe .yTaH4c{color:#410e0b;color:var(--gm3-sys-color-on-error-container,#410e0b)}.PsAlOe.rNe0id .x9zgF,.PsAlOe.rNe0id .yTaH4c{color:#421f00}.PsAlOe .yTaH4c{color:#1f1f1f;color:var(--gm3-sys-color-on-surface,#1f1f1f)}.PsAlOe.YFdWic .vYeFie,.PsAlOe.YFdWic .yTaH4c{margin-left:64px;width:calc(100% - 48px - 16px)}.PsAlOe.YFdWic .yTaH4c{color:#444746;color:var(--gm3-sys-color-on-surface-variant,#444746);margin-top:4px}.PsAlOe.YFdWic:not(.S7S4N) .vYeFie{margin-left:0;width:0}.PsAlOe:not(.S7S4N)>.yTaH4c{margin-top:0}.PsAlOe.sj692e{background:#d3e3fd;background:var(--gm3-sys-color-primary-container,#d3e3fd)}.PsAlOe.Xq8bDe{background:#f9dedc;background:var(--gm3-sys-color-error-container,#f9dedc)}.PsAlOe.rNe0id{background:#fff0d1}.PsAlOe.YFdWic{background:#1b1b1b;background:var(--gm3-sys-color-surface-container-low,#f8fafd);min-height:80px;position:relative}.PsAlOe.YFdWic .x9zgF{color:#1f1f1f;color:var(--gm3-sys-color-on-surface,#1f1f1f)}.PsAlOe.YFdWic .yTaH4c{color:#444746;color:var(--gm3-sys-color-on-surface-variant,#444746)}.PsAlOe:not(.S7S4N){display:-webkit-box;display:-webkit-flex;display:flex}.Em2Ord.eLNT1d{display:none}.Em2Ord.RDPZE{opacity:.5;pointer-events:none}.Em2Ord.RDPZE .Em2Ord.RDPZE{opacity:1}.se0rCf{background-color:#1b1b1b;background-color:var(--gm3-sys-color-surface-container-low,#f8fafd);border-radius:28px;padding:16px}.se0rCf .x9zgF{color:#1f1f1f;color:var(--gm3-sys-color-on-surface,#1f1f1f)}.se0rCf .yTaH4c{color:#444746;color:var(--gm3-sys-color-on-surface-variant,#444746)}.se0rCf .X3mtXb .snByac,.se0rCf.Em2Ord .i79UJc .snByac{background-color:#1b1b1b;background-color:var(--gm3-sys-color-surface-container-low,#f8fafd)}.se0rCf .SgHwWb{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;margin-top:16px}.se0rCf .SgHwWb .BqKGqe{margin-bottom:0;margin-top:0}.nn7x3d{border-bottom:1px solid #c4c7c5;border-bottom:1px solid var(--gm3-sys-color-outline-variant,#c4c7c5);display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column}.nn7x3d .V9RXW .rBUW7e{border-bottom:0}.nn7x3d .nn7x3d:last-child{border-bottom:0}.dwkQ3b:not(.jVwmLb){border-bottom:0}.nn7x3d .nn7x3d:last-child .ozEFYb{padding-bottom:0}.nn7x3d.dwkQ3b{border-bottom:0}.vYeFie:empty,.osxBFb:empty{display:none}.vYeFie>:first-child{margin-top:0;padding-top:0}.vYeFie>:last-child{margin-bottom:0;padding-bottom:0}.LwQQGe{margin:0 0 8px}.nn7x3d[data-expand-type=\"1\"] .ozEFYb,.Em2Ord[data-expand-type=\"1\"] .HKEKLe{cursor:pointer}.nn7x3d .ozEFYb{padding-bottom:16px}.x9zgF{-webkit-box-align:center;-webkit-align-items:center;align-items:center;color:#1f1f1f;color:var(--gm3-sys-color-on-surface,#1f1f1f);display:-webkit-box;display:-webkit-flex;display:flex;font-family:\"Google Sans\",roboto,\"Noto Sans Myanmar UI\",arial,sans-serif;font-size:1.25rem;font-weight:400;letter-spacing:0rem;line-height:1.2;margin-top:0;margin-bottom:0;padding:0}.Em2Ord.S7S4N .Em2Ord:not(.nn7x3d) .x9zgF{font-family:\"Google Sans\",roboto,\"Noto Sans Myanmar UI\",arial,sans-serif;font-size:1rem;font-weight:500;letter-spacing:0rem;line-height:1.5}.nn7x3d.u3bW4e .x9zgF{position:relative}.nn7x3d[data-expand-type=\"1\"].u3bW4e .x9zgF:after{background:#0b57d0;background:var(--gm3-sys-color-primary,#0b57d0);border-radius:8px;bottom:-4px;content:\"\";left:-8px;position:absolute;opacity:0.1;right:-8px;top:-4px;z-index:-1}.HKEKLe{background:none;border:none;color:inherit;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;font:inherit;margin:0;outline:0;padding:0;text-align:inherit}.HKEKLe::-moz-focus-inner{border:0}.HKEKLe [jsslot]{position:relative}.MI3XC{margin-left:16px}.MI3XC .aHWa4d{-webkit-box-align:center;-webkit-align-items:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:flex;height:24px;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-transition:-webkit-transform 0.2s cubic-bezier(0.4,0,0.2,1);transition:-webkit-transform 0.2s cubic-bezier(0.4,0,0.2,1);-o-transition:-o-transform 0.2s cubic-bezier(0.4,0,0.2,1);transition:transform 0.2s cubic-bezier(0.4,0,0.2,1);transition:transform 0.2s cubic-bezier(0.4,0,0.2,1),-webkit-transform 0.2s cubic-bezier(0.4,0,0.2,1),-o-transform 0.2s cubic-bezier(0.4,0,0.2,1);width:24px}.nn7x3d .MI3XC,.nn7x3d .HKEKLe,.nn7x3d .CuWxc{pointer-events:none}.nn7x3d.jVwmLb .aHWa4d{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);-o-transform:rotate(-180deg);transform:rotate(-180deg)}.CuWxc{color:var(--gm3-sys-color-on-surface-variant,#444746);-webkit-flex-shrink:0;flex-shrink:0;height:20px;margin-right:16px;width:20px}.CuWxc .C3qbwe{height:100%;width:100%}.PsAlOe .CuWxc{margin-top:0}.PsAlOe.sj692e .CuWxc{color:#0b57d0;color:var(--gm3-sys-color-primary,#0b57d0)}.PsAlOe.Xq8bDe .CuWxc{color:#b3261e;color:var(--gm3-sys-color-error,#b3261e)}.PsAlOe.rNe0id .CuWxc{color:#f09d00}.PsAlOe.YFdWic .CuWxc{height:48px;left:16px;position:absolute;top:16px;width:48px}.osxBFb{color:#444746;color:var(--gm3-sys-color-on-surface-variant,#444746);font-size:0.875rem;font-weight:400;line-height:1.42857143;margin-top:8px}.vYeFie:empty+.yTaH4c{margin-top:0}.yTaH4c{margin-bottom:16px;margin-top:10px}.se0rCf .yTaH4c{margin-bottom:0;margin-top:16px}.yTaH4c:only-child{margin-bottom:0;margin-top:0}.nn7x3d .yTaH4c{margin-top:0;overflow:hidden;-webkit-transition:0.2s cubic-bezier(0.4,0,0.2,1);-o-transition:0.2s cubic-bezier(0.4,0,0.2,1);transition:0.2s cubic-bezier(0.4,0,0.2,1)}.nn7x3d.jVwmLb .yTaH4c{margin-bottom:0;margin-top:0;max-height:0;opacity:0;visibility:hidden}.yTaH4c>[jsslot]>:first-child:not(.PsAlOe){margin-top:0;padding-top:0}.yTaH4c>[jsslot]>:last-child:not(.PsAlOe){margin-bottom:0;padding-bottom:0}.kvM7xe{margin-bottom:-12px}.kvM7xe{-webkit-align-self:center;align-self:center;margin-bottom:0}.g0ndYb{border-bottom:1px solid #c4c7c5;border-bottom:1px solid var(--gm3-sys-color-outline-variant,#c4c7c5);display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;height:0;margin-top:12px}.VXMllb{background-color:white;background-color:var(--gm3-sys-color-background,white);display:-webkit-box;display:-webkit-flex;display:flex;height:24px;margin-top:-12px}.dwkQ3b:not(.jVwmLb) .g0ndYb{display:none}html[dir=rtl] .giSqbe{-webkit-transform:scaleX(-1);-webkit-transform:scaleX(-1);-ms-transform:scaleX(-1);-o-transform:scaleX(-1);transform:scaleX(-1)}.NZp2ef{background-color:#e8eaed}.EY8ABd{z-index:2101}.EY8ABd .VfPpkd-z59Tgd{background-color:#3c4043;color:#e8eaed}.EY8ABd .VfPpkd-MlC99b,.EY8ABd .VfPpkd-IqDDtd{color:#3c4043}.EY8ABd .VfPpkd-IqDDtd-hSRGPd{color:#1a73e8}.EY8ABd.VfPpkd-suEOdc-OWXEXe-nzrxxc .VfPpkd-z59Tgd,.EY8ABd.VfPpkd-suEOdc-OWXEXe-nzrxxc .VfPpkd-Djsh7e-XxIAqe-ma6Yeb,.EY8ABd.VfPpkd-suEOdc-OWXEXe-nzrxxc .VfPpkd-Djsh7e-XxIAqe-cGMI2b{background-color:#fff}.EY8ABd.VfPpkd-suEOdc-OWXEXe-nzrxxc .VfPpkd-MlC99b{font-family:\"Google Sans\",Roboto,Arial,sans-serif;line-height:1.25rem;font-size:.875rem;letter-spacing:.0178571429em;font-weight:500}.EY8ABd.VfPpkd-suEOdc-OWXEXe-nzrxxc .VfPpkd-z59Tgd{-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px}.ziykHb{z-index:2101}.ziykHb .VfPpkd-z59Tgd{background-color:#3c4043;color:#e8eaed}.ziykHb .VfPpkd-MlC99b,.ziykHb .VfPpkd-IqDDtd{color:#3c4043}.ziykHb .VfPpkd-IqDDtd-hSRGPd{color:#1a73e8}.ziykHb.VfPpkd-suEOdc-OWXEXe-nzrxxc .VfPpkd-z59Tgd,.ziykHb.VfPpkd-suEOdc-OWXEXe-nzrxxc .VfPpkd-Djsh7e-XxIAqe-ma6Yeb,.ziykHb.VfPpkd-suEOdc-OWXEXe-nzrxxc .VfPpkd-Djsh7e-XxIAqe-cGMI2b{background-color:#fff}.ziykHb.VfPpkd-suEOdc-OWXEXe-nzrxxc .VfPpkd-MlC99b{font-family:\"Google Sans\",Roboto,Arial,sans-serif;line-height:1.25rem;font-size:.875rem;letter-spacing:.0178571429em;font-weight:500}.ziykHb.VfPpkd-suEOdc-OWXEXe-nzrxxc .VfPpkd-z59Tgd{-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px}.EY8ABd-OWXEXe-TAWMXe{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}@-webkit-keyframes primary-indeterminate-translate{0%{-webkit-transform:translateX(-145.166611%);-webkit-transform:translateX(-145.166611%);-ms-transform:translateX(-145.166611%);-o-transform:translateX(-145.166611%);transform:translateX(-145.166611%)}20%{-webkit-animation-timing-function:cubic-bezier(0.5,0,0.701732,0.495819);-webkit-animation-timing-function:cubic-bezier(0.5,0,0.701732,0.495819);-o-animation-timing-function:cubic-bezier(0.5,0,0.701732,0.495819);animation-timing-function:cubic-bezier(0.5,0,0.701732,0.495819);-webkit-transform:translateX(-145.166611%);-webkit-transform:translateX(-145.166611%);-ms-transform:translateX(-145.166611%);-o-transform:translateX(-145.166611%);transform:translateX(-145.166611%)}59.15%{-webkit-animation-timing-function:cubic-bezier(0.302435,0.381352,0.55,0.956352);-webkit-animation-timing-function:cubic-bezier(0.302435,0.381352,0.55,0.956352);-o-animation-timing-function:cubic-bezier(0.302435,0.381352,0.55,0.956352);animation-timing-function:cubic-bezier(0.302435,0.381352,0.55,0.956352);-webkit-transform:translateX(-61.495191%);-webkit-transform:translateX(-61.495191%);-ms-transform:translateX(-61.495191%);-o-transform:translateX(-61.495191%);transform:translateX(-61.495191%)}to{-webkit-transform:translateX(55.444446%);-webkit-transform:translateX(55.444446%);-ms-transform:translateX(55.444446%);-o-transform:translateX(55.444446%);transform:translateX(55.444446%)}}@keyframes primary-indeterminate-translate{0%{-webkit-transform:translateX(-145.166611%);-webkit-transform:translateX(-145.166611%);-ms-transform:translateX(-145.166611%);-o-transform:translateX(-145.166611%);transform:translateX(-145.166611%)}20%{-webkit-animation-timing-function:cubic-bezier(0.5,0,0.701732,0.495819);-webkit-animation-timing-function:cubic-bezier(0.5,0,0.701732,0.495819);-o-animation-timing-function:cubic-bezier(0.5,0,0.701732,0.495819);animation-timing-function:cubic-bezier(0.5,0,0.701732,0.495819);-webkit-transform:translateX(-145.166611%);-webkit-transform:translateX(-145.166611%);-ms-transform:translateX(-145.166611%);-o-transform:translateX(-145.166611%);transform:translateX(-145.166611%)}59.15%{-webkit-animation-timing-function:cubic-bezier(0.302435,0.381352,0.55,0.956352);-webkit-animation-timing-function:cubic-bezier(0.302435,0.381352,0.55,0.956352);-o-animation-timing-function:cubic-bezier(0.302435,0.381352,0.55,0.956352);animation-timing-function:cubic-bezier(0.302435,0.381352,0.55,0.956352);-webkit-transform:translateX(-61.495191%);-webkit-transform:translateX(-61.495191%);-ms-transform:translateX(-61.495191%);-o-transform:translateX(-61.495191%);transform:translateX(-61.495191%)}to{-webkit-transform:translateX(55.444446%);-webkit-transform:translateX(55.444446%);-ms-transform:translateX(55.444446%);-o-transform:translateX(55.444446%);transform:translateX(55.444446%)}}@-webkit-keyframes primary-indeterminate-translate-reverse{0%{-webkit-transform:translateX(145.166611%);-webkit-transform:translateX(145.166611%);-ms-transform:translateX(145.166611%);-o-transform:translateX(145.166611%);transform:translateX(145.166611%)}20%{-webkit-animation-timing-function:cubic-bezier(0.5,0,0.701732,0.495819);-webkit-animation-timing-function:cubic-bezier(0.5,0,0.701732,0.495819);-o-animation-timing-function:cubic-bezier(0.5,0,0.701732,0.495819);animation-timing-function:cubic-bezier(0.5,0,0.701732,0.495819);-webkit-transform:translateX(145.166611%);-webkit-transform:translateX(145.166611%);-ms-transform:translateX(145.166611%);-o-transform:translateX(145.166611%);transform:translateX(145.166611%)}59.15%{-webkit-animation-timing-function:cubic-bezier(0.302435,0.381352,0.55,0.956352);-webkit-animation-timing-function:cubic-bezier(0.302435,0.381352,0.55,0.956352);-o-animation-timing-function:cubic-bezier(0.302435,0.381352,0.55,0.956352);animation-timing-function:cubic-bezier(0.302435,0.381352,0.55,0.956352);-webkit-transform:translateX(61.495191%);-webkit-transform:translateX(61.495191%);-ms-transform:translateX(61.495191%);-o-transform:translateX(61.495191%);transform:translateX(61.495191%)}to{-webkit-transform:translateX(-55.4444461%);-webkit-transform:translateX(-55.4444461%);-ms-transform:translateX(-55.4444461%);-o-transform:translateX(-55.4444461%);transform:translateX(-55.4444461%)}}@keyframes primary-indeterminate-translate-reverse{0%{-webkit-transform:translateX(145.166611%);-webkit-transform:translateX(145.166611%);-ms-transform:translateX(145.166611%);-o-transform:translateX(145.166611%);transform:translateX(145.166611%)}20%{-webkit-animation-timing-function:cubic-bezier(0.5,0,0.701732,0.495819);-webkit-animation-timing-function:cubic-bezier(0.5,0,0.701732,0.495819);-o-animation-timing-function:cubic-bezier(0.5,0,0.701732,0.495819);animation-timing-function:cubic-bezier(0.5,0,0.701732,0.495819);-webkit-transform:translateX(145.166611%);-webkit-transform:translateX(145.166611%);-ms-transform:translateX(145.166611%);-o-transform:translateX(145.166611%);transform:translateX(145.166611%)}59.15%{-webkit-animation-timing-function:cubic-bezier(0.302435,0.381352,0.55,0.956352);-webkit-animation-timing-function:cubic-bezier(0.302435,0.381352,0.55,0.956352);-o-animation-timing-function:cubic-bezier(0.302435,0.381352,0.55,0.956352);animation-timing-function:cubic-bezier(0.302435,0.381352,0.55,0.956352);-webkit-transform:translateX(61.495191%);-webkit-transform:translateX(61.495191%);-ms-transform:translateX(61.495191%);-o-transform:translateX(61.495191%);transform:translateX(61.495191%)}to{-webkit-transform:translateX(-55.4444461%);-webkit-transform:translateX(-55.4444461%);-ms-transform:translateX(-55.4444461%);-o-transform:translateX(-55.4444461%);transform:translateX(-55.4444461%)}}@-webkit-keyframes primary-indeterminate-scale{0%{-webkit-transform:scaleX(0.08);-webkit-transform:scaleX(0.08);-ms-transform:scaleX(0.08);-o-transform:scaleX(0.08);transform:scaleX(0.08)}36.65%{-webkit-animation-timing-function:cubic-bezier(0.334731,0.12482,0.785844,1);-webkit-animation-timing-function:cubic-bezier(0.334731,0.12482,0.785844,1);-o-animation-timing-function:cubic-bezier(0.334731,0.12482,0.785844,1);animation-timing-function:cubic-bezier(0.334731,0.12482,0.785844,1);-webkit-transform:scaleX(0.08);-webkit-transform:scaleX(0.08);-ms-transform:scaleX(0.08);-o-transform:scaleX(0.08);transform:scaleX(0.08)}69.15%{-webkit-animation-timing-function:cubic-bezier(0.06,0.11,0.6,1);-webkit-animation-timing-function:cubic-bezier(0.06,0.11,0.6,1);-o-animation-timing-function:cubic-bezier(0.06,0.11,0.6,1);animation-timing-function:cubic-bezier(0.06,0.11,0.6,1);-webkit-transform:scaleX(0.661479);-webkit-transform:scaleX(0.661479);-ms-transform:scaleX(0.661479);-o-transform:scaleX(0.661479);transform:scaleX(0.661479)}to{-webkit-transform:scaleX(0.08);-webkit-transform:scaleX(0.08);-ms-transform:scaleX(0.08);-o-transform:scaleX(0.08);transform:scaleX(0.08)}}@keyframes primary-indeterminate-scale{0%{-webkit-transform:scaleX(0.08);-webkit-transform:scaleX(0.08);-ms-transform:scaleX(0.08);-o-transform:scaleX(0.08);transform:scaleX(0.08)}36.65%{-webkit-animation-timing-function:cubic-bezier(0.334731,0.12482,0.785844,1);-webkit-animation-timing-function:cubic-bezier(0.334731,0.12482,0.785844,1);-o-animation-timing-function:cubic-bezier(0.334731,0.12482,0.785844,1);animation-timing-function:cubic-bezier(0.334731,0.12482,0.785844,1);-webkit-transform:scaleX(0.08);-webkit-transform:scaleX(0.08);-ms-transform:scaleX(0.08);-o-transform:scaleX(0.08);transform:scaleX(0.08)}69.15%{-webkit-animation-timing-function:cubic-bezier(0.06,0.11,0.6,1);-webkit-animation-timing-function:cubic-bezier(0.06,0.11,0.6,1);-o-animation-timing-function:cubic-bezier(0.06,0.11,0.6,1);animation-timing-function:cubic-bezier(0.06,0.11,0.6,1);-webkit-transform:scaleX(0.661479);-webkit-transform:scaleX(0.661479);-ms-transform:scaleX(0.661479);-o-transform:scaleX(0.661479);transform:scaleX(0.661479)}to{-webkit-transform:scaleX(0.08);-webkit-transform:scaleX(0.08);-ms-transform:scaleX(0.08);-o-transform:scaleX(0.08);transform:scaleX(0.08)}}@-webkit-keyframes auxiliary-indeterminate-translate{0%{-webkit-animation-timing-function:cubic-bezier(0.15,0,0.515058,0.409685);-webkit-animation-timing-function:cubic-bezier(0.15,0,0.515058,0.409685);-o-animation-timing-function:cubic-bezier(0.15,0,0.515058,0.409685);animation-timing-function:cubic-bezier(0.15,0,0.515058,0.409685);-webkit-transform:translateX(-54.888891%);-webkit-transform:translateX(-54.888891%);-ms-transform:translateX(-54.888891%);-o-transform:translateX(-54.888891%);transform:translateX(-54.888891%)}25%{-webkit-animation-timing-function:cubic-bezier(0.31033,0.284058,0.8,0.733712);-webkit-animation-timing-function:cubic-bezier(0.31033,0.284058,0.8,0.733712);-o-animation-timing-function:cubic-bezier(0.31033,0.284058,0.8,0.733712);animation-timing-function:cubic-bezier(0.31033,0.284058,0.8,0.733712);-webkit-transform:translateX(-17.236978%);-webkit-transform:translateX(-17.236978%);-ms-transform:translateX(-17.236978%);-o-transform:translateX(-17.236978%);transform:translateX(-17.236978%)}48.35%{-webkit-animation-timing-function:cubic-bezier(0.4,0.627035,0.6,0.902026);-webkit-animation-timing-function:cubic-bezier(0.4,0.627035,0.6,0.902026);-o-animation-timing-function:cubic-bezier(0.4,0.627035,0.6,0.902026);animation-timing-function:cubic-bezier(0.4,0.627035,0.6,0.902026);-webkit-transform:translateX(29.497274%);-webkit-transform:translateX(29.497274%);-ms-transform:translateX(29.497274%);-o-transform:translateX(29.497274%);transform:translateX(29.497274%)}to{-webkit-transform:translateX(105.388891%);-webkit-transform:translateX(105.388891%);-ms-transform:translateX(105.388891%);-o-transform:translateX(105.388891%);transform:translateX(105.388891%)}}@keyframes auxiliary-indeterminate-translate{0%{-webkit-animation-timing-function:cubic-bezier(0.15,0,0.515058,0.409685);-webkit-animation-timing-function:cubic-bezier(0.15,0,0.515058,0.409685);-o-animation-timing-function:cubic-bezier(0.15,0,0.515058,0.409685);animation-timing-function:cubic-bezier(0.15,0,0.515058,0.409685);-webkit-transform:translateX(-54.888891%);-webkit-transform:translateX(-54.888891%);-ms-transform:translateX(-54.888891%);-o-transform:translateX(-54.888891%);transform:translateX(-54.888891%)}25%{-webkit-animation-timing-function:cubic-bezier(0.31033,0.284058,0.8,0.733712);-webkit-animation-timing-function:cubic-bezier(0.31033,0.284058,0.8,0.733712);-o-animation-timing-function:cubic-bezier(0.31033,0.284058,0.8,0.733712);animation-timing-function:cubic-bezier(0.31033,0.284058,0.8,0.733712);-webkit-transform:translateX(-17.236978%);-webkit-transform:translateX(-17.236978%);-ms-transform:translateX(-17.236978%);-o-transform:translateX(-17.236978%);transform:translateX(-17.236978%)}48.35%{-webkit-animation-timing-function:cubic-bezier(0.4,0.627035,0.6,0.902026);-webkit-animation-timing-function:cubic-bezier(0.4,0.627035,0.6,0.902026);-o-animation-timing-function:cubic-bezier(0.4,0.627035,0.6,0.902026);animation-timing-function:cubic-bezier(0.4,0.627035,0.6,0.902026);-webkit-transform:translateX(29.497274%);-webkit-transform:translateX(29.497274%);-ms-transform:translateX(29.497274%);-o-transform:translateX(29.497274%);transform:translateX(29.497274%)}to{-webkit-transform:translateX(105.388891%);-webkit-transform:translateX(105.388891%);-ms-transform:translateX(105.388891%);-o-transform:translateX(105.388891%);transform:translateX(105.388891%)}}@-webkit-keyframes auxiliary-indeterminate-translate-reverse{0%{-webkit-animation-timing-function:cubic-bezier(0.15,0,0.515058,0.409685);-webkit-animation-timing-function:cubic-bezier(0.15,0,0.515058,0.409685);-o-animation-timing-function:cubic-bezier(0.15,0,0.515058,0.409685);animation-timing-function:cubic-bezier(0.15,0,0.515058,0.409685);-webkit-transform:translateX(54.888891%);-webkit-transform:translateX(54.888891%);-ms-transform:translateX(54.888891%);-o-transform:translateX(54.888891%);transform:translateX(54.888891%)}25%{-webkit-animation-timing-function:cubic-bezier(0.31033,0.284058,0.8,0.733712);-webkit-animation-timing-function:cubic-bezier(0.31033,0.284058,0.8,0.733712);-o-animation-timing-function:cubic-bezier(0.31033,0.284058,0.8,0.733712);animation-timing-function:cubic-bezier(0.31033,0.284058,0.8,0.733712);-webkit-transform:translateX(17.236978%);-webkit-transform:translateX(17.236978%);-ms-transform:translateX(17.236978%);-o-transform:translateX(17.236978%);transform:translateX(17.236978%)}48.35%{-webkit-animation-timing-function:cubic-bezier(0.4,0.627035,0.6,0.902026);-webkit-animation-timing-function:cubic-bezier(0.4,0.627035,0.6,0.902026);-o-animation-timing-function:cubic-bezier(0.4,0.627035,0.6,0.902026);animation-timing-function:cubic-bezier(0.4,0.627035,0.6,0.902026);-webkit-transform:translateX(-29.497274%);-webkit-transform:translateX(-29.497274%);-ms-transform:translateX(-29.497274%);-o-transform:translateX(-29.497274%);transform:translateX(-29.497274%)}to{-webkit-transform:translateX(-105.388891%);-webkit-transform:translateX(-105.388891%);-ms-transform:translateX(-105.388891%);-o-transform:translateX(-105.388891%);transform:translateX(-105.388891%)}}@keyframes auxiliary-indeterminate-translate-reverse{0%{-webkit-animation-timing-function:cubic-bezier(0.15,0,0.515058,0.409685);-webkit-animation-timing-function:cubic-bezier(0.15,0,0.515058,0.409685);-o-animation-timing-function:cubic-bezier(0.15,0,0.515058,0.409685);animation-timing-function:cubic-bezier(0.15,0,0.515058,0.409685);-webkit-transform:translateX(54.888891%);-webkit-transform:translateX(54.888891%);-ms-transform:translateX(54.888891%);-o-transform:translateX(54.888891%);transform:translateX(54.888891%)}25%{-webkit-animation-timing-function:cubic-bezier(0.31033,0.284058,0.8,0.733712);-webkit-animation-timing-function:cubic-bezier(0.31033,0.284058,0.8,0.733712);-o-animation-timing-function:cubic-bezier(0.31033,0.284058,0.8,0.733712);animation-timing-function:cubic-bezier(0.31033,0.284058,0.8,0.733712);-webkit-transform:translateX(17.236978%);-webkit-transform:translateX(17.236978%);-ms-transform:translateX(17.236978%);-o-transform:translateX(17.236978%);transform:translateX(17.236978%)}48.35%{-webkit-animation-timing-function:cubic-bezier(0.4,0.627035,0.6,0.902026);-webkit-animation-timing-function:cubic-bezier(0.4,0.627035,0.6,0.902026);-o-animation-timing-function:cubic-bezier(0.4,0.627035,0.6,0.902026);animation-timing-function:cubic-bezier(0.4,0.627035,0.6,0.902026);-webkit-transform:translateX(-29.497274%);-webkit-transform:translateX(-29.497274%);-ms-transform:translateX(-29.497274%);-o-transform:translateX(-29.497274%);transform:translateX(-29.497274%)}to{-webkit-transform:translateX(-105.388891%);-webkit-transform:translateX(-105.388891%);-ms-transform:translateX(-105.388891%);-o-transform:translateX(-105.388891%);transform:translateX(-105.388891%)}}@-webkit-keyframes auxiliary-indeterminate-scale{0%{-webkit-animation-timing-function:cubic-bezier(0.205028,0.057051,0.57661,0.453971);-webkit-animation-timing-function:cubic-bezier(0.205028,0.057051,0.57661,0.453971);-o-animation-timing-function:cubic-bezier(0.205028,0.057051,0.57661,0.453971);animation-timing-function:cubic-bezier(0.205028,0.057051,0.57661,0.453971);-webkit-transform:scaleX(0.08);-webkit-transform:scaleX(0.08);-ms-transform:scaleX(0.08);-o-transform:scaleX(0.08);transform:scaleX(0.08)}19.15%{-webkit-animation-timing-function:cubic-bezier(0.152313,0.196432,0.648374,1.004315);-webkit-animation-timing-function:cubic-bezier(0.152313,0.196432,0.648374,1.004315);-o-animation-timing-function:cubic-bezier(0.152313,0.196432,0.648374,1.004315);animation-timing-function:cubic-bezier(0.152313,0.196432,0.648374,1.004315);-webkit-transform:scaleX(0.457104);-webkit-transform:scaleX(0.457104);-ms-transform:scaleX(0.457104);-o-transform:scaleX(0.457104);transform:scaleX(0.457104)}44.15%{-webkit-animation-timing-function:cubic-bezier(0.257759,0.003163,0.211762,1.38179);-webkit-animation-timing-function:cubic-bezier(0.257759,0.003163,0.211762,1.38179);-o-animation-timing-function:cubic-bezier(0.257759,0.003163,0.211762,1.38179);animation-timing-function:cubic-bezier(0.257759,0.003163,0.211762,1.38179);-webkit-transform:scaleX(0.72796);-webkit-transform:scaleX(0.72796);-ms-transform:scaleX(0.72796);-o-transform:scaleX(0.72796);transform:scaleX(0.72796)}to{-webkit-transform:scaleX(0.08);-webkit-transform:scaleX(0.08);-ms-transform:scaleX(0.08);-o-transform:scaleX(0.08);transform:scaleX(0.08)}}@keyframes auxiliary-indeterminate-scale{0%{-webkit-animation-timing-function:cubic-bezier(0.205028,0.057051,0.57661,0.453971);-webkit-animation-timing-function:cubic-bezier(0.205028,0.057051,0.57661,0.453971);-o-animation-timing-function:cubic-bezier(0.205028,0.057051,0.57661,0.453971);animation-timing-function:cubic-bezier(0.205028,0.057051,0.57661,0.453971);-webkit-transform:scaleX(0.08);-webkit-transform:scaleX(0.08);-ms-transform:scaleX(0.08);-o-transform:scaleX(0.08);transform:scaleX(0.08)}19.15%{-webkit-animation-timing-function:cubic-bezier(0.152313,0.196432,0.648374,1.004315);-webkit-animation-timing-function:cubic-bezier(0.152313,0.196432,0.648374,1.004315);-o-animation-timing-function:cubic-bezier(0.152313,0.196432,0.648374,1.004315);animation-timing-function:cubic-bezier(0.152313,0.196432,0.648374,1.004315);-webkit-transform:scaleX(0.457104);-webkit-transform:scaleX(0.457104);-ms-transform:scaleX(0.457104);-o-transform:scaleX(0.457104);transform:scaleX(0.457104)}44.15%{-webkit-animation-timing-function:cubic-bezier(0.257759,0.003163,0.211762,1.38179);-webkit-animation-timing-function:cubic-bezier(0.257759,0.003163,0.211762,1.38179);-o-animation-timing-function:cubic-bezier(0.257759,0.003163,0.211762,1.38179);animation-timing-function:cubic-bezier(0.257759,0.003163,0.211762,1.38179);-webkit-transform:scaleX(0.72796);-webkit-transform:scaleX(0.72796);-ms-transform:scaleX(0.72796);-o-transform:scaleX(0.72796);transform:scaleX(0.72796)}to{-webkit-transform:scaleX(0.08);-webkit-transform:scaleX(0.08);-ms-transform:scaleX(0.08);-o-transform:scaleX(0.08);transform:scaleX(0.08)}}@-webkit-keyframes buffering{to{-webkit-transform:translateX(-10px);-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);-o-transform:translateX(-10px);transform:translateX(-10px)}}@keyframes buffering{to{-webkit-transform:translateX(-10px);-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);-o-transform:translateX(-10px);transform:translateX(-10px)}}@-webkit-keyframes buffering-reverse{to{-webkit-transform:translateX(10px);-webkit-transform:translateX(10px);-ms-transform:translateX(10px);-o-transform:translateX(10px);transform:translateX(10px)}}@keyframes buffering-reverse{to{-webkit-transform:translateX(10px);-webkit-transform:translateX(10px);-ms-transform:translateX(10px);-o-transform:translateX(10px);transform:translateX(10px)}}@-webkit-keyframes indeterminate-translate-ie{0%{-webkit-transform:translateX(-100%);-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}to{-webkit-transform:translateX(100%);-webkit-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}}@keyframes indeterminate-translate-ie{0%{-webkit-transform:translateX(-100%);-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}to{-webkit-transform:translateX(100%);-webkit-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}}@-webkit-keyframes indeterminate-translate-reverse-ie{0%{-webkit-transform:translateX(100%);-webkit-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateX(-100%);-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}}@keyframes indeterminate-translate-reverse-ie{0%{-webkit-transform:translateX(100%);-webkit-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateX(-100%);-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%);transform:translateX(-100%)}}.sZwd7c{height:4px;overflow:hidden;position:relative;-webkit-transform:translateZ(0);-webkit-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-webkit-transition:opacity 250ms linear;-webkit-transition:opacity 250ms linear;-o-transition:opacity 250ms linear;transition:opacity 250ms linear;width:100%}.w2zcLc{position:absolute}.xcNBHc,.MyvhI,.l3q5xe{height:100%;position:absolute;width:100%}.w2zcLc{-ms-transform-origin:top left;-o-transform-origin:top left;transform-origin:top left;-o-transition:-webkit-transform 250ms ease;transition:-webkit-transform 250ms ease;-o-transition:transform 250ms ease;transition:transform 250ms ease;-o-transition:transform 250ms ease,-webkit-transform 250ms ease;transition:transform 250ms ease,-webkit-transform 250ms ease}.MyvhI{-webkit-transform-origin:top left;-webkit-transform-origin:top left;-ms-transform-origin:top left;-o-transform-origin:top left;transform-origin:top left;-webkit-transition:-webkit-transform 250ms ease;-webkit-transition:-webkit-transform 250ms ease;-o-transition:-webkit-transform 250ms ease;transition:-webkit-transform 250ms ease;-webkit-transition:transform 250ms ease;-o-transition:transform 250ms ease;transition:transform 250ms ease;-webkit-transition:transform 250ms ease,-webkit-transform 250ms ease;-o-transition:transform 250ms ease,-webkit-transform 250ms ease;transition:transform 250ms ease,-webkit-transform 250ms ease;-webkit-animation:none;-webkit-animation:none;-o-animation:none;animation:none}.l3q5xe{-webkit-animation:none;-webkit-animation:none;-o-animation:none;animation:none}.w2zcLc{background-color:#e6e6e6;height:100%;-webkit-transform-origin:top left;-webkit-transform-origin:top left;-ms-transform-origin:top left;-o-transform-origin:top left;transform-origin:top left;-webkit-transition:-webkit-transform 250ms ease;-webkit-transition:-webkit-transform 250ms ease;-o-transition:-webkit-transform 250ms ease;transition:-webkit-transform 250ms ease;-webkit-transition:transform 250ms ease;-o-transition:transform 250ms ease;transition:transform 250ms ease;-webkit-transition:transform 250ms ease,-webkit-transform 250ms ease;-o-transition:transform 250ms ease,-webkit-transform 250ms ease;transition:transform 250ms ease,-webkit-transform 250ms ease;width:100%}.TKVRUb{-webkit-transform:scaleX(0);-webkit-transform:scaleX(0);-ms-transform:scaleX(0);-o-transform:scaleX(0);transform:scaleX(0)}.sUoeld{visibility:hidden}.l3q5xe{background-color:#000;display:inline-block}.xcNBHc{-webkit-background-size:10px 4px;-o-background-size:10px 4px;background-size:10px 4px;background-repeat:repeat-x;background-image:url('data:image/svg+xml;charset=UTF-8,%3Csvg%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%20x%3D%270px%27%20y%3D%270px%27%20enable-background%3D%27new%200%200%205%202%27%20xml%3Aspace%3D%27preserve%27%20viewBox%3D%270%200%205%202%27%20preserveAspectRatio%3D%27none%20slice%27%3E%3Ccircle%20cx%3D%271%27%20cy%3D%271%27%20r%3D%271%27%20fill%3D%27%23e6e6e6%27%2F%3E%3C%2Fsvg%3E');visibility:hidden}.sZwd7c.B6Vhqe .MyvhI{-webkit-transition:none;-webkit-transition:none;-o-transition:none;transition:none}.sZwd7c.B6Vhqe .TKVRUb{-webkit-animation:primary-indeterminate-translate 2s infinite linear;-webkit-animation:primary-indeterminate-translate 2s infinite linear;-o-animation:primary-indeterminate-translate 2s infinite linear;animation:primary-indeterminate-translate 2s infinite linear}.sZwd7c.B6Vhqe .TKVRUb>.l3q5xe{-webkit-animation:primary-indeterminate-scale 2s infinite linear;-webkit-animation:primary-indeterminate-scale 2s infinite linear;-o-animation:primary-indeterminate-scale 2s infinite linear;animation:primary-indeterminate-scale 2s infinite linear}.sZwd7c.B6Vhqe .sUoeld{-webkit-animation:auxiliary-indeterminate-translate 2s infinite linear;-webkit-animation:auxiliary-indeterminate-translate 2s infinite linear;-o-animation:auxiliary-indeterminate-translate 2s infinite linear;animation:auxiliary-indeterminate-translate 2s infinite linear;visibility:visible}.sZwd7c.B6Vhqe .sUoeld>.l3q5xe{-webkit-animation:auxiliary-indeterminate-scale 2s infinite linear;-webkit-animation:auxiliary-indeterminate-scale 2s infinite linear;-o-animation:auxiliary-indeterminate-scale 2s infinite linear;animation:auxiliary-indeterminate-scale 2s infinite linear}.sZwd7c.B6Vhqe.ieri7c .l3q5xe{-webkit-transform:scaleX(0.45);-webkit-transform:scaleX(0.45);-ms-transform:scaleX(0.45);-o-transform:scaleX(0.45);transform:scaleX(0.45)}.sZwd7c.B6Vhqe.ieri7c .sUoeld{-webkit-animation:none;-webkit-animation:none;-o-animation:none;animation:none;visibility:hidden}.sZwd7c.B6Vhqe.ieri7c .TKVRUb{-webkit-animation:indeterminate-translate-ie 2s infinite ease-out;-webkit-animation:indeterminate-translate-ie 2s infinite ease-out;-o-animation:indeterminate-translate-ie 2s infinite ease-out;animation:indeterminate-translate-ie 2s infinite ease-out}.sZwd7c.B6Vhqe.ieri7c .TKVRUb>.l3q5xe,.sZwd7c.B6Vhqe.ieri7c .sUoeld>.l3q5xe{-webkit-animation:none;-webkit-animation:none;-o-animation:none;animation:none}.sZwd7c.juhVM .w2zcLc,.sZwd7c.juhVM .MyvhI{right:0;-webkit-transform-origin:center right;-webkit-transform-origin:center right;-ms-transform-origin:center right;-o-transform-origin:center right;transform-origin:center right}.sZwd7c.juhVM .TKVRUb{-webkit-animation-name:primary-indeterminate-translate-reverse;-webkit-animation-name:primary-indeterminate-translate-reverse;-o-animation-name:primary-indeterminate-translate-reverse;animation-name:primary-indeterminate-translate-reverse}.sZwd7c.juhVM .sUoeld{-webkit-animation-name:auxiliary-indeterminate-translate-reverse;-webkit-animation-name:auxiliary-indeterminate-translate-reverse;-o-animation-name:auxiliary-indeterminate-translate-reverse;animation-name:auxiliary-indeterminate-translate-reverse}.sZwd7c.juhVM.ieri7c .TKVRUb{-webkit-animation-name:indeterminate-translate-reverse-ie;-webkit-animation-name:indeterminate-translate-reverse-ie;-o-animation-name:indeterminate-translate-reverse-ie;animation-name:indeterminate-translate-reverse-ie}.sZwd7c.qdulke{opacity:0}.sZwd7c.jK7moc .sUoeld,.sZwd7c.jK7moc .TKVRUb,.sZwd7c.jK7moc .sUoeld>.l3q5xe,.sZwd7c.jK7moc .TKVRUb>.l3q5xe{-webkit-animation-play-state:paused;animation-play-state:paused}.sZwd7c.D6TUi .xcNBHc{-webkit-animation:buffering 250ms infinite linear;-webkit-animation:buffering 250ms infinite linear;-o-animation:buffering 250ms infinite linear;animation:buffering 250ms infinite linear;visibility:visible}.sZwd7c.D6TUi.juhVM .xcNBHc{-webkit-animation:buffering-reverse 250ms infinite linear;-webkit-animation:buffering-reverse 250ms infinite linear;-o-animation:buffering-reverse 250ms infinite linear;animation:buffering-reverse 250ms infinite linear}.BrpTO{margin:auto;max-width:380px;overflow:hidden;position:relative}.BrpTO .Q8ElWe{position:relative;text-align:center}.viAgtf{border-radius:50%;color:rgb(95,99,104);overflow:hidden}.eCirAf{line-height:1.4286}.cABCAe{width:100%}.cABCAe .viAgtf{-webkit-box-flex:0;-webkit-flex:none;flex:none;height:28px;margin-right:12px;width:28px}.cABCAe .Q8ElWe,.TPmpLe .Q8ElWe{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.cABCAe .Q8ElWe{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.BrpTO .viAgtf{height:64px;margin:0 auto 8px;width:64px}.rs3gSb{border-radius:50%;display:block}.cABCAe .rs3gSb,.cABCAe .hZUije,.cABCAe .kHluYc{max-height:100%;max-width:100%}.BrpTO .rs3gSb,.BrpTO .hZUije,.BrpTO .kHluYc{height:64px;width:64px}.TPmpLe{height:20px}.TPmpLe .viAgtf{margin-right:8px;height:20px;min-width:20px}.TPmpLe .rs3gSb,.TPmpLe .hZUije,.TPmpLe .kHluYc{color:rgb(60,64,67);height:20px;width:20px}.TPmpLe .kk39Eb{overflow:hidden}.TPmpLe .yavlK{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cABCAe .kk39Eb{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.cABCAe .eCirAf{color:rgb(60,64,67);font-size:14px;font-weight:500}.BrpTO .eCirAf{color:rgb(32,33,36);font-size:16px}.yavlK,.FzDwd{direction:ltr;font-size:12px;text-align:left;line-height:1.3333;word-break:break-all}.FzDwd{color:rgb(95,99,104)}.TPmpLe .yavlK{color:rgb(60,64,67)}.cABCAe .yavlK{color:rgb(95,99,104)}.BrpTO .yavlK{color:rgb(95,99,104);text-align:center}.BtUzhd{color:rgb(95,99,104);font-size:12px}.cABCAe .BtUzhd{-webkit-align-self:flex-start;align-self:flex-start;-webkit-box-flex:0;-webkit-flex:none;flex:none;line-height:1.3333}.JnOM6e{background-color:transparent;border:none;border-radius:4px;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;font-size:14px;height:36px;letter-spacing:.15px;line-height:34px;padding:0 24px;position:relative;text-align:center}.JnOM6e:focus-visible{outline:none;position:relative}.JnOM6e:focus-visible::after{border:2px solid rgb(24,90,188);border-radius:6px;bottom:-4px;-webkit-box-shadow:0 0 0 2px rgb(232,240,254);box-shadow:0 0 0 2px rgb(232,240,254);content:\"\";left:-4px;position:absolute;right:-4px;top:-4px}.rDisVe:focus:not(:focus-visible),.GjFdVe:focus:not(:focus-visible){-webkit-box-shadow:0 1px 1px 0 rgba(66,133,244,.3),0 1px 3px 1px rgba(66,133,244,.15);box-shadow:0 1px 1px 0 rgba(66,133,244,.3),0 1px 3px 1px rgba(66,133,244,.15)}.rDisVe:hover:not(:focus-visible),.GjFdVe:hover:not(:focus-visible){-webkit-box-shadow:0 1px 1px 0 rgba(66,133,244,.45),0 1px 3px 1px rgba(66,133,244,.3);box-shadow:0 1px 1px 0 rgba(66,133,244,.45),0 1px 3px 1px rgba(66,133,244,.3)}.JnOM6e:disabled{pointer-events:none}.JnOM6e:hover{cursor:pointer}.JnOM6e.kTeh9{line-height:36px;text-decoration:none}.JnOM6e.eLNT1d{display:none}.rDisVe{background-color:rgb(26,115,232);color:#fff}.rDisVe:disabled{background-color:rgb(232,234,237);color:rgb(154,160,166)}.rDisVe:focus,.rDisVe:hover{background-color:rgb(24,90,188)}.GjFdVe{border:1px solid rgb(218,220,224);color:rgb(26,115,232)}.GjFdVe:disabled{color:rgb(189,193,198)}.GjFdVe:active{background-color:rgb(174,203,250);color:rgb(23,78,166)}.GjFdVe:focus{background-color:rgb(232,240,254);border-color:rgb(24,90,188);color:rgb(23,78,166)}.GjFdVe:hover{background-color:rgb(232,240,254);color:rgb(23,78,166)}.KXbQ4b{color:rgb(26,115,232);min-width:0;padding-left:8px;padding-right:8px}.KXbQ4b:disabled{color:rgb(189,193,198)}.KXbQ4b:active,.KXbQ4b:hover{color:rgb(24,90,188)}.KXbQ4b:active{background-color:rgba(26,115,232,.12)}.KXbQ4b:focus,.KXbQ4b:hover{background-color:rgba(26,115,232,.04)}.hZUije{border:0}.hZUije.WS4XDd{max-height:1.3333em;padding:0 2px;vertical-align:middle;width:auto}.kHluYc{border:0;-o-object-fit:contain;object-fit:contain}.kHluYc.WS4XDd{max-height:1.3333em;padding:0 2px;vertical-align:middle;width:auto}.aN1Vld{margin:16px 0;outline:none}.aN1Vld+.aN1Vld{margin-top:24px}.aN1Vld:first-child{margin-top:0}.aN1Vld:last-child{margin-bottom:0}.fegW5d{border-radius:8px;padding:16px}.fegW5d>:first-child{margin-top:0}.fegW5d>:last-child{margin-bottom:0}.fegW5d .cySqRb,.fegW5d .yOnVIb{color:rgb(32,33,36)}.fegW5d.YFdWic .yOnVIb{color:rgb(95,99,104);margin-top:4px;padding:0}.fegW5d.YFdWic .wSQNd,.fegW5d.YFdWic .yOnVIb{margin-left:64px;width:calc(100% - 64px)}.fegW5d.YFdWic:not(.S7S4N) .wSQNd{margin-left:0;width:0}.fegW5d:not(.S7S4N)>.yOnVIb{margin-top:0}.fegW5d.sj692e{background:rgb(232,240,254)}.fegW5d.Xq8bDe{background:rgb(252,232,230)}.fegW5d.rNe0id{background:rgb(254,247,224)}.fegW5d.YFdWic{border:1px solid rgb(218,220,224);min-height:80px;position:relative}.fegW5d:not(.S7S4N){display:-webkit-box;display:-webkit-flex;display:flex}.aN1Vld.eLNT1d{display:none}.aN1Vld.RDPZE{opacity:.5;pointer-events:none}.aN1Vld.RDPZE .aN1Vld.RDPZE{opacity:1}.wlrzMe{border:1px solid rgb(218,220,224);border-radius:8px;padding:16px}.wlrzMe .EEiyWe{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;margin-top:16px}.wlrzMe .EEiyWe .GjFdVe{margin-bottom:0;margin-top:0}.wSQNd:empty{display:none}.wSQNd>:first-child{margin-top:0;padding-top:0}.wSQNd>:last-child{margin-bottom:0;padding-bottom:0}.cySqRb{-webkit-box-align:center;-webkit-align-items:center;align-items:center;color:rgb(32,33,36);display:-webkit-box;display:-webkit-flex;display:flex;font-size:16px;font-weight:500;letter-spacing:.1px;line-height:1.4286;margin-bottom:0;margin-top:0;padding:0}.zlrrr{color:rgb(95,99,104);-webkit-flex-shrink:0;flex-shrink:0;height:20px;margin-right:16px;width:20px}.zlrrr .GxLRef{height:100%;width:100%}.fegW5d .zlrrr{margin-top:0}.fegW5d.sj692e .zlrrr{color:rgb(25,103,210)}.fegW5d.Xq8bDe .zlrrr{color:rgb(197,34,31)}.fegW5d.rNe0id .zlrrr{color:rgb(234,134,0)}.fegW5d.YFdWic .zlrrr{height:48px;left:16px;position:absolute;top:16px;width:48px}.yOnVIb{margin:auto -24px;padding-left:24px;padding-right:24px;margin-bottom:16px;margin-top:10px}.wlrzMe .yOnVIb{margin-bottom:0;margin-top:16px}.yOnVIb>:first-child:not(section){margin-top:0;padding-top:0}.yOnVIb>:last-child:not(section){margin-bottom:0;padding-bottom:0}.wSQNd:empty+.yOnVIb{margin-top:0}.yOnVIb:only-child{margin-bottom:0;margin-top:0}*,*:before,*:after{-webkit-box-sizing:inherit;box-sizing:inherit}html{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-tap-highlight-color:transparent}body,input,textarea,select,button{color:rgb(32,33,36);font-family:arial,sans-serif}body{background:#fff;direction:ltr;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;font-size:14px;line-height:1.4286;margin:0;min-height:100vh;padding:0;position:relative}@media (min-width:601px){body{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}}[data-style=heading]{color:rgb(32,33,36);font-size:16px;font-weight:500;letter-spacing:.1px;line-height:1.4286}.BDEI9 h2:not(.TrZEUc){color:rgb(32,33,36);font-size:16px;font-weight:500;letter-spacing:.1px;line-height:1.4286}.BDEI9 .fegW5d a:not(.TrZEUc),.BDEI9 .fegW5d button:not(.TrZEUc){color:rgb(25,103,210)}.BDEI9 a{text-decoration:none}.BDEI9 a:not(.TrZEUc),.BDEI9 button:not(.TrZEUc){border-radius:4px;color:rgb(26,115,232);display:inline-block;font-weight:500;letter-spacing:.25px;outline:0;position:relative;z-index:1}.BDEI9 button:not(.TrZEUc){background-color:transparent;cursor:pointer;padding:0;text-align:left}.BDEI9 button:not(.TrZEUc){border:0}.BDEI9 button::-moz-focus-inner{border:0}.BDEI9 a:not(.TrZEUc):focus::after,.BDEI9 a:not(.TrZEUc):active::after,.BDEI9 button:not(.TrZEUc):focus::after,.BDEI9 button:not(.TrZEUc):active::after{background-color:rgba(26,115,232,.15);border-radius:2px;content:\"\";position:absolute;inset:-2px -3px;z-index:-1}.BDEI9 img:not(.TrZEUc){border:0;max-height:1.3em;vertical-align:middle}@media (min-width:601px){.BDEI9{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;min-height:100vh;position:relative}.BDEI9:before,.BDEI9:after{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;content:\"\";height:24px}.BDEI9:before{min-height:30px}.BDEI9:after{min-height:24px}.BDEI9.LZgQXe:after{min-height:63.9996px}}.gEc4r{display:-webkit-box;display:-webkit-flex;display:flex;height:24px;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.gEc4r.jlqJKb{height:auto;min-height:24px;padding-top:24px}.BivnM{-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-bottom:1px solid #ccc;display:-webkit-box;display:-webkit-flex;display:flex;height:36px;left:0;padding:0 16px;position:absolute;right:0;top:0}.BivnM .ji6sFc{height:14px;margin-right:12px}.O3jdWc{color:rgb(95,99,104);font-size:14px;height:14px;margin-top:-2px}.Zwk8S{display:block;height:37px;width:37px}.wFNE4e{color:rgb(26,115,232)}.HUYFt{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;font-size:12px;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;padding:0 24px 14px}.HUYFt .hXs2T,.HUYFt .M2nKge{line-height:48px}@media (min-width:601px){.HUYFt{padding-left:0;padding-right:0;position:absolute;width:100%}}.hXs2T .pUP0Nd{color:rgb(60,64,67)}.hXs2T{margin-left:-16px;margin-right:16px}.N158t{-moz-appearance:none;-webkit-appearance:none;appearance:none;background-color:transparent;background-image:url(\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMjRweCIgZmlsbD0iIzQ1NUE2NCI+PHBhdGggZD0iTTAgMGgyNHYyNEgwVjB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTcgMTBsNSA1IDUtNUg3eiIvPjwvc3ZnPg==\");background-position:right;background-repeat:no-repeat;border:none;border-radius:4px;color:rgb(95,99,104);cursor:pointer;font-size:12px;outline:none;padding:16.0002px 24px 16.0002px 16px;-webkit-transition:background;-o-transition:background;transition:background}.N158t:focus{background-color:rgb(232,234,237)}.M2nKge{list-style:none;margin:0 -16px;padding:0}.vomtoe{display:inline-block;margin:0}.pUP0Nd{border-radius:4px;color:rgb(95,99,104);display:inline-block;outline:none;z-index:1}.pUP0Nd .UskCyf{background-color:transparent;padding:6px 16px;-webkit-transition:background;-o-transition:background;transition:background}.pUP0Nd:focus .UskCyf{background-color:rgb(232,234,237);border-radius:4px}.vOZun,.gomQac{padding-bottom:3px;padding-top:9px;margin-bottom:0;margin-top:0}.gomQac{margin:0}.vOZun:empty{display:none}.Qk3oof.WS4XDd{border:0;max-height:1.42857143em;padding:0 2px;vertical-align:middle;width:auto}.uHLU0{border:0;-o-object-fit:contain;object-fit:contain}.uHLU0.WS4XDd{border:0;max-height:1.42857143em;padding:0 2px;vertical-align:middle;width:auto}.Wf6lSd{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;height:48px;height:var(\n    --c-brsz,48px\n  )}.bEbGY{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.njAxm{height:auto;padding-top:24px;min-height:48px;min-height:var(\n    --c-brsz,48px\n  )}.no7ij{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;border-bottom:1px solid #ccc;height:36px;left:0;padding:0 16px;position:absolute;right:0;top:0}.WHUyzc{color:var(--gm3-sys-color-on-surface-variant,#444746);font-size:14px;height:14px;margin-top:-2px}.no7ij .PDfDtf{height:14px;margin-right:12px}.no7ij .th8JXc{display:block;height:14px;position:relative;top:1px;width:14px}.D9CCrb{color:#0b57d0;color:var(--gm3-sys-color-primary,#0b57d0)}.dJRqtd{display:block;height:48px;height:var(\n    --c-brsz,48px\n  );width:48px;width:var(\n    --c-brsz,48px\n  )}.FZfKCe{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.HwzH1e{display:-webkit-box;display:-webkit-flex;display:flex;list-style:none;margin:0 -12px;padding:0}.qKvP1b{display:-webkit-box;display:-webkit-flex;display:flex;margin:16px 4px}.qKvP1b:first-child{margin-left:0}.qKvP1b:last-child{margin-right:0}.AVAq4d{-webkit-align-content:center;align-content:center;border-radius:8px;color:#1f1f1f;color:var(--gm3-sys-color-on-surface,#1f1f1f);display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;font-family:\"Google Sans\",roboto,\"Noto Sans Myanmar UI\",arial,sans-serif;font-size:0.75rem;font-weight:400;letter-spacing:0.00625rem;line-height:1.33333333;padding:8px 12px;text-decoration:none;outline-color:#0b57d0;outline-color:var(--gm3-sys-color-primary,#0b57d0)}.AVAq4d{position:relative}.AVAq4d::before{background:#444746;background:var(--gm3-sys-color-on-surface-variant,#444746);content:\"\";opacity:0;position:absolute;pointer-events:none}.AVAq4d:hover::before{opacity:0.08}.AVAq4d:focus::before,.AVAq4d.u3bW4e::before{opacity:0.1}.AVAq4d:active::before,.AVAq4d.qs41qe::before{opacity:0.1}.AVAq4d::before{border-radius:8px;inset:0}.eXa0v{margin:16px 0;margin-right:12px}.dEoyBf{margin-left:-16px}.dEoyBf:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-NSFCdd-Brv4Fb,.dEoyBf:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-NSFCdd-Ra9xwd,.dEoyBf:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-NSFCdd-MpmGFe{border-color:transparent}.dEoyBf:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-NSFCdd-Brv4Fb,.dEoyBf:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-NSFCdd-Ra9xwd,.dEoyBf:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-NSFCdd-MpmGFe{border-width:0}.dEoyBf .VfPpkd-OkbHre .VfPpkd-rymPhb-fpDzbe-fmcmS{color:var(--gm3-sys-color-on-surface,#1f1f1f)}.dEoyBf .VfPpkd-OkbHre .VfPpkd-rymPhb-fpDzbe-fmcmS{font-family:\"Google Sans\",roboto,\"Noto Sans Myanmar UI\",arial,sans-serif;line-height:1.33333333;font-size:0.75rem;font-weight:400;letter-spacing:0.00625rem}.dEoyBf:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-t08AT-Bz112c{fill:var(--gm3-sys-color-on-surface-variant,#444746)}.dEoyBf:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me):not(.VfPpkd-O1htCb-OWXEXe-XpnDCe):hover .VfPpkd-t08AT-Bz112c{fill:var(--gm3-sys-color-on-surface-variant,#444746)}.dEoyBf:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me).VfPpkd-O1htCb-OWXEXe-XpnDCe .VfPpkd-t08AT-Bz112c{fill:var(--gm3-sys-color-on-surface-variant,#444746)}.dEoyBf:not(.VfPpkd-O1htCb-OWXEXe-OWB6Me) .VfPpkd-uusGie-fmcmS{color:var(--gm3-sys-color-on-surface,#1f1f1f)}.dEoyBf .VfPpkd-uusGie-fmcmS{font-family:\"Google Sans\",roboto,\"Noto Sans Myanmar UI\",arial,sans-serif;line-height:1.33333333;font-size:0.75rem;font-weight:400;letter-spacing:0.00625rem}.dEoyBf .VfPpkd-TkwUic{height:32px}.dEoyBf .VfPpkd-TkwUic .VfPpkd-NLUYnc-V67aGc-OWXEXe-TATcMc-KLRBe{-webkit-transform:translateY(-25.25px) scale(1);-ms-transform:translateY(-25.25px) scale(1);-o-transform:translateY(-25.25px) scale(1);transform:translateY(-25.25px) scale(1)}.dEoyBf .VfPpkd-TkwUic.VfPpkd-NSFCdd-i5vt6e-OWXEXe-mWPk3d .VfPpkd-NLUYnc-V67aGc-OWXEXe-TATcMc-KLRBe,.dEoyBf .VfPpkd-TkwUic .VfPpkd-NSFCdd-i5vt6e-OWXEXe-mWPk3d .VfPpkd-NLUYnc-V67aGc-OWXEXe-TATcMc-KLRBe{-webkit-transform:translateY(-22.75px) scale(.75);-ms-transform:translateY(-22.75px) scale(.75);-o-transform:translateY(-22.75px) scale(.75);transform:translateY(-22.75px) scale(.75)}.dEoyBf .VfPpkd-TkwUic .VfPpkd-NLUYnc-V67aGc-OWXEXe-TATcMc-KLRBe{font-size:.75rem}.dEoyBf .VfPpkd-TkwUic.VfPpkd-NSFCdd-i5vt6e-OWXEXe-mWPk3d .VfPpkd-NLUYnc-V67aGc-OWXEXe-TATcMc-KLRBe,.dEoyBf .VfPpkd-TkwUic .VfPpkd-NSFCdd-i5vt6e-OWXEXe-mWPk3d .VfPpkd-NLUYnc-V67aGc-OWXEXe-TATcMc-KLRBe{font-size:1rem}.dEoyBf .VfPpkd-TkwUic .VfPpkd-NLUYnc-V67aGc-OWXEXe-bF1zU{-webkit-animation:mdc-floating-label-shake-float-above-select-outlined-32px .25s 1;animation:mdc-floating-label-shake-float-above-select-outlined-32px .25s 1}@-webkit-keyframes mdc-floating-label-shake-float-above-select-outlined-32px{0%{-webkit-transform:translateX(0) translateY(-22.75px) scale(.75);transform:translateX(0) translateY(-22.75px) scale(.75)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.701732,.495819);animation-timing-function:cubic-bezier(.5,0,.701732,.495819);-webkit-transform:translateX(4%) translateY(-22.75px) scale(.75);transform:translateX(4%) translateY(-22.75px) scale(.75)}66%{-webkit-animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);-webkit-transform:translateX(-4%) translateY(-22.75px) scale(.75);transform:translateX(-4%) translateY(-22.75px) scale(.75)}100%{-webkit-transform:translateX(0) translateY(-22.75px) scale(.75);transform:translateX(0) translateY(-22.75px) scale(.75)}}@keyframes mdc-floating-label-shake-float-above-select-outlined-32px{0%{-webkit-transform:translateX(0) translateY(-22.75px) scale(.75);-o-transform:translateX(0) translateY(-22.75px) scale(.75);transform:translateX(0) translateY(-22.75px) scale(.75)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.701732,.495819);animation-timing-function:cubic-bezier(.5,0,.701732,.495819);-webkit-transform:translateX(4%) translateY(-22.75px) scale(.75);-o-transform:translateX(4%) translateY(-22.75px) scale(.75);transform:translateX(4%) translateY(-22.75px) scale(.75)}66%{-webkit-animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);-webkit-transform:translateX(-4%) translateY(-22.75px) scale(.75);-o-transform:translateX(-4%) translateY(-22.75px) scale(.75);transform:translateX(-4%) translateY(-22.75px) scale(.75)}100%{-webkit-transform:translateX(0) translateY(-22.75px) scale(.75);-o-transform:translateX(0) translateY(-22.75px) scale(.75);transform:translateX(0) translateY(-22.75px) scale(.75)}}.dEoyBf .VfPpkd-t08AT-Bz112c{width:20px;height:20px}.dEoyBf.VfPpkd-O1htCb-OWXEXe-INsAgc .VfPpkd-TkwUic :not(.VfPpkd-NSFCdd-i5vt6e-OWXEXe-NSFCdd) .VfPpkd-NSFCdd-Ra9xwd{max-width:calc(100% - 56px)}.dEoyBf.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-TkwUic{height:32px}.dEoyBf.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-TkwUic .VfPpkd-t08AT-Bz112c{width:20px;height:20px}.dEoyBf.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-TkwUic .VfPpkd-NLUYnc-V67aGc{left:32px;right:auto}[dir=rtl] .dEoyBf.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-TkwUic .VfPpkd-NLUYnc-V67aGc,.dEoyBf.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-TkwUic .VfPpkd-NLUYnc-V67aGc[dir=rtl]{left:auto;right:32px}.dEoyBf.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-TkwUic .VfPpkd-NLUYnc-V67aGc-OWXEXe-TATcMc-KLRBe{-webkit-transform:translateY(-25.25px) translateX(-28px) scale(1);-ms-transform:translateY(-25.25px) translateX(-28px) scale(1);-o-transform:translateY(-25.25px) translateX(-28px) scale(1);transform:translateY(-25.25px) translateX(-28px) scale(1)}[dir=rtl] .dEoyBf.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-TkwUic .VfPpkd-NLUYnc-V67aGc-OWXEXe-TATcMc-KLRBe,.dEoyBf.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-TkwUic .VfPpkd-NLUYnc-V67aGc-OWXEXe-TATcMc-KLRBe[dir=rtl]{-webkit-transform:translateY(-25.25px) translateX(28px) scale(1);-ms-transform:translateY(-25.25px) translateX(28px) scale(1);-o-transform:translateY(-25.25px) translateX(28px) scale(1);transform:translateY(-25.25px) translateX(28px) scale(1)}.dEoyBf.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-TkwUic.VfPpkd-NSFCdd-i5vt6e-OWXEXe-mWPk3d .VfPpkd-NLUYnc-V67aGc-OWXEXe-TATcMc-KLRBe,.dEoyBf.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-TkwUic .VfPpkd-NSFCdd-i5vt6e-OWXEXe-mWPk3d .VfPpkd-NLUYnc-V67aGc-OWXEXe-TATcMc-KLRBe{-webkit-transform:translateY(-22.75px) translateX(-28px) scale(.75);-ms-transform:translateY(-22.75px) translateX(-28px) scale(.75);-o-transform:translateY(-22.75px) translateX(-28px) scale(.75);transform:translateY(-22.75px) translateX(-28px) scale(.75)}[dir=rtl] .dEoyBf.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-TkwUic.VfPpkd-NSFCdd-i5vt6e-OWXEXe-mWPk3d .VfPpkd-NLUYnc-V67aGc-OWXEXe-TATcMc-KLRBe,[dir=rtl] .dEoyBf.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-TkwUic .VfPpkd-NSFCdd-i5vt6e-OWXEXe-mWPk3d .VfPpkd-NLUYnc-V67aGc-OWXEXe-TATcMc-KLRBe,.dEoyBf.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-TkwUic.VfPpkd-NSFCdd-i5vt6e-OWXEXe-mWPk3d .VfPpkd-NLUYnc-V67aGc-OWXEXe-TATcMc-KLRBe[dir=rtl],.dEoyBf.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-TkwUic .VfPpkd-NSFCdd-i5vt6e-OWXEXe-mWPk3d .VfPpkd-NLUYnc-V67aGc-OWXEXe-TATcMc-KLRBe[dir=rtl]{-webkit-transform:translateY(-22.75px) translateX(28px) scale(.75);-ms-transform:translateY(-22.75px) translateX(28px) scale(.75);-o-transform:translateY(-22.75px) translateX(28px) scale(.75);transform:translateY(-22.75px) translateX(28px) scale(.75)}.dEoyBf.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-TkwUic .VfPpkd-NLUYnc-V67aGc-OWXEXe-TATcMc-KLRBe{font-size:.75rem}.dEoyBf.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-TkwUic.VfPpkd-NSFCdd-i5vt6e-OWXEXe-mWPk3d .VfPpkd-NLUYnc-V67aGc-OWXEXe-TATcMc-KLRBe,.dEoyBf.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-TkwUic .VfPpkd-NSFCdd-i5vt6e-OWXEXe-mWPk3d .VfPpkd-NLUYnc-V67aGc-OWXEXe-TATcMc-KLRBe{font-size:1rem}.dEoyBf.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-TkwUic .VfPpkd-NLUYnc-V67aGc-OWXEXe-bF1zU{-webkit-animation:mdc-floating-label-shake-float-above- .25s 1;animation:mdc-floating-label-shake-float-above- .25s 1}@-webkit-keyframes mdc-floating-label-shake-float-above-{0%{-webkit-transform:translateX(-28px) translateY(-22.75px) scale(.75);transform:translateX(-28px) translateY(-22.75px) scale(.75)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.701732,.495819);animation-timing-function:cubic-bezier(.5,0,.701732,.495819);-webkit-transform:translateX(calc(4% - 28px)) translateY(-22.75px) scale(.75);transform:translateX(calc(4% - 28px)) translateY(-22.75px) scale(.75)}66%{-webkit-animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);-webkit-transform:translateX(calc(-4% - 28px)) translateY(-22.75px) scale(.75);transform:translateX(calc(-4% - 28px)) translateY(-22.75px) scale(.75)}100%{-webkit-transform:translateX(-28px) translateY(-22.75px) scale(.75);transform:translateX(-28px) translateY(-22.75px) scale(.75)}}@keyframes mdc-floating-label-shake-float-above-{0%{-webkit-transform:translateX(-28px) translateY(-22.75px) scale(.75);-o-transform:translateX(-28px) translateY(-22.75px) scale(.75);transform:translateX(-28px) translateY(-22.75px) scale(.75)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.701732,.495819);animation-timing-function:cubic-bezier(.5,0,.701732,.495819);-webkit-transform:translateX(calc(4% - 28px)) translateY(-22.75px) scale(.75);-o-transform:translateX(calc(4% - 28px)) translateY(-22.75px) scale(.75);transform:translateX(calc(4% - 28px)) translateY(-22.75px) scale(.75)}66%{-webkit-animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);-webkit-transform:translateX(calc(-4% - 28px)) translateY(-22.75px) scale(.75);-o-transform:translateX(calc(-4% - 28px)) translateY(-22.75px) scale(.75);transform:translateX(calc(-4% - 28px)) translateY(-22.75px) scale(.75)}100%{-webkit-transform:translateX(-28px) translateY(-22.75px) scale(.75);-o-transform:translateX(-28px) translateY(-22.75px) scale(.75);transform:translateX(-28px) translateY(-22.75px) scale(.75)}}[dir=rtl] .dEoyBf.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-TkwUic .VfPpkd-NLUYnc-V67aGc-OWXEXe-bF1zU,.dEoyBf.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-TkwUic[dir=rtl] .VfPpkd-NLUYnc-V67aGc-OWXEXe-bF1zU{-webkit-animation:mdc-floating-label-shake-float-above- .25s 1;animation:mdc-floating-label-shake-float-above- .25s 1}@-webkit-keyframes mdc-floating-label-shake-float-above--rtl{0%{-webkit-transform:translateX(28px) translateY(-22.75px) scale(.75);transform:translateX(28px) translateY(-22.75px) scale(.75)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.701732,.495819);animation-timing-function:cubic-bezier(.5,0,.701732,.495819);-webkit-transform:translateX(calc(4% + 28px)) translateY(-22.75px) scale(.75);transform:translateX(calc(4% + 28px)) translateY(-22.75px) scale(.75)}66%{-webkit-animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);-webkit-transform:translateX(calc(-4% + 28px)) translateY(-22.75px) scale(.75);transform:translateX(calc(-4% + 28px)) translateY(-22.75px) scale(.75)}100%{-webkit-transform:translateX(28px) translateY(-22.75px) scale(.75);transform:translateX(28px) translateY(-22.75px) scale(.75)}}@keyframes mdc-floating-label-shake-float-above--rtl{0%{-webkit-transform:translateX(28px) translateY(-22.75px) scale(.75);-o-transform:translateX(28px) translateY(-22.75px) scale(.75);transform:translateX(28px) translateY(-22.75px) scale(.75)}33%{-webkit-animation-timing-function:cubic-bezier(.5,0,.701732,.495819);animation-timing-function:cubic-bezier(.5,0,.701732,.495819);-webkit-transform:translateX(calc(4% + 28px)) translateY(-22.75px) scale(.75);-o-transform:translateX(calc(4% + 28px)) translateY(-22.75px) scale(.75);transform:translateX(calc(4% + 28px)) translateY(-22.75px) scale(.75)}66%{-webkit-animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);animation-timing-function:cubic-bezier(.302435,.381352,.55,.956352);-webkit-transform:translateX(calc(-4% + 28px)) translateY(-22.75px) scale(.75);-o-transform:translateX(calc(-4% + 28px)) translateY(-22.75px) scale(.75);transform:translateX(calc(-4% + 28px)) translateY(-22.75px) scale(.75)}100%{-webkit-transform:translateX(28px) translateY(-22.75px) scale(.75);-o-transform:translateX(28px) translateY(-22.75px) scale(.75);transform:translateX(28px) translateY(-22.75px) scale(.75)}}.dEoyBf.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-StrnGf-rymPhb-f7MjDc{width:20px;height:20px}.dEoyBf.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-rymPhb-KkROqb{width:32px;height:20px}.dEoyBf.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c .VfPpkd-cTi5dd{width:20px;height:20px;font-size:20px}.dEoyBf.VfPpkd-O1htCb-OWXEXe-SfQLQb-M1Soyc-Bz112c.VfPpkd-O1htCb-OWXEXe-INsAgc .VfPpkd-TkwUic :not(.VfPpkd-NSFCdd-i5vt6e-OWXEXe-NSFCdd) .VfPpkd-NSFCdd-Ra9xwd{max-width:calc(100% - 88px)}.dEoyBf .VfPpkd-NSFCdd-i5vt6e .VfPpkd-NSFCdd-Brv4Fb{border-top-left-radius:8px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:8px}[dir=rtl] .dEoyBf .VfPpkd-NSFCdd-i5vt6e .VfPpkd-NSFCdd-Brv4Fb,.dEoyBf .VfPpkd-NSFCdd-i5vt6e .VfPpkd-NSFCdd-Brv4Fb[dir=rtl]{border-top-left-radius:0;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:0}@supports (top:max(0%)){.dEoyBf .VfPpkd-NSFCdd-i5vt6e .VfPpkd-NSFCdd-Brv4Fb{width:max(12px,8px)}}@supports (top:max(0%)){.dEoyBf .VfPpkd-NSFCdd-i5vt6e .VfPpkd-NSFCdd-Ra9xwd{max-width:calc(100% - max(12px, 8px)*2)}}.dEoyBf .VfPpkd-NSFCdd-i5vt6e .VfPpkd-NSFCdd-MpmGFe{border-top-left-radius:0;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:0}[dir=rtl] .dEoyBf .VfPpkd-NSFCdd-i5vt6e .VfPpkd-NSFCdd-MpmGFe,.dEoyBf .VfPpkd-NSFCdd-i5vt6e .VfPpkd-NSFCdd-MpmGFe[dir=rtl]{border-top-left-radius:8px;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:8px}@supports (top:max(0%)){.dEoyBf .VfPpkd-TkwUic{padding-left:max(16px,12px)}}[dir=rtl] .dEoyBf .VfPpkd-TkwUic,.dEoyBf .VfPpkd-TkwUic[dir=rtl]{padding-left:0}@supports (top:max(0%)){[dir=rtl] .dEoyBf .VfPpkd-TkwUic,.dEoyBf .VfPpkd-TkwUic[dir=rtl]{padding-right:max(16px,12px)}}@supports (top:max(0%)){.dEoyBf+.VfPpkd-O1htCb-W0vJo-fmcmS{margin-left:max(16px,12px)}}[dir=rtl] .dEoyBf+.VfPpkd-O1htCb-W0vJo-fmcmS,.dEoyBf+.VfPpkd-O1htCb-W0vJo-fmcmS[dir=rtl]{margin-left:0}@supports (top:max(0%)){[dir=rtl] .dEoyBf+.VfPpkd-O1htCb-W0vJo-fmcmS,.dEoyBf+.VfPpkd-O1htCb-W0vJo-fmcmS[dir=rtl]{margin-right:max(16px,12px)}}.dEoyBf{position:relative}.dEoyBf::before{background:#444746;background:var(--gm3-sys-color-on-surface-variant,#444746);content:\"\";opacity:0;position:absolute;pointer-events:none}.dEoyBf:hover::before{opacity:0.08}.dEoyBf:focus::before,.dEoyBf.u3bW4e::before{opacity:0.1}.dEoyBf:active::before,.dEoyBf.qs41qe::before{opacity:0.1}.dEoyBf::before{border-radius:8px;width:100%;height:100%}.JYXaTc{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:end;-webkit-justify-content:flex-end;justify-content:flex-end;margin-bottom:-6px;margin-left:-16px;margin-top:32px}.JYXaTc.fXx9Lc{margin:0;min-height:0;padding:0}.wsArZ[data-ss-mode=\"1\"] .JYXaTc{width:100%}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .JYXaTc{width:100%}}.wsArZ[data-ss-mode=\"1\"] .TNTaPb{margin-left:40px;margin-right:0}.wsArZ[data-ss-mode=\"1\"] .TNTaPb:empty{margin-left:0}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .TNTaPb{margin-left:40px;margin-right:0}.NQ5OL .TNTaPb:empty{margin-left:0;margin-right:0}}.wsArZ[data-ss-mode=\"1\"] .FO2vFd{margin-left:0;margin-right:-16px}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .FO2vFd{margin-left:0;margin-right:-16px}}@media (min-width:840px){.wsArZ[data-ss-mode=\"1\"] .TNTaPb,.wsArZ[data-ss-mode=\"1\"] .FO2vFd{-webkit-box-flex:unset;-webkit-flex-grow:unset;flex-grow:unset}}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .JYXaTc:not(.NNItQ) .TNTaPb,.NQ5OL .JYXaTc:not(.NNItQ) .FO2vFd{-webkit-box-flex:unset;-webkit-flex-grow:unset;flex-grow:unset}}.S1zJGd{-webkit-align-self:flex-start;align-self:flex-start;-webkit-flex-shrink:0;flex-shrink:0;margin-bottom:24px}.O1Slxf{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-flex-wrap:wrap;flex-wrap:wrap;width:100%}.TNTaPb,.FO2vFd{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.FO2vFd{-webkit-box-pack:flex-start;-webkit-justify-content:flex-start;justify-content:flex-start}.TNTaPb{-webkit-box-pack:flex-end;-webkit-justify-content:flex-end;justify-content:flex-end}.JYXaTc.NNItQ .TNTaPb,.JYXaTc.NNItQ .FO2vFd{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.JYXaTc.NNItQ .TNTaPb,.JYXaTc.F8PBrb .TNTaPb{padding-left:16px}.JYXaTc.F8PBrb .TNTaPb{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;-webkit-flex-shrink:0;flex-shrink:0;-webkit-flex-wrap:wrap;flex-wrap:wrap;width:100%}.JYXaTc.NNItQ .FO2vFd,.JYXaTc.F8PBrb .TNTaPb+.FO2vFd{margin-top:16px}.JYXaTc:not(.NNItQ) .FO2vFd .mWv92d,.JYXaTc:not(.NNItQ) .FO2vFd .JLt0ke,.JYXaTc:not(.NNItQ) .FO2vFd .J7pUA{text-align:left}.BbN10e{display:block;width:calc(100% - 2px)}.JYXaTc.F8PBrb .O1Slxf{margin:0 -2px;width:calc(100% + 4px)}.JYXaTc.F8PBrb .FO2vFd{margin:0 2px}.o3Yfjb{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;margin:0 2px;min-width:calc(50% - 4px)}.BbN10e{white-space:nowrap;width:100%}.BbN10e .pIzcPc{display:block}.mWv92d+.n3Clv,.JLt0ke+.n3Clv{margin-top:32px}.n3Clv .q6oraf{border-radius:16px}.JYXaTc .J7pUA.u3bW4e{background-color:transparent}.J7pUA .snByac{color:#0b57d0;color:var(--gm3-sys-color-primary,#0b57d0);line-height:1.42857143;margin:16px;text-transform:none}.JYXaTc .KMdFve{--mdc-ripple-color:var(--gm3-sys-color-on-surface,#1f1f1f);background-color:var(--gm3-sys-color-surface-container,#f0f4f9)}.JYXaTc .KMdFve .VfPpkd-BFbNVe-bF1uUb{background-color:var(--gm3-sys-color-surface-tint,#6991d6)}.JYXaTc .KMdFve .VfPpkd-xl07Ob-ibnC6b-OWXEXe-gk6SMd{background-color:var(--gm3-sys-color-secondary-container,#c2e7ff)}.gNVsKb{color:#1f1f1f;color:var(--gm3-sys-color-on-surface,#1f1f1f)}.J7pUA [jsslot]{margin:0}.BbN10e .pIzcPc{width:100%}.Ih3FE{height:4px;overflow:hidden}.kPY6ve{background-color:white;background-color:var(--gm3-sys-color-background,white);bottom:0;left:0;opacity:.5;outline:none;position:fixed;top:0;width:100%;z-index:4}.Ih3FE .l3q5xe{background-color:#0b57d0;background-color:var(--gm3-sys-color-primary,#0b57d0)}.Ih3FE .w2zcLc{background-color:#f0f4f9;background-color:var(--gm3-sys-color-surface-container,#f0f4f9)}:root{--wf-gutw-hlf:calc((var(\n    --c-gutw,48px\n  ))/2);--wf-gutw-hlf-bp2:calc((var(\n    --c-gutw,76px\n  ))/2);--wf-brsz:calc(var(\n    --c-brsz,48px\n  ) + 24px);--wf-ps-t:calc(var(\n    --c-ps-t,24px\n  ) + var(\n    --wf-brsz,72px\n  ));--wf-ps-t-bp2:calc(var(\n    --c-ps-t,24px\n  ) + var(\n    --wf-brsz,72px\n  ));--wf-ps-t-bp5:calc(var(\n    --c-ps-t,36px\n  ) + var(\n    --wf-brsz,72px\n  ));--wf-ps-t-bp3-l:calc(var(\n    --c-ps-t,36px\n  ) + var(\n    --wf-brsz,72px\n  ))}.TcuCfd{background-color:white;background-color:var(--gm3-sys-color-background,white);border-radius:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;margin-bottom:0;padding-bottom:24px;position:relative;padding-top:96px;padding-top:var(\n    --wf-ps-t,96px\n  )}.TcuCfd,.wmGw4{margin:0 auto;padding-left:24px;padding-left:var(\n    --c-ps-s,24px\n  );padding-right:24px;padding-right:var(\n    --c-ps-e,24px\n  );width:100%}@media (min-width:600px){.TcuCfd{border-radius:28px;min-height:528px;padding-left:24px;padding-left:var(\n    --c-ps-s,24px\n  );padding-right:24px;padding-right:var(\n    --c-ps-e,24px\n  );width:480px}.wmGw4{padding:0 16px;width:480px}}@media (min-width:600px) and (orientation:landscape){.TcuCfd,.wmGw4{padding-left:24px;padding-left:var(\n    --c-ps-s,24px\n  );padding-right:24px;padding-right:var(\n    --c-ps-e,24px\n  );width:100%}.TcuCfd{border-radius:28px;min-height:unset}}@media (min-width:840px){.TcuCfd{padding-bottom:24px;padding-left:24px;padding-left:var(\n    --c-ps-s,24px\n  );padding-right:24px;padding-right:var(\n    --c-ps-e,24px\n  );padding-top:96px;padding-top:var(\n    --wf-ps-t-bp2,96px\n  );width:480px}.wmGw4{width:480px}}@media (min-width:840px) and (orientation:landscape){.TcuCfd,.wmGw4{padding-left:32px;padding-left:var(\n    --c-ps-s,32px\n  );padding-right:32px;padding-right:var(\n    --c-ps-e,32px\n  );width:100%}}@media (min-width:960px){.TcuCfd{padding-left:24px;padding-left:var(\n    --c-ps-s,24px\n  );padding-right:24px;padding-right:var(\n    --c-ps-e,24px\n  );width:480px}.wmGw4{width:480px}}@media (min-width:960px) and (orientation:landscape){.TcuCfd{border-radius:28px;min-height:384px;padding-left:36px;padding-left:var(\n    --c-ps-s,36px\n  );padding-right:36px;padding-right:var(\n    --c-ps-e,36px\n  );padding-top:108px;padding-top:var(\n    --wf-ps-t-bp3-l,108px\n  );width:840px}.wmGw4{padding:0 16px;width:840px}}@media (min-width:1240px){.TcuCfd{padding-left:24px;padding-left:var(\n    --c-ps-s,24px\n  );padding-right:24px;padding-right:var(\n    --c-ps-e,24px\n  );width:480px}.wmGw4{width:480px}}@media (min-width:1240px) and (orientation:landscape){.TcuCfd{margin-left:200px;margin-right:200px;padding-left:36px;padding-left:var(\n    --c-ps-s,36px\n  );padding-right:36px;padding-right:var(\n    --c-ps-e,36px\n  );width:auto}.wmGw4{width:auto;margin-left:200px;margin-right:200px}}@media (min-width:1600px){.TcuCfd{min-height:384px;padding-bottom:36px;padding-left:36px;padding-left:var(\n    --c-ps-s,36px\n  );padding-right:36px;padding-right:var(\n    --c-ps-e,36px\n  );padding-top:108px;padding-top:var(\n    --wf-ps-t-bp5,108px\n  );width:1040px}.wmGw4{width:1040px}}@media (min-width:1600px) and (orientation:landscape){.TcuCfd{margin-left:auto;margin-right:auto;padding-left:36px;padding-left:var(\n    --c-ps-s,36px\n  );padding-right:36px;padding-right:var(\n    --c-ps-e,36px\n  );width:1040px}.wmGw4{margin-left:auto;margin-right:auto;width:1040px}}.Ih3FE{left:24px;left:var(\n    --c-ps-s,24px\n  );position:absolute;right:24px;right:var(\n    --c-ps-e,24px\n  );top:0;z-index:5}@media (min-width:600px){.Ih3FE{left:24px;left:var(\n    --c-ps-s,24px\n  );right:24px;right:var(\n    --c-ps-e,24px\n  )}}@media (min-width:600px) and (orientation:landscape){.Ih3FE{left:24px;left:var(\n    --c-ps-s,24px\n  );right:24px;right:var(\n    --c-ps-e,24px\n  )}}@media (min-width:840px){.Ih3FE{left:24px;left:var(\n    --c-ps-s,24px\n  );right:24px;right:var(\n    --c-ps-e,24px\n  )}}@media (min-width:840px) and (orientation:landscape){.Ih3FE{left:32px;left:var(\n    --c-ps-s,32px\n  );right:32px;right:var(\n    --c-ps-e,32px\n  )}}@media (min-width:960px){.Ih3FE{left:24px;left:var(\n    --c-ps-s,24px\n  );right:24px;right:var(\n    --c-ps-e,24px\n  )}}@media (min-width:960px) and (orientation:landscape){.Ih3FE{left:36px;left:var(\n    --c-ps-s,36px\n  );right:36px;right:var(\n    --c-ps-e,36px\n  )}}@media (min-width:1240px){.Ih3FE{left:24px;left:var(\n    --c-ps-s,24px\n  );right:24px;right:var(\n    --c-ps-e,24px\n  )}}@media (min-width:1240px) and (orientation:landscape){.Ih3FE{left:36px;left:var(\n    --c-ps-s,36px\n  );right:36px;right:var(\n    --c-ps-e,36px\n  )}}@media (min-width:1600px){.Ih3FE{left:36px;left:var(\n    --c-ps-s,36px\n  );right:36px;right:var(\n    --c-ps-e,36px\n  )}}@media (min-width:1600px) and (orientation:landscape){.Ih3FE{left:36px;left:var(\n    --c-ps-s,36px\n  );right:36px;right:var(\n    --c-ps-e,36px\n  )}}.A77ntc,.Svhjgc,.fAlnEc{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.zIgDIc{margin-top:-72px;margin-top:calc((var(\n    --wf-brsz,72px\n  ))*-1)}.wsArZ[data-ss-mode=\"1\"] .zIgDIc{padding-right:24px;padding-right:var(\n    --wf-gutw-hlf,24px\n  )}@media (min-width:840px){.wsArZ[data-ss-mode=\"1\"] .zIgDIc{padding-right:38px;padding-right:var(\n    --wf-gutw-hlf-bp2,38px\n  )}}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .zIgDIc{padding-right:24px;padding-right:var(\n    --wf-gutw-hlf,24px\n  )}}.TcuCfd.nnGvjf .Svhjgc{overflow:visible}.wsArZ[data-ss-mode=\"1\"] .Svhjgc,.UXFQgc{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;flex-wrap:wrap}.UXFQgc{-webkit-box-flex:unset;-webkit-flex-grow:unset;flex-grow:unset}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .Svhjgc{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;flex-wrap:wrap}}.wsArZ[data-ss-mode=\"1\"] .UXFQgc{padding-left:24px;padding-left:var(\n    --wf-gutw-hlf,24px\n  )}@media (min-width:840px){.wsArZ[data-ss-mode=\"1\"] .UXFQgc{padding-left:38px;padding-left:var(\n    --wf-gutw-hlf-bp2,38px\n  )}}.wsArZ[data-ss-mode=\"1\"] .zIgDIc{-webkit-flex-basis:50%;flex-basis:50%;max-width:50%}.wsArZ[data-ss-mode=\"1\"] .UXFQgc{-webkit-flex-basis:50%;flex-basis:50%;max-width:50%}.wsArZ[data-ss-mode=\"1\"] .zIgDIc,.wsArZ[data-ss-mode=\"1\"] .UXFQgc{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .zIgDIc{-webkit-flex-basis:50%;flex-basis:50%;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;max-width:50%}.NQ5OL .UXFQgc{-webkit-flex-basis:50%;flex-basis:50%;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;max-width:50%}}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .UXFQgc{padding-left:24px;padding-left:var(\n    --wf-gutw-hlf,24px\n  )}}.TcuCfd.nnGvjf .UXFQgc{-webkit-transform:none;-ms-transform:none;-o-transform:none;transform:none}.xKcayf{-webkit-flex-shrink:0;flex-shrink:0;width:100%}.Hai8t .Em2Ord:not(.eLNT1d){margin-bottom:16px}.AcKKx.RDPZE{opacity:.5;pointer-events:none}.qWK5J{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.UXFQgc.hAfgic{overflow-x:hidden}.UXFQgc.hAfgic .qWK5J{-webkit-transition:-webkit-transform .3s cubic-bezier(.4,0,.2,1);-o-transition:-o-transform .3s cubic-bezier(.4,0,.2,1);transition:-webkit-transform .3s cubic-bezier(.4,0,.2,1);transition:transform .3s cubic-bezier(.4,0,.2,1);transition:transform .3s cubic-bezier(.4,0,.2,1),-webkit-transform .3s cubic-bezier(.4,0,.2,1),-o-transform .3s cubic-bezier(.4,0,.2,1)}.UXFQgc.QsjdCb .qWK5J{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.UXFQgc.GEcl0c .qWK5J{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}[dir=rtl] .UXFQgc.GEcl0c .qWK5J{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.dMNVAe,.FSdAW{padding-bottom:3px;padding-top:9px}.FSdAW{margin:0}.dMNVAe:empty,.FSdAW:empty{display:none}.Dzz9Db,.GpMPBe{height:25vh;position:relative}@media (min-width:600px){.Dzz9Db,.GpMPBe{height:150px}}.Dzz9Db.Irjbwb{height:auto}.GpMPBe{margin:0;overflow:hidden}.UFQPDd,.JNOvdd{display:block;height:100%;margin:0 auto;-o-object-fit:contain;object-fit:contain;width:100%}.f4ZpM{display:block;height:100%;max-width:100%;min-height:110px;position:relative;-webkit-transform:translate(-43%,-3%);-ms-transform:translate(-43%,-3%);-o-transform:translate(-43%,-3%);transform:translate(-43%,-3%);width:auto;z-index:3}.wsArZ[data-ss-mode=\"1\"] .Dzz9Db,.wsArZ[data-ss-mode=\"1\"] .f4ZpM{height:auto;width:100%}.wsArZ[data-ss-mode=\"1\"] .f4ZpM{max-width:400px}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .Dzz9Db,.NQ5OL .f4ZpM{height:auto;width:100%}.NQ5OL .f4ZpM{max-width:400px}}.Dzz9Db.utFBGf,.Dzz9Db.utFBGf .f4ZpM{height:auto}.Dzz9Db.utFBGf .f4ZpM{height:auto;max-width:312px;width:100%}.Dzz9Db.utFBGf.zpCp3 .f4ZpM{max-width:unset}.Dzz9Db.IiQozc .f4ZpM{margin:0 auto;-webkit-transform:none;-ms-transform:none;-o-transform:none;transform:none}.Dzz9Db.Irjbwb .f4ZpM{height:auto;width:100%}.Dzz9Db.EEeaqf .f4ZpM{max-height:144px;max-width:144px}.nPt1pc{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(233,233,233,0)),color-stop(62.22%,rgba(233,233,233,0)),color-stop(40.22%,rgb(233,233,233)),to(rgba(233,233,233,0)));background-image:-webkit-linear-gradient(top,rgba(233,233,233,0) 0,rgba(233,233,233,0) 62.22%,rgb(233,233,233) 40.22%,rgba(233,233,233,0) 100%);background-image:linear-gradient(to bottom,rgba(233,233,233,0) 0,rgba(233,233,233,0) 62.22%,rgb(233,233,233) 40.22%,rgba(233,233,233,0) 100%);height:100%;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:2}.nPt1pc:after,.nPt1pc:before{content:\"\";display:block;height:100%;min-width:110px;position:absolute;right:-10%;-webkit-transform:rotate(-104deg);-ms-transform:rotate(-104deg);-o-transform:rotate(-104deg);transform:rotate(-104deg);width:25vh;z-index:2}@media (min-width:600px){.nPt1pc:after,.nPt1pc:before{width:150px}}.nPt1pc:before{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(243,243,243,0)),to(rgba(243,243,243,.9)));background-image:-webkit-linear-gradient(top,rgba(243,243,243,0) 0,rgba(243,243,243,.9) 100%);background-image:linear-gradient(to bottom,rgba(243,243,243,0) 0,rgba(243,243,243,.9) 100%);bottom:-10%}.nPt1pc:after{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(rgba(255,255,255,.9)));background-image:-webkit-linear-gradient(top,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 100%);background-image:linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,.9) 100%);bottom:-80%}.wsArZ[data-ss-mode=\"1\"] .nPt1pc~.f4ZpM{width:auto}@media (min-width:600px) and (orientation:landscape),all and (min-width:1600px){.NQ5OL .nPt1pc~.f4ZpM{width:auto}}.ZS7CGc{height:auto}.qiRZ5e{-webkit-transform:translate(-9%,-3%);-ms-transform:translate(-9%,-3%);-o-transform:translate(-9%,-3%);transform:translate(-9%,-3%)}.vIv7Gf{left:-40%;margin:auto;max-height:230px;right:0;top:-3%;-webkit-transform:none;-ms-transform:none;-o-transform:none;transform:none}.nvYXVd{-webkit-transform:translate(9%,-3%);-ms-transform:translate(9%,-3%);-o-transform:translate(9%,-3%);transform:translate(9%,-3%)}.uOhnzd{-webkit-transform:translate(24px,0);-ms-transform:translate(24px,0);-o-transform:translate(24px,0);transform:translate(24px,0)}.MsYMaf{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.Dzz9Db.YIi9qf{height:15vh;max-height:137px;min-height:112px;padding-bottom:12px}.Dzz9Db.YIi9qf .f4ZpM{min-height:100%}.QG3Xbe{max-width:300px}.F6gtje{-webkit-transform:none;-ms-transform:none;-o-transform:none;transform:none}.RDsYTb{color:#444746;color:var(--gm3-sys-color-on-surface-variant,#444746);font-family:\"Google Sans\",roboto,\"Noto Sans Myanmar UI\",arial,sans-serif;font-size:0.875rem;font-weight:400;letter-spacing:0rem;line-height:1.42857143;margin-top:32px}.Ha17qf{background:#fff;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;max-width:100%;min-height:100vh;position:relative}@media (min-width:601px){.Ha17qf{background:#fff;border:1px solid rgb(218,220,224);border-radius:8px;display:block;-webkit-flex-shrink:0;flex-shrink:0;margin:0 auto;min-height:0;width:450px}.Ha17qf.qmmlRd{width:450px}.Ha17qf.qmmlRd .Or16q{height:auto;min-height:500px}}.Or16q{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;overflow:hidden;padding:24px 24px 36px}@media (min-width:601px){.Or16q{height:auto;min-height:500px;overflow-y:auto}}@media (min-width:450px){.Or16q{padding:48px 40px 36px}}.iEhbme{padding:24px 0 0}.iEhbme.RDPZE{opacity:.5;pointer-events:none}.HDuqac{background:transparent;border:none;color:rgb(60,64,67);cursor:pointer;display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;font-size:14px;letter-spacing:.25px;max-width:100%}.BOs5fd{-webkit-box-align:center;-webkit-align-items:center;align-items:center;background:#fff;border:1px solid rgb(218,220,224);display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;max-width:100%;position:relative}.HDuqac:focus-visible{outline:none}.HDuqac:focus-visible .BOs5fd{outline:none;position:relative;background:rgba(60,64,67,.12)}.HDuqac:focus-visible .BOs5fd::after{border:2px solid rgb(24,90,188);border-radius:20px;bottom:-5px;-webkit-box-shadow:0 0 0 2px rgb(232,240,254);box-shadow:0 0 0 2px rgb(232,240,254);content:\"\";left:-5px;position:absolute;right:-5px;top:-5px}.HDuqac:focus:not(:focus-visible) .BOs5fd{-webkit-box-shadow:0 1px 1px 0 rgba(66,133,244,.3),0 1px 3px 1px rgba(66,133,244,.15);box-shadow:0 1px 1px 0 rgba(66,133,244,.3),0 1px 3px 1px rgba(66,133,244,.15);border-color:rgb(218,220,224);-webkit-box-shadow:none;box-shadow:none}.HDuqac:hover:not(:focus-visible) .BOs5fd{background:rgba(60,64,67,.04)}.HDuqac:focus .BOs5fd,.HDuqac:hover .BOs5fd{border-color:rgb(218,220,224)}.HDuqac:active:focus .BOs5fd{background:rgba(60,64,67,.12);border-color:rgb(60,64,67);color:rgb(60,64,67)}.EI77qf{line-height:30px;margin:-8px 0;padding:8px 0}.EI77qf.DbQnIe{color:rgb(26,115,232);font-size:12px;line-height:22px}.EI77qf .BOs5fd{border-radius:16px;padding:0 15px 0 15px}.EI77qf.DbQnIe .BOs5fd{border-radius:12px;padding:0 10px 0 10px}.EI77qf.iiFyne .BOs5fd{padding-right:7px}.EI77qf.cd29Sd .BOs5fd{padding-left:5px}.EI77qf.DbQnIe.cd29Sd .BOs5fd{padding-left:2px}.EI77qf.DbQnIe.iiFyne .BOs5fd{padding-right:7px}.hMeYtd{border-radius:10px;height:20px;margin-right:8px}.hMeYtd .rs3gSb,.hMeYtd .hZUije,.hMeYtd .kHluYc{border-radius:50%;color:rgb(60,64,67);display:block;height:20px;width:20px}.wJxLsd{direction:ltr;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.znpTjf{color:rgb(60,64,67);-webkit-flex-shrink:0;flex-shrink:0;height:18px;margin-left:4px;width:18px}.HDuqac.DbQnIe .znpTjf{height:16px;width:16px}.JC0zZc{display:block;height:100%;width:100%}.aMfydd{text-align:center}.aMfydd .Tn0LBd{padding-bottom:0;padding-top:16px;color:rgb(32,33,36);font-size:24px;font-weight:400;line-height:1.3333;margin-bottom:0;margin-top:0}.a2CQh{padding-bottom:3px;padding-top:1px;margin-bottom:0;margin-top:0}.a2CQh{font-size:16px;font-weight:400;letter-spacing:.1px;line-height:1.5;padding-bottom:0;padding-top:8px}.a2CQh:empty{display:none}.n868rf{display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;letter-spacing:.25px;min-height:24px;padding-bottom:0;padding-top:8px}.C7uRJc{margin-top:8px}.NveWz{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.i2knIc{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:0;-webkit-flex-grow:0;flex-grow:0;-webkit-flex-wrap:wrap;flex-wrap:wrap;margin-left:-8px;margin-top:32px;margin-bottom:-16px;min-height:48px;padding-bottom:20px}.i2knIc.fXx9Lc,.i2knIc.fXx9Lc .RhTxBf,.i2knIc.fXx9Lc .tmMcIf{margin:0;min-height:0;padding:0}.sXlxWd{margin-bottom:32px;width:100%}.wg0fFb{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-flex-wrap:wrap;flex-wrap:wrap;width:100%}.RhTxBf,.tmMcIf{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;margin-bottom:16px}.i2knIc.NNItQ:not(.F8PBrb) .RhTxBf,.i2knIc.NNItQ:not(.F8PBrb) .tmMcIf{text-align:center}.RhTxBf{text-align:right}.i2knIc.F8PBrb .wg0fFb{margin:0 -2px;margin-left:8px;width:calc(100% + 4px)}.i2knIc.F8PBrb .RhTxBf{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;width:100%}.i2knIc.F8PBrb .tmMcIf{margin:0 2px}.xOs3Jc{-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1;margin:0 2px;min-width:calc(50% - 4px)}.Cokknd{margin-bottom:6px;margin-top:6px;white-space:nowrap;width:100%}.D4rY0b{color:rgb(95,99,104);font-size:14px;line-height:1.4286;margin-top:32px}.TcuCfd.hyqGzc{padding-left:24px;padding-left:var(\n    --c-ps-s,24px\n  );padding-right:24px;padding-right:var(\n    --c-ps-e,24px\n  )}.TcuCfd.hyqGzc.wsArZ[data-ss-mode=\"1\"]{padding-left:24px;padding-left:var(\n    --c-ps-s,24px\n  );padding-right:24px;padding-right:var(\n    --c-ps-e,24px\n  )}@media (orientation:landscape){.TcuCfd.hyqGzc.NQ5OL{padding-left:24px;padding-left:var(\n    --c-ps-s,24px\n  );padding-right:24px;padding-right:var(\n    --c-ps-e,24px\n  )}}@media (min-aspect-ratio:2/3) and (orientation:portrait){.TcuCfd.AdRpFc{padding-left:24px;padding-left:var(\n    --c-ps-s,24px\n  );padding-right:24px;padding-right:var(\n    --c-ps-e,24px\n  )}}@media (max-aspect-ratio:3/2) and (orientation:landscape){.TcuCfd.AdRpFc.wsArZ[data-ss-mode=\"1\"]{padding-left:24px;padding-left:var(\n    --c-ps-s,24px\n  );padding-right:24px;padding-right:var(\n    --c-ps-e,24px\n  )}.TcuCfd.AdRpFc.NQ5OL{padding-left:24px;padding-left:var(\n    --c-ps-s,24px\n  );padding-right:24px;padding-right:var(\n    --c-ps-e,24px\n  )}}.sQecwc{display:hidden}.TRuRhd{margin-top:24px;position:relative}.Fu5aXd:first-child .TRuRhd{margin-top:8px}.xyezD{background-color:transparent;border:none;-webkit-box-sizing:border-box;box-sizing:border-box;color:rgb(32,33,36);font-size:16px;height:56px;outline:none;padding:0 14px;width:100%}.TRuRhd.YKooDc .xyezD{direction:ltr;text-align:left}.Yr2OOb{line-height:1.4286;margin:14px;padding:0;resize:vertical}.LBj8vb{background-color:transparent;border:none;font-size:16px;height:56px;padding:0 14px;outline:none;width:100%}.dXXNOd{display:-webkit-box;display:-webkit-flex;display:flex;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.xMpNCd:not(:empty){line-height:56px;padding-left:14px}.pkBWge:not(:empty){line-height:56px;padding-right:14px}.TRuRhd[data-has-domain-suffix] .pkBWge{display:-webkit-box;display:-webkit-flex;display:flex;white-space:nowrap}.TRuRhd[data-has-domain-suffix][data-has-at-sign] .pkBWge{display:none}.fjpXlc{display:-webkit-box;display:-webkit-flex;display:flex;height:100%}.nWPx2e{-webkit-box-align:stretch;-webkit-align-items:stretch;align-items:stretch;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;flex-direction:row;height:100%;-webkit-box-pack:start;-webkit-justify-content:flex-start;justify-content:flex-start;left:0;max-width:100%;pointer-events:none;position:absolute;top:0;width:100%}.YhhY8,.CCQ94b,.tNASEf{border:1px solid rgb(218,220,224)}.YhhY8{border-bottom-left-radius:4px;border-right:none;border-top-left-radius:4px;width:8px}.CCQ94b{border-left:none;border-right:none;border-top:none;color:rgb(95,99,104);font-size:12px;margin:-6px 0 0;overflow:hidden;padding:0 6px;text-overflow:ellipsis;white-space:nowrap}.tNASEf{border-bottom-right-radius:4px;border-left:none;border-top-right-radius:4px;-webkit-box-flex:1;-webkit-flex-grow:1;flex-grow:1}.Fu5aXd:not(.Jj6Lae) .xyezD:focus+.nWPx2e .CCQ94b,.Fu5aXd:not(.Jj6Lae) .LBj8vb:focus+.nWPx2e .CCQ94b{color:rgb(26,115,232)}.xyezD:focus+.nWPx2e .YhhY8,.xyezD:focus+.nWPx2e .CCQ94b,.xyezD:focus+.nWPx2e .tNASEf,.LBj8vb:focus+.nWPx2e .YhhY8,.LBj8vb:focus+.nWPx2e .CCQ94b,.LBj8vb:focus+.nWPx2e .tNASEf{border-color:rgb(26,115,232);border-width:2px}.TMZ8p{-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-sizing:content-box;box-sizing:content-box;cursor:pointer;display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;-webkit-box-flex:0;-webkit-flex:0 0 48px;flex:0 0 48px;height:48px;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;line-height:0;position:relative;vertical-align:bottom;white-space:nowrap;width:48px}.TMZ8p .zSAiZc{height:48px;left:0;margin:0;opacity:0;outline:0;padding:0;position:absolute;top:0;width:48px}.RiAcXe{-webkit-box-align:center;-webkit-align-items:center;align-items:center;border:2px solid currentColor;border-radius:2px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;height:18px;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;left:15px;pointer-events:none;position:absolute;top:15px;width:18px}.TIX6ke{bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;width:100%}.TMZ8p .zSAiZc~.RiAcXe .TIX6ke{color:white;opacity:1}.M08VSe{stroke:currentColor;stroke-dashoffset:29.7833385;stroke-width:3.12px}.TMZ8p .zSAiZc:enabled:not(:checked)~.RiAcXe{background-color:transparent;border-color:rgb(95,99,104)}.TMZ8p .zSAiZc:enabled:checked~.RiAcXe{background-color:rgb(26,115,232);border-color:rgb(26,115,232)}.TMZ8p .zSAiZc[disabled]:not(:checked)~.RiAcXe{background-color:transparent;border-color:rgba(60,64,67,.38)}.TMZ8p .zSAiZc[disabled]:checked~.RiAcXe{background-color:rgba(60,64,67,.38);border-color:transparent}.TMZ8p:hover .zSAiZc:enabled:not(:checked)~.RiAcXe{background-color:transparent;border-color:rgb(32,33,36)}.TMZ8p:hover .zSAiZc:enabled:checked~.RiAcXe{background-color:rgb(23,78,166);border-color:rgb(23,78,166)}.TMZ8p .zSAiZc:focus-visible~.RiAcXe{outline:none;position:relative}.TMZ8p .zSAiZc:focus-visible~.RiAcXe::after{border:2px solid rgb(24,90,188);border-radius:4px;bottom:-5px;-webkit-box-shadow:0 0 0 2px rgb(232,240,254);box-shadow:0 0 0 2px rgb(232,240,254);content:\"\";left:-5px;position:absolute;right:-5px;top:-5px}.F3wxlc{-webkit-box-align:start;-webkit-align-items:flex-start;align-items:flex-start;color:rgb(95,99,104);display:-webkit-box;display:-webkit-flex;display:flex;font-size:12px;line-height:normal;margin-top:4px}.EllNBf{margin-right:8px;margin-top:-2px}.SnjiRb{height:16px;width:16px}.F3wxlc:empty,.NHVGlc:empty{display:none}.Fu5aXd.Jj6Lae .F3wxlc{color:rgb(217,48,37)}.Fu5aXd .azsAwf{margin-left:16px}.Fu5aXd.Jj6Lae .nWPx2e .YhhY8,.Fu5aXd.Jj6Lae .nWPx2e .CCQ94b,.Fu5aXd.Jj6Lae .nWPx2e .tNASEf{border-color:rgb(217,48,37)}.Fu5aXd.Jj6Lae .nWPx2e .CCQ94b{color:rgb(217,48,37)}.ZWssT{margin-top:26px}.vopC4e{background:transparent;border:none;-webkit-box-sizing:border-box;box-sizing:border-box;color:rgb(32,33,36);cursor:pointer;margin-bottom:-15px;margin-top:-15px;outline:inherit;padding-bottom:15px;padding-top:15px;position:relative;z-index:1}.vopC4e:focus::after{background-color:rgba(26,115,232,.15);border-radius:2px;bottom:0;content:\"\";left:0;position:absolute;right:0;top:0;z-index:-1}.JVMrYb{display:block}.hJIRO{display:none}sentinel{}\n/*# sourceURL=/_/mss/boq-identity/_/ss/k=boq-identity.AccountsSignInUi.krwQnH3vCcw.L.X.O/am=jwiLyBwbgPL_ABQAEAAoUAAAAAAAAAAAABqIJQQ/d=1/ed=1/rs=AOaEmlElm0gRw462rVVDS6oB8wOaHXpkwQ/m=identifierview,_b,_tp */</style>undefined<style nonce=\"e5sLsLPzKtumM2P0LQKMDw\">@font-face{font-family:'Product Sans';font-style:normal;font-weight:400;src:url(//fonts.gstatic.com/s/productsans/v9/pxiDypQkot1TnFhsFMOfGShVF9eL.ttf)format('truetype');}</style>undefined<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">undefined<meta name=\"description\" content=\"\">undefined<meta name=\"robots\" content=\"noindex, nofollow\">undefined<noscript>\n<meta http-equiv=\"refresh\" content=\"0; url=/v3/signin/rejected?app_domain=http://localhost:8000&amp;client_id=421752700316-ngsu2m1vho1qni36j0i5jlrjes85opet.apps.googleusercontent.com&amp;continue=https://accounts.google.com/signin/oauth/legacy/consent?authuser%3Dunknown%26part%3DAJi8hAOZoi2pAKo-7aMdIOKb4UVus9VGk35-b1-ij2e9BTV1wb4SDUSN4_AsCmG45syV96u0SL6QNRyy5KNDNYX-MAPV9Z8RC0bt_PO5DpLE_c3lHPgEjyXLCEoDeRgna8HEB3s-3MTxYjtplPSyzs8ix-4y4-ASeOD5MVaqI65H-CAZm2Nc-wWrxXmRaN_qPmXtcC7xY9T_TfXVFnxgeKm4Ub5eR3h8m7wG4T0yZX0KLK58GKzNCshhjZMVUDOi_0a22KwZ1R-tOEGFrye9bSzvj3EO9GBEyCGlhuexe8ExvVmg_wmqEdAOOgusHKNQ4pakmE73Gb-L10F853lu5TZp1f7nXskVimSKsbPco3vrAZEclc68o0W0pKXBSu3_87pNUZnz2_gbdooPCh88o-0VQT6XSo0Y-QT9J4kDBcBWLIV9kZwv0rCXANqqoEe8yhuMYIBJr-A5o1jSUSBqKLbCAcXhetwnqQ%26as%3DS-66897131%253A1701319410797857%26client_id%3D421752700316-ngsu2m1vho1qni36j0i5jlrjes85opet.apps.googleusercontent.com%26theme%3Dglif%23&amp;dsh=S-66897131:1701319410797857&amp;flowName=GeneralOAuthLite&amp;o2v=1&amp;opparams=%253F&amp;rart=ANgoxcdL9RBO2BZtUw-CzFUhip6Br0lC92DaBzrMDJzTun8v8HGDWX7MUtEh5zzw3K3Kpbe0TBIQcthOKwpvhTPUZwPLt-qJVsEpnMg0mNmFcoPBVOeJ86Q&amp;redirect_uri=http://localhost:8000/login/google/callback&amp;response_type=code&amp;rhlk=js&amp;rrk=47&amp;scope=https://www.googleapis.com/auth/userinfo.email&amp;service=lso&amp;state=n_5-9wzIs18Wm9uAWNZYOb4hadKwXIfwoB3JJcqiHY0%3D&amp;theme=glif\">\n<style nonce=\"e5sLsLPzKtumM2P0LQKMDw\">body{opacity:0;}</style>\n</noscript>\n<title>Sign in - Google Accounts</title>\n</head>\n<body>\n    <div class=\"BDEI9 LZgQXe\">\n        <div class=\"Ha17qf\" data-auto-init=\"Card\">\n            <div class=\"Or16q\">\n                <div data-view-id=\"hm18Ec\" data-locale=\"en_US\" data-allow-sign-up-types=\"true\">\n                    <c-wiz jsrenderer=\"OTcFib\" jsshadow jsdata=\"deferred-i2\" data-p=\"%.@.&quot;421752700316-ngsu2m1vho1qni36j0i5jlrjes85opet.apps.googleusercontent.com&quot;]\" data-node-index=\"2;0\" jsmodel=\"hc6Ubd\" c-wiz>\n                        <div class=\"gEc4r\">\n                            <div class=\"BivnM\">\n                                <div class=\"ji6sFc\">\n                                    <img src=\"//ssl.gstatic.com/images/branding/googleg/2x/googleg_standard_color_14dp.png\" class=\"TrZEUc\" alt=\"Google\" width=\"14\" height=\"14\">\n                                </div>\n                                <div class=\"O3jdWc\">Sign in with Google</div>\n                            </div>\n                        </div>\n                        <c-data id=\"i2\" jsdata=\" eCjdDd;_;5\"></c-data>\n                    </c-wiz>\n                    <div class=\"EQIoSc\" jsname=\"bN97Pc\">\n                        <div jsname=\"paFcre\">\n                            <div class=\"aMfydd\" jsname=\"tJHJj\">\n                                <h1 class=\"Tn0LBd\" jsname=\"r4nke\">Sign in</h1>\n                                <p class=\"a2CQh\" jsname=\"VdSJob\">to continue to \n                                    <button jscontroller=\"eS2ylb\" type=\"button\" jsname=\"LZaERc\" jsaction=\"click:CnOdef(preventDefault=true)\" data-destination-info=\"Signing in will redirect you to: http://localhost:8000\" data-third-party-email=\"budiawanilham04@gmail.com\">EmpathiCare</button>\n                                </p>\n                            </div>\n                        </div>\n                        <form action=\"/v3/signin/identifier?app_domain=http://localhost:8000&amp;client_id=421752700316-ngsu2m1vho1qni36j0i5jlrjes85opet.apps.googleusercontent.com&amp;continue=https://accounts.google.com/signin/oauth/legacy/consent?authuser%3Dunknown%26part%3DAJi8hAOZoi2pAKo-7aMdIOKb4UVus9VGk35-b1-ij2e9BTV1wb4SDUSN4_AsCmG45syV96u0SL6QNRyy5KNDNYX-MAPV9Z8RC0bt_PO5DpLE_c3lHPgEjyXLCEoDeRgna8HEB3s-3MTxYjtplPSyzs8ix-4y4-ASeOD5MVaqI65H-CAZm2Nc-wWrxXmRaN_qPmXtcC7xY9T_TfXVFnxgeKm4Ub5eR3h8m7wG4T0yZX0KLK58GKzNCshhjZMVUDOi_0a22KwZ1R-tOEGFrye9bSzvj3EO9GBEyCGlhuexe8ExvVmg_wmqEdAOOgusHKNQ4pakmE73Gb-L10F853lu5TZp1f7nXskVimSKsbPco3vrAZEclc68o0W0pKXBSu3_87pNUZnz2_gbdooPCh88o-0VQT6XSo0Y-QT9J4kDBcBWLIV9kZwv0rCXANqqoEe8yhuMYIBJr-A5o1jSUSBqKLbCAcXhetwnqQ%26as%3DS-66897131%253A1701319410797857%26client_id%3D421752700316-ngsu2m1vho1qni36j0i5jlrjes85opet.apps.googleusercontent.com%26theme%3Dglif%23&amp;dsh=S-66897131:1701319410797857&amp;flowName=GeneralOAuthLite&amp;o2v=1&amp;opparams=%253F&amp;rart=ANgoxcdL9RBO2BZtUw-CzFUhip6Br0lC92DaBzrMDJzTun8v8HGDWX7MUtEh5zzw3K3Kpbe0TBIQcthOKwpvhTPUZwPLt-qJVsEpnMg0mNmFcoPBVOeJ86Q&amp;redirect_uri=http://localhost:8000/login/google/callback&amp;response_type=code&amp;scope=https://www.googleapis.com/auth/userinfo.email&amp;service=lso&amp;state=n_5-9wzIs18Wm9uAWNZYOb4hadKwXIfwoB3JJcqiHY0%3D&amp;theme=glif\" method=\"POST\" novalidate>\n                            <div class=\"iEhbme\" jsname=\"rEuO1b\">\n                                <section class=\"aN1Vld \">\n                                    <div class=\"yOnVIb\" jsname=\"MZArnb\">\n                                        <div class=\"Fu5aXd\" jsname=\"dWPKW\">\n                                            <div class=\"Flfooc\">\n                                                <div class=\"TRuRhd  YKooDc\">\n                                                    <div class=\"fjpXlc\">\n                                                        <label class=\"dXXNOd\">\n                                                            <input class=\"xyezD\" jsname=\"Ufn6O\" type=\"email\" name=\"identifier\" id=\"identifierId\" autofocus autocapitalize=\"none\" autocomplete=\"username\" dir=\"ltr\"/>\n                                                            <div class=\"nWPx2e\">\n                                                                <div class=\"YhhY8\"></div>\n                                                                <div class=\"CCQ94b\">Email or phone</div>\n                                                                <div class=\"tNASEf\"></div>\n                                                            </div>\n                                                        </label>\n                                                    </div>\n                                                </div>\n                                            </div>\n                                            <div class=\"F3wxlc\" jsname=\"h9d3hd\"></div>\n                                            <div class=\"NHVGlc\" jsname=\"JIbuQc\"></div>\n                                        </div>\n                                        <p class=\"vOZun\" jsname=\"OZNMeb\" aria-live=\"assertive\"></p>\n                                        <p class=\"vOZun\">\n                                            <a href=\"/signin/v2/usernamerecovery?app_domain=http://localhost:8000&amp;client_id=421752700316-ngsu2m1vho1qni36j0i5jlrjes85opet.apps.googleusercontent.com&amp;continue=https://accounts.google.com/signin/oauth/legacy/consent?authuser%3Dunknown%26part%3DAJi8hAOZoi2pAKo-7aMdIOKb4UVus9VGk35-b1-ij2e9BTV1wb4SDUSN4_AsCmG45syV96u0SL6QNRyy5KNDNYX-MAPV9Z8RC0bt_PO5DpLE_c3lHPgEjyXLCEoDeRgna8HEB3s-3MTxYjtplPSyzs8ix-4y4-ASeOD5MVaqI65H-CAZm2Nc-wWrxXmRaN_qPmXtcC7xY9T_TfXVFnxgeKm4Ub5eR3h8m7wG4T0yZX0KLK58GKzNCshhjZMVUDOi_0a22KwZ1R-tOEGFrye9bSzvj3EO9GBEyCGlhuexe8ExvVmg_wmqEdAOOgusHKNQ4pakmE73Gb-L10F853lu5TZp1f7nXskVimSKsbPco3vrAZEclc68o0W0pKXBSu3_87pNUZnz2_gbdooPCh88o-0VQT6XSo0Y-QT9J4kDBcBWLIV9kZwv0rCXANqqoEe8yhuMYIBJr-A5o1jSUSBqKLbCAcXhetwnqQ%26as%3DS-66897131%253A1701319410797857%26client_id%3D421752700316-ngsu2m1vho1qni36j0i5jlrjes85opet.apps.googleusercontent.com%26theme%3Dglif%23&amp;dsh=S-66897131:1701319410797857&amp;flowName=GeneralOAuthLite&amp;o2v=1&amp;opparams=%253F&amp;rart=ANgoxcdL9RBO2BZtUw-CzFUhip6Br0lC92DaBzrMDJzTun8v8HGDWX7MUtEh5zzw3K3Kpbe0TBIQcthOKwpvhTPUZwPLt-qJVsEpnMg0mNmFcoPBVOeJ86Q&amp;redirect_uri=http://localhost:8000/login/google/callback&amp;response_type=code&amp;scope=https://www.googleapis.com/auth/userinfo.email&amp;service=lso&amp;state=n_5-9wzIs18Wm9uAWNZYOb4hadKwXIfwoB3JJcqiHY0%3D&amp;theme=glif\" jsname=\"Cuz2Ue\">Forgot email?</a>\n                                        </p>\n                                        <input type=\"password\" name=\"hiddenPassword\" class=\"hJIRO\" tabindex=\"-1\" aria-hidden=\"true\" spellcheck=\"false\" jsname=\"RHeR4d\">\n                                        <input type=\"hidden\" name=\"usi\" value=\"S-66897131:1701319410797857\">\n                                        <input type=\"hidden\" name=\"domain\" value=\"\">\n                                        <input type=\"hidden\" name=\"region\" value=\"ID\">\n                                        <span jsname=\"xdJtEf\">\n                                            <script nonce=\"PRrKVYzC3IHIm38HjVjHLA\">//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjogMywic291cmNlcyI6WyIiXSwic291cmNlc0NvbnRlbnQiOlsiICJdLCJuYW1lcyI6WyJjbG9zdXJlRHluYW1pY0J1dHRvbiJdLCJtYXBwaW5ncyI6IkFBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUEifQ==\n(function(){var n=function(D,e,d,u,U,V,c,L,P,F){return 11>(D^(((D-(((D|72)==D&&(F=e),11<=(D<\n                                                <2&15)&&31>D+9)&&(P=function(){},U=void 0,V=w(e,function(N){P&&(d&&C(d),U=N,P(),P=void 0)},!!d),c=V[1],u=V[0],F={invoke:function(N,y,R,z,A){function l(){U(function(I){C(function(){N(I)})},R)}if(!y)return A=u(R),N&&N(A),A;U?l():(z=P,P=function(){C((z(),l))})},pe:function(N){c&&c(N)}}),9)|20)>=D&&(D+4&30)\n                                                    <D&&(d(function(N){N(e)}),F=[function(){return e},function(){}]),D&105)==D&&(F=k?!!q&&q.brands.length>e:!1),56))&&4<=((D|1)&15)&&(L=m,L.f||v(72,d,U,e,u,c,L),L.f(V)),F},v=function(D,e,d,u,U,V,c,L,P,F,N,y,R,z,A,l,I,f,O,b,G){return 2==D-1>>((24>(D|2)&&4<=(D>>1&6)&&(b=n(8,0)?v(19,\"Chromium\"):(B(\"Chrome\",5)||B(\"CriOS\",13))&&!(n(9,0)?0:B(e,37))||B(\"Silk\",29)),(D|72)==D&&(f=function(){},O=function(){try{return A.contentWindow.location.href.match(/^h/)?null:!1}catch(M){return e+M}},I=function(){f=(((L.push(60,+new Date-z),clearInterval)(F),c).f=void 0,f(),void 0)},l=function(M,T){5<(L.push(U,(T=+new Date,T-z),M),M)?(L.push(35,T-z),I()):(y=T,P=M,A=document.createElement(\"iframe\"),B(d,8,function(Z){M===P&&(Z=O(),null===Z?(L.push(15,+new Date-z),R=A.contentWindow,P=0,A=null,clearInterval(F),f(),f=void 0):(L.push(29,T-z,Z),G(),l(M+1)))},\"load\",A),B(d,16,function(){M===P&&(L.push(u,T-z),G(),l(M+1))},\"error\",A),A.style.display=\"none\",A.src=V,N.appendChild(A))},G=function(){A=(N.removeChild(A),P=0,null)},P=0,A=null,L=[],c.f=function(M,T){f?(T=f,f=function(){(T(),setTimeout)(function(){M(R,L)},0)}):M(R,L)},z=+new Date,N=document.body||document.documentElement.lastChild,F=setInterval(function(M,T,Z){A&&(Z=P,M=+new Date,2E4\n                                                        <M-z?(L.push(66,M-z),G(),I()):(T=O())?(L.push(93,M-z,T),G(),l(Z+1)):6E3\n                                                            <M-y&&(L.push(87,M-z),G(),l(Z+1)))},512),l(1)),D>>1)&13||(b=(c=J(U,e,d))&&1===V.eval(c.createScript(\"1\"))?function(M){return c.createScript(M)}:function(M){return u+M}),3)&&(b=k?q?q.brands.some(function(M,T){return(T=M.brand)&&-1!=T.indexOf(e)}):!1:!1),b},B=function(D,e,d,u,U,V,c){if(1==(e<\n                                                                <1&15||U.addEventListener(u,d,D),e+4&7)){a:{if(d=Y.navigator)if(u=d.userAgent){U=u;break a}U=\"\"}c=-1!=U.indexOf(D)}return(e|40)==e&&(c=(V=m[D.substring(0,3)+\"_\"])?V(D.substring(3),d,u,U):n(42,D,d)),c},J=function(D,e,d,u,U){if(!(u=(U=Y.trustedTypes,d),U)||!U.createPolicy)return u;try{u=U.createPolicy(e,{createHTML:E,createScript:E,createScriptURL:E})}catch(V){if(Y.console)Y.console[D](V.message)}return u},w=function(D,e,d,u,U){return B.call(this,D,41,e,d,u,U)},Y=this||self,E=function(D){return n.call(this,89,D)},k,a=function(D,e,d,u,U,V){return n.call(this,3,D,e,d,u,U,V)},h;a:{for(var H=[\"CLOSURE_FLAGS\"],S=0,W=Y;S\n                                                                    <H.length;S++)if(W=W[H[S]],null==W){h=null;break a}h=W}var q,g=Y.navigator,X=h&&h[610401301],C=Y.requestIdleCallback?function(D){requestIdleCallback(function(){D()},{timeout:4})}:Y.setImmediate?function(D){setImmediate(D)}:function(D){setTimeout(D,0)};k=(q=g?g.userAgentData||null:null,null!=X)?X:!1;var m;(m=((v(10,(!B(\"Android\",5)||v(8,\"Edge\"),\"Edge\")),!B(\"Safari\",13)||v(9,\"Edge\")||(n(32,0)?0:B(\"Coast\",29))||(n(65,0)?0:B(\"Opera\",53))||(n(33,0)?0:B(\"Edge\",21))||(n(40,0)?v(17,\"Microsoft Edge\"):B(\"Edg/\",21)))||n(64,0)&&v(18,\"Opera\"),Y.botguard||(Y.botguard={})),40\n                                                                        <m.m)||(m.m=41,m.bg=a,m.a=w),m.eYD_=function(D,e,d,u,U,V,c,L){return[function(P){return V?V(P):\"FNL~\"},(n(57,64,\"\",82,(c=atob((U=D.lastIndexOf(\"//\"),D.substr(U+2))),!1),function(P,F,N,y,R){if(R=\"FNL\"+F,P)try{L=(V=(y=P.eval(v(5,\"bg\",null,\"\",\"error\",P)(Array(7824*Math.random()|0).join(\"\\n\")+['//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjogMywic291cmNlcyI6WyIiXSwic291cmNlc0NvbnRlbnQiOlsiICJdLCJuYW1lcyI6WyJjbG9zdXJlRHluYW1pY0J1dHRvbiJdLCJtYXBwaW5ncyI6IkFBQUE7QUFBQTtBQUFBO0FBQUE7QUFBQTtBQUFBO0FBQUEifQ==',\n'(function(){var w=function(D,U,M,e,u,L,V,d,P,c,N,A,z){if(2>(D>>1&8)&&-61<=(D|9))if(c=e.O.i[String(u)]){for(A=(c=c.concat(),true),V=M;V\n                                                                            <c.length;++V)(d=c[V])&&!d.Z&&d.capture==U&&(N=d.listener,P=d.S9||d.src,d.Mb&&DP(\"\",18,1,d,e.O),A=false!==N.call(P,L)&&A);z=A&&!L.defaultPrevented}else z=true;if((D&62)==D)a:{for(d=M;d\n                                                                                <e.length;++d)if(V=e[d],!V.Z&&V.listener==L&&V.capture==!!U&&V.S9==u){z=d;break a}z=-1}if(1>D+2>>5&&1<=(D+7&7))a:{for(L in u)if(e.call(void 0,u[L],L,u)){z=U;break a}z=M}return z},oU=function(D,U,M,e,u){return(U|(1==(U+D&7)&&(this.n++,e=M-this.dA,this.dA+=e/this.n,this.e9+=e*(M-this.dA)),4))>>4||(u=Math.floor(this.H())),u},uH=function(D,U,M,e,u,L,V,d,P){return(U&(2<=(U-3&((U-5|(3==(U+4&15)&&(P=Math.floor(this.ab+(this.H()-this.iS))),9))>=U&&(U-4|22)\n                                                                                    <U&&(d.classList?d.classList.remove(V):F(e,u,33,d,V)&&U_(\"string\",19,M,Array.prototype.filter.call(C(21,u,d),function(c){return c!=V}).join(L),d)),3))&&13>(U^32)&&(e=M[ea],P=e instanceof iH?e:null),50))==U&&(M.Z?u=true:(d=new MN(e,this),V=M.listener,L=M.S9||M.src,M.Mb&&dm(4,5,D,null,M),u=V.call(L,d)),P=u),P},F=function(D,U,M,e,u,L,V,d){if((M&27)==M){if(e=window.btoa){for(u=0,D=\"\";u\n                                                                                        <U.length;u+=8192)D+=String.fromCharCode.apply(null,U.slice(u,u+8192));L=e(D).replace(/\\\\+/g,\"-\").replace(/\\\\//g,\"_\").replace(/=/g,\"\")}else L=void 0;d=L}if(1==(M>>2&((M|(M>>1&6||(e.classList?L=e.classList.contains(u):(V=C(19,U,e),L=k(5,V,D,u)>=D),d=L),48))==M&&(e=typeof D,d=\"object\"==e&&D!=U||\"function\"==e),13)))if(u=D.length,u>U){for(e=(L=Array(u),U);e\n                                                                                            <u;e++)L[e]=D[e];d=L}else d=[];return d},m=function(D,U,M,e,u,L,V){return D+8>>1<((D|((D+7>>4||M.P.splice(U,U,e),(D|40)==D)&&(V=function(d){return U.call(V.src,V.listener,d)},U=s_,L=V),72))==D&&(e.Fy(function(d){u=d},U,M),L=u),D)&&(D+9^18)>=D&&(y(U,M,e),e[Lq]=2796),3==D+9>>3&&(Pv.call(this),U||Vb||(Vb=new cv),this.pj=null,this.l1=false,this.vK=this.J=null,this.GS=false,this.cK=this.I=null,this.L=void 0),L},NN=function(D,U,M,e,u,L,V,d,P,c,N){if((U|40)==U)if(L&&L.once)C(D,e,M,L,d,V,P,u);else if(Array.isArray(V))for(c=M;c\n                                                                                                <V.length;c++)NN(5,57,0,true,u,L,V[c],d,P);else d=DP(\"\",6,d),u&&u[A5]?u.O.add(String(V),d,false,F(L,null,54)?!!L.capture:!!L,P):zU(24,null,false,u,P,L,false,d,V);return 4<=(((U&47)==((U&77)==U&&(L=k(9,e,0,u),(V=0<=L)&&Array.prototype.splice.call(e,L,M),N=V),U)&&(this.U=M),U)<\n                                                                                                    <1&7)&&9>(U>>2&9)&&(u=M,N=function(){return u\n                                                                                                        <e.length?{done:false,value:e[u++]}:{done:true}}),N},FJ=function(D,U,M,e,u,L,V,d,P,c,N){if(4<=(M-9&7)&&21>(M|6)){for(;V.P.length;){d=(V.R=null,V).P.pop();try{P=TU(U,d,e,V)}catch(A){FJ(u,A,25,V)}if(L&&V.R){(c=V.R,c)(function(){k(33,D,254,D,V)});break}}N=P}return(M&25)==M&&(e.s=((e.s?e.s+\"~\":\"E:\")+U.message+\":\"+U.stack).slice(0,D)),N},k=function(D,U,M,e,u,L,V,d,P,c){if((D-3^10)\n                                                                                                            <D&&(D+5&47)>=D&&u.P.length){((u.PK&&0(),u).Cj=e,u).PK=true;try{L=u.H(),u.Uj=L,u.iS=L,u.lS=0,V=FJ(true,25,5,193,2048,e,u),d=u.H()-u.iS,u.ab+=d,d<(U?0:10)||0>=u.gA--||(d=Math.floor(d),u.Ib.push(d<=M?d:254))}finally{u.PK=false}c=V}if(!(D-4>>4))a:if(\"string\"===typeof U)c=\"string\"!==typeof e||1!=e.length?-1:U.indexOf(e,M);else{for(u=M;u\n                                                                                                                <U.length;u++)if(u in U&&U[u]===e){c=u;break a}c=-1}if(((D-6|41)\n                                                                                                                    <D&&(D+4^9)>=D&&(P=function(){},P.prototype=e.prototype,U.m=e.prototype,U.prototype=new P,U.prototype.constructor=U,U.QN=function(N,A,z){for(var T=Array(arguments.length-M),R=M;R\n                                                                                                                        <arguments.length;R++)T[R-M]=arguments[R];return e.prototype[A].apply(N,T)}),D&94)==D){if(!M)throw Error(\"Invalid class name \"+M);if(\"function\"!==typeof U)throw Error(\"Invalid decorator function \"+U);}return c},v=function(D,U,M,e,u,L,V,d,P,c,N,A,z){if((D&79)==D)for(L in d=M,e.i){for(u=(V=e.i[L],M);u\n                                                                                                                            <V.length;u++)++d,I(18,52,U,V[u]);delete e.i[e.A9--,L]}if(15>(D^42)&&13<=D<\n                                                                                                                                <1)if(Array.isArray(d))for(c=M;c\n                                                                                                                                    <d.length;c++)v(33,null,0,e,u,L,V,d[c]);else P=F(V,U,57)?!!V.capture:!!V,u=DP(\"\",3,u),e&&e[A5]?e.O.remove(String(d),u,P,L):e&&(N=uH(\"on\",37,e))&&(A=N.BK(d,u,P,L))&&dm(4,6,\"on\",null,A);if((D|24)==D&&(z=U&&U.parentNode?U.parentNode.removeChild(U):null),(D+4^9)\n                                                                                                                                        <D&&(D-4^13)>=D){if((d=(A=(V=(c=(N=(e||L.lS++,0\n                                                                                                                                            <L.rA&&L.PK&&L.Cj&&1>=L.qb)&&!L.l&&!L.R&&(!e||1\n                                                                                                                                                <L.Lj-M)&&0==document.hidden,4==L.lS))||N?L.H():L.Uj,V-L.Uj),A>>14),L).h&&(L.h^=d*(A<\n                                                                                                                                                    <2)),L.U=d||L.U,L.wA+=d,c||N)L.lS=0,L.Uj=V;!N||V-L.iS\n                                                                                                                                                        <L.rA-(u?255:e?5:2)?z=false:(L.Lj=M,P=b(L,e?236:355),y(L,355,L.u),L.P.push([Cq,P,e?M+1:M]),L.R=RU,z=U)}return z},U_=function(D,U,M,e,u,L){return U+8>>2\n                                                                                                                                                            <U&&(U-2^23)>=U&&(this.type=M,this.currentTarget=this.target=e,this.defaultPrevented=this.C=false),(U&87)==U&&(typeof u.className==D?u.className=e:u.setAttribute&&u.setAttribute(M,e)),L},J=function(D,U,M,e,u,L,V,d,P){if(!((D^46)>>4))for(d=u.length,V=\"string\"===typeof u?u.split(M):u,L=U;L\n                                                                                                                                                                <d;L++)L in V&&e.call(void 0,V[L],L,u);return 2==(D<\n                                                                                                                                                                    <1&15||M.Y||(M.Y=U,M.X()),D-6>>3)&&(U.Ej=void 0,U.Oj=function(){return U.Ej?U.Ej:U.Ej=new U}),P},zU=function(D,U,M,e,u,L,V,d,P,c,N,A,z,T){if((D&88)==D){if(!P)throw Error(\"Invalid event type\");if(!(A=(c=F(L,U,((z=uH(\"on\",33,e))||(e[ea]=z=new iH(e)),52))?!!L.capture:!!L,z.add(P,d,V,c,u)),A.proxy)){if(((N=m(40),A).proxy=N,N.src=e,N.listener=A,e).addEventListener)kg||(L=c),void 0===L&&(L=M),e.addEventListener(P.toString(),N,L);else if(e.attachEvent)e.attachEvent(ja(1,32,\"on\",P.toString()),N);else if(e.addListener&&e.removeListener)e.addListener(N);else throw Error(\"addEventListener and attachEvent are unavailable.\");lH++}}if(!((D^83)>>3))a:{switch(L){case e:T=V?\"disable\":\"enable\";break a;case U:T=V?\"highlight\":\"unhighlight\";break a;case 4:T=V?\"activate\":\"deactivate\";break a;case 8:T=V?\"select\":\"unselect\";break a;case 16:T=V?\"check\":\"uncheck\";break a;case u:T=V?\"focus\":\"blur\";break a;case M:T=V?\"open\":\"close\";break a}throw Error(\"Invalid component state\");}if(1==((D^96)&15)){for(V=(d=[],L=0);L\n                                                                                                                                                                        <U.length;L++)for(V+=M,e=(P=e<\n                                                                                                                                                                            <M,u=U[L],2*(u|0)+~u-(~P|u));7\n                                                                                                                                                                                <V;)V-=8,d.push(e>>V&255);T=d}return 4==(D-7&15)&&(this.listener=U,this.proxy=null,this.src=M,this.type=u,this.capture=!!L,this.S9=e,this.key=++yb,this.Mb=this.Z=false),D-1>>4||(T=U),T},qN=function(D,U,M,e,u,L){return(U&111)==((U^D)>>3||(this.mT=Y.document||document),U)&&(L=\"string\"==typeof u.className?u.className:u.getAttribute&&u.getAttribute(M)||e),L},ZP=function(D,U,M,e,u,L,V,d){if(!(U-7>>3))if(M.classList)Array.prototype.forEach.call(e,function(P,c){M.classList?M.classList.add(P):F(0,\"\",32,M,P)||(c=qN(21,5,\"class\",\"\",M),U_(\"string\",21,\"class\",c+(0\n                                                                                                                                                                                    <c.length?\" \"+P:P),M))});else{for(L in(Array.prototype.forEach.call(C(20,\"\",(u={},M)),function(P){u[P]=true}),Array).prototype.forEach.call(e,function(P){u[P]=true}),V=\"\",u)V+=0\n                                                                                                                                                                                        <V.length?\" \"+L:L;U_(\"string\",20,\"class\",V,M)}return U+4>>2\n                                                                                                                                                                                            <U&&(U+4&38)>=U&&(mG.call(this,M?M.type:\"\"),this.relatedTarget=this.currentTarget=this.target=null,this.button=this.screenY=this.screenX=this.clientY=this.clientX=this.offsetY=this.offsetX=0,this.key=\"\",this.charCode=this.keyCode=0,this.metaKey=this.shiftKey=this.altKey=this.ctrlKey=false,this.state=null,this.pointerId=0,this.pointerType=\"\",this.j=null,M&&(L=this.type=M.type,V=M.changedTouches&&M.changedTouches.length?M.changedTouches[0]:null,this.target=M.target||M.srcElement,this.currentTarget=e,u=M.relatedTarget,u||(\"mouseover\"==L?u=M.fromElement:\"mouseout\"==L&&(u=M.toElement)),this.relatedTarget=u,V?(this.clientX=void 0!==V.clientX?V.clientX:V.pageX,this.clientY=void 0!==V.clientY?V.clientY:V.pageY,this.screenX=V.screenX||0,this.screenY=V.screenY||0):(this.offsetX=M.offsetX,this.offsetY=M.offsetY,this.clientX=void 0!==M.clientX?M.clientX:M.pageX,this.clientY=void 0!==M.clientY?M.clientY:M.pageY,this.screenX=M.screenX||0,this.screenY=M.screenY||0),this.button=M.button,this.keyCode=M.keyCode||0,this.key=M.key||\"\",this.charCode=M.charCode||(\"keypress\"==L?M.keyCode:0),this.ctrlKey=M.ctrlKey,this.altKey=M.altKey,this.shiftKey=M.shiftKey,this.metaKey=M.metaKey,this.pointerId=M.pointerId||0,this.pointerType=\"string\"===typeof M.pointerType?M.pointerType:fq[M.pointerType]||\"\",this.state=M.state,this.j=M,M.defaultPrevented&&MN.m.preventDefault.call(this))),d},ja=function(D,U,M,e,u,L,V,d,P,c,N){return(U|((U|6)>>(3==U+7>>(U>>D&6||(N=e in GU?GU[e]:GU[e]=M+e),3)&&(N=IU[M](IU.prototype,{stack:e,floor:e,pop:e,call:e,console:e,document:e,splice:e,propertyIsEnumerable:e,prototype:e,parent:e,length:e,replace:e})),4)||(this.Xy=this.Xy,this.Y=this.Y),64))==U&&(Array.isArray(V)&&(V=V.join(\" \")),c=\"aria-\"+u,\"\"===V||void 0==V?(vv||(P={},vv=(P.atomic=false,P.autocomplete=\"none\",P.dropeffect=\"none\",P.haspopup=false,P.live=e,P.multiline=false,P.multiselectable=false,P.orientation=\"vertical\",P.readonly=false,P.relevant=\"additions text\",P.required=false,P.sort=\"none\",P[M]=false,P.disabled=false,P.hidden=false,P.invalid=\"false\",P)),d=vv,u in d?L.setAttribute(c,d[u]):L.removeAttribute(c)):L.setAttribute(c,V)),N},Bv=function(D,U,M,e,u,L,V,d,P,c,N){if((e+3^7)>=e&&(e+4^D)\n                                                                                                                                                                                                <e){if(!(bH.call(this,u),c=M)){for(d=this.constructor;d;){if(P=(V=C(8,d),nq[V]))break;d=(L=Object.getPrototypeOf(d.prototype))&&L.constructor}c=P?\"function\"===typeof P.Oj?P.Oj():new P:null}this.N=c}return 2==((e&116)==e&&(N=C(75,2,L,u)&&!!(L.S&u)!=M&&(!(L.qI&u)||L.dispatchEvent(zU(82,2,U,1,32,u,M)))&&!L.Y),e^59)>>3&&M.pj&&M.pj.forEach(U,void 0),N},DP=function(D,U,M,e,u,L,V){return U+4>>((((U&58)==U&&(L=e.type,L in u.i&&NN(5,68,M,u.i[L],e)&&(I(18,48,true,e),0==u.i[L].length&&(delete u.i[L],u.A9--))),U)^39)>>4||(this[this+D]=this),4)||(\"function\"===typeof M?V=M:(M[J5]||(M[J5]=function(d){return M.handleEvent(d)}),V=M[J5])),V},C=function(D,U,M,e,u,L,V,d,P,c){if(22>(D|6)&&5<=(D<\n                                                                                                                                                                                                    <1&15))if(Array.isArray(L))for(P=M;P\n                                                                                                                                                                                                        <L.length;P++)C(3,true,0,e,u,L[P],V,d);else u=DP(\"\",5,u),d&&d[A5]?d.O.add(String(L),u,U,F(e,null,55)?!!e.capture:!!e,V):zU(64,null,false,d,V,e,U,u,L);return(D|72)==(((D-2|76)>=D&&(D+2^23)\n                                                                                                                                                                                                            <D&&(c=M.classList?M.classList:qN(21,3,\"class\",U,M).match(/\\\\S+/g)||[]),(D&122)==D)&&(c=Object.prototype.hasOwnProperty.call(U,Yg)&&U[Yg]||(U[Yg]=++O_)),D)&&(c=!!(u=M.Xz,(u|e)-~u-~e+U*~(u|e))),c},E_=function(D,U,M,e,u,L,V,d,P,c,N){if(1==((D|4)&11)){for(L=P=0;L\n                                                                                                                                                                                                                <U.length;L++)P+=U.charCodeAt(L),P+=P<\n                                                                                                                                                                                                                    <10,P=(V=P>>6,-(P|0)+(P|V)+(P&~V));N=((c=new (d=(P=(P+=P<\n                                                                                                                                                                                                                        <3,u=P>>11,-(P&u)-~(P|u)+(~P&u)+(P|~u)),P)+(P<\n                                                                                                                                                                                                                            <15)>>>0,Number)(d&(1<\n                                                                                                                                                                                                                                <M)-1),c)[0]=(d>>>M)%e,c)}return 8<=(1==(18>((D+6&43)\n                                                                                                                                                                                                                                    <D&&(D+7&21)>=D&&(this.src=U,this.i={},this.A9=0),D>>2)&&3<=(D|9)>>4&&(L=M,L^=L<\n                                                                                                                                                                                                                                        <13,L=(u=L>>17,2*(u|0)+~L+~u-2*(~L|u)),(L=(L^L<\n                                                                                                                                                                                                                                            <5)&e)||(L=1),N=U^L),(D^40)&15)&&(V=typeof u,L=V!=e?V:u?Array.isArray(u)?\"array\":V:\"null\",N=L==M||L==e&&typeof u.length==U),D<\n                                                                                                                                                                                                                                                <2&15)&&4>(D+8&16)&&(N=0===this.n?0:Math.sqrt(this.e9/this.n)),N},I=function(D,U,M,e,u,L){return U-8&((U&90)==(((U|24)==U&&(M.classList?Array.prototype.forEach.call(e,function(V){uH(\"on\",24,\"class\",0,\"\",\" \",V,M)}):U_(\"string\",D,\"class\",Array.prototype.filter.call(C(17,\"\",M),function(V){return!(0<=k(11,e,0,V))}).join(\" \"),M)),U+4&14)\n                                                                                                                                                                                                                                                    <U&&(U+2&47)>=U&&E.call(this,M,e||aU.Oj(),u),U)&&(h5.call(this),this.O=new iH(this),this.MI=this,this.Kj=null),3)||(e.Z=M,e.listener=null,e.proxy=null,e.src=null,e.S9=null),L},h=function(D,U,M,e,u,L,V,d,P,c,N){if(!(D<\n                                                                                                                                                                                                                                                        <2&(4<=((D|((((D|56)==D&&(U.l?N=Hv(U,U.T):(e=Sa(6,true,U,8),-2*~(e&128)+~e+(e^128)+(e|-129)&&(e^=128,M=Sa(6,true,U,2),e=(u=e<\n                                                                                                                                                                                                                                                            <2,-2*~M+2*(u&~M)+(u^M)+2*(~u^M))),N=e)),D)&105)==D&&(N=c=function(){if(u.U==u){if(u.A){var A=[Wv,L,V,void 0,d,P,arguments];if(e==M)var z=k(32,(m(3,0,u,A),false),254,false,u);else if(e==U){var T=!u.P.length;(m(7,0,u,A),T)&&k(34,false,254,false,u)}else z=TU(25,A,193,u);return z}d&&P&&d.removeEventListener(P,c,a)}}),1))&15)&&11>(D^16)&&(e=IU[U.G](U.sA),e[U.G]=function(){return M},e.concat=function(A){M=A},N=e),12))){for(L=h(59,M),u=U;e>U;e--)u=u<\n                                                                                                                                                                                                                                                                <8|S(true,M,8);y(M,L,u)}return N},X=function(D,U,M,e,u,L,V,d,P,c,N,A){if(D+1>>2\n                                                                                                                                                                                                                                                                    <D&&(D+5&24)>=D)if(u=\"array\"===gm(\"object\",\"call\",e)?e:[e],this.s)M(this.s);else try{V=[],L=!this.P.length,m(6,0,this,[XJ,V,u]),m(5,0,this,[Qb,M,V]),U&&!L||k(31,true,254,U,this)}catch(z){FJ(2048,z,24,this),M(this.s)}return 2==(D^54)>>(((D-1|2)>=D&&(D+2^22)\n                                                                                                                                                                                                                                                                        <D&&(e=S(true,U,8),-(e|M)+(e|128)-~(e&128)+(e|-129)&&(e=128+(e&-128)+(~e^127)|S(true,U,8)<\n                                                                                                                                                                                                                                                                            <7),A=e),(D^52)&11)||(A=e[u]<\n                                                                                                                                                                                                                                                                                <24|e[-(u|1)+3*(u&1)+U*(u^1)]<\n                                                                                                                                                                                                                                                                                    <M|e[-1-U*~(u|U)+(~u^U)]<\n                                                                                                                                                                                                                                                                                        <8|e[-2-U*~(u|3)-(u^3)]),3)&&(c=(u|0)- -8+~(u|7),P=$g,V=[-26,-78,17,67,-62,-44,V,-77,48,88],d=IU[e.G](e.k0),d[e.G]=function(z){c+=6+(N=z,7*u),c&=7},d.concat=function(z,T,R,l){return(T=(N=(z=(R=L%16+1,-R*N)-280*L*L*N+V[l=c+U,(l|0)- -1+(~l|7)]*L*R+(P()|0)*R-M*N- -4368*L*N+c+56*N*N+5*L*L*R,void 0),V[z]),V)[(c+61&7)+(u&2)]=T,V[c+(u&2)]=-78,T},A=d),A},dm=function(D,U,M,e,u,L,V,d,P,c){return(U|32)==(((U-D>>((U|D)>>D==D&&(V=new Q(e,M,L),c=[function(N){return m(72,false,N,V)},function(N){V.ob(N)}]),3)||\"number\"===typeof u||!u||u.Z||((V=u.src)&&V[A5]?DP(\"\",16,1,u,V.O):(L=u.proxy,d=u.type,V.removeEventListener?V.removeEventListener(d,L,u.capture):V.detachEvent?V.detachEvent(ja(1,16,M,d),L):V.addListener&&V.removeListener&&V.removeListener(L),lH--,(P=uH(\"on\",38,V))?(DP(\"\",24,1,u,P),0==P.A9&&(P.src=e,V[ea]=e)):I(18,20,true,u))),U-5)^27)>=U&&(U+8&26)\n                                                                                                                                                                                                                                                                                            <U&&(this.n++,50>this.g.length?this.g.push(M):(e=Math.floor(Math.random()*this.n),50>e&&(this.g[e]=M))),U)&&(0===this.n?c=[0,0]:(this.g.sort(function(N,A){return N-A}),c=[this.n,this.g[this.g.length>>1]])),c},s_=function(D,U,M,e,u,L){return uH.call(this,\"on\",16,D,U,M,e,u,L)},y=function(D,U,M){if(355==U||236==U)D.A[U]?D.A[U].concat(M):D.A[U]=h(22,D,M);else{if(D.fj&&225!=U)return;115==U||215==U||200==U||499==U||114==U?D.A[U]||(D.A[U]=X(33,35,3304,D,22,U,M)):D.A[U]=X(34,35,3304,D,121,U,M)}225==U&&(D.h=Sa(6,false,D,32),D.D=void 0)},rm=function(D,U,M,e,u,L,V,d,P,c,N){if(!U.fj){if(3<(d=b(((0==(V=b(U,((c=void 0,M&&M[0]===Kq)&&(e=M[1],c=M[2],M=void 0),499)),V.length)&&(P=b(U,236)>>3,V.push(e,P>>8&255,(P|0)-255- -256+(~P|255)),void 0!=c&&V.push(c&255)),u=\"\",M)&&(M.message&&(u+=M.message),M.stack&&(u+=\":\"+M.stack)),U),404),d)){U.U=(L=(u=xg((d-=(u=u.slice(0,-(d|3)+(d&3)+2*(d&-4)),N=u.length,4-~(N|3)+(~N&3)+2*(N|-4)),63),u),U.U),U);try{K(x(2,u.length).concat(u),215,U,D)}finally{U.U=L}}y(U,404,d)}},t5=function(D,U){for(U=[];D--;)U.push(255*Math.random()|0);return U},pq=function(){return dm.call(this,4,88)},DS=function(D,U,M,e,u,L){e.HK.length>D?rm(U,e,[Kq,36],M):(e.HK.push(e.A.slice()),e.A[L]=void 0,y(e,L,u))},Y=this||self,Q=function(D,U,M,e){e=this;try{of(this,U,D,M)}catch(u){FJ(2048,u,17,this),D(function(L){L(e.s)})}},of=function(D,U,M,e,u,L,V){for(u=(D.sA=(D.k0=ja(1,21,D.G,(D.NI=(D.u1=U$,D.KX=D[Qb],eh),{get:function(){return this.concat()}})),IU[D.G](D.k0,{value:{value:{}}})),V=[],0);315>u;u++)V[u]=String.fromCharCode(u);k(29,(m(3,(m(8,0,(m(6,(m(66,((y((m(97,(m((m(96,D,419,(m(98,D,(D.EA=(y(D,(y(D,(m(33,D,309,(m(23,D,((J(16,true,new (m(69,(y(D,(m((y(D,215,(m(32,D,291,(m(99,D,(m(31,D,180,(y(D,(m((m(29,D,244,(m(37,(m((m(25,D,(m(24,(m((m(28,(y(D,(D.af=(y(D,249,(m(38,(y(D,67,(m(87,D,(y(D,115,[165,(m(26,D,(m(55,D,(m(67,(m(30,(y(D,(m(68,D,425,(y(D,(y(D,(D.yN=(D.lS=void 0,(D.U=D,D.D8=[],D).ab=(D.HK=[],(D.Hp=0,D.gA=25,D.Ib=[],D.u=((D.iS=(D.Uj=0,0),D).T=void 0,D.x0=((D.qb=0,D).i1=function(d){return NN.call(this,5,32,d)},void 0),0),D.Fz=e,D).Cj=(D.D=void 0,D.wA=1,D.A=((D.P=[],D).fj=(D.l=void 0,D.Lj=8001,false),[]),L=window.performance||{},D.R=null,D.h=(D.W=[],D.rA=(D.PK=false,0),void 0),false),0),D.s=void 0,L).timeOrigin||(L.timing||{}).navigationStart||0,355),0),236),0),function(d,P,c,N,A){y(d,(c=gm(\"object\",\"call\",(A=b(d,(N=h((P=h(59,d),61),d),P)),A)),N),c)})),114),[0,0,0]),D),377,function(d){Mc(3,d)}),m(65,D,119,function(d,P,c,N){0!=b((N=(P=h(57,(c=h(61,d),d)),b)(d,P),d),c)&&y(d,355,N)}),D),498,function(d,P,c,N){y(d,(P=h(58,(N=S(true,d,(c=h(59,d),8)),d)),P),b(d,c)>>>N)}),17),function(d,P,c,N){if(c=d.HK.pop()){for(P=S(true,d,8);0\n                                                                                                                                                                                                                                                                                                <P;P--)N=h(63,d),c[N]=d.A[N];(c[c[499]=d.A[499],404]=d.A[404],d).A=c}else y(d,355,d.u)}),20),function(d,P,c,N,A,z,T){for(N=(A=(T=b(d,(P=(c=X(18,d,(z=h(61,d),0)),\"\"),376)),T.length),0);c--;)N=((N|0)+(X(25,d,0)|0))%A,P+=V[T[N]];y(d,z,P)}),0),0]),413),function(d,P,c,N,A,z){(z=h(63,(c=h(58,(N=h(62,d),d)),d)),d.U==d)&&(P=b(d,c),A=b(d,z),b(d,N)[P]=A,225==N&&(d.D=void 0,2==P&&(d.h=Sa(6,false,d,32),d.D=void 0)))}),D)),D),416,function(d){Mc(4,d)}),0)),0),139),Y),D),312,function(d,P,c,N,A){!v(23,true,P,true,false,d)&&(N=dI(true,1,8,d,0),A=N.J9,c=N.TS,d.U==d||c==d.i1&&A==d)&&(y(d,N.WK,c.apply(A,N.V)),d.Uj=d.H())}),35),D,93,function(d){uC(1,d)}),D),28,function(d){h(28,0,d,4)}),191),function(d,P,c,N,A,z,T,R){y(d,(T=b(d,(R=b(d,(A=(N=h(61,(P=h(58,(c=h(63,(z=h(62,d),d)),d)),d)),b)(d,N),P)),c)),z),h(9,1,2,A,d,T,R))}),70),D,509,function(d,P,c,N,A,z,T,R,l,q){0!==(l=b(d,(c=b(d,(q=b(d,(R=(A=(T=h(61,(z=h(61,(P=h(62,d),d)),d)),h)(58,d),b(d.U,P)),z)),A)),T)),R)&&(N=h(33,1,2,1,d,l,c,R,q),R.addEventListener(q,N,a),b(d,468).push(function(){R.removeEventListener(q,N,a)}),y(d,249,[R,q,N]))}),D),446,function(d,P,c,N){v(22,true,P,true,false,d)||(c=h(62,d),N=h(58,d),y(d,N,function(A){return eval(A)}(iC(b(d.U,c)))))}),function(){})),27),D,445,function(d,P,c,N,A){y(d,(A=b(d,(c=b(d,(P=(N=h(58,d),h)(58,d),N)),P)),P),A+c)}),404),2048),function(d){uC(4,d)})),374),function(d,P,c,N,A,z){y(d,(A=b(d,(z=b(d,(P=(N=h(57,(c=h(61,d),d)),h(57,d)),c)),N)),P),z in A|0)}),function(d,P,c){c=b((P=h(62,d),d.U),P),c[0].removeEventListener(c[1],c[2],a)})),t5(4))),64),D,71,function(d,P,c,N,A,z,T,R,l,q,W,n,B,Z,t,wm){function O(f,G){for(;B\n                                                                                                                                                                                                                                                                                                    <f;)q|=S(true,d,8)<\n                                                                                                                                                                                                                                                                                                        <B,B+=8;return q>>=(B-=f,G=q&(1<\n                                                                                                                                                                                                                                                                                                            <f)-1,f),G}for(T=(c=(z=((q=B=(R=h(63,d),0),O(3))|0)+1,O)(5),[]),N=A=0;N\n                                                                                                                                                                                                                                                                                                                <c;N++)t=O(1),T.push(t),A+=t?0:1;for(l=(W=((A|0)-1).toString(2).length,0),P=[];l\n                                                                                                                                                                                                                                                                                                                    <c;l++)T[l]||(P[l]=O(W));for(Z=0;Z\n                                                                                                                                                                                                                                                                                                                        <c;Z++)T[Z]&&(P[Z]=h(62,d));for(n=[],wm=z;wm--;)n.push(b(d,h(57,d)));m(34,d,R,function(f,G,H,p,g){for(H=(p=(g=[],[]),0);H\n                                                                                                                                                                                                                                                                                                                            <c;H++){if(!(G=P[H],T[H])){for(;G>=g.length;)g.push(h(59,f));G=g[G]}p.push(G)}f.T=(f.l=h(21,f,n.slice()),h(23,f,p))})}),0),{}),D),353,function(d,P){DS(104,12,0,(P=b(d,h(62,d)),d.U),P,355)}),s$)(\"Submit\")),y)(D,200,[]),439),function(d,P,c,N,A,z){y(d,(P=b((A=b(d,(c=h((z=(N=h(62,d),h(59,d)),63),d),z)),d),N),c),P[A])}),function(d,P,c,N,A,z,T,R,l,q,W,n,B,Z){if(!v(37,true,P,true,true,d)){if(\"object\"==gm(\"object\",\"call\",(q=b((n=b(d,(T=b(d,(N=h((c=h(57,(R=h(63,(A=h(57,d),d)),d)),61),d),c)),A)),z=b(d,N),d),R),n))){for(W in B=[],n)B.push(W);n=B}for(T=0<(l=0,T)?T:1,Z=n.length;l\n                                                                                                                                                                                                                                                                                                                                <Z;l+=T)q(n.slice(l,(l|0)+(T|0)),z)}})),468),[]),415),770),0),458),function(d,P,c,N,A,z,T,R,l){v(20,true,P,true,false,d)||(N=dI(true,1,8,d.U,0),T=N.J9,z=N.WK,A=N.V,l=N.TS,R=A.length,c=0==R?new T[l]:1==R?new T[l](A[0]):2==R?new T[l](A[0],A[1]):3==R?new T[l](A[0],A[1],A[2]):4==R?new T[l](A[0],A[1],A[2],A[3]):2(),y(d,z,c))}),D.De=0,function(d,P,c){y(d,(c=h(57,(P=h(63,d),d)),c),\"\"+b(d,P))})),36),D,431,function(d,P,c,N,A){for(A=(N=(P=h(59,d),X)(17,d,0),c=[],0);A\n                                                                                                                                                                                                                                                                                                                                    <N;A++)c.push(S(true,d,8));y(d,P,c)}),D),452,function(d,P,c,N){y((N=(P=(c=h(58,d),h(61,d)),h(63,d)),d),N,b(d,c)||b(d,P))}),D),499,[]),y)(D,357,0),D),350,function(d,P,c,N,A,z){y(d,(N=(P=b(d,(A=h(63,(z=h(58,(c=h(63,d),d)),d)),c)),b(d,z)),A),+(P==N))}),0),D,[Lq]),D),[Ls,U]),0),D,[PQ,M]),true),254,true,D)},Va=function(D,U,M,e,u){return ZP.call(this,28,9,D,U,M,e,u)},dI=function(D,U,M,e,u,L,V,d,P,c){for(d=(V=(((P=(L=e[cQ]||{},h(62,e)),L).WK=h(59,e),L).V=[],e.U)==e?(S(D,e,M)|u)-U:1,c=h(59,e),u);d\n                                                                                                                                                                                                                                                                                                                                        <V;d++)L.V.push(h(59,e));for((L.TS=b(e,P),L).J9=b(e,c);V--;)L.V[V]=b(e,L.V[V]);return L},Nc=function(D,U){return I.call(this,18,25,D,U)},zk=function(D,U,M,e,u){return dm.call(this,4,64,D,U,M,e,u)},wI=function(D,U,M,e,u,L){return(y((Tk(D,(L=b(M,e),M.W&&L\n                                                                                                                                                                                                                                                                                                                                            <M.u?(y(M,e,M.u),DS(104,12,D,M,u,e)):y(M,e,u),M),2048,U),M),e,L),b)(M,D)},b=function(D,U,M){if(void 0===(M=D.A[U],M))throw[Kq,30,U];if(M.value)return M.create();return(M.create(5*U*U+-78*U+59),M).prototype},h5=function(){return ja.call(this,1,5)},Hv=function(D,U,M){return(M=U.create().shift(),D.l.create().length)||D.T.create().length||(D.l=void 0,D.T=void 0),M},Mc=function(D,U,M,e,u,L,V){K((e=b(U,(u=(V=4-(D^4)-(L=D&3,~D^4)+(D|-5),h(59,U)),M=h(57,U),u)),V&&(e=xg(63,\"\"+e)),L&&K(x(2,e.length),M,U),e),M,U)},E=function(D,U,M,e,u,L,V,d){return Bv.call(this,24,D,U,13,M,e,u,L,V,d)},K=function(D,U,M,e,u,L,V,d,P){if(M.U==M)for(d=b(M,U),215==U?(L=function(c,N,A,z,T,R){if(d.mb!=(N=(R=d.length,(R|0)-4>>3),N)){z=[0,0,P[1],(d.mb=(A=(N<\n                                                                                                                                                                                                                                                                                                                                                <3)-4,N),P)[2]];try{d.pX=FX(16,0,8,z,X(48,2,16,d,2*(A&4)-1-(~A^4)),X(52,2,16,d,A),29)}catch(l){throw l;}}d.push((T=d.pX[(R|7)-2*~(R&7)+~R+-8],2*~(T&c)-2*~T-(T|~c)+(~T|c)))},P=b(M,114)):L=function(c){d.push(c)},e&&L(e&255),u=0,V=D.length;u\n                                                                                                                                                                                                                                                                                                                                                    <V;u++)L(D[u])},bH=function(D){return m.call(this,15,D)},mG=function(D,U){return U_.call(this,\"string\",8,D,U)},Rf=function(D,U,M,e,u){if((u=(e=Y.trustedTypes,D),!e)||!e.createPolicy)return u;try{u=e.createPolicy(M,{createHTML:Cs,createScript:Cs,createScriptURL:Cs})}catch(L){if(Y.console)Y.console[U](L.message)}return u},r,FX=function(D,U,M,e,u,L,V,d,P,c){for(c=e[P=(d=U,e)[2]|U,3]|U;14>d;d++)u=u>>>M|u<\n                                                                                                                                                                                                                                                                                                                                                        <24,u+=L|U,u^=P+1116,c=c>>>M|c<\n                                                                                                                                                                                                                                                                                                                                                            <24,L=L<\n                                                                                                                                                                                                                                                                                                                                                                <3|L>>>V,c+=P|U,P=P<\n                                                                                                                                                                                                                                                                                                                                                                    <3|P>>>V,c^=d+1116,L^=u,P^=c;return[L>>>24&255,L>>>D&255,L>>>M&255,L>>>U&255,u>>>24&255,u>>>D&255,u>>>M&255,u>>>U&255]},kG=function(D,U,M,e,u,L,V,d){try{V=D[((U|0)+2)%3],D[U]=(u=(e=D[U],d=D[((U|0)+1)%3],-(~e^d)-(~e&d)+(e|~d))-(V|0),L=1==U?V<\n                                                                                                                                                                                                                                                                                                                                                                        <M:V>>>M,-(~u^L)+(~u&L)+(u|~L))}catch(P){throw P;}},TU=function(D,U,M,e,u,L,V,d,P,c,N){if((V=U[0],V)==XJ)e.gA=D,e.F(U);else if(V==Qb){u=U[1];try{N=e.s||e.F(U)}catch(A){FJ(2048,A,9,e),N=e.s}u(N)}else if(V==Cq)e.F(U);else if(V==Ls)e.F(U);else if(V==PQ){try{for(d=0;d\n                                                                                                                                                                                                                                                                                                                                                                            <e.D8.length;d++)try{P=e.D8[d],P[0][P[1]](P[2])}catch(A){}}catch(A){}(0,U[1])(function(A,z){e.Fy(A,true,z)},function(A){m(5,(A=!e.P.length,0),e,[jh]),A&&k(27,false,254,true,e)},(e.D8=[],function(A){return e.ob(A)}))}else{if(V==Wv)return L=U[2],y(e,M,U[6]),y(e,0,L),e.F(U);V==jh?(e.F(U),e.W=[],e.Ib=[],e.A=null):V==Lq&&(c=Y.parent,\"loading\"===c.document.readyState&&(e.R=function(A,z){function T(){z||(z=true,c.document.removeEventListener(\"DOMContentLoaded\",T,a),c.removeEventListener(\"load\",T,a),A())}(z=false,c.document.addEventListener(\"DOMContentLoaded\",T,a),c).addEventListener(\"load\",T,a)}))}},lC=function(){return I.call(this,18,3)},ya=function(D,U){function M(){this.e9=this.dA=this.n=0}return D=new ((M.prototype.Rb=function(e,u){return oU.call(this,3,22,e,u)},M.prototype).j9=function(){return E_.call(this,3)},M),U=new M,[function(e){D.Rb(e),U.Rb(e)},function(e){return U=new (e=[D.j9(),U.j9()],M),e}]},xg=function(D,U,M,e,u,L,V,d,P,c,N){for(V=(N=(e=U.replace(/\\\\r\\\\n/g,\"\\\\n\"),[]),d=0);V\n                                                                                                                                                                                                                                                                                                                                                                                <e.length;V++)u=e.charCodeAt(V),128>u?N[d++]=u:(2048>u?N[d++]=(P=u>>6,(P&192)+-193-~(P|192)+(~P&192)):(55296==(u&64512)&&V+1\n                                                                                                                                                                                                                                                                                                                                                                                    <e.length&&56320==(e.charCodeAt(V+1)&64512)?(u=(M=(u&1023)<\n                                                                                                                                                                                                                                                                                                                                                                                        <10,~M-3*~(65536|M)-(-65537&M)+2*(-65537|M))+(e.charCodeAt(++V)&1023),N[d++]=u>>18|240,N[d++]=(L=u>>12,2*(L|0)+D-2*(L|D)+(~L&D))|128):N[d++]=(c=u>>12,2*(c|0)+~c-(c|-225)),N[d++]=u>>6&D|128),N[d++]=-2*~u+~(u|D)+(~u&D)+(~u|D)|128);return N},mq=function(D,U){for(var M=1,e,u;M\n                                                                                                                                                                                                                                                                                                                                                                                            <arguments.length;M++){for(u in e=arguments[M],e)D[u]=e[u];for(var L=0;L\n                                                                                                                                                                                                                                                                                                                                                                                                <qc.length;L++)u=qc[L],Object.prototype.hasOwnProperty.call(e,u)&&(D[u]=e[u])}},Cs=function(D){return zU.call(this,3,D)},s$=function(D,U,M){return I.call(this,18,13,D,U,M)},x=function(D,U,M,e){for(M=(e=(D|0)-1,[]);0<=e;e--)M[-(D|1)+(D&1)+2*(D^1)-2*(~D&1)-(e|0)]=U>>8*e&255;return M},gm=function(D,U,M,e,u){if(u=typeof M,u==D)if(M){if(M instanceof Array)return\"array\";if(M instanceof Object)return u;if(\"[object Window]\"==(e=Object.prototype.toString.call(M),e))return D;if(\"[object Array]\"==e||\"number\"==typeof M.length&&\"undefined\"!=typeof M.splice&&\"undefined\"!=typeof M.propertyIsEnumerable&&!M.propertyIsEnumerable(\"splice\"))return\"array\";if(\"[object Function]\"==e||\"undefined\"!=typeof M.call&&\"undefined\"!=typeof M.propertyIsEnumerable&&!M.propertyIsEnumerable(U))return\"function\"}else return\"null\";else if(\"function\"==u&&\"undefined\"==typeof M.call)return D;return u},fs=function(D){return v.call(this,25,D)},cv=function(){return qN.call(this,21,16)},ZS=function(D,U,M,e,u){if(3==D.length){for(e=0;3>e;e++)U[e]+=D[e];for(u=[13,8,13,12,16,5,3,10,(M=0,15)];9>M;M++)U[3](U,M%3,u[M])}},uC=function(D,U,M,e){K(x(D,(M=h(62,U),e=h(57,U),b(U,M))),e,U)},Gk=function(D,U,M,e,u,L,V,d,P,c){function N(A){A&&e.appendChild(\"string\"===typeof A?M.createTextNode(A):A)}for(P=D;P\n                                                                                                                                                                                                                                                                                                                                                                                                    <V.length;P++)if(d=V[P],!E_(9,U,\"array\",\"object\",d)||F(d,null,56)&&d.nodeType>u)N(d);else{a:{if(d&&typeof d.length==U){if(F(d,null,53)){c=\"function\"==typeof d.item||typeof d.item==L;break a}if(\"function\"===typeof d){c=\"function\"==typeof d.item;break a}}c=false}J(33,u,\"\",N,c?F(d,u,5):d)}},If=function(D,U,M,e){((U.push(D[0]<\n                                                                                                                                                                                                                                                                                                                                                                                                        <24|D[1]<\n                                                                                                                                                                                                                                                                                                                                                                                                            <16|D[2]<\n                                                                                                                                                                                                                                                                                                                                                                                                                <8|D[3]),U).push((M=D[4]<undefined<24,e=D[5]<undefined<16,-~e+2*(M&~e)+(~M|e))|D[6]<undefined<8|D[7]),U).push(D[8]<undefined<24|D[9]<undefined<16|D[10]<undefined<8|D[11])},Pv=function(){return I.call(this,18,10)},Tk=function(D,U,M,e,u,L,V,d){if(!U.s){U.qb++;try{for(L=(d=void 0,U.u),V=D;--e;)try{if(u=void 0,U.l)d=Hv(U,U.l);else{if(V=b(U,355),V>=L)break;d=b(U,(u=h((y(U,236,V),61),U),u))}v(21,true,(d&&d[jh]&M?d(U,e):rm(12,U,[Kq,21,u],D),e),false,false,U)}catch(P){b(U,415)?rm(12,U,P,22):y(U,415,P)}if(!e){if(U.cp){Tk(0,U,2048,(U.qb--,448665260148));return}rm(12,U,[Kq,33],D)}}catch(P){try{rm(12,U,P,22)}catch(c){FJ(M,c,16,U)}}U.qb--}},iH=function(D){return E_.call(this,10,D)},S=function(D,U,M){return U.l?Hv(U,U.T):Sa(6,D,U,M)},Sa=function(D,U,M,e,u,L,V,d,P,c,N,A,z,T,R,l,q){if((N=b(M,355),N)>=M.u)throw[Kq,31];for(L=(l=(V=0,R=e,N),M).KX.length;0undefined<R;)q=l>>3,A=l%8,T=8-(A|0),c=Tundefined<R?T:R,d=M.W[q],U&&(P=M,P.D!=l>>D&&(P.D=l>>D,z=b(P,225),P.x0=FX(16,0,8,[0,0,z[1],z[2]],P.D,P.h,29)),d^=M.x0[q&L]),V|=(d>>8-(A|0)-(c|0)&(1<undefined<c)-1)<<(R|0)-(c|0),R-=c,l+=c;return y(M,355,(u=V,(N|0)+(e|0))),u},vQ=function(D,U,M,e,u){return zU.call(this,27,U,M,e,D,u)},bC=function(D,U){function M(){this.g=[],this.n=0}return D=(U=new (M.prototype.Q_=(M.prototype.t9=function(){return dm.call(this,4,32)},function(e,u){return dm.call(this,4,80,e,u)}),M),new M),[function(e){(U.Q_(e),D).Q_(e)},function(e){return D=new (e=U.t9().concat(D.t9()),M),e}]},aU=function(){return ZP.call(this,28,5)},MN=function(D,U,M,e,u){return ZP.call(this,28,3,D,U,M,e,u)},ns=function(){return oU.call(this,3,18)},Yg=\"closure_uid_\"+(1E9*Math.random()>>>0),O_=0,Vb,kg=function(D,U,M){if(!Y.addEventListener||!Object.defineProperty)return false;D=(U=false,Object.defineProperty({},\"passive\",{get:function(){U=true}}));try{M=function(){},Y.addEventListener(\"test\",M,D),Y.removeEventListener(\"test\",M,D)}catch(e){}return U}(),fq={2:(k((((mG.prototype.stopPropagation=function(){this.C=true},h5.prototype).X=function(){if(this.Xy)for(;this.Xy.length;)this.Xy.shift()()},h5.prototype.Y=false,mG.prototype).preventDefault=function(){this.defaultPrevented=true},48),MN,2,mG),\"touch\"),3:\"pen\",4:\"mouse\"},A5=\"closure_listenable_\"+((MN.prototype.stopPropagation=function(){(MN.m.stopPropagation.call(this),this).j.stopPropagation?this.j.stopPropagation():this.j.cancelBubble=true},MN.prototype).preventDefault=function(D){MN.m.preventDefault.call(this),D=this.j,D.preventDefault?D.preventDefault():D.returnValue=false},1E6*Math.random()|0),yb=0,qc=\"constructor hasOwnProperty isPrototypeOf propertyIsEnumerable toLocaleString toString valueOf\".split(\" \"),ea=\"closure_lm_\"+((iH.prototype.BK=(iH.prototype.add=((iH.prototype.hasListener=function(D,U,M,e,u){return w(19,true,false,(u=(e=void 0!==D)?D.toString():\"\",M=void 0!==U,function(L,V){for(V=0;Vundefined<L.length;++V)if(!(e&&L[V].type!=u||M&&L[V].capture!=U))return true;return false}),this.i)},iH.prototype).remove=function(D,U,M,e,u,L,V){if(u=D.toString(),!(u in this.i))return false;return L=w(50,M,0,(V=this.i[u],V),e,U),-1undefined<L?(I(18,68,true,V[L]),Array.prototype.splice.call(V,L,1),0==V.length&&(delete this.i[u],this.A9--),true):false},function(D,U,M,e,u,L,V,d,P){return d=w(30,e,((L=(P=D.toString(),this).i[P],L)||(L=this.i[P]=[],this.A9++),0),L,u,U),-1undefined<d?(V=L[d],M||(V.Mb=false)):(V=new vQ(P,U,this.src,u,!!e),V.Mb=M,L.push(V)),V}),function(D,U,M,e,u,L){return-1<((L=-1,u=this.i[D.toString()],u)&&(L=w(48,M,0,u,e,U)),L)?u[L]:null}),1E6)*Math.random()|0),GU={},lH=0,J5=\"__closure_events_fn_\"+(1E9*Math.random()>>>0);(r=((k(46,Pv,2,h5),Pv.prototype)[A5]=true,Pv.prototype),r.uS=function(D){this.Kj=D},r.addEventListener=function(D,U,M,e){NN(5,56,0,true,this,M,D,U,e)},r.removeEventListener=function(D,U,M,e){v(32,null,0,this,U,e,M,D)},r.dispatchEvent=function(D,U,M,e,u,L,V,d,P,c,N){if(e=this.Kj)for(N=[];e;e=e.Kj)N.push(e);if(U=!(\"string\"===(L=(V=(u=(P=D,N),this.MI),P).type||P,typeof P)?P=new mG(P,V):P instanceof mG?P.target=P.target||V:(c=P,P=new mG(L,V),mq(P,c)),0),u)for(d=u.length-1;!P.C&&0<=d;d--)M=P.currentTarget=u[d],U=w(35,true,0,M,L,P)&&U;if(P.C||(M=P.currentTarget=V,U=w(37,true,0,M,L,P)&&U,P.C||(U=w(33,false,0,M,L,P)&&U)),u)for(d=0;!P.C&&dundefined<u.length;d++)M=P.currentTarget=u[d],U=w(9,false,0,M,L,P)&&U;return U},r.BK=function(D,U,M,e){return this.O.BK(String(D),U,M,e)},r.X=function(){this.Kj=((Pv.m.X.call(this),this.O)&&v(3,true,0,this.O),null)},r).hasListener=function(D,U){return this.O.hasListener(void 0!==D?String(D):void 0,U)},r=cv.prototype;var vv;((r=(k(51,bH,2,((J(26,(r.createElement=function(D,U,M){return\"application/xhtml+xml\"===(M=(U=String(D),this.mT),M.contentType)&&(U=U.toLowerCase()),M.createElement(U)},r.o=(r.contains=function(D,U){if(!D||!U)return false;if(D.contains&&1==U.nodeType)return D==U||D.contains(U);if(\"undefined\"!=typeof D.compareDocumentPosition)return D==U||!!(D.compareDocumentPosition(U)&16);for(;U&&D!=U;)U=U.parentNode;return U==D},r.canHaveChildren=function(D){if(1!=D.nodeType)return false;switch(D.tagName){case \"APPLET\":case \"AREA\":case \"BASE\":case \"BR\":case \"COL\":case \"COMMAND\":case \"EMBED\":case \"FRAME\":case \"HR\":case \"IMG\":case \"INPUT\":case \"IFRAME\":case \"ISINDEX\":case \"KEYGEN\":case \"LINK\":case \"NOFRAMES\":case \"NOSCRIPT\":case \"META\":case \"OBJECT\":case \"PARAM\":case \"SCRIPT\":case \"SOURCE\":case \"STYLE\":case \"TRACK\":case \"WBR\":return false}return true},r.append=function(D,U){Gk(1,\"number\",9==D.nodeType?D:D.ownerDocument||D.document,D,0,\"string\",arguments)},r.createTextNode=(r.removeNode=fs,function(D){return this.mT.createTextNode(String(D))}),r.getElementsByTagName=function(D,U){return(U||this.mT).getElementsByTagName(String(D))},function(D){return\"string\"===typeof D?this.mT.getElementById(D):D}),r.appendChild=function(D,U){D.appendChild(U)},lC)),lC).prototype.dX=0,lC.prototype.Sw=\"\",Pv)),bH).prototype,r).OA=lC.Oj(),r.o=function(){return this.I},r.getParent=function(){return this.J},r.v=function(){this.GS=!(Bv(24,function(D){D.GS&&D.v()},this,40),this.L&&v(9,true,0,this.L),1)},r).uS=function(D){if(this.J&&this.J!=D)throw Error(\"Method not supported\");bH.m.uS.call(this,D)},r.X=function(){(this.J=((Bv(((this.GS&&this.v(),this.L)&&(J(8,true,this.L),delete this.L),24),function(D){J(56,true,D)},this,41),!this.l1)&&this.I&&fs(this.I),this.cK=this.I=this.pj=null),bH.m).X.call(this)},r.removeChild=function(D,U,M,e,u,L,V,d,P,c,N,A){if(D&&(\"string\"===typeof D?M=D:((P=D.vK)||(V=D,d=D.OA,A=d.Sw+\":\"+(d.dX++).toString(36),P=V.vK=A),M=P),c=M,this.cK&&c?(L=this.cK,e=(null!==L&&c in L?L[c]:void 0)||null):e=null,D=e,c&&D)){if((NN(5,(c in(N=this.cK,N)&&delete N[c],65),1,this.pj,D),U&&(D.v(),D.I&&fs(D.I)),u=D,null)==u)throw Error(\"Unable to set parent component\");bH.m.uS.call(u,(u.J=null,null))}if(!D)throw Error(\"Child is not in parent component\");return D};var BQ,JB={button:((J(23,ns),r=ns.prototype,r.sj=function(D,U,M,e){(e=D.o?D.o():D)&&(M?Va:Nc)(e,[U])},r).Nb=function(D,U,M,e,u,L){if(C(73,2,D,32)&&(L=D.bS())){if(!U&&D.S&32){try{L.blur()}catch(V){}D.S&32&&(D.nj&4&&C(76,2,D,4)&&D.setActive(false),D.nj&32&&C(78,2,D,32)&&Bv(24,64,false,32,32,D)&&D.B(32,false))}if(u=L.hasAttribute(\"tabindex\"))e=L.tabIndex,u=\"number\"===typeof e&&0<=e&&32768>e;u!=U&&(M=L,U?M.tabIndex=0:(M.tabIndex=-1,M.removeAttribute(\"tabIndex\")))}},r.Y0=function(){return\"goog-control\"},\"pressed\"),checkbox:\"checked\",menuitem:\"selected\",menuitemcheckbox:\"checked\",menuitemradio:\"checked\",radio:\"checked\",tab:\"selected\",treeitem:\"selected\"},nq=(J(22,(k(47,pq,(r.bS=function(D){return D.o()},r.zS=(r.B=function(D,U,M,e,u,L){if(L=D.o())this.V_||(e=this.Y0(),e.replace(/\\\\xa0|\\\\s/g,\" \"),this.V_={1:e+\"-disabled\",2:e+\"-hover\",4:e+\"-active\",8:e+\"-selected\",16:e+\"-checked\",32:e+\"-focused\",64:e+\"-open\"}),(u=this.V_[U])&&this.sj(D,u,M),this.zS(L,U,M)},function(D,U,M,e,u,L,V){(e=D.getAttribute((L=(BQ||(BQ={1:\"disabled\",8:\"selected\",16:\"checked\",64:\"expanded\"}),BQ[U]),\"role\"))||null)?(u=JB[e]||L,V=\"checked\"==L||\"selected\"==L?u:L):V=L,V&&ja(1,68,\"busy\",\"off\",V,D,M)}),2),ns),pq)),{});if(\"function\"!==(((((((((((pq.prototype.zS=function(D,U,M){switch(U){case 8:case 16:ja(1,69,\"busy\",\"off\",\"pressed\",D,M);break;default:case 64:case 1:pq.m.zS.call(this,D,U,M)}},pq.prototype.Y0=function(){return\"goog-button\"},k(3,E,2,bH),r=E.prototype,r.K=null,r).v=function(){(E.m.v.call(this),this.y_&&this.y_.detach(),this.isVisible()&&this.isEnabled())&&this.N.Nb(this,false)},r.S=0,r).qI=0,r).Xz=39,r).nj=255,r).bS=function(){return this.N.bS(this)},r.Pp=true,r).X=function(){this.K=(delete ((E.m.X.call(this),this.y_)&&(J(48,true,this.y_),delete this.y_),this).N,null)},r).sj=function(D,U){U?D&&(this.K?0<=k(7,this.K,0,D)||this.K.push(D):this.K=[D],this.N.sj(this,D,true)):D&&this.K&&NN(5,64,1,this.K,D)&&(0==this.K.length&&(this.K=null),this.N.sj(this,D,false))},r.isVisible=function(){return this.Pp},r.isEnabled=function(){return!(this.S&1)},r.isActive=function(){return!!(this.S&4)},r).setActive=function(D){Bv(24,64,D,52,4,this)&&this.B(4,D)},r).getState=function(){return this.S},r).B=function(D,U,M,e,u,L){M||1!=D?C(77,2,this,D)&&U!=!!(this.S&D)&&(this.N.B(this,D,U),this.S=U?this.S|D:(e=this.S,(e|~D)- -1+(~e^~D))):(u=!U,L=this.getParent(),L&&\"function\"==typeof L.isEnabled&&!L.isEnabled()||!Bv(24,64,!u,36,1,this)||(u||(this.setActive(false),Bv(24,64,false,20,2,this)&&this.B(2,false)),this.isVisible()&&this.N.Nb(this,u),this.B(1,!u,true)))},typeof E))throw Error(\"Invalid component class \"+E);if(\"function\"!==typeof ns)throw Error(\"Invalid renderer class \"+ns);var YG=C(10,E),RU=(k(20,((k(49,s$,2,(((J(25,(k(50,aU,2,(k(22,function(){return new E(null)},(nq[YG]=ns,\"goog-control\")),pq)),aU)),aU.prototype).B=function(D,U,M,e){(e=(aU.m.B.call(this,D,U,M),D.o()))&&1==U&&(e.disabled=M)},aU.prototype.zS=function(){},aU).prototype.Nb=function(){},E)),s$.prototype).X=function(){delete (s$.m.X.call(this),this).nX,delete this.Rf},function(){return new s$(null)}),\"goog-button\"),Y.requestIdleCallback)?function(D){requestIdleCallback(function(){D()},{timeout:4})}:Y.setImmediate?function(D){setImmediate(D)}:function(D){setTimeout(D,0)},a={passive:true,capture:true},cQ=String.fromCharCode(105,110,116,101,103,67,104,101,99,107,66,121,112,97,115,115),Kq={},Lq=(Q.prototype.h9=\"toString\",Q.prototype.hq=void 0,[]),PQ=[],Qb=[],Ls=(Q.prototype.If=void 0,[]),Wv=[],XJ=(Q.prototype.cp=false,[]),jh=[],Cq=[],IU=((((r=(((If,function(){})(t5),kG,function(){})(ZS),bC,ya,Q.prototype),r.Fy=function(D,U,M,e,u,L){return X.call(this,3,U,D,M,e,u,L)},r).Aq=function(){return oU.call(this,3,7)},r).ew=function(D,U,M,e,u,L,V,d){return zU.call(this,17,D,U,M,e,u,L,V,d)},r.b1=function(){return uH.call(this,\"on\",15)},Q.prototype.G=\"create\",r).GY=0,Kq.constructor),$g=void 0;r=((r.H=(window.performance||{}).now?function(){return this.yN+window.performance.now()}:function(){return+new Date},r.Bp=function(D,U,M,e,u,L,V,d,P){return E_.call(this,5,D,U,M,e,u,L,V,d,P)},r).zY=function(D,U,M,e,u){return E_.call(this,48,D,U,M,e,u)},Q.prototype),r.F=function(D,U){return $g=(D=(U={},{}),function(){return U==D?59:105}),function(M,e,u,L,V,d,P,c,N,A,z,T,R,l,q,W,n,B,Z,t,wm,O,f,G,H,p,g){u=U,U=D;try{if(Z=M[0],Z==Ls){R=M[1];try{for(V=(wm=(N=[],B=0,atob(R)),0);Vundefined<wm.length;V++)e=wm.charCodeAt(V),255undefined<e&&(N[B++]=-2*~(e&255)+-256+(e^255)+(~e|255),e>>=8),N[B++]=e;(this.u=(this.W=N,this).W.length<undefined<3,y)(this,225,[0,0,0])}catch(AB){rm(12,this,AB,17);return}Tk(0,this,2048,8001)}else if(Z==XJ)M[1].push(b(this,115).length,b(this,215).length,b(this,200).length,b(this,404)),y(this,0,M[2]),this.A[223]&&wI(0,8001,this,355,b(this,223));else{if(Z==Qb){L=(P=x(2,(b(this,(A=M[2],115)).length|0)+2),this.U),this.U=this;try{p=b(this,499),0undefined<p.length&&K(x(2,p.length).concat(p),115,this,15),K(x(1,this.wA),115,this,104),K(x(1,this[Qb].length),115,this),c=0,f=b(this,215),c+=(W=b(this,357),(W|0)+2047-(W|2047)),c-=(b(this,115).length|0)+5,4undefined<f.length&&(c-=(f.length|0)+3),0undefined<c&&K(x(2,c).concat(t5(c)),115,this,10),4undefined<f.length&&K(x(2,f.length).concat(f),115,this,153)}finally{this.U=L}if(G=(((z=t5(2).concat(b(this,115)),z[1]=(t=z[0],(t|3)-2*(t&3)- -4+(t|-4)),z)[3]=z[1]^P[0],z)[4]=z[1]^P[1],this.Z8(z)))G=\"!\"+G;else for(G=\"\",g=0;gundefined<z.length;g++)T=z[g][this.h9](16),1==T.length&&(T=\"0\"+T),G+=T;return y(this,(b(this,(b((b(this,(q=G,115)).length=A.shift(),this),215).length=A.shift(),200)).length=A.shift(),404),A.shift()),q}if(Z==Cq)wI(0,M[2],this,355,M[1]);else{if(Z==Wv)return wI(0,8001,this,355,M[1]);if(Z==jh){if(d=\"undefined\"!=(O=b(this,468),typeof Symbol)&&Symbol.iterator&&O[Symbol.iterator])H=d.call(O);else if(\"number\"==typeof O.length)H={next:NN(5,18,0,O)};else throw Error(String(O)+\" is not an iterable or ArrayLike\");for(l=H.next();!l.done;l=H.next()){n=l.value;try{n()}catch(AB){}}O.length=0}}}}finally{U=u}}}(),r.Z8=function(D,U,M,e,u){return F.call(this,U,D,8,M,e,u)};var eh,U$=(r.ob=(Q.prototype[PQ]=[0,0,1,1,0,1,1],(r.wX=0,r).rX=0,function(){return DP.call(this,\"\",33)}),/./),O$=Ls.pop.bind(Q.prototype[XJ]),iC=function(D,U){return(U=Rf(null,\"error\",\"bg\"))&&1===D.eval(U.createScript(\"1\"))?function(M){return U.createScript(M)}:function(M){return\"\"+M}}(((eh=ja(1,20,(U$[Q.prototype.h9]=O$,Q.prototype.G),{get:O$}),Q).prototype.UA=void 0,Y));return(function(D){return Q.prototype.UA=D,zk});}).call(this);'].join('\\n')))(F)(D.substr(0,U),e,d,u),y)[0],y[1]);return}catch(z){R=\"FNL\"+z}V=(N=n(43,R,e),N[0]),L=N[1]},c),function(P){L&&L(P)})]};}).call(this);undefined</script>undefined<div id=\"program\" program-data=\"eYDXeL+4KJRa/x31SDsYNZVmd0t0PwPtGrPOZkKw0khI9UWh+c7HtgPADOeov/Ux21Hhzm2YL7AxGldM5nds3YwvETkdTe0f92BQhxyNskCKi1CKWvs+P9szvQKxchA9t734Mk+BhtO+Bj1a8AYCELmk53z8Mmy0sMOe+RW3lfvo5ut6/TrC3zV4v5KrhhhkiNxZGx2Dz3mbCcNyvnDkgKuc9JVLcaozPNnApCSEOTV5M/wVhaBWhkcsCZ7RZQ5XRL/YYsmOsys0tR98UybjwGtut+aBVEsnx4clTIx+dI5+jKA9oGP8ctiXs5Xe1wca49MvijaVSRilT1ShTI89d7IJhB6lTmCVBw5v85MwC3C++v933bEK51TA6LSuUlMKpNoz6EGycfVnHw/wam1HW2kqqYSdqHpX0Xe3d+RxVnzmV+QKXl/vpNtfRua82p9k3Jb56mfLSqH7uEC/xZQaRk1bnf5uH4v5n4yBTwEXTzpypUrSIHozZAukppj/z6G6kqzzZWKDYgvSLvTJfKZ7cWj0eFk02SgEwC9kCcIdDeSRU2eyRIobchyQ2kFWS3OKgwvisVWpQ/nKO4iSUaEOFXn20QR/K6PuuWMt3cQKQq9srTwlxE77zgce3zsnySG7583rJF3zfWhtNs7zk+lWHTzcpkVr9n6GHw7mtUimQeLGrmgUuajJ2dLiAuUb0CjwqlR6ZSaGZg1h5viWdhzQMocq/bBhbEyfTKrAucu6mLN7WaXZFiImL6cXfniHBk5syr80bFzE0IZSwlqEpqBAU3R6wMw5pir4Fh0fAdcEnn/pgf0gz1Rbe6hNHHpNFv/TEeZp/RXx/GI5hFd5WRPVZjY1FMhNMl60+V/K39MLibIN8VQIT3MM0CkOkFGajjPOdaXPjtkfdmTpxL40gjuWUfGwd2sZdZtdnqlV/JcWH04uCRQQGwG8n3+ORxujGoo4YH9dlkpMQiUPoP/mJCPZNcHUtOPzicbuG10Hdu7nLZNFM0jg04HF67DmNTCcRBoBEIkBF9pqUbSNVtqzWt1/FAWVRf+yfjMrBSUIETsqiZxLk24NJyDiKwhCyom4z20uqIdAyvLFcwwzpB8EXSwIwe6J78ih7FbzJEB1NaVAmoqxXoJ5s1d0OWi8uCeYyvfUPNcbTY+O9bM+0nu/UO2g8upscNCxm42nnDrQykyHL9UyEb5Dw+k6x4J5/c7iU5Gvo/cMz/d6HCHm+F1bdn+KF7BAenegPxfQfbQ9iqHSPQ4+BMq+txyas0HcUhXssXuth1/zNRd315g1y5nj7gPktueLRRRkPMuu+jyBuvIPaGcWLdoHKQK3LfH8H4ZLsBRkJXOZzDmSOtC1xRxzpssyTxzV+IVwFxUUpP07aGB4ff6KtNu/VWxV40EJxXXZNrG8gJp+7QrITBoWijDaz8Ib+yQ5mRYzJL+wniBWyfKfd75PJJJsgvt322Rzt7V/kIQEeo/XW9dDCqNs6Oml/vME5J1lHidt2ED1vFOllD5IS1M3IixX6a232wZfj3Dl6TLPJg/z1E3Htx4F77ZRIn/lEO/2pmS64aa6JobrNQUObZEkNene+r/qXqhJLFe3TkpydWemDHFaD7Orr8TzwQKHUyyzGtPATDFG2Dt/F9fw2ywNsqy3EBB7E9R2iPqAFvsCr3PRkd/sUmJvfTEpYfjKZy9fDSaI/xj1SESGJeEWRecE0SANQgaDTkjZl/oBZEGQg3cRDPgKfmaitTiWGhNmTz+lae+JPLQ2criw3AjU+pdEtLoO4Gm7f7lMzQO1e64dNImn4SplEJq+yDEInZ2FWvSMkqqkPFddWz0n1t5Q3nfp4ysFthb1ut8DrHQEfFfe0iYkIdxAZwHZR26PoMXjRgUII+CSxInOtNlXCaS7q8+qU3+oOC/ljyt9qx4xxDHzxzbSJ+3APCV6gn4EzHoxwYSBJtwTf/NNwrw0kG5+qoyEJwPix+wgqTzvkWVq4TQJ7NaKFjGyMvWFu7QNkSnJa/bnRsvoR/T2owbydhSbbSKELvHX4ckgP0dcGhaObj0sXREiEnILmoEhSx1WGatVvL/ayctZp1ZVVVn5OIeqwQ7RxKfE5CgEMkRSwm+LbXWPC7xUN4spaAnfGk8rrWIkAsS+vMG6usgWawzRFFlPljUsoy0ewFDoEgjZPXwCeAOeTanCGJMDaKW7VCEhiw0DIayXZSTLeD+zAtw9D7BBoRMBI4CpQtJ13oHL66iyKAo5NQfVskyEL3I63WVmkexod2uZH+anuIolyi99L3zXE4u1134iiScNWDm2mku4i0k1oHaR0h/ztgwhvWl5DEoVeZeSR/ffxlxoNm5iTo1WGQmpG3mYl4ktBrd538x5i2LBUXb2OSswIPT4T1p0rNdzFcx3gW/vytWvww+twlef3LwPnjlEk7sMdPUUC2s2ZPi7IkxHDYReo2rwFR1or0anQY0c3ifTU/tORCGturJsK7pnVlo7zPUOdDm9JB8uv5vrhv9c0reI4/7iQxRfRGoFu74aRbmPW0AzODGPK5/Et74kRImNKJj+MuUh4Y6zA4HmIxsW1WOJzXLr//SVVlwlL5O0OTDqVpIH5iI6oNvBOznHF6ZqlNTAm81+O/SMVdc69pIpeqGYNwl2eW5BH5zzeuZ/5WLZ2dMTXNh5/RERKbHthNaOPujOkNpEniNvvCesjuJgXKv9RsreKk/LTBTlOvLT7f7oOPJNhSHAPDn0b0gOD0vYE/EXdP1WlZljzO6Kt7R9kx0E5MPjkMsDo6QGvCzGuOvhwmG1bfUkeqSYmlRl2595GhunQYv+ntbr7/Xv4W80xsExdJHvGkI99u6E+gy/E5zY0napMgsBUlvByVkLnieEyvQOAdBEgvEGQP+dBfuazT2me2Kr1xmZGxiBjMT7N7vWvZqMTzuhDfQGK+kwYUFXHqPL58cYB3f3X/Z+054Y49VVHR+Xej7BKzP5OwqKMuAv9Ak5VfxPnTGaNrBNb19O/G3up/EhExXqeSBnUbnkKpJ6cHS4pWBK521toej47TkB4SaposW3iP5CGzdrzfjPpHartu4lUj7bJ4TKdpx0dzSjQzbuC/E83LlO8aG6PNDNGtwvcWJWzfg/R+lgDcTlq5ECiRi+PPPUKC/7xGtt66WwsQKBsZB4z/5A9ETgBomW4amoHBtvzrSC5ARZjlaAFswe+pEIFYdnPZNaEfC356AMeX7fBhF5VcpPzz9O+rqMbC4ZVMk+aG28GWW0GUm8Pb6WGxs01sWl+CvbuABpRRKjf8A+4Xh2pCvxHg7XNm+hWeS0mBdTITAsvUg/SY1l5IkWpTL7a7FsS02eT6lx+8dLVN+jXrEbMxVF/OqwCF0V8oTkEQ0SQgS4XhK7IhMu6+XyyJid3PcuwWj0w0StAC9yOCZ0pLCk1a7M++CZrPf+n7NdTA3YO5+HHCI3H/ULhSpdXMkKYou77AFYpsW0y4cDF79ww+fLEouLnok/HH3r1UNsoZgaH5QDECfLHaih4V5gAvEepKFIWiM/VuyFI9DeLMVRhi2Red8xm2ethfBhl7WZ1Rjzvarf5457b0Cm1hPbeGhh2Gm1Xq0VOAQIpOdLmhFW4edp8tzbXqak6geyl7XW3qEqOkyerZpLR0BhCGOfOzw8vJsfchIj1IVGxZErL83bPd5DSdD3zZiq2hF8T04/aGoFo6PdUosQ0j+FjVufJPGw7RMuTxpkmQY08V9QNt/2SNl/XmEQeHd/TNVjm/mSnUON3JH+PjdCjNS3PcyuDNuI0GLYoeRSQZw3IVGFZLPdLnmAIb1AdNl0XrTwjMwz2jTEScrn6DaND0KkjFjR9Qv78kGjmrRRx5qeQIWFsOmitJX5/tIINQbRVr4AnwwB7m3Ha6kHzHa1CYd1Z12Orv5uF613WXFcKIrIg6OulGB08M+v8EDeIdQzCIDSQm4TpwQrBKxG2srircYtWa8bb5s9m+HnB49g0C5Xa9Wt16bOGUMUq/R6CKugpLbq0RJXvc4CLIuNN1jz2cZSImKbaFedSkek/qjn+r+xUP57TGPmS1oPPysZZRTUIZB3s09p59wGtlP4ALlsIBJtapViIwEAHXky83qyoe9TuizaGUUYp3P24S0toOhEKU3Dii3cggLYJl1oKfKVcfygb7nkEvaA6FQefbk+XGsyfgWHoeJts3MeN9a7v6TnJiuLoja0BGoFG4+UWLL/KHeONO/mPLMzafFK3CIwAMEuFMEJo4+Dv8H6Eb2+/zHVaNTjj0Djc3y1bvCyhV9cEBk3D4YeEQ2EPl2RTMzGL8i6yCZ1ubSmwZdDMtBHG3f6am+Rkvs8Z3o7sRyBVKkdrttPVwK7V413/6l2NNGqTTnA7zDiI02xBnTS6WAVbortcNu9Bt6lx//Aen4IlUxqBSKc9V+Pmo1LOoVCt8NJPvhGVrV/gPOs8ZsiwFPsiwDoqS0mA2cH0/gKaibVEwPwM9hctqyDwNqKe2cpk5b3alL+PTUzAtdQUKgjFmhWzdxRApnHM4SINwsrhmVjjeqL73CEhggxwY8WXIYpyShrUnIPbcvn20Wc7UhwaWitx9thK0wMwMq+2Sc6VG2nNOfzwGkrXHZjkxgfzGyBGQnCdI6yltJi9pbtEWC2zmZwR/iEFFDPa2sbA1yqKP8sUr2RGrB7RAl5wFcRlHvRJAz2cWdL1LrbkrScg2EbszYEKGcbRCCkqSfsD3M89O8pQ5OEAG1b8qBqixR2vwNphtrPNgj5QEch1Rwb4maLqlG60151M+pm+1YIJ5mDy2SuNu9VVQkyIFtp/lh2h8jesGUvrMG9LwDasHP1VHmJPQNJT1Ti9s5l3gdf7uIzz7MhQ4ahd1xY17Pp/S1XZ5uT7fDwVj4/nrE0dIgY5nhrTKvMp9yUjk+MokllD6XSg2DQUJH/NdwhmcNGEPjsElApx4yTR/tA8MRIO34Rlca05s4V4mWe7jD5AX6kOiyZVPpAm4hIwmRt5wWOcUAfK4sZbrkJRnoztuZ9aTdpqy1YSHHzZtTGq1XGZMX0z1KZEpq8fNynFhZmEOUY0I5XwJT+oXvkLoA91+BXchc6VjtxgwNGPKeXammbjpvnAjxHQfaLvzNUJuXOR180+WoJkM4l/hwrh8TaCGrwkA91evhaSNmTFd1vq2aJlmUSHFCUuc1pD38GeLcbjyRmvXJT2+u8EmsxxRF6KNiXW6ApnLM6rlhVHFLiYtuh2na6iQzgC9D+04szHecsQMPT42OMFMhL9OqEW5nmi6AuICKxzBEHz/yJG+EIC276CSPIQWwir8MmZEKL51k9ixX6+EYZeH0ew8oc/vHcb0CWVdXbv7fK9sf0pF49i3tVirnuMLNZvKI4D7XfhBw9PxIV8dPDWt2j248De6FSKTLSipxA8UOWJzKxhzmzrpe3rwouhXb2go1aVx2V9csPUuWY8bMRMiSs6WpWXfwkpIOBvMk9JPeYVOCNofRFfrxqOv/tyvSP6dvSU/JLR5v89tacznLSOY0qHKiWGPfgrHG39G45ctouF14ww0rYdNGc3Xo5i3V4aqnmY2B8alS3Ct/sS3qCxoPelUTxP9Viw9TMVpNpEuphC4FRuciw/M9R9iN6i05/Qi6WADlJikHkrVw7/1YxrFwv33QSjlo9w2n7EScmMhKg1kue0RoC8giffE+Tda6NgdjGHe69cGpM7GODsItSviVX1CNIAi6InxsJiw6idFdcrJ/6KvmukE4lbIlBNWzrc9XufsbXDLloBJBpL4M8XESXITt/ZwymkQl9KCbvZU0X09z+aRfCJZY7bJtyU4gFrSCSMTv2n7kF3rRWWst5wyyRlsTAB7shW2FHF63qS/XpXee4dLJLRayyc0LZjq3hYwQ8C04NwUpPpI+J7+aH54WOet3tX5Iy6XR5X9IKSB+fs7Zj48Cfv2dYY5Ai8WkSzhXVn9OayiTzG3OktyfG6gk+bnX5b6cEByWgm5I0qRLY30wU75NRvYhoqOm8VgLUOZQdl3k3aqQZMXvCAT6fiJMfDH3CEVKusV6aVhGRAr6hrnYTN1c45HonzKPmL/tBFpGmGMgx9XRk9FAquNNGg4U/gFpQJf24lrsY1W6FTUwkibtp6OTCfzycjEz/93xqmiDSoaMKFdbv/SjVDe+dBLMX/mrpKmNfHChtKGpOm2OqL/cuRigK9c5JFHHGRGFChicLebz2MrBmNigCHOAitqCr0zkFYtoVP/x1v6yXkZYTzTmuEUDroE1Vkad8jNz4Epn5+lgde6Z8gY5GID8B9m1uhUEY0FxtXncLGvSYzvV0+aXi0eLxLfyWwibTUTrlxXQRpjcW7vjPUf3I5h0XGFpHgtX5YCKX+PvrWRJkjRpjpaeFvPxZjh3KhfvuDzhjVKPuFkhLkmMlXj2cy69b5+EGK9b3Xjadi9YwyqPOCuT937KGK8C7nNTLIYQoBeFJZH05cZKJqW2APmR93tO00QeFZFo8kPLKZRYXAYKQ0YOhulCsdGoCBsdVztT8L6fwjK/QGqtoxkF1/RMcyqMPmcSpREY2THj+Z/B8+Y5q6BAdrfVyTvOhP09VgnCBKKnWKs0q0XFy52yK72vSuLBilt/OWblV7yzlUTG3/5Pc9i2qNHBVculbfvP06RdqXv2uqntwbbEv7U+DDxac1V3EIvccqq+hIvFduni8NssxTj88CNzAkpWLpeZpXofp8hqAJZQHw9vB5kSldViqtHNkyKjTZYaOFio7CjbNbYv5kQEVWj+/q75WsXwniStX8uXiFAjAyZZx7U8D5iMvj4FYCYjPiRXlGGtJeLlJ76vcY6Nq99AjGLDXI12ehmatJ5CKoENDgPdmrvbzb/mcCBn/uIOYDSMJhBTOjVTC9PNnLqPNXTYVieAyyq3MYdGCXEjhpEN61SoZ3fQv9eYaHH62drw3xVyuZhlSK/ZDVdOpV8Qb0stYhl+nZgBVKp7XAiSk1wDBsuJiR0J8G32NRP2teUNIZtjo2EX7mnlqaauREoS54k5I21PYamuucSHvjDRLPQPaNale6gfP0jAu0L1CIYLbrhNuO5K/1vLBkmoPfCilPj6SMl7I/VXLrVF9Gzxj99fKhNuYKX52+lBYVTSRiM9/oFKMGs4ViTEZ7Mum0TbBdO25zKf7kEFpIkg17nZjNKpjXPoIJQaMgNAM6BV8xi7ALdgex5Zh3jwnFG+B/JpTK4umM/u9nm3+XPzYrF0p78VM5qJPU4JJTVaWb0Up5zz6ofut3Odyk+sHbzJ/HSytE965jCRWkmiKnITLxiV5+0OgKhwAF8efILRkM4p898W6DEkvuyKIjnWyrEy0XmBSys0fh2//aHs7y/yfKIuC2445gF+W/IfFfQM58xh/yG1hVRAfN0Qh8hzjjdNPoWFdMbK8xytdMImBW0cQ4jMwACPeUc0seV32KMF3+VdzyvWKHIji37cPdOI+dLG5sN1cmHtskw/yyr2abayjtJhIqVU01eKk3CFw5prdweiuz+sSBNhs9P8ng4y4njVjd+jVeVRs4aTSYnkJYX0qy9dOeClXeCuHQn4B3a3dqM0fOEBs8fuxtcnU6fltsA6iwMM5qlI79vbZbRfkIChELdaXPnsfd6qX/oRUGctb7I/j2kI4pk0AlVRsFz2MB1E0ws9EGLJu6jEPmZeH7BVXQz7gyIEnrk09+ZpUcJ8/ViyriHjfTZQgQamIHXIcN6cgJikpHo6zU2kLhNvqhVyx88UGMhaYGLuwr2jJZjLNtd2RyMYKz/El8wrJR+FKioBPl1hHtj/FZF7jL6tlynIHrE/BTQgH2PscXjbQzG8C9QgK4jwY7QasvrpdXi7JUT4IDuRMxNgnHco0ZQveiLkAHayUi+TDBgIyBUMs39g5uN0+33jRrL+tAImreNuX+fZa800Zw70LgQUvj8k91cwTrjzvlXQ7zjBcCLCgOaCXSBquGAWZFzYf1S6Yxe0ozpqrLKIHAZAaFEmWLUka/0n18VC/fVPPwa58kf1bQXI21z7fXOdX7j5pvcRP0/khh/yLcA+W9CMWbQrfjMNSCEhNvT/BxseGJ+EMh8aapEp1o6VR5pB9St15GiyOWe7QCRqSa2X4n3Ma5WC7CwpXeDzvb8MnZtUylywuYVXJKn4KRNYEjFQhQL8t8wZAQZ/+bLeblJOhzxtFBLTLvqk3Y3n03kanj9kO2JMJFY4/MUvCFhTOFwRCZidgAZp1h+l6/D5uXHZAhPjMGcJ/ugM4wZJf6DkVtY9P5MxY/Bb3kLAlO4LxJlIpRr0tSD2oUooCPDxIO8qNc2ytgIlwgkfiKSIRKL1cgz6BTjvpzN2zCmiLwX465kS+O1+37+p1EVpprsHd26cM4QzwA21v/s4EjRvHAUJPFqahpeaZdlQEtM1oKm62kCowZCyYT0+bpEQ6pclk75o1OHOMJPQO/o2KZR1PZEBoEH5i+T4nSVJnS/hf50QbHsh2Nuj1ewGOdJFGmsg59xH/LxrViCgCbi+7UKdtEOW60MJOMN4NJwU1gnazlfS9zagg+184/4sm0SWo41BJT+lX7UWWmMZuSskex7Cm5X1MclQeG5BM/A3OYiVAzcY1QxoBaMqnV9sDwyyDMHC5N1kwbz1hhOyni30Hs8acsxMP1fqUjVs2ybUJh0H6qPs/IuOpwLL8B5DfDQZZd8hUSdDsO3szoIOx8mCGKEsiZMjwHqch1VxzmcFzkMn4MwLfzhKpuVdzwnfle42z0m5TSEcNPs1mUyEAV3GGt57BewmRhQ3q+exlRhdleqse7M5VqhJKN1m8tisphuwLp/j7cvjEeslsXRAkAugfgM9ugpXuQrJxTEW1VrwI/xHODMK5YtOvLM40EqQJj0O+jQvR8/6E2Ec61grh2l95yi3uehbLE3teVUPB+iGB3CJMyicpR3b+/YSDuo7rMHAtcpzTQHt/E6iWCaTwrGDtmPYyxZHRJiaBMQ/5csUqS23Z7jJD/74Bg04h7ENBmSgIeSAUqTFliGID+OzBnjcNgqKTKD0kYfU3I59O1dKf626jx1/GgoiUWZNB0+kdRlhWOCHSb6tinxYiJO4jmFw98rOiGxsCV5KQGPAG5/eNEf3OC06ocFEz5OsO+XrwhSSJyegr73eceWrU/DRwk9VP0XZjt9AYkRgnaMp3G4fUX58YBVIcA8FzbS1oIe8bsOmzL4sMVR2jbWi+YZUs/q38c1W8Wd8rlQQXKTSguL6LNpYZ9QknZbrFArK88JcC2PtiVvSBQj33/Wt+SkxbV4LA4jw8mQWDg5iEAQb50QSrXfL8YwjXLxa6iI4Uo1oV9FG/zRVtYBGlimo18EfNi8HQ7Vn1J9KNt43Fa0Fhw3UnrVgWDYopeCNULltidXsgY2l+BOoJzGidiNkuLy5SqWaOEU3YoJcK9FZkNh0w997xXmkB2/RzJwitt7+20MunHNVGSXEx4Zgk5nbjhFTlphuGINiqjN4Xnf9f8Ddy3K7KgqnT8dWgjnkG7HtIcdgoJbgckV3m5W4o2Dq3+zsh6x0nWDgPO/v2zNSViiyWonmmul9pVOoiRGITT7XFAbl7UhYrKHonwgS7kfNZhnYhfcMqUQgJ/XN3Q7+P+Vv5p9FbLwRo9KDbXwZfw1+aFs/aHKPhq75yiO9Sqb3c8m4ujRfGbQFxqqS+8U0BvGpeI/ng9OhKIjpu9+jDujMvV+sva6tLog/KUcZh64NmFKI2K0r6O03d3e0CmSPmRE9LKRyQPxXSvFysRIYlsQT3H4Rx0seRWr/HKr3n1urJxFsmECLQIltHmzO/GBqjx934PUqZNqLeI59RXgqKtHMqHmGaYF3Z5o7SVxK7oJHvqhpJkPBL3nxme8q7uQ+jL16ePGWhzrtpvPHK4E1V8OeMbO8vOCsqBaPzb377QnlrLmaZT/H50lEI333mY51n4n2DKsfhGegxqPV7VK/zZdd33k8xo4mfWd5pA3EFiwawwi+ensDj+nHD5hHJ21gA2Km+eNB7u45VdnSLT+wI2UpnnndpgU7uuX3E3f7OWC/reJDHHJAJCR3wGHd4gKC78pEKmNfF1BzrHwwcfo2qCqQgFwGzb2JbKMF3LDbUxHxkjs3yxTksg2k8n2aGQrzr57Q97cnNpTQM4fYogoPGIK+XCM3EhKZmD6H1FP0l/MEtAchvLPU8u8aB9xOxml/9YWyUsD259sYYevH/FFUsl39aE2IJA9YG9UBjpanZzM/FObTppHXIyq+fTOmyhKuUXMbn8z8AfwpisQtQDSudbHF8ulDkLrBg1kjujWNk3NLXnFj0BmqN9n8+BEi5f+8zL3EVOF28G/3Zw6SX7SmC5MlBE5KUKGA8MvHUMxPDRhlLVclsrv/6vYEod9cuw5DEr+IstMnw7gA9ZMsE6EnXkHxsBZdN9H6KmZyj1aVyz1SuJBb9ii0T0HqbliY+78tKBXgsyiT/XEOaM1PA/+48ymLxXiLjdjO4YqpTxt8+9srwvgjbmjEPV0+v5pP4lPMXnG3GEcATiiFgUez7AEmg3SUzKN5T7jFzuW0DZYCR7eU1Zk3QHhDFb1TQytEo1JWZzUlNJ4aGUFMnO9pxgj0aQf6eBTlp9zLE2xDEFEC1velgUQcKJY/Ncb9uKHSCqCEB68EaY1A5ZsDUzIgTVK6zMHX8B395/C3G8EbWVSMJ4tWALvdlhK6pTfySPMSjXbsrN/phngFKiqr1m2vU24YlkeVITWdnhyYYr2soh5GFL3gjDVw2IIvUlqQC4hjSaZhMvD66UTw4RBNKERtgGLa23usnXh/f+nWHHws0DGYwr2ZlyGM4YYqcRlr5w75RtB75woecrtZyH70vGJjeAPv8TnAu4UJkGXI46Aatjinj6/kJ70subTlSI9dI+goQO0Qj2ORk5q0MPaL/a11NAWwQ4z1fOG4hkeAMwHj6ozo77tFJMrdOLi8SxpDuTqLu0UWsaCzm1pCMGBx/e5RRbWSDef4QP3w56ZTTsDD1yz/kLrOtF3jPaVvbH8qehTt7zsVvN7kxBQnyhqrTHSDbhUCLvrOPUIMEad7J2LabIBy67AhRh5IoEFMl2vw4oiJ87QkfveenVEDeSdeK5/RYgFkH6zxlZKqPmWgKjxSviG27zUduYBK26c0gh/qIeuovDCCZZxXGPv68AWO0fTHOhZs9ppyVN4v5isAihG1ipxfYTchR8QUvtjEEgMxp/I7Sg/WjUrZkp9JBtlCcd8ui6M175GEckPzJQof0/lP+dGhT/2yfWICH4TtDUH8it6sr9tC9sjJStVWjWXJrsDdYbsjGOyRq62cGf9CT7eyXTbESDOlTSQZqR6RBujmq95e3PDb2HlMed/+kIJ3bgTSDrKf2oiMvjbmEhCBnLQ5Q/y3YZcnbj2zqqv3h8+ke6xm5f3mtmE7/1yAoR9IE2dteCJouPwjdj5MVsMQfI1el/owLHNjZbd751XaQ4UIrzMPARlnAOeWQVa1Sz8v5vkLJPXa2WXEpY7izLLPrvYlueCg4S9aNjl3WJWpELd/vGD3uAV8Wblqm+/TCfF2BO3ON5hK98o8qsH0pBdhZRLHzOvZuA325WW+6gG94rUCwMcIsvLcHvhtogp3LUXMWQ0LCTS3Yyyil5hR8bzZOFW8KfCnH2iAIlBligCyX9ZnGCcrWAB7qy7sF3BL6II655WCm7zL4mjgqZsAyFOyEXY/SIOLggjcyKuTJssP/ufOSJcF1AHm0FoX3wN/f7EkuxOoQ6NdYDHdDQHUWlS9mIUPckeiGvjrCUoBmEcIjYe2kbwGU4n7naIP9f7ytmxlx9hnEnTc08cq+/jjqKkv6tjBMYLpsT60X58dZQMUEr4ut+UyHDzFtFMbMdQs6/Z+NChsf29aqRXW/85IswcUkt8g7XjbCNwLfQBb3voTFnzExxz8/tLOtT3UujDM96mJMGw8x02PN9lUMxp2EtblUKbavGXfLpw09g81BJmhLQCSKxElVp8SHwuBylo0QQ7n4kH2jej4d4nMqQlHhPUrkJrNqCqu0rUcshSyAELt0BYt3jHHLKgrpHDa9A45ZeLtarRbUmm3r0G+sptuLqAadso3kLSn6cejmA3Anh5JwRH9DvK59Vvusz/O2t4UWSO5ajgTKrGgw/lWJHoSKi/HIuNmHJC/p4Wjk3KcrRc7Z+vA1oBa/ei9fj0TnVCA6+WWJalp71Vf1mb5CADvdr3J9puxVXmcU6vhWGUU/rrzFY5qEN4kFkU0kA66KRZc9vYhefYp7cOJyp+3yoQkZt8wvLE6Bk5QIDcM3aMSkvcNlUO6GuSPNDfyHYBXSNyBXdN91PpvjDQHyC3154o0DtKScd7Qvuo7s2cI1ZXuEMc0+WRzZ38Cc7dsO3coC1yLrP/GoCTjiyvGv3z2EqaNrCW8BFjHXr09CpAe8BU9lIjeikn6pXJZt4ib9Uyly+oScAUI6rNuHHRdRK+C5Y5VACfSds7RTWphm8LfUVeootrbbytcFvtGppSPFiaVlD3tm0Qya9hcRaPAAN2yYuMuF8CgQEjJeJGjgkRR9BCEiPry7YgQSE8ssdgjN4cxOtfv1/kczrAy7MDpAmLQH3Zrv6SWaSqAOzwuqusPZvv2gBEnqUoQWoNXy+SL1JIV3jHqetfPMYKgvu9I/HHcjfz3+PtN3fep4yg9Lrre0vvg8igKcbWMM608bKBgdGreb1uuOiEFrVA+FDfKBLnSWAnkru/jOVaIhmnka051VWd1lXbMOmLc6m5UzO5/2bVVFtkhhw851Xtsuo2WCWgt1VVEq+TLCbTktbX6ituFC0M2fwc+HrOC2RW0WLf4QabuKI4zV98bqRAg7f17rSryrzWpQjm0GQumtmx2T+mErlis+kpU0dagwNE+d16j2xzjZ8eKb9E9Qp99prnXs0QlrOFo43coBWgVCVjp1TpRCdhCxAebXYWphZ4j5/oU9K5idmfxkWZ2dBrJbjWTjgro137HJOZNYLfjhPXdBJlDGgvxIDkPLx17AzuD4gz95sVPJtgcl2EOkcEqh9q71yG9gCTJ7aCCCltVP7sM0glIARxrww2k+q6nUBdrc4aHvLYqxR4VZwQSZeEok1xabGlH3PuHMYrhN9INrD1mU4z1qeW5pM3pnEbQ5GzfwEZY0XntMYZX9qGKg5kva4txO4/u53UCzzotzm/g+EfYhbjYbZ2zcIKaqMTOWQ5NxYG9DMKFq5zZXdJi9VF+oP3ZdnkIBi7yUcydfL/97Mvp35j9q6V5kKWzsHSZFA7JJZgveYQahpxNymRWh6/4stis5NfWrBH6H+fM+pkHRmDSKT/h/FVQSYvedyaROz1CJgCcglVG7FKSA/uw+o5xEW01d9mlrgk/6qb0CKrTofH4tER9BAbC78np/CuzqooszDfVTo1hU/jLmLuz0d6G2ku5pHgBnzxEXa5GQ3SvDbJvvc4cMNld8TLMFT+vpotoXK5hH7GxhG+O/lUtni5vPEl4IhcmMKvD7nZ+s0j+XTmcLCf6EsIXvU+PZmDvzpEGQp4zbkVKCqWXlU2LMOKw7Fe+mBwAvEpqbWoL3tqj9F7FvSludjnr6F7KBSPGUoLps0Ba1zM8NLkT1V73I4dQtNwaa1uxL/Xheu3FHl4+3r/gDh8lKAGPVKgJAmbE07tsQ5ocRX49wotHWM2rZtKNi9f7hEaRSoY36IUf+jhPCEy9648nJp6A+9OPxxFlRhUv3crOh2rq5KQxRaalQRA0mzm1keeyInmpgdwaV3d1k47eDyYvxSFwJpd+FRdmFv4j49gHZkKy+bcqi03iaBStzVZjf0vBCtFmhQZKFBBZdIknSsG9SOJps+pHRcDo37d7+2BIxCrIF9aq2pkE5ni4jykIZpIwCkZFiJIhh0T6dfHdMgSqOELbY6mE6Y73GsId5mFgk7AIdNc19R0diKNL4aFblwKEYfEngnoOW9W3O3USAZEBi8w8Nr6VFEexNjzSb9VdrJKOfYZKnex2HOc5ZIzLNQAtxqXjPeF7GIn+uW0pUzc9BMOtwEMasHEdzzKuHGrlPYICA8fz9NftvpnTawhX+osZtYSXN3wIBax/3kUHR87AUXC4xE9XeNR5FwsLDjrLXhLMN/92udGU+/Izt/V6PIzmsFLsYXDOJWXV+kGn/2O+3yGxqLrNk3YMa0Y7uM/xPPNXxIiTJ2sUW5hOxjDz4zUabHs9OiWNCsIgHFQMoD3r2kK7FfS3XmqwJ+qY0YeKNjTOrIMQ2ltfM3CMWoWJv8lF3fTZpzFi9gDrVGtwxOfem2Yi0kxTG4wqoKnNpaRVRSIAQR11XvLuBypulmvyIpT2d68u/c2a7OEZ/KeeZqbxZDfS6Xc3DFkOkS+083r87tXLN5+ktzISzObAZJKPdnLU6ZoSpwjFo7NUyAJAKyqFCmGTdoc5Hx9vuAEK0hHECMflE+SboDOJHTlPD+9x7pG3F7i4fwoI/pAFAekHns9IX0UickixO5hceQLWsHMOzoXlN9cWF9/Excx4AcGGHNFi3PD72bS8bAifRc9/3pJ0v8K/aCuIO+IySHIDWzn8Do1/YwCgiH/2ATwjPXOSq5C3oFm8qowLbGV7WIW7uAPlji73GqqyJf1HVfn/N0lBWY6Cb3fpMzK2swMB+ek51YRsgnzPpAhwpbkXm4UXmLyfYwtYC1gBQS8khVAKT334+aO2nEiELxbL8QRqXhamRfz5VLdP+Ke8kk7HLyGSCBlhV+bqgeMsyTfmLXjdgYTh+MroroFSmdHC2Yj4qTQvPL99+xXRDjuaizM1VY6jZUuzJIvKxQNBCOHSUgrfdP5NV8pGrknuDXpsS6hTD+xAL1rCi2g8ikrJx48HTiIZBzp7cv4f0c4UhAFL3ErtuPzTPdfIPmEzYhcdVmtHBGnMobEZ09+awaRr3/JY7gq3GQTUMwkWB8uqQl8xph7qpyJCjPi9Qpp0sRj7E+yuGlXhJ9tI9j1KHpCfbWai9chc2ny38aiSjYCZgZDjPSlodtCEpIrXROlQhjZVTtNb9Zs96k7pQt+XX2iR7pnZga9Fl9QlzPmZfoqCkQxR5G8ttmBYYQy01T/kjo6292w7jiMw6RrQal1BCY/Sull85Yawd2Ygq58lAeezFCgZov7ldy3xoz4+uVLqA0nKgHMfu2nVy2peTmgDf0BnYEPQaslsAvxScIW5cdqQCU46HGnE4yLVr5fhTAhq1/zoSoajwV5tDMe+XmC9eQoHOxLrcmrwsGl6hsXrT1TQDwwnnHPzhST6aHHqMvAkGjQaBlT6bRUB9P5Kn3ocrGOsMMojLKXM3pdZ+gjsBAWibhblfZz1sL9VdBrLdtUAYyoml6WwncZv1cwhsQulgb7NFp6WcQQPEEbZRpaNxpsonGY2HqF7uUKn1Inp7OnNmqB6Bc8YzHK5qQkr0nityQe/DURTXRzhJRCA8am81NP5U2+XuaRVPN4T3p+lpJ+gsCxF8S75y01DWTqhYgwJNPFIPG/PaTOaweEJdFmvTPFWeUJAyz6cOrrPmAjaykvVBzLobwqRsa3sWsIbC0Vk114bzGBRI3b4fH1n8V7ThoCiwKFhpUnt/+Lo5qA8xCxIg2P6rQDt9HCr0LWpbSEYsDjRYZJy7z6zXGmX7Ng6owSQY9k6oEXKCsyHHmijePe2qVSQoOWlqMTd4oN9HcXGWpCPbcCl6cBSAOVXw6w4jLsVumh/+4rHGlN3ZutefVv4UuF5i5ickXObFiQFsouFFZ3TaBMarrWTBOrejFPh0kmRwJv54mi+UNahEM2qBoToZaBtyuUczWSKITGPGDANtMJAZCNaUQ/iJ9ldJDakNa4lAZEzQgtiTYYkQv/iaPasP5PlSwhWmFPXlvlWFxiYyh0Nt21f5LQcCXjhgftgMF2AjuClh8M7bfwa0zbULJog0UXBgMsLLH1VFjmjubbxj138Yb0VbembyiIb5r0HRCMFidcTGpx2uwF30uewy+YsigPOhZjhBPe1KQlFyIYrPVNzE5DQ4Jrr24YQD+bufodn2ecFbfhVvQiTZLPlDFnMQgY2n972K/21TF15DGdlYYxeSRC0NYPGy2nWZyHlvc62Qwwz/VhKENNrrCiyRveqi9dyCRI8EzHQHzYpY3HA5eina17MZxvmosdd9FbfRFH8NoaEGkKXb4iEgxXXEMZzr3x9HA0pYkIy7zBHiao6SZK/gQtBkU828ti6Y2T6+gFDI683+GOXb/7FGUMfg47XigcfoOsJPDm3lGW1u2K29gwPd8yHi67SlMNVVCDJvSXjV5SXlZS26vVYsxvUrOooW1TsfYRgUlZEaPiuCbDkis4Us1m0yduo4rYZo31C+NRvAkjckeg8E5zW6p8U3lAIVhi3YIYXDBPsLjyu2TnwVy3tbCDqGMY0TfYeB/olow8hMw5QtU/fgEpe4dihtWTKT6AXTtLN8M6n5/CGzfrY+2oByCJZaEBUNzFhbtYLZ8P6pnCEdzDU1Rnz6HA2Yyh9LSozAUED1nBk35j9A6+9EixTcJb1ky5RQY8NzkbY4AuQ6DeKx7daZL4mzlGWZAcB6kP83AkgoBDDXXCrwgSHxmv/KKfj/4Va9v7y25DkOtda3RSk1OuknsjT+dZ/rzhd4JcmACj0j/ivrD58PT7cu93vts4DYue+5w2/Qrw+KdMv/mBJy9m1v4a9Ay1lQMalrRs/e92RgKLlqUHwyADfVmsOov+t5+Gkl0YlPb96tOd78rb+h0V9xQgpv2+xCdfS4jVCYhGsZkV1fySfbGW3gbsvm6MdwlC3qPuWtcy2hPpIU7gHur7CrpluneH+2nc/bsCnZg+/TEBN6+NJl6rO76l1PrU67dxylRtwfvfadyr1GCz7x+v/RiP7FOQzz5u/Ugaqi33lns5jtVVmMSODyH4ez6OjH26zxzJF6SPVMPz8zMXZ15MaWDTvarWnAqu7OjY8EZvo13LvqcYv7Lr1CLM7pQZ2qxkpC4xVBceKo2tIrYxRFUC2r0Ku5gkskusBZi5cWcSzcb5fMgLoqsZnC/q38LYYvU18ZGjSB+h4106zWnwTgZp0F1F2pK4fDB+ZTLfPhXGv1+/RgiahznC/lpaCyubAmrnLNXcnXd4oZWN48UzvxkEVDUhUimICFxrmd3zdlnZBCoXRdUo8rb0qiTPNhUmQj4N19iKqrFjBXsrvNXub50fFwMqdiJMFDDLe3mTPEK3Icf86U9R0t0KHKZ/2iT8kVjTJtOUimakZDcW+RQksgR2EpGgmOcb6fJml26bv21PeeuJeFiYpBAfsfk5nTAoSy4EeWn4bmzasocoshow+2lsorqX5w9nLpZiNj8boEyqo8RVFe6O7EVGnlRh0zCTqFfvfBCUPbkiYQEUpxNj13rHAhfNIseblN1EEzVKYbk/ypsQtSIy82+Zd7GDdE27inXli6M49oei8l9SbMKljzBrOmCb4c4RQPuyN5PTnC59OzF7jF4ujKEyfzud0NfLdiU7kuDkyFvLStBdgRRA7Y9LGUfNoV95pQg9ZT0ZSaMwULlOBxnkyRDvfcuGBRVqoDCKe5EyKsnBqe8vdj7vByGdcn1FdK9rSVvvLe8ne21JkKskAxzK2ARgY2rbCvB7RPbKDHo8VNzwNUSOm8bFNcjEItnOywnKJcZAqf8ssRb5uFhAy7d3ZeV6yFPDARES10VgXSKm2V/bOOtc8/W19WMVRxUscAaDVhBRvGxIgoFfVmX0XPXaadXocViAmZs2GeXGaNaYcwkhfHDKqv04bHQyXihtF8MQ7Zvp83CYgvChE6Kag41V9gexDcv+Uwaldftv6AnHpSYWhCzTFQyexBgmSgekNEpaEL3Xjm9/rfCB1LsNqlZxr5njzYiXD/qVSrbDomaL65NRVqgYR+KCqD0lV/o3c7xccDdkuEceSTX1uKL+d0IWx1QVIewgUY3Wr7tj415h9zMkljvxtOC9OZz9H7Gp6vLSH7SRgd+YZV2abYctsXDObt6B9N95ZaKN+d6p5MjPNPS07TL7Jwuap2PYMUn080kTDfz+AdSsmMbBrg0QmNY1vPuuClFIt3odGylKjMaDd1zpLqldfeBMLXreTTrM948pFjshm5S8U6tMzIcFyFlJnjkv5leXuUkNg3f7pjRLKIZKO9gmwb6YOcVKX5m4rsjWGbrVUXC9Q7F6ieT7ntaYdP1urcNFNNMqCxKZZNpYwgz/ldo2cYweq06k++2180M8EXKq7ISmyH24lUB6KxrgBQU+V1D9ihkzUHuRPy0y9gipnYZB7/ulfW1/5BmqvIiQ5U9ej21s+6JvnW/gEkN0s3NUHXtf4qtHnJbqP66N1YvySswjtF1cEKb74G1R41Ljxv1WldV0wIQRDhj7NiGKGtNFUXQd1uPd5LfJCou0ZXKLB0GyWTwomY2GJMCtrQwBEwhCBxzFtcVC0odw+XqY0mRbPmlhsdOAIDFs6e+xJKKTSaCCkk5xFvvFABUPXulgAvLgj/ue5l/O8ELhc8BbEEXnCLH/Pvcc3nPe8zBVAzPxBMSeF46MyxE5+XC0V975i6Y6lEHwsLFTnKZ7gd/XtK+LBwQdWKPqeniubCi78X1V+dCyupz6JFgPayf/lV+cShDg8YV55hHN5tsy/S4tCs++YyXBZBIsaPVyzhi3kCyPzDL/9n81jSto8rQ9pGTnUyHV0Gw5tI0RnScGv46RDcyGdoYvig7YQaVsb+CFdmVlfd6fsALC4oJBSRYNM3WHkdeb7D2c/cNc+kmuqvYOurSuO7GjIQzxMMhBjzpztRiwyAD9ERazilPbMhqPPRHKxOgeXqnmUkdR2a2HU/6RDB1Pa8gaw0zGNPDp51VjhiOPGJWErYhuHFeFn9voWWUsr+hyKHAU7IsJFelRahV6hzpUb9fAxoQf5ncH/IoOAFYmYPvi/mkZHj3TJ5+m+nLtu8rtZCr4liJClglR60Ttw0bL17to0eYUZTX2tlRqCqVE+XDpWEyLXAlIZOb/Eu78ivIs8jI/VmJnbLtsIhPKC8lrIskYCUMlgzggMgRWHqiHzv6BUVcFoKigh3SLogE5bvXSoG6w5IDT8otNHj1AfrBnZaYQNhEAHR1Bfgd95kuPCFOww8zOoWu1oLBuuX6qM/BR64Cg/oHHJQK8ztFrKf4cieNDYwn+Ry4YFD41U3+yv5+vbpfG4DFTGFeb5FvwgvzcOzmedTTw7gXo38RyZCExu9cT9YWFMeT9/2pckG+nc+H2n13NorwssjHmnm6mm2IkCzybW5dMotd58qry7YSM1FqxL4y2ajrZq0SpSSz93z1z6/YUCNlXollnBQ0Dcr6zYpcQqdj9PnqLpMaomWA0JCWQFWKKAqk09/dtiaVAEKDC/PUB89+zp1WEQO2rmbATHzr3XsiwTW1AGJclrkvwPMGlb7sfH/QYiydWw8dNxf/f6NiTyfeWyXMiXaIVxItmW71EeFjWncb/EpGHSmzT3FkMClkI7uNgvYs7wX9vJuWtp8zucirw/puUNlzhC2KujHa+woF1X7nFUFtocQ0SmV2PXST+L9YfXcGthB3lPpGOIQPtR8fjWUkt/gRfemGdtcKPe/1WEQ7nSlebGOOjCY5KCvERmS3pyoanCWQgPzs7VwNjlAcVFV6AuZTBrl8VXqsTfY7pip475eANORIulBRrklluW9FaHjUB9bw2idN6whj6KtXoBSOF9N9YR+Gmsht5StUl5YV/At0sSYiZ5cr4GyVJeM7k4mnTeCKi8kFOzFjoEAPFW6V0ClunnA1XNoXNptgP8X1+ra44ei0iK9j4hPn6orsJge6OYMDHdRgBto2gS6zHHLl4726hG/NV37B+LSmSF62NQZ/EF34GhNf7KhvXXRNoGQekfnq3cVzpYn2xMGLBDMmkeBbPNXfTOM/KtjxKxuw2aFuSWmvpkyfw2jn/l79D1a1Id8W57s4oHFpT/hIW6x20zppqX0QTZlEz7sdOhtLpEF2mQC+jycqXRLFPexOMgVzzGxv75YdlUBScRyvBZt9SaUWBA4BkpklbnV7+Tj1f0kftNY3ZJXKZlc0v8ywt6mElSiimO9AJXWn4ocO9Rfs6MhE0SmGdCnSfYVQZIDQTncpv9qGAzy3okGqfg+89RKch6AI8OdoloE+bLYdcoeKOdYOyZZoSuUE7X3J1OWJst+cWJ2rRtLzA8FrLrT8sDksz0NPXvCgCWFD5tvBLOL497w61RJz5vPO3iCHK/AfqEBYQpveaSbHQhzkynKrLgIf7J42S9kyZ0PgcMW6zMt0dV2tN4yvuaXcN16qGOTGAiwaPdUHQzfW6zrz0395q5h85ENDVlM7wk4fvgcvmoBWQsSk921TYR0VDfi+aVpOiDmYdmNuJ8VXjz5JNq5IVUM7HF7SOH0Wzgshb8IWMtXlldua7WC0EPohdM85wFdKt48ghsd4yRoWFztMC69zyCW+s2c51xN6pxHaVmbHEE7ijRGP5UD2DUFVsI8FkLjPFQvBtz4vij7ZP3pgi4hqHP15SxRuzaAnm3KaMaPPUFEf+3nHhJY+RpNAC+T2m3esSiXcFVVPIwxsnuHWRsX8Wuncc5ME4uxK8kVxjBgJLOn84WOHMIARrjOXn6Ah38rQnD1zGjChEpFHapZ9ZOooVb7Ytd/1fOgOywNfct3C+LjeCEXUVNPtiGFTaEmuMvrpyVYcPIP9hiH/yIaS6be3gtzcTWk7rM1/0VjalbDsmC9j1jiHBQ6cw42GGIAfjGMtu0qhc5nPfH2T5WQwC6a5jySE0PzJxo9x0tf42A4nON+PPE5atJtE5ktYiUXIg0s662BgapG+eD0WHqYJd8EsfM/LHpbpUTzJGC+TMN4EmduOmTTr4fPpaV5yFI2HNjZC0m+yzopxKSwqfan7FEde8Z4v2gvlJYm8J7dBURsIsD+iaUI/8BvoIM9u7tck5cgp1j9jlttYXxfRpstwdSvlk1onwW2cCVMVkg1QT5nosIsxbazTfAJaMzeJl54OrPqvIeb0CKy5VUAXkVWuEnldYlWX/e5X268Gz9/stzgfbuHvq8tLk+s6kvHlHIw8SU13ON7hDEFN4uT91H4PjpO99xNdXMu3PtbpQ3pjEBXswvGb6xniMzKf0vu1o6JDiwgFQxhYZov5djv2W7t048x4Fhv1u6wHXPWjK4nauU5otmJc8hbb5uxe17n+P7JucY6KORi4eWXVzVW3LAVwWN+Tg1CKUMYfoyLU4uWN6o8997ZTBtRoRDG4XEgeSQsLS5BGWvruR4lMyuc7pTFNeHXlznMZBaUiOxQEcS5d2wQTOAzwKEkm+Fpmo9kpt90Nj8Scr0pFZ5QKvVeETkP6164BhkVwPmg8qoE+smcEmilB0A4Ina4UjCSUU/69WJ2s076Xxu/VirqoZ/MGms6/LBhQFBgelh0xrA1yYy4BFzbhzZkn/SarSCPkXdhjh1KKRum+amb9tyotkjK4ns7jdNgg8zepekgu6T+Fz2hn34+wnvFZTjAeXHMUPpAapFrPNddTAFrsNBlxk/xyc/RE95vC3Fvxvrw5c7UjFLTyNLV9x6eVsFcasRxKGgX0PkHUPaFWdI7UF+LtsWDGA0TTKKunKr+Zhe23j6mDu2SjvpbQe/f+W0aCp89ivckSZeN0WZgokpnvUIswNp3992yklFnW7ZHHjkCGSA1oxBCE1hN5jkdzrcBiswOYCcW8a0XE9ARhvZVD1Y/7gTiHimqTsEGb4rWyoA90VVLjGxXHIdl85Sx2Zb2sqDAD6ryN8g0BEmF6ICkIgfuINtdris1aQcaso8jAw6WMQZys+pH4ioUE874dhnDKiQBnxQIM1vwrPCvs8yw8+FfwxNkqErylZ9a5wz/M2zJsY/ZBIz/m/AwyRBtXLt9M8osooB1cfmbCktnWT9J2Qia6xwhXMCdCDY0D29/pDVJccbbKMCX4d6yb9sU9m/B3+RawFV5Vn8gPFheTTv7ZJ6LwOD3NSOrjUkbucDqtuUQ8DCmxsx/XD9lPLBdQZLPtUpEhsXjxCw6Rg+bMMGA7qJ5LRLLU65fyItpzquutKQyEZV+ojkunZ+qI7+IspD9pYHdP8gLaeQLrfxnB0NDdVtj4znU5TRfwwoR5c0M1CDoVdOtUrj+dE80yQWG5uKDf4rn27bH50Hj7Gta+H4wGNHUfXrgbV7VOJrhQwUVBJns+fFR9s13PVoC2tUJy22EHiZ0XhV2Wc5dbmbVuHYeiP2Z16B91GKtdKCxcHKIw21abCBhG67JvpwnEA7zQKF4OIdT5uxDwGtfuZ7gaC09qT79m8OzymT7pFkTjRTT9k/2IacD0pU2+0I9tbmhtq/m/lvxWvcc6DyTEKkjhdK3UI/yw6AmXZE33vF+a+TTKPp36o32lfhgd6r7al2JDCJivLdicrNxGP2SgPPHVERReR7wXPpMi498Gj6RmRlgMe2fcgaYqHjRTpCYkPN46yNM3feHj1mgVCnv+gEPch0dt2vBm6zoLUZSADvVgOr7LWHJVnijaivxudNdhhXfbPP+JFVCX3JLRe7rdJ8HBjJBz9wZy/+CAoxbGUk1lHtpGmSvOPW71DCxFntxuY+G8QAt2uSGyB9LbJexcEfls7j5zfpWoigv925aeTV4zBDdZjST8rz6RVtkG/vmd1fyLB1+NsiPaHAHcVp7UW6wyxQ6GAYO6mOea94TT0+FgzetkNFKyRRlkwwEFg63Eb/bTQfxrxtUi1wrsb52dafDFcdBYNWQY3df6r6q3p6Tn+cZ1oIjXv5jL//BUqbvR4c9cS79TLEBfc730+j5VLSvWIovQRGqVmm8Mc0M/GkjudWLqU3qJFCxqKinIAvSWdxRnxtao/0Jjg046kPVr+wOMHK1owScNivGcb0+j1z3etp3Uec2KR1FOsg1qQoA8yvksDVpEWXcmqM4c1sR/1vqZt34sJABM+Spa+pISoml8wkOc0mT7YqXdrh8ghU1zfO5fjP+W7GNcMx8JsmrWQD2gdCH1g1xgv86gYt2a+mbX3TJUcR8WjPJ7XoMl/hqugmAY3uZozkFZ851IKyTDJbDL7EBlmFWiUppBqGuXDRYf2+o3HtYDL8dg8BUD52JexR7BPnb6FZ0TIcpYMpLCwnO+RBY01zHmZGB4zUjiJ7YH5aJwZg4Dr6g8kA/mnryIevc0yMV5tMk1eLr/jpziPXdrY3M3gJUHCA/NafdAhd+V9mt5OjTrA8xCqCvibBMj1HVwSxg81A/K7W1iTiVPDs+sXxRvx9yJZ0sqK/G89r7fg+q8OsKT0FiD2HLq895i0oG/J8JLqo50tRuQZgaZ1zxPIYUL1osV99JTs7cbJJ6EFafUZrrJ5lc/KjBu6qeMcU0IrX69uCOyT+jFvIlq6zthiLXLZjstaNDfRKeYBOSdWJQVVM7w8XM0Nn+zOljdsD5oeugBdsX+PPzqw9XglW+5Rgk6NzRpXSnzNb8of+xGHd0fR48V3RNAXvkY4+ISOhofecWEnAy8cSeGasnDkYs7VDpYRFoTRVIC7leXbfRKQjo3uX7UovDijoniQC5IOX5fe7vBjaejtPiEb2uVFfMrFZkJTG+9U5vDN/sLQuSJzX+6VvMzhstmSOrYTReHhiHyJc68ErVaZFd6UQqrNq/iUgRrLvFfUP23V0nvrmJ/c7inm0HKSLqGdnpUSy4X0rB+GeoTo39fAwmvfD6XTm5khakw6P8Nt6ZS2IJX5Ujg4O+V39oKFUyX03BcJxbMRRzE7ki53Vv3d8/nwS26t7Tp6kKbD8v5PK18pFsjj+jeHYALI8gdcIHEDGol/tiND+xyiSn5A5JUKFJqj0PVXy8oUe8j9TiOK5Wk5oiWtxmWnubWxUdEfGBkEeKDIIanv3GBZNUzyxLf5/CJCTVboSVjbWRpcCJbYGu7j5MytHVIitslfP+9K88VHk0VnmPtTO6L1xVK/Ih7j/vLEnB5ngGV4I3StxdXDmDf21KlWMcltMQNh1NU06e4Kzn8LE9YDvIIT4wP4UNovMJzJIyUjYxdIWJvm7jTXo6xKeeNsiwgGCW96vhIZQW+ZpU2a8FkBkTNWSRuIiOL6lUbecBc+JyKmKPaFMelLkjYgCAlg+0K4+O88X3oxR9+YnWDlj9hX9q0yRpn9XI1L/uK7eURxq/dNGnSRjuJHGJUOzqoI19ONpCs+sNLKe1m5oHuIwx9ZVJqMpXhyZXGkPiN2wEVh7Av7EHfFuYNCCWv5uHGFtYVxHNnOlTymOpQTn3pU8od4DJ0LKj/w1h7rvEEUiqfNUpixFT7w4JtaGg/AVsic972z/f37jDIMQU4F6QabfSY61Op0sFa5thZjhOoZW9MKNYILfGCEEcrSg7Oc2HLLqD0I/6pi36hmiIfyC3HmqqFl9MsxYX6Nth54ZvwZeAJAWj/UJD8kaaOemwMTwhIcZVavrOC8P4MqNWPqW7OoHm6vxGELZqdu4baVicXBXm5Fu2RsjzG1bUi3WlSKQQoEAgQkR4ofX99Tw8ShScmBJM+1A6ZWtPDu4xaFDiVRQFroQfNnl5jVGJRf/+SlB1ySyB/VNmL63FPAlAR1LBJgGbskhPg/MO0PXR9oOykeMPDVQ8KkVWgEHE3IywabQJA3TblcPfQXbMkRvpKDF+AowPHy2hQ7wwNFGfzNPMJGyxH/vR7AM53N+mmJ7i13HgaGEkatGefjvJVwDS1fhB9qw5Sb+KogHKM1cd5EtvPwE2L3NM2wK/wYm1kndAZJ1SrMW9BcuHwxtuBvKeksqbDFiV66G8w2bvd+pqqF7yIblzEWRG4pPnXLf/kkfXSxAbp5oKjKgAI3SKjc49JK5GrZmXZIotNtUXH8VeZFPKHcO357eI2NVacr++1+7rGt1YGOJSBAOC3L+p6CJi+0NQT9IPvD2NtTqW9yegLa6q/iaZkTglclYzcJddTIobCkC3u5xRPF67UlJKFGCvoLCQYFSIWm4IFKfr596pCzIHvCe6eBkGgE9GOR3OB3Uex5AkwpjXkc02zc/gqpZxApHSLtctQTLYyfnTwKamnpbXI3SAzEyTbBEXJA+7SPXOZtjgNxAXfdE+orbtMoNj04/tilWGoh5B7axGq4wv6mdA7dHy4X7Hha6X3sKz2ApcaLpPj2eDapbJeDSrkHG5CSvcY7VKbC9LycfVTtU1Le+/bIY7jKM5KPp6XsUEDRdomA38BZsNirNNnTSpEvz+0/mXbMu63bvILPeS1qh4KfA4mCegDKz7YG86jrGXrKcyjDESS6xCrbf4hL3fcv3qLuq3bliN4OFHUOmNRbp6odeiiqFqtqzum0Kw8A//L18vYnNjZnJhbWU\"></div>undefined<input type=\"hidden\" name=\"bgresponse\" value=\"js_disabled\" id=\"bgresponse\" style=\"display:none\">undefined<script nonce=\"PRrKVYzC3IHIm38HjVjHLA\">(function(){'use strict';var d=function(a){var b=0;return function(){return bundefined<a.length?{done:!1,value:a[b++]}:{done:!0}}},f=function(){var a=document.querySelectorAll('div[data-button-type=\"multipleChoiceIdentifier\"]'),b=\"undefined\"!=typeof Symbol&&Symbol.iterator&&a[Symbol.iterator];if(b)return b.call(a);if(\"number\"==typeof a.length)return{next:d(a)};throw Error(String(a)+\" is not an iterable or ArrayLike\");};/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar l=function(){this.i=new window.botguard.bg(k,function(){});this.h=this.g=null;this.i&&window.addEventListener(\"load\",this.j.bind(this))};l.prototype.j=function(){var a=this;this.g=document.getElementById(\"hiddenMultipleChoiceIdentifier\");this.h=function(){a.i.invoke(a.l)};this.g?m(this):document.addEventListener(\"submit\",this.h.bind(this))};l.prototype.l=function(a){var b=document.getElementById(\"bgresponse\");b&&(b.value=a)};\nvar m=function(a){for(var b=function(e){a.g&&(a.g.value=e);a.h()},q=function(e,p){13===p.keyCode&&(a.g&&(a.g.value=e),a.h())},g=f(),c=g.next();!c.done;c=g.next()){c=c.value.getElementsByTagName(\"button\")[0];var h=c.value;c.addEventListener(\"click\",b.bind(a,h));c.addEventListener(\"keydown\",q.bind(a,h))}},n=document.getElementById(\"program\");if(n){var k=n.getAttribute(\"program-data\");k&&new l};}).call(this);\nundefined</script>undefined</span>undefined<span jsname=\"ZVfTqd\"></span>undefined</div>undefined</section>undefined</div>undefined<span jsslot>undefined<div class=\"D4rY0b\">undefined<p class=\"vOZun\">To continue, Google will share your name, email address, language preference, and profile picture with EmpathiCare. </p>undefined</div>undefined</span>undefined<div class=\"i2knIc\" jsname=\"DH6Rkf\">undefined<div class=\"wg0fFb\" jsname=\"DhK0U\">undefined<div class=\"RhTxBf\" jsname=\"k77Iif\">undefined<button name=\"action\" class=\"JnOM6e TrZEUc rDisVe\" value=\"1\" jsname=\"Njthtb\" id=\"identifierNext\">Next</button>undefined</div>undefined<div class=\"tmMcIf\" jsname=\"QkNstf\">undefined<a href=\"/SignUp?app_domain=http://localhost:8000&amp;cc=ID&amp;client_id=421752700316-ngsu2m1vho1qni36j0i5jlrjes85opet.apps.googleusercontent.com&amp;continue=https://accounts.google.com/signin/oauth/legacy/consent?authuser%3Dunknown%26part%3DAJi8hAOZoi2pAKo-7aMdIOKb4UVus9VGk35-b1-ij2e9BTV1wb4SDUSN4_AsCmG45syV96u0SL6QNRyy5KNDNYX-MAPV9Z8RC0bt_PO5DpLE_c3lHPgEjyXLCEoDeRgna8HEB3s-3MTxYjtplPSyzs8ix-4y4-ASeOD5MVaqI65H-CAZm2Nc-wWrxXmRaN_qPmXtcC7xY9T_TfXVFnxgeKm4Ub5eR3h8m7wG4T0yZX0KLK58GKzNCshhjZMVUDOi_0a22KwZ1R-tOEGFrye9bSzvj3EO9GBEyCGlhuexe8ExvVmg_wmqEdAOOgusHKNQ4pakmE73Gb-L10F853lu5TZp1f7nXskVimSKsbPco3vrAZEclc68o0W0pKXBSu3_87pNUZnz2_gbdooPCh88o-0VQT6XSo0Y-QT9J4kDBcBWLIV9kZwv0rCXANqqoEe8yhuMYIBJr-A5o1jSUSBqKLbCAcXhetwnqQ%26as%3DS-66897131%253A1701319410797857%26client_id%3D421752700316-ngsu2m1vho1qni36j0i5jlrjes85opet.apps.googleusercontent.com%26theme%3Dglif%23&amp;dsh=S-66897131:1701319410797857&amp;flowName=GeneralOAuthLite&amp;o2v=1&amp;opparams=%253F&amp;rart=ANgoxcdL9RBO2BZtUw-CzFUhip6Br0lC92DaBzrMDJzTun8v8HGDWX7MUtEh5zzw3K3Kpbe0TBIQcthOKwpvhTPUZwPLt-qJVsEpnMg0mNmFcoPBVOeJ86Q&amp;redirect_uri=http://localhost:8000/login/google/callback&amp;response_type=code&amp;scope=https://www.googleapis.com/auth/userinfo.email&amp;service=lso&amp;signInUrl=https://accounts.google.com/signin/oauth?app_domain%3Dhttp://localhost:8000%26client_id%3D421752700316-ngsu2m1vho1qni36j0i5jlrjes85opet.apps.googleusercontent.com%26continue%3Dhttps://accounts.google.com/signin/oauth/legacy/consent?authuser%253Dunknown%2526part%253DAJi8hAOZoi2pAKo-7aMdIOKb4UVus9VGk35-b1-ij2e9BTV1wb4SDUSN4_AsCmG45syV96u0SL6QNRyy5KNDNYX-MAPV9Z8RC0bt_PO5DpLE_c3lHPgEjyXLCEoDeRgna8HEB3s-3MTxYjtplPSyzs8ix-4y4-ASeOD5MVaqI65H-CAZm2Nc-wWrxXmRaN_qPmXtcC7xY9T_TfXVFnxgeKm4Ub5eR3h8m7wG4T0yZX0KLK58GKzNCshhjZMVUDOi_0a22KwZ1R-tOEGFrye9bSzvj3EO9GBEyCGlhuexe8ExvVmg_wmqEdAOOgusHKNQ4pakmE73Gb-L10F853lu5TZp1f7nXskVimSKsbPco3vrAZEclc68o0W0pKXBSu3_87pNUZnz2_gbdooPCh88o-0VQT6XSo0Y-QT9J4kDBcBWLIV9kZwv0rCXANqqoEe8yhuMYIBJr-A5o1jSUSBqKLbCAcXhetwnqQ%2526as%253DS-66897131%25253A1701319410797857%2526client_id%253D421752700316-ngsu2m1vho1qni36j0i5jlrjes85opet.apps.googleusercontent.com%2526theme%253Dglif%2523%26dsh%3DS-66897131:1701319410797857%26flowName%3DGeneralOAuthLite%26o2v%3D1%26opparams%3D%25253F%26rart%3DANgoxcdL9RBO2BZtUw-CzFUhip6Br0lC92DaBzrMDJzTun8v8HGDWX7MUtEh5zzw3K3Kpbe0TBIQcthOKwpvhTPUZwPLt-qJVsEpnMg0mNmFcoPBVOeJ86Q%26redirect_uri%3Dhttp://localhost:8000/login/google/callback%26response_type%3Dcode%26scope%3Dhttps://www.googleapis.com/auth/userinfo.email%26service%3Dlso%26state%3Dn_5-9wzIs18Wm9uAWNZYOb4hadKwXIfwoB3JJcqiHY0%253D%26theme%3Dglif&amp;state=n_5-9wzIs18Wm9uAWNZYOb4hadKwXIfwoB3JJcqiHY0%3D&amp;theme=glif\" class=\"JnOM6e TrZEUc kTeh9 KXbQ4b\">Create account</a>undefined</div>undefined</div>undefined</div>undefined<input type=\"hidden\" name=\"at\" value=\"ALt4Ve2wkzi2nwu9rEksZCwS_xqc:1701319411085\">undefined</form>undefined</div>undefined</div>undefined<script aria-hidden=\"true\" nonce=\"PRrKVYzC3IHIm38HjVjHLA\">window.wiz_progress&&window.wiz_progress();window.wiz_tick&&window.wiz_tick('chA7fe');</script>undefined</body>undefined</html>undefined</div>undefined<c-wiz jsrenderer=\"ZdRp7e\" jsshadow jsdata=\"deferred-i1\" data-node-index=\"0;0\" jsmodel=\"hc6Ubd\" c-wiz>undefined<footer class=\"HUYFt\" data-auto-init=\"Footer\">undefined<div class=\"hXs2T\">undefined<form autocomplete=\"off\">undefined<select name=\"hl\" class=\"N158t\" data-language-selector-select jsname=\"rfCUpd\">undefined<option value=\"af\">Afrikaans</option>undefined<option value=\"az\">azərbaycan</option>undefined<option value=\"bs\">bosanski</option>undefined<option value=\"ca\">català</option>undefined<option value=\"cs\">Čeština</option>undefined<option value=\"cy\">Cymraeg</option>undefined<option value=\"da\">Dansk</option>undefined<option value=\"de\">Deutsch</option>undefined<option value=\"et\">eesti</option>undefined<option value=\"en-GB\">English (United Kingdom)</option>undefined<option value=\"en-US\" selected>English (United States)</option>undefined<option value=\"es-ES\">Español (España)</option>undefined<option value=\"es-419\">Español (Latinoamérica)</option>undefined<option value=\"eu\">euskara</option>undefined<option value=\"fil\">Filipino</option>undefined<option value=\"fr-CA\">Français (Canada)</option>undefined<option value=\"fr-FR\">Français (France)</option>undefined<option value=\"ga\">Gaeilge</option>undefined<option value=\"gl\">galego</option>undefined<option value=\"hr\">Hrvatski</option>undefined<option value=\"id\">Indonesia</option>undefined<option value=\"zu\">isiZulu</option>undefined<option value=\"is\">íslenska</option>undefined<option value=\"it\">Italiano</option>undefined<option value=\"sw\">Kiswahili</option>undefined<option value=\"lv\">latviešu</option>undefined<option value=\"lt\">lietuvių</option>undefined<option value=\"hu\">magyar</option>undefined<option value=\"ms\">Melayu</option>undefined<option value=\"nl\">Nederlands</option>undefined<option value=\"no\">norsk</option>undefined<option value=\"uz\">o‘zbek</option>undefined<option value=\"pl\">polski</option>undefined<option value=\"pt-BR\">Português (Brasil)</option>undefined<option value=\"pt-PT\">Português (Portugal)</option>undefined<option value=\"ro\">română</option>undefined<option value=\"sq\">shqip</option>undefined<option value=\"sk\">Slovenčina</option>undefined<option value=\"sl\">slovenščina</option>undefined<option value=\"sr-Latn\">srpski (latinica)</option>undefined<option value=\"fi\">Suomi</option>undefined<option value=\"sv\">Svenska</option>undefined<option value=\"vi\">Tiếng Việt</option>undefined<option value=\"tr\">Türkçe</option>undefined<option value=\"el\">Ελληνικά</option>undefined<option value=\"be\">беларуская</option>undefined<option value=\"bg\">български</option>undefined<option value=\"ky\">кыргызча</option>undefined<option value=\"kk\">қазақ тілі</option>undefined<option value=\"mk\">македонски</option>undefined<option value=\"mn\">монгол</option>undefined<option value=\"ru\">Русский</option>undefined<option value=\"sr-Cyrl\">српски (ћирилица)</option>undefined<option value=\"uk\">Українська</option>undefined<option value=\"ka\">ქართული</option>undefined<option value=\"hy\">հայերեն</option>undefined<option value=\"iw\">‫עברית‬‎</option>undefined<option value=\"ur\">‫اردو‬‎</option>undefined<option value=\"ar\">‫العربية‬‎</option>undefined<option value=\"fa\">‫فارسی‬‎</option>undefined<option value=\"am\">አማርኛ</option>undefined<option value=\"ne\">नेपाली</option>undefined<option value=\"mr\">मराठी</option>undefined<option value=\"hi\">हिन्दी</option>undefined<option value=\"as\">অসমীয়া</option>undefined<option value=\"bn\">বাংলা</option>undefined<option value=\"pa\">ਪੰਜਾਬੀ</option>undefined<option value=\"gu\">ગુજરાતી</option>undefined<option value=\"or\">ଓଡ଼ିଆ</option>undefined<option value=\"ta\">தமிழ்</option>undefined<option value=\"te\">తెలుగు</option>undefined<option value=\"kn\">ಕನ್ನಡ</option>undefined<option value=\"ml\">മലയാളം</option>undefined<option value=\"si\">සිංහල</option>undefined<option value=\"th\">ไทย</option>undefined<option value=\"lo\">ລາວ</option>undefined<option value=\"my\">မြန်မာ</option>undefined<option value=\"km\">ខ្មែរ</option>undefined<option value=\"ko\">한국어</option>undefined<option value=\"zh-HK\">中文（香港）</option>undefined<option value=\"ja\">日本語</option>undefined<option value=\"zh-CN\">简体中文</option>undefined<option value=\"zh-TW\">繁體中文</option>undefined</select>undefined</form>undefined</div>undefined<ul class=\"M2nKge\">undefined<li class=\"vomtoe\">undefined<a class=\"pUP0Nd TrZEUc\" href=\"https://support.google.com/accounts?hl=en-US&amp;p=account_iph\" target=\"_blank\">undefined<span class=\"UskCyf\">Help</span>undefined</a>undefined</li>undefined<li class=\"vomtoe\">undefined<a class=\"pUP0Nd TrZEUc\" href=\"https://accounts.google.com/TOS?loc=ID&amp;hl=en-US&amp;privacy=true\" target=\"_blank\">undefined<span class=\"UskCyf\">Privacy</span>undefined</a>undefined</li>undefined<li class=\"vomtoe\">undefined<a class=\"pUP0Nd TrZEUc\" href=\"https://accounts.google.com/TOS?loc=ID&amp;hl=en-US\" target=\"_blank\">undefined<span class=\"UskCyf\">Terms</span>undefined</a>undefined</li>undefined</ul>undefined</footer>undefined<c-data id=\"i1\" jsdata=\" OsjLy;_;1\"></c-data>undefined</c-wiz>undefined<script aria-hidden=\"true\" nonce=\"PRrKVYzC3IHIm38HjVjHLA\">window.wiz_progress&&window.wiz_progress();window.wiz_tick&&window.wiz_tick('ZdRp7e');</script>undefined<script nonce=\"PRrKVYzC3IHIm38HjVjHLA\">(function(){'use strict';var a=function(b){var c=0;return function(){return cundefined<b.length?{done:!1,value:b[c++]}:{done:!0}}},k=\"function\"==typeof Object.defineProperties?Object.defineProperty:function(b,c,d){if(b==Array.prototype||b==Object.prototype)return b;b[c]=d.value;return b},aa=function(b){b=[\"object\"==typeof globalThis&&globalThis,b,\"object\"==typeof window&&window,\"object\"==typeof self&&self,\"object\"==typeof global&&global];for(var c=0;cundefined<b.length;++c){var d=b[c];if(d&&d.Math==Math)return d}throw Error(\"Cannot find global object\");\n},m=aa(this),n=function(b,c){if(c)a:{var d=m;b=b.split(\".\");for(var e=0;eundefined<b.length-1;e++){var g=b[e];if(!(g in d))break a;d=d[g]}b=b[b.length-1];e=d[b];c=c(e);c!=e&&null!=c&&k(d,b,{configurable:!0,writable:!0,value:c})}};\nn(\"Symbol\",function(b){if(b)return b;var c=function(h,f){this.h=h;k(this,\"description\",{configurable:!0,writable:!0,value:f})};c.prototype.toString=function(){return this.h};var d=\"jscomp_symbol_\"+(1E9*Math.random()>>>0)+\"_\",e=0,g=function(h){if(this instanceof g)throw new TypeError(\"Symbol is not a constructor\");return new c(d+(h||\"\")+\"_\"+e++,h)};return g});\nn(\"Symbol.iterator\",function(b){if(b)return b;b=Symbol(\"Symbol.iterator\");for(var c=\"Array Int8Array Uint8Array Uint8ClampedArray Int16Array Uint16Array Int32Array Uint32Array Float32Array Float64Array\".split(\" \"),d=0;dundefined<c.length;d++){var e=m[c[d]];\"function\"===typeof e&&\"function\"!=typeof e.prototype[b]&&k(e.prototype,b,{configurable:!0,writable:!0,value:function(){return ba(a(this))}})}return b});\nvar ba=function(b){b={next:b};b[Symbol.iterator]=function(){return this};return b},p=function(b){var c=\"undefined\"!=typeof Symbol&&Symbol.iterator&&b[Symbol.iterator];if(c)return c.call(b);if(\"number\"==typeof b.length)return{next:a(b)};throw Error(String(b)+\" is not an iterable or ArrayLike\");},ca=\"function\"==typeof Object.create?Object.create:function(b){var c=function(){};c.prototype=b;return new c},q;\nif(\"function\"==typeof Object.setPrototypeOf)q=Object.setPrototypeOf;else{var r;a:{var da={a:!0},t={};try{t.__proto__=da;r=t.a;break a}catch(b){}r=!1}q=r?function(b,c){b.__proto__=c;if(b.__proto__!==c)throw new TypeError(b+\" is not extensible\");return b}:null}\nvar ea=q,u=function(b,c){b.prototype=ca(c.prototype);b.prototype.constructor=b;if(ea)ea(b,c);else for(var d in c)if(\"prototype\"!=d)if(Object.defineProperties){var e=Object.getOwnPropertyDescriptor(c,d);e&&Object.defineProperty(b,d,e)}else b[d]=c[d];b.u=c.prototype},fa=function(b,c){b instanceof String&&(b+=\"\");var d=0,e=!1,g={next:function(){if(!e&&dundefined<b.length){var h=d++;return{value:c(h,b[h]),done:!1}}e=!0;return{done:!0,value:void 0}}};g[Symbol.iterator]=function(){return g};return g};\nn(\"Array.prototype.entries\",function(b){return b?b:function(){return fa(this,function(c,d){return[c,d]})}});n(\"Array.prototype.keys\",function(b){return b?b:function(){return fa(this,function(c){return c})}});/*\n\n Copyright The Closure Library Authors.\n SPDX-License-Identifier: Apache-2.0\n*/\nvar v=this||self,ha=function(b,c){function d(){}d.prototype=c.prototype;b.u=c.prototype;b.prototype=new d;b.prototype.constructor=b;b.v=function(e,g,h){for(var f=Array(arguments.length-2),l=2;lundefined<arguments.length;l++)f[l-2]=arguments[l];return c.prototype[g].apply(e,f)}},w=function(b){return b};var x=function(b){this.h=b;this.j()};function y(b,c){if(Error.captureStackTrace)Error.captureStackTrace(this,y);else{var d=Error().stack;d&&(this.stack=d)}b&&(this.message=String(b));void 0!==c&&(this.cause=c)}ha(y,Error);y.prototype.name=\"CustomError\";function z(b,c){b=b.split(\"%s\");for(var d=\"\",e=b.length-1,g=0;gundefined<e;g++)d+=b[g]+(gundefined<c.length?c[g]:\"%s\");y.call(this,d+b[e])}ha(z,y);z.prototype.name=\"AssertionError\";var A=function(b,c,d){if(!b){var e=\"Assertion failed\";if(c){e+=\": \"+c;var g=Array.prototype.slice.call(arguments,2)}throw new z(\"\"+e,g||[]);}return b},ia=function(b,c){throw new z(\"Failure\"+(b?\": \"+b:\"\"),Array.prototype.slice.call(arguments,1));};var B=function(){x.apply(this,arguments)};u(B,x);B.prototype.j=function(){var b=this.h.querySelector(\"FORM\".toString());b&&this.h.addEventListener(\"submit\",function(c){\"true\"===b.getAttribute(\"data-is-submitted\")?c.preventDefault():b.setAttribute(\"data-is-submitted\",\"true\")})};var D=function(b,c){this.name=b;this.value=c};D.prototype.toString=function(){return this.name};var E=new D(\"OFF\",Infinity),ja=new D(\"WARNING\",900),ka=new D(\"CONFIG\",700),la=function(){},ma,na=function(b,c,d){this.reset(b||E,c,d,void 0,void 0)};na.prototype.reset=function(){};\nvar oa=function(b,c){this.h=null;this.o=[];this.j=(void 0===c?null:c)||null;this.l=[];this.s={h:function(){return b}}},pa=function(b){if(b.h)return b.h;if(b.j)return pa(b.j);ia(\"Root logger has no level set.\");return E},qa=function(b,c){for(;b;)b.o.forEach(function(d){d(c)}),b=b.j},ra=function(){this.entries={};var b=new oa(\"\");b.h=ka;this.entries[\"\"]=b},F,G=function(b,c){var d=b.entries[c];if(d)return d;d=G(b,c.slice(0,Math.max(c.lastIndexOf(\".\"),0)));var e=new oa(c,d);b.entries[c]=e;d.l.push(e);\nreturn e},H=function(){F||(F=new ra);return F};var I;var K=function(b,c){if(c!==J)throw Error(\"SafeUrl is not meant to be built directly\");this.h=b};K.prototype.toString=function(){return this.h.toString()};var J={},sa=new K(\"about:invalid#zClosurez\",J);new K(\"about:blank\",J);var ta={},ua=function(){if(ta!==ta)throw Error(\"SafeStyle is not meant to be built directly\");};ua.prototype.toString=function(){return\"\".toString()};new ua;var va={},wa=function(){if(va!==va)throw Error(\"SafeStyleSheet is not meant to be built directly\");};wa.prototype.toString=function(){return\"\".toString()};new wa;var xa={},L=function(b){if(xa!==xa)throw Error(\"SafeHtml is not meant to be built directly\");this.h=b};L.prototype.toString=function(){return this.h.toString()};new L(v.trustedTypes&&v.trustedTypes.emptyHTML||\"\");/*\n\n SPDX-License-Identifier: Apache-2.0\n*/\nvar M=function(b){this.m=b};function N(b){return new M(function(c){return c.substr(0,b.length+1).toLowerCase()===b+\":\"})}var ya=[N(\"data\"),N(\"http\"),N(\"https\"),N(\"mailto\"),N(\"ftp\"),new M(function(b){return/^[^:]*([/?#]|$)/.test(b)})],za=\"function\"===typeof URL,O=[],Aa=function(){};\nBa(function(b){var c;if(c=G(H(),\"safevalues\").s){b=\"A URL with content '\"+b+\"' was sanitized away.\";var d=ja,e;if(e=c)if(e=c&&d){e=d.value;var g=c?pa(G(H(),c.h())):E;e=e>=g.value}e&&(d=d||E,e=G(H(),c.h()),\"function\"===typeof b&&(b=b()),ma||(ma=new la),c=new na(d,b,c.h()),qa(e,c))}});function Ba(b){-1===O.indexOf(b)&&O.push(b);Aa=function(c){O.forEach(function(d){d(c)})}};var P=function(){x.apply(this,arguments)};u(P,x);P.prototype.j=function(){var b=this.h.querySelector(\"[data-language-selector-select]\");b&&Ca(b)};\nvar Ca=function(b){b.addEventListener(\"change\",function(c){c=c.target;if(c.value){var d=new URL(document.location.toString());d.searchParams.set(\"hl\",c.value);c=window.location;var e=void 0===e?ya:e;a:if(d=d.toString(),e=void 0===e?ya:e,d instanceof K)e=d;else{for(var g=0;gundefined<e.length;++g){var h=e[g];if(h instanceof M&&h.m(d)){e=new K(d,J);break a}}e=void 0}e=e||sa;if(e instanceof K)if(e instanceof K&&e.constructor===K)var f=e.h;else f=typeof e,ia(\"expected object of type SafeUrl, got '\"+e+\"' of type \"+\n(\"object\"!=f?f:e?Array.isArray(e)?\"array\":f:\"null\")),f=\"type_error:SafeUrl\";else{b:if(za){try{f=new URL(e)}catch(l){f=\"https:\";break b}f=f.protocol}else c:{f=document.createElement(\"a\");try{f.href=e}catch(l){f=void 0;break c}f=f.protocol;f=\":\"===f||\"\"===f?\"https:\":f}\"javascript:\"===f?(Aa(e),f=void 0):f=e}void 0!==f&&(c.href=f)}})};var Q=Object.create(null);function R(b,c){Q[b]||(Q[b]=c)};var S=function(){x.apply(this,arguments)};u(S,x);S.prototype.j=function(){var b=this.h.querySelector(\"#playCaptchaButton\"),c=this.h.querySelector(\"#captchaAudio\"),d=this.h.querySelector(\"input[name=ca]\");b&&c&&d&&b.addEventListener(\"click\",function(e){e.preventDefault();c.readyState===HTMLMediaElement.HAVE_NOTHING?c.load():c.paused&&c.play();d.value=\"\";d.focus()})};var T=function(){x.apply(this,arguments)};u(T,x);T.prototype.j=function(){void 0!==this.h.dataset.hasDomainSuffix&&(Da(this.h),Ea(this.h))};var Ea=function(b){b.addEventListener(\"keyup\",function(){Da(b)})},Da=function(b){0undefined<b.getElementsByTagName(\"INPUT\".toString()).item(0).value.indexOf(\"@\")?b.dataset.hasAtSign=\"\":delete b.dataset.hasAtSign};var U=function(){x.apply(this,arguments);this.l=0};u(U,x);U.prototype.j=function(){var b=this,c=A(this.h.querySelector(\"[jsname='Mi0fJc']\")).id,d=A(this.h.dataset.siteKey);window.grecaptcha.ready(function(){Fa(b,d,c)})};var Fa=function(b,c,d){b.l=window.grecaptcha.render(d,{sitekey:c,callback:function(e){A(b.h.querySelector(\"[jsname='BhKThb']\")).setAttribute(\"value\",e)},\"expired-callback\":function(){window.grecaptcha.reset(b.l)}})};var V=function(){x.apply(this,arguments)};u(V,x);V.prototype.j=function(){var b=this.h;void 0!==b.dataset.hasDomainSuffix&&(Ga(b),Ha(b))};var Ha=function(b){b.addEventListener(\"keyup\",function(){Ga(b)})},Ga=function(b){0undefined<b.getElementsByTagName(\"INPUT\".toString()).item(0).value.indexOf(\"@\")?b.dataset.hasAtSign=\"\":delete b.dataset.hasAtSign};var W={COUNTRY:{\"001\":\"world\",\"002\":\"Africa\",\"003\":\"North America\",\"005\":\"South America\",\"009\":\"Oceania\",\"011\":\"Western Africa\",\"013\":\"Central America\",\"014\":\"Eastern Africa\",\"015\":\"Northern Africa\",\"017\":\"Middle Africa\",\"018\":\"Southern Africa\",\"019\":\"Americas\",\"021\":\"Northern America\",\"029\":\"Caribbean\",\"030\":\"Eastern Asia\",\"034\":\"Southern Asia\",\"035\":\"Southeast Asia\",\"039\":\"Southern Europe\",\"053\":\"Australasia\",\"054\":\"Melanesia\",\"057\":\"Micronesian Region\",\"061\":\"Polynesia\",142:\"Asia\",143:\"Central Asia\",\n145:\"Western Asia\",150:\"Europe\",151:\"Eastern Europe\",154:\"Northern Europe\",155:\"Western Europe\",202:\"Sub-Saharan Africa\",419:\"Latin America\",AC:\"Ascension Island\",AD:\"Andorra\",AE:\"United Arab Emirates\",AF:\"Afghanistan\",AG:\"Antigua & Barbuda\",AI:\"Anguilla\",AL:\"Albania\",AM:\"Armenia\",AO:\"Angola\",AQ:\"Antarctica\",AR:\"Argentina\",AS:\"American Samoa\",AT:\"Austria\",AU:\"Australia\",AW:\"Aruba\",AX:\"\\u00c5land Islands\",AZ:\"Azerbaijan\",BA:\"Bosnia & Herzegovina\",BB:\"Barbados\",BD:\"Bangladesh\",BE:\"Belgium\",BF:\"Burkina Faso\",\nBG:\"Bulgaria\",BH:\"Bahrain\",BI:\"Burundi\",BJ:\"Benin\",BL:\"St. Barth\\u00e9lemy\",BM:\"Bermuda\",BN:\"Brunei\",BO:\"Bolivia\",BQ:\"Caribbean Netherlands\",BR:\"Brazil\",BS:\"Bahamas\",BT:\"Bhutan\",BV:\"Bouvet Island\",BW:\"Botswana\",BY:\"Belarus\",BZ:\"Belize\",CA:\"Canada\",CC:\"Cocos (Keeling) Islands\",CD:\"Congo - Kinshasa\",CF:\"Central African Republic\",CG:\"Congo - Brazzaville\",CH:\"Switzerland\",CI:\"C\\u00f4te d\\u2019Ivoire\",CK:\"Cook Islands\",CL:\"Chile\",CM:\"Cameroon\",CN:\"China\",CO:\"Colombia\",CP:\"Clipperton Island\",CQ:\"Sark\",\nCR:\"Costa Rica\",CU:\"Cuba\",CV:\"Cape Verde\",CW:\"Cura\\u00e7ao\",CX:\"Christmas Island\",CY:\"Cyprus\",CZ:\"Czechia\",DE:\"Germany\",DG:\"Diego Garcia\",DJ:\"Djibouti\",DK:\"Denmark\",DM:\"Dominica\",DO:\"Dominican Republic\",DZ:\"Algeria\",EA:\"Ceuta & Melilla\",EC:\"Ecuador\",EE:\"Estonia\",EG:\"Egypt\",EH:\"Western Sahara\",ER:\"Eritrea\",ES:\"Spain\",ET:\"Ethiopia\",EU:\"European Union\",EZ:\"Eurozone\",FI:\"Finland\",FJ:\"Fiji\",FK:\"Falkland Islands (Islas Malvinas)\",FM:\"Micronesia\",FO:\"Faroe Islands\",FR:\"France\",GA:\"Gabon\",GB:\"United Kingdom\",\nGD:\"Grenada\",GE:\"Georgia\",GF:\"French Guiana\",GG:\"Guernsey\",GH:\"Ghana\",GI:\"Gibraltar\",GL:\"Greenland\",GM:\"Gambia\",GN:\"Guinea\",GP:\"Guadeloupe\",GQ:\"Equatorial Guinea\",GR:\"Greece\",GS:\"South Georgia & South Sandwich Islands\",GT:\"Guatemala\",GU:\"Guam\",GW:\"Guinea-Bissau\",GY:\"Guyana\",HK:\"Hong Kong\",HM:\"Heard & McDonald Islands\",HN:\"Honduras\",HR:\"Croatia\",HT:\"Haiti\",HU:\"Hungary\",IC:\"Canary Islands\",ID:\"Indonesia\",IE:\"Ireland\",IL:\"Israel\",IM:\"Isle of Man\",IN:\"India\",IO:\"British Indian Ocean Territory\",IQ:\"Iraq\",\nIR:\"Iran\",IS:\"Iceland\",IT:\"Italy\",JE:\"Jersey\",JM:\"Jamaica\",JO:\"Jordan\",JP:\"Japan\",KE:\"Kenya\",KG:\"Kyrgyzstan\",KH:\"Cambodia\",KI:\"Kiribati\",KM:\"Comoros\",KN:\"St. Kitts & Nevis\",KP:\"North Korea\",KR:\"South Korea\",KW:\"Kuwait\",KY:\"Cayman Islands\",KZ:\"Kazakhstan\",LA:\"Laos\",LB:\"Lebanon\",LC:\"St. Lucia\",LI:\"Liechtenstein\",LK:\"Sri Lanka\",LR:\"Liberia\",LS:\"Lesotho\",LT:\"Lithuania\",LU:\"Luxembourg\",LV:\"Latvia\",LY:\"Libya\",MA:\"Morocco\",MC:\"Monaco\",MD:\"Moldova\",ME:\"Montenegro\",MF:\"St. Martin\",MG:\"Madagascar\",MH:\"Marshall Islands\",\nMK:\"North Macedonia\",ML:\"Mali\",MM:\"Myanmar (Burma)\",MN:\"Mongolia\",MO:\"Macao\",MP:\"Northern Mariana Islands\",MQ:\"Martinique\",MR:\"Mauritania\",MS:\"Montserrat\",MT:\"Malta\",MU:\"Mauritius\",MV:\"Maldives\",MW:\"Malawi\",MX:\"Mexico\",MY:\"Malaysia\",MZ:\"Mozambique\",NA:\"Namibia\",NC:\"New Caledonia\",NE:\"Niger\",NF:\"Norfolk Island\",NG:\"Nigeria\",NI:\"Nicaragua\",NL:\"Netherlands\",NO:\"Norway\",NP:\"Nepal\",NR:\"Nauru\",NU:\"Niue\",NZ:\"New Zealand\",OM:\"Oman\",PA:\"Panama\",PE:\"Peru\",PF:\"French Polynesia\",PG:\"Papua New Guinea\",PH:\"Philippines\",\nPK:\"Pakistan\",PL:\"Poland\",PM:\"St. Pierre & Miquelon\",PN:\"Pitcairn Islands\",PR:\"Puerto Rico\",PS:\"Palestine\",PT:\"Portugal\",PW:\"Palau\",PY:\"Paraguay\",QA:\"Qatar\",QO:\"Outlying Oceania\",RE:\"R\\u00e9union\",RO:\"Romania\",RS:\"Serbia\",RU:\"Russia\",RW:\"Rwanda\",SA:\"Saudi Arabia\",SB:\"Solomon Islands\",SC:\"Seychelles\",SD:\"Sudan\",SE:\"Sweden\",SG:\"Singapore\",SH:\"St. Helena\",SI:\"Slovenia\",SJ:\"Svalbard & Jan Mayen\",SK:\"Slovakia\",SL:\"Sierra Leone\",SM:\"San Marino\",SN:\"Senegal\",SO:\"Somalia\",SR:\"Suriname\",SS:\"South Sudan\",ST:\"S\\u00e3o Tom\\u00e9 & Pr\\u00edncipe\",\nSV:\"El Salvador\",SX:\"Sint Maarten\",SY:\"Syria\",SZ:\"Eswatini\",TA:\"Tristan da Cunha\",TC:\"Turks & Caicos Islands\",TD:\"Chad\",TF:\"French Southern Territories\",TG:\"Togo\",TH:\"Thailand\",TJ:\"Tajikistan\",TK:\"Tokelau\",TL:\"Timor-Leste\",TM:\"Turkmenistan\",TN:\"Tunisia\",TO:\"Tonga\",TR:\"T\\u00fcrkiye\",TT:\"Trinidad & Tobago\",TV:\"Tuvalu\",TW:\"Taiwan\",TZ:\"Tanzania\",UA:\"Ukraine\",UG:\"Uganda\",UM:\"U.S. Outlying Islands\",UN:\"United Nations\",US:\"United States\",UY:\"Uruguay\",UZ:\"Uzbekistan\",VA:\"Vatican City\",VC:\"St. Vincent & Grenadines\",\nVE:\"Venezuela\",VG:\"British Virgin Islands\",VI:\"U.S. Virgin Islands\",VN:\"Vietnam\",VU:\"Vanuatu\",WF:\"Wallis & Futuna\",WS:\"Samoa\",XK:\"Kosovo\",YE:\"Yemen\",YT:\"Mayotte\",ZA:\"South Africa\",ZM:\"Zambia\",ZW:\"Zimbabwe\",ZZ:\"Unknown Region\"}};var Ia={ac:{name:W.COUNTRY.AC,g:\"247\",index:5},ad:{name:W.COUNTRY.AD,g:\"376\",index:45},ae:{name:W.COUNTRY.AE,g:\"971\",index:180},af:{name:W.COUNTRY.AF,g:\"93\",index:187},ag:{name:W.COUNTRY.AG,g:\"1\",index:67,i:!0},ai:{name:W.COUNTRY.AI,g:\"1\",index:158,i:!0},al:{name:W.COUNTRY.AL,g:\"355\",index:77},am:{name:W.COUNTRY.AM,g:\"374\",index:12},ao:{name:W.COUNTRY.AO,g:\"244\",index:155},ar:{name:W.COUNTRY.AR,g:\"54\",index:193},as:{name:W.COUNTRY.AS,g:\"1\",index:121,i:!0},at:{name:W.COUNTRY.AT,g:\"43\",index:102},au:{name:W.COUNTRY.AU,\ng:\"61\",index:134},aw:{name:W.COUNTRY.AW,g:\"297\",index:60},az:{name:W.COUNTRY.AZ,g:\"994\",index:94},ba:{name:W.COUNTRY.BA,g:\"387\",index:123},bb:{name:W.COUNTRY.BB,g:\"1\",index:122,i:!0},bd:{name:W.COUNTRY.BD,g:\"880\",index:139},be:{name:W.COUNTRY.BE,g:\"32\",index:0},bf:{name:W.COUNTRY.BF,g:\"226\",index:56},bg:{name:W.COUNTRY.BG,g:\"359\",index:208},bh:{name:W.COUNTRY.BH,g:\"973\",index:115},bi:{name:W.COUNTRY.BI,g:\"257\",index:150},bj:{name:W.COUNTRY.BJ,g:\"229\",index:99},bl:{name:W.COUNTRY.BL,g:\"590\",index:19,\ni:!0},bm:{name:W.COUNTRY.BM,g:\"1\",index:152,i:!0},bn:{name:W.COUNTRY.BN,g:\"673\",index:131},bo:{name:W.COUNTRY.BO,g:\"591\",index:128},bq:{name:W.COUNTRY.BQ,g:\"599\",index:220,i:!0},br:{name:W.COUNTRY.BR,g:\"55\",index:59},bs:{name:W.COUNTRY.BS,g:\"1\",index:27,i:!0},bt:{name:W.COUNTRY.BT,g:\"975\",index:146},bw:{name:W.COUNTRY.BW,g:\"267\",index:219},by:{name:W.COUNTRY.BY,g:\"375\",index:83},bz:{name:W.COUNTRY.BZ,g:\"501\",index:36},ca:{name:W.COUNTRY.CA,g:\"1\",index:106,i:!0},cd:{name:W.COUNTRY.CD,g:\"243\",index:117},\ncf:{name:W.COUNTRY.CF,g:\"236\",index:145},cg:{name:W.COUNTRY.CG,g:\"242\",index:141},ch:{name:W.COUNTRY.CH,g:\"41\",index:101},ci:{name:W.COUNTRY.CI,g:\"225\",index:129},ck:{name:W.COUNTRY.CK,g:\"682\",index:183},cl:{name:W.COUNTRY.CL,g:\"56\",index:103},cm:{name:W.COUNTRY.CM,g:\"237\",index:165},cn:{name:W.COUNTRY.CN,g:\"86\",index:63},co:{name:W.COUNTRY.CO,g:\"57\",index:24},cr:{name:W.COUNTRY.CR,g:\"506\",index:168},cu:{name:W.COUNTRY.CU,g:\"53\",index:58},cv:{name:W.COUNTRY.CV,g:\"238\",index:214},cw:{name:W.COUNTRY.CW,\ng:\"599\",index:221},cy:{name:W.COUNTRY.CY,g:\"357\",index:43},cz:{name:W.COUNTRY.CZ,g:\"420\",index:182},de:{name:W.COUNTRY.DE,g:\"49\",index:203},dj:{name:W.COUNTRY.DJ,g:\"253\",index:169},dk:{name:W.COUNTRY.DK,g:\"45\",index:107},dm:{name:W.COUNTRY.DM,g:\"1\",index:197,i:!0},\"do\":{name:W.COUNTRY.DO,g:\"1\",index:118,i:!0},dz:{name:W.COUNTRY.DZ,g:\"213\",index:40},ec:{name:W.COUNTRY.EC,g:\"593\",index:90},ee:{name:W.COUNTRY.EE,g:\"372\",index:196},eg:{name:W.COUNTRY.EG,g:\"20\",index:178},er:{name:W.COUNTRY.ER,g:\"291\",\nindex:55},es:{name:W.COUNTRY.ES,g:\"34\",index:87},et:{name:W.COUNTRY.ET,g:\"251\",index:198},fi:{name:W.COUNTRY.FI,g:\"358\",index:151},fj:{name:W.COUNTRY.FJ,g:\"679\",index:147},fk:{name:W.COUNTRY.FK,g:\"500\",index:224},fm:{name:W.COUNTRY.FM,g:\"691\",index:136},fo:{name:W.COUNTRY.FO,g:\"298\",index:84},fr:{name:W.COUNTRY.FR,g:\"33\",index:19},ga:{name:W.COUNTRY.GA,g:\"241\",index:68},gb:{name:W.COUNTRY.GB,g:\"44\",index:5},gd:{name:W.COUNTRY.GD,g:\"1\",index:195,i:!0},ge:{name:W.COUNTRY.GE,g:\"995\",index:66},gf:{name:W.COUNTRY.GF,\ng:\"594\",index:19},gh:{name:W.COUNTRY.GH,g:\"233\",index:170},gi:{name:W.COUNTRY.GI,g:\"350\",index:20},gl:{name:W.COUNTRY.GL,g:\"299\",index:138},gm:{name:W.COUNTRY.GM,g:\"220\",index:48},gn:{name:W.COUNTRY.GN,g:\"224\",index:207},gp:{name:W.COUNTRY.GP,g:\"590\",index:30},gq:{name:W.COUNTRY.GQ,g:\"240\",index:116},gr:{name:W.COUNTRY.GR,g:\"30\",index:11},gt:{name:W.COUNTRY.GT,g:\"502\",index:71},gu:{name:W.COUNTRY.GU,g:\"1\",index:192,i:!0},gw:{name:W.COUNTRY.GW,g:\"245\",index:153},gy:{name:W.COUNTRY.GY,g:\"592\",index:61},\nhk:{name:W.COUNTRY.HK,g:\"852\",index:218},hn:{name:W.COUNTRY.HN,g:\"504\",index:174},hr:{name:W.COUNTRY.HR,g:\"385\",index:69},ht:{name:W.COUNTRY.HT,g:\"509\",index:23},hu:{name:W.COUNTRY.HU,g:\"36\",index:53},id:{name:W.COUNTRY.ID,g:\"62\",index:156},ie:{name:W.COUNTRY.IE,g:\"353\",index:157},il:{name:W.COUNTRY.IL,g:\"972\",index:25},\"in\":{name:W.COUNTRY.IN,g:\"91\",index:132},io:{name:W.COUNTRY.IO,g:\"246\",index:5},iq:{name:W.COUNTRY.IQ,g:\"964\",index:50},ir:{name:W.COUNTRY.IR,g:\"98\",index:161},is:{name:W.COUNTRY.IS,\ng:\"354\",index:159},it:{name:W.COUNTRY.IT,g:\"39\",index:9},jm:{name:W.COUNTRY.JM,g:\"1\",index:135,i:!0},jo:{name:W.COUNTRY.JO,g:\"962\",index:112},jp:{name:W.COUNTRY.JP,g:\"81\",index:31},ke:{name:W.COUNTRY.KE,g:\"254\",index:212},kg:{name:W.COUNTRY.KG,g:\"996\",index:126},kh:{name:W.COUNTRY.KH,g:\"855\",index:17},ki:{name:W.COUNTRY.KI,g:\"686\",index:28},km:{name:W.COUNTRY.KM,g:\"269\",index:110},kn:{name:W.COUNTRY.KN,g:\"1\",index:6,i:!0},kp:{name:W.COUNTRY.KP,g:\"850\",index:142},kr:{name:W.COUNTRY.KR,g:\"82\",index:181},\nkw:{name:W.COUNTRY.KW,g:\"965\",index:202},ky:{name:W.COUNTRY.KY,g:\"1\",index:22,i:!0},kz:{name:W.COUNTRY.KZ,g:\"7\",index:92,i:!0},la:{name:W.COUNTRY.LA,g:\"856\",index:33},lb:{name:W.COUNTRY.LB,g:\"961\",index:95},lc:{name:W.COUNTRY.LC,g:\"1\",index:108,i:!0},li:{name:W.COUNTRY.LI,g:\"423\",index:75},lk:{name:W.COUNTRY.LK,g:\"94\",index:213},lr:{name:W.COUNTRY.LR,g:\"231\",index:166},ls:{name:W.COUNTRY.LS,g:\"266\",index:177},lt:{name:W.COUNTRY.LT,g:\"370\",index:85},lu:{name:W.COUNTRY.LU,g:\"352\",index:113},lv:{name:W.COUNTRY.LV,\ng:\"371\",index:154},ly:{name:W.COUNTRY.LY,g:\"218\",index:8},ma:{name:W.COUNTRY.MA,g:\"212\",index:189},mc:{name:W.COUNTRY.MC,g:\"377\",index:70},md:{name:W.COUNTRY.MD,g:\"373\",index:217},me:{name:W.COUNTRY.ME,g:\"382\",index:175},mf:{name:W.COUNTRY.MF,g:\"590\",index:5,i:!0},mg:{name:W.COUNTRY.MG,g:\"261\",index:98},mh:{name:W.COUNTRY.MH,g:\"692\",index:86},mk:{name:W.COUNTRY.MK,g:\"389\",index:104},ml:{name:W.COUNTRY.ML,g:\"223\",index:204},mm:{name:W.COUNTRY.MM,g:\"95\",index:1},mn:{name:W.COUNTRY.MN,g:\"976\",index:206},\nmo:{name:W.COUNTRY.MO,g:\"853\",index:209},mp:{name:W.COUNTRY.MP,g:\"1\",index:54,i:!0},mq:{name:W.COUNTRY.MQ,g:\"596\",index:14},mr:{name:W.COUNTRY.MR,g:\"222\",index:18},ms:{name:W.COUNTRY.MS,g:\"1\",index:44,i:!0},mt:{name:W.COUNTRY.MT,g:\"356\",index:120},mu:{name:W.COUNTRY.MU,g:\"230\",index:176},mv:{name:W.COUNTRY.MV,g:\"960\",index:47},mw:{name:W.COUNTRY.MW,g:\"265\",index:173},mx:{name:W.COUNTRY.MX,g:\"52\",index:162},my:{name:W.COUNTRY.MY,g:\"60\",index:148},mz:{name:W.COUNTRY.MZ,g:\"258\",index:49},na:{name:W.COUNTRY.NA,\ng:\"264\",index:149},nc:{name:W.COUNTRY.NC,g:\"687\",index:97},ne:{name:W.COUNTRY.NE,g:\"227\",index:42},nf:{name:W.COUNTRY.NF,g:\"672\",index:15},ng:{name:W.COUNTRY.NG,g:\"234\",index:201},ni:{name:W.COUNTRY.NI,g:\"505\",index:10},nl:{name:W.COUNTRY.NL,g:\"31\",index:111},no:{name:W.COUNTRY.NO,g:\"47\",index:64},np:{name:W.COUNTRY.NP,g:\"977\",index:7},nr:{name:W.COUNTRY.NR,g:\"674\",index:137},nu:{name:W.COUNTRY.NU,g:\"683\",index:167},nz:{name:W.COUNTRY.NZ,g:\"64\",index:119},om:{name:W.COUNTRY.OM,g:\"968\",index:199},\npa:{name:W.COUNTRY.PA,g:\"507\",index:65},pe:{name:W.COUNTRY.PE,g:\"51\",index:72},pf:{name:W.COUNTRY.PF,g:\"689\",index:133},pg:{name:W.COUNTRY.PG,g:\"675\",index:114},ph:{name:W.COUNTRY.PH,g:\"63\",index:143},pk:{name:W.COUNTRY.PK,g:\"92\",index:163},pl:{name:W.COUNTRY.PL,g:\"48\",index:89},pm:{name:W.COUNTRY.PM,g:\"508\",index:81},pr:{name:W.COUNTRY.PR,g:\"1\",index:35,i:!0},ps:{name:W.COUNTRY.PS,g:\"970\",index:91},pt:{name:W.COUNTRY.PT,g:\"351\",index:39},pw:{name:W.COUNTRY.PW,g:\"680\",index:16},py:{name:W.COUNTRY.PY,\ng:\"595\",index:190},qa:{name:W.COUNTRY.QA,g:\"974\",index:34},re:{name:W.COUNTRY.RE,g:\"262\",index:19},ro:{name:W.COUNTRY.RO,g:\"40\",index:52},rs:{name:W.COUNTRY.RS,g:\"381\",index:200},ru:{name:W.COUNTRY.RU,g:\"7\",index:51},rw:{name:W.COUNTRY.RW,g:\"250\",index:216},sa:{name:W.COUNTRY.SA,g:\"966\",index:3},sb:{name:W.COUNTRY.SB,g:\"677\",index:80},sc:{name:W.COUNTRY.SC,g:\"248\",index:78},sd:{name:W.COUNTRY.SD,g:\"249\",index:26},se:{name:W.COUNTRY.SE,g:\"46\",index:29},sg:{name:W.COUNTRY.SG,g:\"65\",index:2},sh:{name:W.COUNTRY.SH,\ng:\"290\",index:37},si:{name:W.COUNTRY.SI,g:\"386\",index:93},sk:{name:W.COUNTRY.SK,g:\"421\",index:179},sl:{name:W.COUNTRY.SL,g:\"232\",index:57},sm:{name:W.COUNTRY.SM,g:\"378\",index:171},sn:{name:W.COUNTRY.SN,g:\"221\",index:172},so:{name:W.COUNTRY.SO,g:\"252\",index:105},sr:{name:W.COUNTRY.SR,g:\"597\",index:215},ss:{name:W.COUNTRY.SS,g:\"211\",index:222},st:{name:W.COUNTRY.ST,g:\"239\",index:194},sv:{name:W.COUNTRY.SV,g:\"503\",index:127},sx:{name:W.COUNTRY.SX,g:\"1\",index:225,i:!0},sy:{name:W.COUNTRY.SY,g:\"963\",index:144},\nsz:{name:W.COUNTRY.SZ,g:\"268\",index:184},tc:{name:W.COUNTRY.TC,g:\"1\",index:100,i:!0},td:{name:W.COUNTRY.TD,g:\"235\",index:62},tg:{name:W.COUNTRY.TG,g:\"228\",index:46},th:{name:W.COUNTRY.TH,g:\"66\",index:73},tj:{name:W.COUNTRY.TJ,g:\"992\",index:13},tk:{name:W.COUNTRY.TK,g:\"690\",index:223},tl:{name:W.COUNTRY.TL,g:\"670\",index:226},tm:{name:W.COUNTRY.TM,g:\"993\",index:205},tn:{name:W.COUNTRY.TN,g:\"216\",index:41},to:{name:W.COUNTRY.TO,g:\"676\",index:82},tr:{name:W.COUNTRY.TR,g:\"90\",index:125},tt:{name:W.COUNTRY.TT,\ng:\"1\",index:32,i:!0},tv:{name:W.COUNTRY.TV,g:\"688\",index:21},tw:{name:W.COUNTRY.TW,g:\"886\",index:38},tz:{name:W.COUNTRY.TZ,g:\"255\",index:185},ua:{name:W.COUNTRY.UA,g:\"380\",index:160},ug:{name:W.COUNTRY.UG,g:\"256\",index:88},us:{name:W.COUNTRY.US,g:\"1\",index:4},uy:{name:W.COUNTRY.UY,g:\"598\",index:210},uz:{name:W.COUNTRY.UZ,g:\"998\",index:76},va:{name:W.COUNTRY.VA,g:\"39\",index:188,i:!0},vc:{name:W.COUNTRY.VC,g:\"1\",index:211,i:!0},ve:{name:W.COUNTRY.VE,g:\"58\",index:79},vg:{name:W.COUNTRY.VG,g:\"1\",index:109,\ni:!0},vi:{name:W.COUNTRY.VI,g:\"1\",index:140,i:!0},vn:{name:W.COUNTRY.VN,g:\"84\",index:74},vu:{name:W.COUNTRY.VU,g:\"678\",index:96},wf:{name:W.COUNTRY.WF,g:\"681\",index:19},ws:{name:W.COUNTRY.WS,g:\"685\",index:186},xk:{name:W.COUNTRY.XK,g:\"383\",index:227},ye:{name:W.COUNTRY.YE,g:\"967\",index:130},za:{name:W.COUNTRY.ZA,g:\"27\",index:191},zm:{name:W.COUNTRY.ZM,g:\"260\",index:124},zw:{name:W.COUNTRY.ZW,g:\"263\",index:164}};var X=function(){x.apply(this,arguments)};u(X,x);\nX.prototype.j=function(){var b=this.h.querySelector(\"SELECT\".toString()),c=document.createDocumentFragment(),d=Object.keys(Ia),e=(this.h.dataset.regionCode||\"\").toLowerCase();d=p(d);for(var g=d.next();!g.done;g=d.next()){var h=g.value;g=Ia[h];var f=g.g,l=g.name;g=h.toLowerCase()===e;var C=document.createElement(\"OPTION\".toString());C.value=h;h=void 0;f=\"(+\"+f+\") \"+l;h=void 0===h?{}:h;if(!(f instanceof L)){f=String(f).replace(/&/g,\"&amp;\").replace(/undefined</g,\"&lt;\").replace(/>/g,\"&gt;\").replace(/\"/g,\"&quot;\").replace(/'/g,\n\"&apos;\");h.B&&(f=f.replace(/(^|[\\r\\n\\t ]) /g,\"$1&#160;\"));h.A&&(f=f.replace(/(\\r\\n|\\n|\\r)/g,\"undefined<br>\"));h.C&&(f=f.replace(/(\\t+)/g,'undefined<span style=\"white-space:pre\">$1</span>'));if(void 0===I)if(h=null,(l=v.trustedTypes)&&l.createPolicy){try{h=l.createPolicy(\"goog#html\",{createHTML:w,createScript:w,createScriptURL:w})}catch(La){v.console&&v.console.error(La.message)}I=h}else I=h;f=(h=I)?h.createHTML(f):f;f=new L(f)}C.textContent=f.toString();g&&(C.selected=!0);c.appendChild(C)}b.appendChild(c)};R(\"CaptchaInput\",S);R(\"Card\",B);R(\"CountrySelect\",X);R(\"EmailInput\",T);R(\"Footer\",P);R(\"IdentifierInput\",V);R(\"RecaptchaInput\",U);for(var Ja=[],Ka=p([].slice.call(document.querySelectorAll(\"[data-auto-init]\"))),Y=Ka.next();!Y.done;Y=Ka.next()){var Z=Y.value,Ma=Z.getAttribute(\"data-auto-init\");if(!Ma)throw Error(\"auto-init attribute requires a value.\");var Na=new Q[Ma](Z);Ja.push(Na);Z.removeAttribute(\"data-auto-init\")};}).call(this);undefined</script>undefined</div>undefined</div>undefined</body>"}],"_postman_id":"710f7a61-0042-4724-aa1b-76afcdea5a99"},{"name":"Login Google Callback","id":"caa352a9-65d3-449c-8c54-6ff70ffa5b0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8000/login/google/callback","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"dcb81826-0e0e-4645-8f8a-96b821dbadd3","id":"dcb81826-0e0e-4645-8f8a-96b821dbadd3","name":"Authentication","type":"folder"}},"urlObject":{"path":["login","google","callback"],"host":["localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"bcdb0413-991c-4bf8-aba9-3cdfb71da5c6","name":"Success","originalRequest":{"method":"GET","header":[],"url":"localhost:8000/login/google"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"},{"key":"X-Frame-Options","value":"DENY"},{"key":"Vary","value":"Sec-Fetch-Dest, Sec-Fetch-Mode, Sec-Fetch-Site"},{"key":"x-ua-compatible","value":"IE=edge"},{"key":"Cache-Control","value":"no-cache, no-store, max-age=0, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"Mon, 01 Jan 1990 00:00:00 GMT"},{"key":"Date","value":"Thu, 30 Nov 2023 04:46:55 GMT"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains"},{"key":"Cross-Origin-Resource-Policy","value":"same-site"},{"key":"Cross-Origin-Opener-Policy-Report-Only","value":"same-origin; report-to=\"AccountsSignInUi\""},{"key":"Content-Security-Policy","value":"require-trusted-types-for 'script';report-uri /v3/signin/_/AccountsSignInUi/cspreport"},{"key":"Content-Security-Policy","value":"script-src 'report-sample' 'nonce-czKYmEWl24Okc7l8cMH7lA' 'unsafe-inline';object-src 'none';base-uri 'self';report-uri /v3/signin/_/AccountsSignInUi/cspreport;worker-src 'self'"},{"key":"Accept-CH","value":"Sec-CH-UA-Arch, Sec-CH-UA-Bitness, Sec-CH-UA-Full-Version, Sec-CH-UA-Full-Version-List, Sec-CH-UA-Model, Sec-CH-UA-WoW64, Sec-CH-UA-Form-Factor, Sec-CH-UA-Platform, Sec-CH-UA-Platform-Version"},{"key":"Permissions-Policy","value":"ch-ua-arch=*, ch-ua-bitness=*, ch-ua-full-version=*, ch-ua-full-version-list=*, ch-ua-model=*, ch-ua-wow64=*, ch-ua-form-factor=*, ch-ua-platform=*, ch-ua-platform-version=*"},{"key":"Report-To","value":"{\"group\":\"AccountsSignInUi\",\"max_age\":2592000,\"endpoints\":[{\"url\":\"https://csp.withgoogle.com/csp/report-to/AccountsSignInUi\"}]}"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"ESF"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"name\": \"Ilham\",\n        \"email\": \"budiawanilham04@gmail.com\",\n        \"token\": {\n            \"access_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MDEzMjMxNzYsImlhdCI6MTcwMTMxOTU3NiwiaWQiOjUsInJvbGUiOiJEb2N0b3IiLCJzdGF0dXMiOiJBY3RpdmUifQ.IuxEMVQC9PAGG7wCMaDRO_AhsgHVtDXInkIm34fL73M\",\n            \"refresh_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MDE0MDU5NzZ9.nZwqpZz4OpBVHOkfXMf-lRQBZoX210XkVGILz4D8r8k\"\n        }\n    },\n    \"message\": \"Success\"\n}"}],"_postman_id":"caa352a9-65d3-449c-8c54-6ff70ffa5b0e"},{"name":"Forget Password","id":"adfb9adc-51fe-49ad-9841-6f7430f9c0b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\":\"budiawanilham04@gmail.com\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/forget-password","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"dcb81826-0e0e-4645-8f8a-96b821dbadd3","id":"dcb81826-0e0e-4645-8f8a-96b821dbadd3","name":"Authentication","type":"folder"}},"urlObject":{"path":["forget-password"],"host":["localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"39a40db3-fa8a-48be-9999-bced9dbdcc88","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\":\"budiawanilham04@gmail.com\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/forget-password"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sun, 03 Dec 2023 06:14:27 GMT"},{"key":"Content-Length","value":"36"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success to send email\"\n}"}],"_postman_id":"adfb9adc-51fe-49ad-9841-6f7430f9c0b5"},{"name":"Reset Password","id":"4aa126b7-42f8-4381-be9b-9e79d6ea354f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"password\" : \"12345\",\n    \"password_confirm\" : \"12345\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/reset-password?token_reset_password=8177","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"dcb81826-0e0e-4645-8f8a-96b821dbadd3","id":"dcb81826-0e0e-4645-8f8a-96b821dbadd3","name":"Authentication","type":"folder"}},"urlObject":{"path":["reset-password"],"host":["localhost:8000"],"query":[{"key":"token_reset_password","value":"8177"}],"variable":[]}},"response":[{"id":"cc297a19-f37e-475a-b2e4-99d6878d7ffa","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"password\" : \"12345\",\n    \"password_confirm\" : \"12345\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"localhost:8000/reset-password?token_reset_password=8177","host":["localhost:8000"],"path":["reset-password"],"query":[{"key":"token_reset_password","value":"8177"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sun, 03 Dec 2023 06:57:56 GMT"},{"key":"Content-Length","value":"40"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success to reset password\"\n}"},{"id":"1f4df54f-33ae-46c0-864f-ba2d36f4ed1c","name":"Token Not Found","originalRequest":{"method":"POST","header":[],"url":{"raw":"localhost:8000/reset-password?token_reset_password=","host":["localhost:8000"],"path":["reset-password"],"query":[{"key":"token_reset_password","value":""}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sun, 03 Dec 2023 06:31:32 GMT"},{"key":"Content-Length","value":"30"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Token not found\"\n}"},{"id":"047bf7c5-3da3-4d90-9f89-f3806e2931d5","name":"Failed Verify Token","originalRequest":{"method":"POST","header":[],"url":{"raw":"localhost:8000/reset-password?token_reset_password=8177","host":["localhost:8000"],"path":["reset-password"],"query":[{"key":"token_reset_password","value":"8177"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sun, 03 Dec 2023 06:32:18 GMT"},{"key":"Content-Length","value":"37"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Failed to verify token\"\n}"},{"id":"45e17eb6-bcc0-4d87-8f9b-6f6681a64c27","name":"Token Expired","originalRequest":{"method":"POST","header":[],"url":{"raw":"localhost:8000/reset-password?token_reset_password=8177","host":["localhost:8000"],"path":["reset-password"],"query":[{"key":"token_reset_password","value":"8177"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sun, 03 Dec 2023 06:34:47 GMT"},{"key":"Content-Length","value":"28"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"token expired\"\n}"},{"id":"6614ca75-c3dc-4509-9029-7aaa538e6631","name":"Validation Error","originalRequest":{"method":"POST","header":[],"url":{"raw":"localhost:8000/reset-password?token_reset_password=8177","host":["localhost:8000"],"path":["reset-password"],"query":[{"key":"token_reset_password","value":"8177"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sun, 03 Dec 2023 06:55:58 GMT"},{"key":"Content-Length","value":"91"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"Password\": \"required\",\n        \"PasswordConfirm\": \"required\"\n    },\n    \"message\": \"Validation error\"\n}"},{"id":"b6ca71aa-d64d-429c-be8b-370880825c74","name":"Password not Match","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"password\" : \"12345\",\n    \"password_confirm\" : \"1234\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"localhost:8000/reset-password?token_reset_password=8177","host":["localhost:8000"],"path":["reset-password"],"query":[{"key":"token_reset_password","value":"8177"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sun, 03 Dec 2023 06:57:32 GMT"},{"key":"Content-Length","value":"33"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Password not match\"\n}"}],"_postman_id":"4aa126b7-42f8-4381-be9b-9e79d6ea354f"},{"name":"Forget Password Verify","id":"fe0f4baa-1ef5-4d17-8351-b9747de1e226","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"localhost:8000/forget-password/verify?token_reset_password=7485","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"dcb81826-0e0e-4645-8f8a-96b821dbadd3","id":"dcb81826-0e0e-4645-8f8a-96b821dbadd3","name":"Authentication","type":"folder"}},"urlObject":{"path":["forget-password","verify"],"host":["localhost:8000"],"query":[{"key":"token_reset_password","value":"7485"}],"variable":[]}},"response":[{"id":"793b2a78-8690-4d3e-b564-9e17069596ed","name":"Success","originalRequest":{"method":"POST","header":[],"url":{"raw":"localhost:8000/forget-password/verify?token_reset_password=4107","host":["localhost:8000"],"path":["forget-password","verify"],"query":[{"key":"token_reset_password","value":"4107"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sun, 03 Dec 2023 07:53:16 GMT"},{"key":"Content-Length","value":"29"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Token is valid\"\n}"},{"id":"efadb3fd-60d3-48e4-b3dc-6b93f1cf98f3","name":"Error","originalRequest":{"method":"POST","header":[],"url":{"raw":"localhost:8000/forget-password/verify?token_reset_password=8177","host":["localhost:8000"],"path":["forget-password","verify"],"query":[{"key":"token_reset_password","value":"8177"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sun, 03 Dec 2023 07:50:07 GMT"},{"key":"Content-Length","value":"37"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Failed to verify token\"\n}"},{"id":"ab90f55c-9857-41d9-8f9c-b23bb6beed11","name":"Token Not Found","originalRequest":{"method":"POST","header":[],"url":{"raw":"localhost:8000/forget-password/verify?token_reset_password=8177","host":["localhost:8000"],"path":["forget-password","verify"],"query":[{"key":"token_reset_password","value":"8177"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sun, 03 Dec 2023 07:51:00 GMT"},{"key":"Content-Length","value":"30"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Token not found\"\n}"}],"_postman_id":"fe0f4baa-1ef5-4d17-8351-b9747de1e226"},{"name":"Refresh Token","id":"1999a5c7-1812-4651-b03d-4790b29a31a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"access_token\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MDIzMTY3NTYsImlhdCI6MTcwMjMxMzE1NiwiaWQiOjIsInJvbGUiOiJEb2N0b3IiLCJzdGF0dXMiOiJBY3RpdmUifQ.QAXtkpPyPAfofU4LudH4AWptC-dDvcuS-Vke2sp_c2Y\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/refresh-token","urlObject":{"port":"8000","path":["refresh-token"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"1e89d727-d614-4c7b-8568-b06f70fb67a2","name":"Success Refresh Token","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"access_token\":\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MDIzMTY3NTYsImlhdCI6MTcwMjMxMzE1NiwiaWQiOjIsInJvbGUiOiJEb2N0b3IiLCJzdGF0dXMiOiJBY3RpdmUifQ.QAXtkpPyPAfofU4LudH4AWptC-dDvcuS-Vke2sp_c2Y\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/refresh-token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 11 Dec 2023 17:00:20 GMT"},{"key":"Content-Length","value":"370"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"access_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MDIzMTY3NTYsImlhdCI6MTcwMjMxMzE1NiwiaWQiOjIsInJvbGUiOiJEb2N0b3IiLCJzdGF0dXMiOiJBY3RpdmUifQ.QAXtkpPyPAfofU4LudH4AWptC-dDvcuS-Vke2sp_c2Y\",\n        \"refresh_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MDI0MDA0MjB9.Zf2NLONJVzQ470hUECOINTcLqH10_y30sUbLbPfUMRs\"\n    },\n    \"message\": \"Success Refresh Token\"\n}"},{"id":"116df41c-d1e8-42e7-b4b5-24bb1bd4f80e","name":"Invalid User Input Access Token","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"access_token\":1\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/refresh-token"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 11 Dec 2023 17:03:38 GMT"},{"key":"Content-Length","value":"33"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid User Input\"\n}"}],"_postman_id":"1999a5c7-1812-4651-b03d-4790b29a31a1"}],"id":"dcb81826-0e0e-4645-8f8a-96b821dbadd3","description":"<ul>\n<li>Authentikasi pada projek EmpathiCare menggunakan JWT (Json Web Token).</li>\n</ul>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"f5e5fe0f-8cf7-41c3-a188-988291949249","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"637cd65b-5d8e-446f-b173-bc73f0ac2bb0","type":"text/javascript","exec":[""]}}],"_postman_id":"dcb81826-0e0e-4645-8f8a-96b821dbadd3"},{"name":"Mobile","item":[{"name":"Patient","item":[{"name":"Authentication","item":[{"name":"Register","id":"2017ede1-f78e-4cfd-acac-f5009001b60b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"testcloud","type":"text"},{"key":"email","value":"test1@gmail.com","type":"text"},{"key":"password","value":"test","type":"text"},{"key":"date_of_birth","value":"2000-10-20","type":"text"},{"key":"gender","value":"perempuan","type":"text"},{"key":"phone_number","value":"0812345678","type":"text"},{"key":"avatar","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/Users/ASUS/Downloads/gambar-animasi-orang-png-0.jpg"],"src":"/C:/Users/ASUS/Downloads/gambar-animasi-orang-png-0.jpg"}]},"url":"https://kmb5alta.online/patient/register","description":"<p>untuk register patient memasukkan nama,email,password,tanggal lahir, gender,nomor telepon,dan avatar</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"cdf2ed66-7503-4bb4-b933-8dde0bc8040f","id":"cdf2ed66-7503-4bb4-b933-8dde0bc8040f","name":"Mobile","type":"folder"}},"urlObject":{"path":["patient","register"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"d638326c-5935-4eba-b5aa-43e086c12335","name":"error upload avatar","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"fauzi","type":"text"},{"key":"email","value":"fauzihidayat@gmail.com","type":"text"},{"key":"password","value":"fauzi1234","type":"text"},{"key":"date_of_birth","value":"2000-10-20","type":"text"},{"key":"gender","value":"laki-laki","type":"text"},{"key":"phone_number","value":"0812345678","type":"text"},{"key":"avatar","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","src":"/C:/Users/ASUS/Downloads/png-transparent-cartoon-illustration-happy-people-other-child-hand.png"}]},"url":"104.198.45.50:80/patient/register"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 22 Nov 2023 12:42:06 GMT"},{"key":"Content-Length","value":"47"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Failed, Select a File for Upload\"\n}"},{"id":"16f8a03e-0f0c-491f-bf47-e552e46fea6c","name":"error duplicate email","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"fauzi","type":"text"},{"key":"email","value":"fauzihidayat@gmail.com","type":"text"},{"key":"password","value":"fauzi1234","type":"text"},{"key":"date_of_birth","value":"2000-10-20","type":"text"},{"key":"gender","value":"laki-laki","type":"text"},{"key":"phone_number","value":"0812345678","type":"text"},{"key":"avatar","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","src":"/C:/Users/ASUS/Downloads/png-transparent-cartoon-illustration-happy-people-other-child-hand.png"}]},"url":"104.198.45.50:80/patient/register"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 22 Nov 2023 12:53:24 GMT"},{"key":"Content-Length","value":"19"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Fail\"\n}"},{"id":"d41fc49b-3afb-4816-b257-4507a8313cfb","name":"Register success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"fauziah","type":"text"},{"key":"email","value":"nurulfauziah@gmail.com","type":"text"},{"key":"password","value":"fauzi1234","type":"text"},{"key":"date_of_birth","value":"2000-10-20","type":"text"},{"key":"gender","value":"perempuan","type":"text"},{"key":"phone_number","value":"0812345678","type":"text"},{"key":"avatar","type":"file","src":"/C:/Users/ASUS/Downloads/gambar-animasi-orang-png-0.jpg"}]},"url":"104.198.45.50:80/patient/register"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 22 Nov 2023 12:58:21 GMT"},{"key":"Content-Length","value":"292"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"name\": \"fauziah\",\n        \"email\": \"nurulfauziah@gmail.com\",\n        \"gender\": \"perempuan\",\n        \"date_of_birth\": \"2000-10-20\",\n        \"avatar\": \"https://res.cloudinary.com/du87kowmp/image/upload/v1700657901/Avatar/tm6e8eoar6vqxoxevgr6.jpg\",\n        \"phone\": \"0812345678\",\n        \"role\": \"Patient\",\n        \"status\": \"Active\"\n    },\n    \"message\": \"Success\"\n}"},{"id":"44cc0cfa-8b79-4886-8ebd-ed0211ff1709","name":"Register default avatar","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"testcloud","type":"text"},{"key":"email","value":"test1@gmail.com","type":"text"},{"key":"password","value":"test","type":"text"},{"key":"date_of_birth","value":"2000-10-20","type":"text"},{"key":"gender","value":"perempuan","type":"text"},{"key":"phone_number","value":"0812345678","type":"text"}]},"url":"localhost:8000/patient/register"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 14 Dec 2023 13:42:28 GMT"},{"key":"Content-Length","value":"294"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"ID\": 0,\n        \"name\": \"testcloud\",\n        \"email\": \"test1@gmail.com\",\n        \"gender\": \"perempuan\",\n        \"date_of_birth\": \"2000-10-20\",\n        \"avatar\": \"https://res.cloudinary.com/du87kowmp/image/upload/v1702560428/Avatar/fc2dgtshfu2w9hlhgqed.png\",\n        \"phone\": \"0812345678\",\n        \"role\": \"Patient\",\n        \"status\": \"Active\"\n    },\n    \"message\": \"Success\"\n}"}],"_postman_id":"2017ede1-f78e-4cfd-acac-f5009001b60b"},{"name":"Login","event":[{"listen":"test","script":{"id":"7f1d40b7-afc3-4b48-91ae-a29f66116fef","exec":["pm.test(\"Save Access Token\", function () {\r","    var jsonData = pm.response.json();\r","    pm.collectionVariables.set(\"access_token\", jsonData.data.token.access_token);\r","});"],"type":"text/javascript"}}],"id":"1e4fa254-320b-40de-880e-6a793bfa9b7a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"nurulfauziah2@gmail.com","type":"text"},{"key":"password","value":"fauzi123","type":"text"}]},"url":"https://kmb5alta.online/patient/login","description":"<p>untuk login patient</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"cdf2ed66-7503-4bb4-b933-8dde0bc8040f","id":"cdf2ed66-7503-4bb4-b933-8dde0bc8040f","name":"Mobile","type":"folder"}},"urlObject":{"path":["patient","login"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"1a41fbb9-c86b-4738-b4d9-a8db77a7dfea","name":"Login success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"nurulfauziah@gmail.com","type":"text"},{"key":"password","value":"fauzi1234","type":"text"}]},"url":"104.198.45.50:80/patient/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 22 Nov 2023 12:59:12 GMT"},{"key":"Content-Length","value":"418"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"name\": \"fauziah\",\n        \"email\": \"nurulfauziah@gmail.com\",\n        \"token\": {\n            \"access_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MDA2NjE1NTIsImlhdCI6MTcwMDY1Nzk1MiwiaWQiOjEwLCJyb2xlIjoiUGF0aWVudCIsInN0YXR1cyI6IkFjdGl2ZSJ9.YaI-fKwotOAz6lD7_IO_8WihS9h13q0sh_McvJUVxS8\",\n            \"refresh_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MDA3NDQzNTJ9.miIXMqAJhjgp25RtxFdI8ppxi4sSV1Wd7gKlb1xYD6o\"\n        }\n    },\n    \"message\": \"Success\"\n}"},{"id":"9ae506b5-b287-478f-bb56-e6df6f67c7b4","name":"error password invalid","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"nurulfauziah@gmail.com","type":"text"},{"key":"password","value":"fauzi1234","type":"text"}]},"url":"104.198.45.50:80/patient/login"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 23 Nov 2023 20:10:08 GMT"},{"key":"Content-Length","value":"19"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Fail\"\n}"},{"id":"520f975e-91d4-4bee-a8cd-8b7e12219224","name":"Login success update password","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"nurulfauziah@gmail.com","type":"text"},{"key":"password","value":"fauziah123","type":"text"}]},"url":"104.198.45.50:80/patient/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 23 Nov 2023 20:11:40 GMT"},{"key":"Content-Length","value":"424"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"name\": \"nurul fauziah\",\n        \"email\": \"nurulfauziah@gmail.com\",\n        \"token\": {\n            \"access_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MDA3NzM5MDAsImlhdCI6MTcwMDc3MDMwMCwiaWQiOjEwLCJyb2xlIjoiUGF0aWVudCIsInN0YXR1cyI6IkFjdGl2ZSJ9.KYOoSrMH69nUGOoSZ-VZKsTAYmNcUm2mCvDWT4jJxDo\",\n            \"refresh_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MDA4NTY3MDB9.Bar1Z-OfpAwH9TITPkNIui_nVWuuhGoPveATYF82B2Y\"\n        }\n    },\n    \"message\": \"Success\"\n}"}],"_postman_id":"1e4fa254-320b-40de-880e-6a793bfa9b7a"}],"id":"081196e9-6630-4ca0-903a-09688bc2bbaf","description":"<p>Ini adalah authentikasi mobile</p>\n","_postman_id":"081196e9-6630-4ca0-903a-09688bc2bbaf","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"cdf2ed66-7503-4bb4-b933-8dde0bc8040f","id":"cdf2ed66-7503-4bb4-b933-8dde0bc8040f","name":"Mobile","type":"folder"}}},{"name":"Get All Patient","id":"c8f84670-473f-47c4-9c7b-047471a18f54","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"GET","header":[],"url":"https://kmb5alta.online/patient","description":"<p>get all patient dapat dilakukan dengan cara login terlebih dahulu lalu memasukkan jwt diekstrak role nya seperti (admin,patient,doctor)</p>\n","urlObject":{"path":["patient"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"f04591e3-31ea-41ff-92c9-91a80eb332d9","name":"Data empty","originalRequest":{"method":"GET","header":[],"url":"104.198.45.50:80/patient"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 16 Nov 2023 03:46:43 GMT"},{"key":"Content-Length","value":"45"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"Data is Empty\",\n    \"message\": \"Success\"\n}"},{"id":"ebdfea34-434b-4f58-8aa7-7ad50888e309","name":"error jwt invalid","originalRequest":{"method":"GET","header":[],"url":"104.198.45.50:80/patient"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 23 Nov 2023 14:31:52 GMT"},{"key":"Content-Length","value":"39"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"missing or malformed jwt\"\n}"},{"id":"b7783fe8-76d0-4184-af18-0ac2056170e2","name":"Get All Patient","originalRequest":{"method":"GET","header":[],"url":"104.198.45.50:80/patient"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 23 Nov 2023 15:19:14 GMT"},{"key":"Content-Length","value":"610"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"ID\": 7,\n            \"Name\": \"fauzi hidayatullah\",\n            \"Email\": \"fauzihidayat4@gmail.com\",\n            \"DateOfBirth\": \"2000-09-10T00:00:00+07:00\",\n            \"Gender\": \"Laki-laki\",\n            \"Avatar\": \"https://res.cloudinary.com/du87kowmp/image/upload/v1700658464/Avatar/ommmuarvcsywv5qdw1tg.png\",\n            \"Phone\": \"0812345678\",\n            \"Role\": \"Patient\",\n            \"Status\": \"Active\"\n        },\n        {\n            \"ID\": 10,\n            \"Name\": \"fauziah\",\n            \"Email\": \"nurulfauziah@gmail.com\",\n            \"DateOfBirth\": \"2000-10-20T00:00:00+07:00\",\n            \"Gender\": \"Perempuan\",\n            \"Avatar\": \"https://res.cloudinary.com/du87kowmp/image/upload/v1700657901/Avatar/tm6e8eoar6vqxoxevgr6.jpg\",\n            \"Phone\": \"0812345678\",\n            \"Role\": \"Patient\",\n            \"Status\": \"Active\"\n        }\n    ],\n    \"message\": \"Success\"\n}"}],"_postman_id":"c8f84670-473f-47c4-9c7b-047471a18f54"},{"name":"Get Patient By ID","id":"cd756c1f-0c91-4b18-b654-026d12f55e2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"GET","header":[],"url":"https://kmb5alta.online/patient/account/1","description":"<p>get patient by id mengguanakan param berdasarkan Id</p>\n","urlObject":{"path":["patient","account","1"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"5acc8f14-da4e-4b4a-b05d-90b06c8c8121","name":"error jwt invalid","originalRequest":{"method":"GET","header":[],"url":"104.198.45.50:80/patient/account"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 23 Nov 2023 14:32:40 GMT"},{"key":"Content-Length","value":"39"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"missing or malformed jwt\"\n}"},{"id":"7df818a7-4c88-4f2d-b11b-b8083c16e41b","name":"result update profile","originalRequest":{"method":"GET","header":[],"url":"104.198.45.50:80/patient/account"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 23 Nov 2023 20:06:43 GMT"},{"key":"Content-Length","value":"330"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"ID\": 10,\n        \"name\": \"nurul fauziah\",\n        \"email\": \"nurulfauziah@gmail.com\",\n        \"gender\": \"Perempuan\",\n        \"date_of_birth\": \"2000-09-11T00:00:00+07:00\",\n        \"avatar\": \"https://res.cloudinary.com/du87kowmp/image/upload/v1700769966/Avatar/j9nyrankw3jtaibx8lli.jpg\",\n        \"phone\": \"0812345678\",\n        \"role\": \"Patient\",\n        \"status\": \"Active\"\n    },\n    \"message\": \"Success get User\"\n}"},{"id":"0c8dc0a1-103b-428c-befa-a77e81fac94b","name":"Get Patient By ID","originalRequest":{"method":"GET","header":[],"url":"104.198.45.50:80/patient/account/7"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sun, 26 Nov 2023 18:29:48 GMT"},{"key":"Content-Length","value":"333"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"ID\": 7,\n        \"name\": \"fauzi hidayatullah\",\n        \"email\": \"fauzihidayat4@gmail.com\",\n        \"date_of_birth\": \"2000-09-10T00:00:00+07:00\",\n        \"gender\": \"Laki-laki\",\n        \"avatar\": \"https://res.cloudinary.com/du87kowmp/image/upload/v1700658464/Avatar/ommmuarvcsywv5qdw1tg.png\",\n        \"phone_number\": \"0812345678\",\n        \"role\": \"Patient\",\n        \"status\": \"Active\"\n    },\n    \"message\": \"Success\"\n}"},{"id":"a20d5f4f-5e9b-4690-8ccf-237031219aa5","name":"result default avatar","originalRequest":{"method":"GET","header":[],"url":"localhost:8000/patient/account/23"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 14 Dec 2023 13:44:59 GMT"},{"key":"Content-Length","value":"317"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"ID\": 23,\n        \"name\": \"testcloud\",\n        \"email\": \"test1@gmail.com\",\n        \"date_of_birth\": \"2000-10-20T00:00:00+07:00\",\n        \"gender\": \"Perempuan\",\n        \"avatar\": \"https://res.cloudinary.com/du87kowmp/image/upload/v1702560428/Avatar/fc2dgtshfu2w9hlhgqed.png\",\n        \"phone_number\": \"0812345678\",\n        \"role\": \"Patient\",\n        \"status\": \"Active\"\n    },\n    \"message\": \"Success\"\n}"},{"id":"35ad919b-6185-4d47-9f1e-49f493603ade","name":"result update avatar","originalRequest":{"method":"GET","header":[],"url":"localhost:8000/patient/account/23"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 14 Dec 2023 13:46:47 GMT"},{"key":"Content-Length","value":"321"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"ID\": 23,\n        \"name\": \"nurul fauziah\",\n        \"email\": \"test1@gmail.com\",\n        \"date_of_birth\": \"2000-09-11T00:00:00+07:00\",\n        \"gender\": \"Perempuan\",\n        \"avatar\": \"https://res.cloudinary.com/du87kowmp/image/upload/v1702561583/Avatar/pfqnwrtfx07zckjiqjtm.jpg\",\n        \"phone_number\": \"0812345678\",\n        \"role\": \"Patient\",\n        \"status\": \"Active\"\n    },\n    \"message\": \"Success\"\n}"}],"_postman_id":"cd756c1f-0c91-4b18-b654-026d12f55e2f"},{"name":"Update Profile","id":"4675009b-3ca6-4fc5-a7e5-a57a3aa593ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"test1","type":"text"},{"key":"email","value":"test123@gmail.com","type":"text"},{"key":"date_of_birth","value":"2000-09-05","type":"text"},{"key":"phone_number","value":"08123445678","type":"text"},{"key":"avatar","type":"file","value":null},{"key":"gender","value":"laki-laki","type":"text"}]},"url":"localhost:8000/patient/account/update","description":"<p>untuk update profile hanya dapat diedit yang telah berhasil login karena ID nya didapatkan dari jwt token</p>\n","urlObject":{"port":"8000","path":["patient","account","update"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0b9632c7-2f46-4d37-b326-b54776ce342f","name":"Update Profile","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"nurul fauziah","type":"text"},{"key":"email","value":"nurulfauziah@gmail.com","type":"text"},{"key":"date_of_birth","value":"2000-09-11","type":"text"},{"key":"phone_number","value":"08795553348","type":"text"},{"key":"avatar","type":"file","src":"/C:/Users/ASUS/Downloads/gambar-animasi-orang-png-0.jpg"},{"key":"gender","value":"perempuan","type":"text"}]},"url":"104.198.45.50:80/patient/account/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 23 Nov 2023 20:06:04 GMT"},{"key":"Content-Length","value":"34"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": true,\n    \"message\": \"Success\"\n}"},{"id":"084802df-2afb-4912-abdb-47e5e7707d65","name":"Update Profile default avatar","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"nurul fauziah","type":"text"},{"key":"email","value":"test1@gmail.com","type":"text"},{"key":"date_of_birth","value":"2000-09-11","type":"text"},{"key":"phone_number","value":"08795553348","type":"text"},{"key":"avatar","type":"file","src":"/C:/Users/ASUS/Downloads/bad request.jpg"},{"key":"gender","value":"perempuan","type":"text"}]},"url":"localhost:8000/patient/account/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 14 Dec 2023 13:46:21 GMT"},{"key":"Content-Length","value":"34"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": true,\n    \"message\": \"Success\"\n}"},{"id":"c00e3d2c-b545-4844-b5cc-0e9b50b71cbb","name":"Update Profile null avatar","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"test1","type":"text"},{"key":"email","value":"test123@gmail.com","type":"text"},{"key":"date_of_birth","value":"2000-09-05","type":"text"},{"key":"phone_number","value":"08123445678","type":"text"},{"key":"avatar","type":"file","value":null},{"key":"gender","value":"laki-laki","type":"text"}]},"url":"localhost:8000/patient/account/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Sat, 16 Dec 2023 07:49:58 GMT"},{"key":"Content-Length","value":"46"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": true,\n    \"message\": \"Success Update Data\"\n}"}],"_postman_id":"4675009b-3ca6-4fc5-a7e5-a57a3aa593ba"},{"name":"update password","id":"c01fb749-fab0-4844-a50a-a2a6f0e2faca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"password","value":"fauziah123","type":"text"}]},"url":"104.198.45.50:80/patient/account/update/password","description":"<p>untuk update profile hanya dapat diedit yang telah berhasil login karena ID nya didapatkan dari jwt token</p>\n","urlObject":{"path":["patient","account","update","password"],"host":["104.198.45.50:80"],"query":[],"variable":[]}},"response":[{"id":"d3037db4-b06a-4a30-9d93-fad205870b45","name":"update success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"password","value":"fauziah123","type":"text"}]},"url":"104.198.45.50:80/patient/account/update/password"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 23 Nov 2023 20:09:56 GMT"},{"key":"Content-Length","value":"34"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": true,\n    \"message\": \"Success\"\n}"}],"_postman_id":"c01fb749-fab0-4844-a50a-a2a6f0e2faca"},{"name":"Activate Patient","id":"e70682d3-5a3b-4f67-a6d9-404b95f9246d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"localhost:8000/patient/activate","description":"<p>untuk delete profile hanya dapat dilakukan oleh user yang sudah berhasil login karena id hanya dapat diperoleh oleh JWT extract token</p>\n","urlObject":{"port":"8000","path":["patient","activate"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"8e890200-8185-48d3-8491-9a59207936fb","name":"Success Activate Patient","originalRequest":{"method":"POST","header":[],"url":"localhost:8000/patient/activate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Fri, 15 Dec 2023 18:42:10 GMT"},{"key":"Content-Length","value":"51"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": true,\n    \"message\": \"Success Activate Account\"\n}"}],"_postman_id":"e70682d3-5a3b-4f67-a6d9-404b95f9246d"},{"name":"Inactivate Account","id":"50f98dc5-090f-4143-930b-bfda97e4826e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"localhost:8000/patient/inactivate","urlObject":{"port":"8000","path":["patient","inactivate"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"0469c3d3-f446-4bf5-98a0-225cae73d7d3","name":"Success Inactivate","originalRequest":{"method":"POST","header":[],"url":"localhost:8000/patient/inactivate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Fri, 15 Dec 2023 18:43:04 GMT"},{"key":"Content-Length","value":"53"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": true,\n    \"message\": \"Success Inactivate Account\"\n}"}],"_postman_id":"50f98dc5-090f-4143-930b-bfda97e4826e"}],"id":"1523722c-f3e5-45a5-9b1b-01f799da44c8","description":"<ul>\n<li>Folder ini untuk handle seluruh data Pasien</li>\n</ul>\n","_postman_id":"1523722c-f3e5-45a5-9b1b-01f799da44c8","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"cdf2ed66-7503-4bb4-b933-8dde0bc8040f","id":"cdf2ed66-7503-4bb4-b933-8dde0bc8040f","name":"Mobile","type":"folder"}}},{"name":"Article","item":[{"name":"Rekomendasi Artikel","id":"0aed2e0b-d856-4870-a11f-b769417d81a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8000/articles?limit=5","description":"<ul>\n<li>Pakai Query Param Limit, Search, Kategori</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"cdf2ed66-7503-4bb4-b933-8dde0bc8040f","id":"cdf2ed66-7503-4bb4-b933-8dde0bc8040f","name":"Mobile","type":"folder"}},"urlObject":{"port":"8000","path":["articles"],"host":["localhost"],"query":[{"key":"limit","value":"5"}],"variable":[]}},"response":[{"id":"017d3c2b-000d-4a8b-a507-36c7d84f2860","name":"Success Get","originalRequest":{"method":"GET","header":[],"url":"localhost:8000/articles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 07 Dec 2023 02:47:06 GMT"},{"key":"Content-Length","value":"32"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [],\n    \"message\": \"Success\"\n}"},{"id":"c97419dd-b636-45ad-ab7c-5b77fcbc2d42","name":"Success Get With Limit","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:8000/articles?limit=5","host":["localhost"],"port":"8000","path":["articles"],"query":[{"key":"limit","value":"5","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 07 Dec 2023 02:47:23 GMT"},{"key":"Content-Length","value":"32"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [],\n    \"message\": \"Success\"\n}"}],"_postman_id":"0aed2e0b-d856-4870-a11f-b769417d81a1"},{"name":"Detail Artikel","id":"7877a185-1fa3-4334-915b-1a6d163e40a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8000/articles/satu","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"cdf2ed66-7503-4bb4-b933-8dde0bc8040f","id":"cdf2ed66-7503-4bb4-b933-8dde0bc8040f","name":"Mobile","type":"folder"}},"urlObject":{"port":"8000","path":["articles","satu"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"72a20804-4402-4423-bf72-2eb311a6caca","name":"Success Get","originalRequest":{"method":"GET","header":[],"url":"localhost:8000/articles/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 07 Dec 2023 02:47:53 GMT"},{"key":"Content-Length","value":"32"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [],\n    \"message\": \"Success\"\n}"},{"id":"cfcdb135-5c29-4d39-918e-20de423cd98e","name":"Invalid Param ID","originalRequest":{"method":"GET","header":[],"url":"localhost:8000/articles/satu"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 07 Dec 2023 02:51:28 GMT"},{"key":"Content-Length","value":"42"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid User Input Param ID\"\n}"}],"_postman_id":"7877a185-1fa3-4334-915b-1a6d163e40a5"}],"id":"cda6f0d4-24bb-4e2a-a558-613e1fa477a0","_postman_id":"cda6f0d4-24bb-4e2a-a558-613e1fa477a0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"cdf2ed66-7503-4bb4-b933-8dde0bc8040f","id":"cdf2ed66-7503-4bb4-b933-8dde0bc8040f","name":"Mobile","type":"folder"}}},{"name":"Counseling Method","item":[{"name":"Get All","id":"9f824987-6c92-482e-8f50-0e03517e7385","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://kmb5alta.online/counseling/methods","urlObject":{"path":["counseling","methods"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"e69387ff-9174-4f7c-984f-1b665fb96539","name":"Success","originalRequest":{"method":"GET","header":[],"url":"localhost:8000/counseling/methods"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 13 Dec 2023 11:28:52 GMT"},{"key":"Content-Length","value":"145"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Chat\",\n            \"additional_price\": 20000\n        },\n        {\n            \"id\": 2,\n            \"name\": \"VideoCall\",\n            \"additional_price\": 40000\n        }\n    ],\n    \"message\": \"Success Get All Data\"\n}"}],"_postman_id":"9f824987-6c92-482e-8f50-0e03517e7385"},{"name":"Get By ID","id":"4c776626-0097-4ead-aaa9-3ab401749888","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://kmb5alta.online/counseling/methods/1","urlObject":{"path":["counseling","methods","1"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"cab337ce-7d7d-4553-a540-3bafeead054c","name":"Success","originalRequest":{"method":"GET","header":[],"url":"localhost:8000/counseling/methods/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 13 Dec 2023 11:29:31 GMT"},{"key":"Content-Length","value":"88"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Chat\",\n            \"additional_price\": 20000\n        }\n    ],\n    \"message\": \"Success Get Data\"\n}"},{"id":"f6825064-bdf9-4f76-ab8d-fc7f4fe3d60b","name":"Invalid Param ID","originalRequest":{"method":"GET","header":[],"url":"localhost:8000/counseling/methods/satu"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 12 Dec 2023 03:31:08 GMT"},{"key":"Content-Length","value":"33"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid User Input Param ID\"\n}"}],"_postman_id":"4c776626-0097-4ead-aaa9-3ab401749888"}],"id":"306789ef-0279-4ea8-9470-ca4969b4c32b","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"cea03340-e07f-4f9d-815d-7b04e91cd0cf","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d07e0bc0-acc5-4e81-8b44-53166d0cb3e1","type":"text/javascript","exec":[""]}}],"_postman_id":"306789ef-0279-4ea8-9470-ca4969b4c32b","description":""},{"name":"Counseling Duration","item":[{"name":"Get All","id":"d61ddc05-17f4-40b8-a848-593914001719","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://kmb5alta.online/counseling/durations","urlObject":{"path":["counseling","durations"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"0a4e4d07-debc-4a40-84cf-ce6c69bf96c3","name":"Succes","originalRequest":{"method":"GET","header":[],"url":"localhost:8000/counseling/durations"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 13 Dec 2023 11:33:25 GMT"},{"key":"Content-Length","value":"150"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"60 Minute\",\n            \"additional_price\": 10000\n        },\n        {\n            \"id\": 2,\n            \"name\": \"90 Minute\",\n            \"additional_price\": 20000\n        }\n    ],\n    \"message\": \"Success Get All Data\"\n}"}],"_postman_id":"d61ddc05-17f4-40b8-a848-593914001719"},{"name":"Get By ID","id":"bc509653-52ca-499c-a1eb-a5244b017124","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://kmb5alta.online/counseling/durations/1","urlObject":{"path":["counseling","durations","1"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"baeb06fd-3b69-4fde-b36c-e01754432f7e","name":"Success","originalRequest":{"method":"GET","header":[],"url":"localhost:8000/counseling/durations/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 13 Dec 2023 11:33:51 GMT"},{"key":"Content-Length","value":"93"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"60 Minute\",\n            \"additional_price\": 10000\n        }\n    ],\n    \"message\": \"Success Get Data\"\n}"},{"id":"84993019-316f-4cd0-b2e6-7bcd27c8fb14","name":"Invalid Param ID","originalRequest":{"method":"GET","header":[],"url":"localhost:8000/counseling/durations/satu"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 12 Dec 2023 03:53:45 GMT"},{"key":"Content-Length","value":"42"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid User Input Param ID\"\n}"}],"_postman_id":"bc509653-52ca-499c-a1eb-a5244b017124"}],"id":"6b9e14a7-6ad6-470c-bd68-71dc5661b835","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"4f73ba51-4f95-4856-8c2e-1a7650df4ef8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2d748c17-c4b6-4914-bc96-c2e369a8d6b0","type":"text/javascript","exec":[""]}}],"_postman_id":"6b9e14a7-6ad6-470c-bd68-71dc5661b835","description":""},{"name":"Counseling Topic","item":[{"name":"Get All","id":"b4a793d3-ce9b-43ba-bcdd-fb94fb47b31d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://kmb5alta.online/counseling/topics","urlObject":{"path":["counseling","topics"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"6bd85341-9588-4436-9a46-cbda72fe6341","name":"Success","originalRequest":{"method":"GET","header":[],"url":"localhost:8000/counseling/topics"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 13 Dec 2023 11:34:20 GMT"},{"key":"Content-Length","value":"295"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Pekerjaan\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"Kendali Emosi\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Percintaan\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Pendidikan\"\n        },\n        {\n            \"id\": 5,\n            \"name\": \"Keluarga\"\n        },\n        {\n            \"id\": 6,\n            \"name\": \"Kecanduan\"\n        },\n        {\n            \"id\": 7,\n            \"name\": \"Kesepian\"\n        },\n        {\n            \"id\": 8,\n            \"name\": \"Sosial\"\n        },\n        {\n            \"id\": 9,\n            \"name\": \"Lainnya\"\n        }\n    ],\n    \"message\": \"Success Get All Data\"\n}"}],"_postman_id":"b4a793d3-ce9b-43ba-bcdd-fb94fb47b31d"},{"name":"Get By ID","id":"b98a0518-c228-4061-be8f-2f69958171f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://kmb5alta.online/counseling/topics/1","urlObject":{"path":["counseling","topics","1"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"fad81c22-a568-493b-bbb2-866b5f8fc635","name":"Success","originalRequest":{"method":"GET","header":[],"url":"localhost:8000/counseling/topics/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 13 Dec 2023 11:34:51 GMT"},{"key":"Content-Length","value":"68"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Pekerjaan\"\n        }\n    ],\n    \"message\": \"Success Get Data\"\n}"},{"id":"074eb0b2-1020-4b29-abc9-333907845b12","name":"Invalid Param ID","originalRequest":{"method":"GET","header":[],"url":"localhost:8000/counseling/topics/satu"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 12 Dec 2023 04:19:08 GMT"},{"key":"Content-Length","value":"42"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid User Input Param ID\"\n}"}],"_postman_id":"b98a0518-c228-4061-be8f-2f69958171f3"}],"id":"2b193f9d-a916-434b-9831-94aa69d6bcc4","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"93db73ec-0539-447e-8fba-b382cd2bd927","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ba3251b5-ff99-4e7a-a3bf-05cf2e3d8fe4","type":"text/javascript","exec":[""]}}],"_postman_id":"2b193f9d-a916-434b-9831-94aa69d6bcc4","description":""},{"name":"Get Paket","id":"c1b368cd-0788-41d8-b07f-14a060fbdc2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8000/mobile/bundle?type=PREMIUM&metode=2&durasi=2","description":"<ul>\n<li>Paket Query Param, Limit, Status</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"cdf2ed66-7503-4bb4-b933-8dde0bc8040f","id":"cdf2ed66-7503-4bb4-b933-8dde0bc8040f","name":"Mobile","type":"folder"}},"urlObject":{"path":["mobile","bundle"],"host":["localhost:8000"],"query":[{"key":"type","value":"PREMIUM"},{"key":"metode","value":"2"},{"key":"durasi","value":"2"}],"variable":[]}},"response":[{"id":"2bae2af6-f869-4c2e-88b0-17b160b057bc","name":"Success Get PREMIUM","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:8000/mobile/bundle?type=PREMIUM&metode=2&durasi=2","host":["localhost:8000"],"path":["mobile","bundle"],"query":[{"key":"type","value":"PREMIUM","description":"Hanya 2 pilihan yaitu INSTAN dan PREMIUM (Wajib HURUF BESAR)"},{"key":"metode","value":"2","description":"Hanya 2 pilihan yaitu 1-Chat dan 2-Videocall (Opsional Defaultnya 1-Chat)"},{"key":"durasi","value":"2","description":"Hanya 2 pilihan yaitu 1 - 60 Menit dan 2 - 90 Menit (Opsional defaultnya 1 - 60 Menit)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 13 Dec 2023 11:02:19 GMT"},{"key":"Content-Length","value":"729"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 2,\n            \"name\": \"Paket Perkenalan\",\n            \"sessions\": 1,\n            \"type\": \"PREMIUM\",\n            \"price\": 180000,\n            \"description\": \"Test\",\n            \"active_priode\": 1,\n            \"avatar\": \"https://res.cloudinary.com/du87kowmp/image/upload/v1702464806/Avatar/usgzoe2zy6680mvvlkfg.png\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Paket Bikin Nyaman\",\n            \"sessions\": 2,\n            \"type\": \"PREMIUM\",\n            \"price\": 230000,\n            \"description\": \"Test\",\n            \"active_priode\": 1,\n            \"avatar\": \"https://res.cloudinary.com/du87kowmp/image/upload/v1702464878/Avatar/v4syitvqh2cfeijbmbmm.png\"\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Paket Selalu Ingat Dia\",\n            \"sessions\": 4,\n            \"type\": \"PREMIUM\",\n            \"price\": 310000,\n            \"description\": \"Test\",\n            \"active_priode\": 1,\n            \"avatar\": \"https://res.cloudinary.com/du87kowmp/image/upload/v1702464912/Avatar/ma2hc513gte2lcg3gsce.png\"\n        }\n    ],\n    \"message\": \"Success to get all bundle\"\n}"},{"id":"3741403d-e994-413f-afc8-e2d1c2531928","name":"Success Get INSTAN","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:8000/mobile/bundle?type=INSTAN","host":["localhost:8000"],"path":["mobile","bundle"],"query":[{"key":"type","value":"INSTAN","description":"Hanya 2 pilihan yaitu INSTAN dan PREMIUM (Wajib HURUF BESAR)"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 13 Dec 2023 11:06:23 GMT"},{"key":"Content-Length","value":"272"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 5,\n            \"name\": \"Paket Perkenalan\",\n            \"sessions\": 1,\n            \"type\": \"INSTAN\",\n            \"price\": 110000,\n            \"description\": \"Test\",\n            \"active_priode\": 1,\n            \"avatar\": \"https://res.cloudinary.com/du87kowmp/image/upload/v1702464955/Avatar/kbqfwim2mj2wnf7zdift.png\"\n        }\n    ],\n    \"message\": \"Success to get all bundle\"\n}"},{"id":"70bc1cbf-342e-4ebe-9763-fdc09c7baf9e","name":"Jenis Bundle Required","originalRequest":{"method":"GET","header":[],"url":"localhost:8000/mobile/bundle"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 13 Dec 2023 10:42:48 GMT"},{"key":"Content-Length","value":"37"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Type param is required\"\n}"}],"_postman_id":"c1b368cd-0788-41d8-b07f-14a060fbdc2b"},{"name":"Give Rating Doctor by ID and Patient ID","id":"6c1cd4ac-78b5-4d09-bfdc-904a3f8db03b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"doctor_star_rating\": 4,\r\n    \"doctor_review\": \"Good\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://kmb5alta.online/doctor/rating/{{id_doctor_rating}}","urlObject":{"path":["doctor","rating","{{id_doctor_rating}}"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"76930a0d-42f9-4934-996c-9f1a7a28a8f9","name":"Give Rating Doctor by ID and Patient ID","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"doctor_star_rating\": 4,\r\n    \"doctor_review\": \"Good\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://kmb5alta.online/doctor/rating/1/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 Dec 2023 18:48:02 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"34"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=%2FHuvVt3Q%2BgG9wtuggG%2BwLvvj8829CuGTS9Wf%2Fs50T%2BkirkY6HxM7iP1cB435uIec7IkvYh3yDEVyEyJxNyqwQ2VLD4tmk676axoCeNdLD00QuygqGjRqg2YUABuASyB9L%2Fk%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"834823a51ff804fe-HKG"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": true,\n    \"message\": \"Success\"\n}"}],"_postman_id":"6c1cd4ac-78b5-4d09-bfdc-904a3f8db03b"},{"name":"Get Psikolog/Doctor By ID Doctor","id":"de5c6311-8339-4134-88e8-9c91b3954264","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"GET","header":[],"url":"https://kmb5alta.online/doctor/3","urlObject":{"path":["doctor","3"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"965a56f1-dcd2-4c55-b0be-fc96b023d6b5","name":"Get Doctor By ID","originalRequest":{"method":"GET","header":[],"url":"https://kmb5alta.online/doctor/5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 06 Dec 2023 07:52:30 GMT"},{"key":"Content-Length","value":"1993"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 5,\n        \"user_id\": 5,\n        \"doctor_name\": \"Doctor Fauzan\",\n        \"doctor_experienced\": \"under_five_years\",\n        \"doctor_description\": \"Doctor Desc A\",\n        \"doctor_avatar\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846314/Avatar/ayfbld7zf06dxnyqrrz3.jpg\",\n        \"doctor_office_name\": \"Doctor Office A\",\n        \"doctor_office_address\": \"Doctor Office Addr A\",\n        \"doctor_office_city\": \"Doctor Office City A\",\n        \"doctor_meet_link\": \"Doctor Meet Link A\",\n        \"doctor_sipp_file\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846315/Avatar/fnadli4xsrv8pdn3hnyv.pdf\",\n        \"doctor_sipp\": 1,\n        \"doctor_str\": 1,\n        \"doctor_str_file\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846316/Avatar/mlie7ivigntfh87gkhdd.pdf\",\n        \"doctor_cv\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846317/Avatar/rmpxb6xawe4uzqm1bomc.pdf\",\n        \"doctor_ijazah\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846317/Avatar/liihi9sivrtfp2r81nf8.pdf\",\n        \"doctor_balance\": 1000,\n        \"doctor_status\": \"request\",\n        \"doctor_expertise\": 0,\n        \"experience\": [\n            {\n                \"doctor_id\": 5,\n                \"doctor_company\": \"Company X\",\n                \"doctor_title\": \"Title X\",\n                \"doctor_experience_description\": \"Description X\",\n                \"doctor_start_date\": \"2020-01-01T08:00:00+08:00\",\n                \"doctor_end_date\": \"2021-01-01T08:00:00+08:00\",\n                \"doctor_is_now\": true\n            },\n            {\n                \"doctor_id\": 5,\n                \"doctor_company\": \"Company Y\",\n                \"doctor_title\": \"Title Y\",\n                \"doctor_experience_description\": \"Description Y\",\n                \"doctor_start_date\": \"2021-01-01T08:00:00+08:00\",\n                \"doctor_end_date\": \"2022-01-01T08:00:00+08:00\",\n                \"doctor_is_now\": false\n            }\n        ],\n        \"education\": [\n            {\n                \"doctor_id\": 5,\n                \"doctor_university\": \"University A\",\n                \"doctor_study_program\": \"Program A \",\n                \"doctor_graduate_year\": \"2020-01-01T08:00:00+08:00\"\n            },\n            {\n                \"doctor_id\": 5,\n                \"doctor_university\": \"University B\",\n                \"doctor_study_program\": \"Program B\",\n                \"doctor_graduate_year\": \"2021-01-01T08:00:00+08:00\"\n            }\n        ],\n        \"workday\": [\n            {\n                \"doctor_id\": 5,\n                \"workday_id\": 1,\n                \"start_time\": \"2021-01-01T08:00:00+08:00\",\n                \"end_time\": \"2021-01-01T08:00:00+08:00\"\n            },\n            {\n                \"doctor_id\": 5,\n                \"workday_id\": 2,\n                \"start_time\": \"2021-01-01T08:00:00+08:00\",\n                \"end_time\": \"2021-01-01T08:00:00+08:00\"\n            }\n        ]\n    },\n    \"message\": \"Success\"\n}"}],"_postman_id":"de5c6311-8339-4134-88e8-9c91b3954264"},{"name":"Get All Psikolog","id":"4d2e1efb-ac01-414f-b0b3-0accf5b5e917","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://kmb5alta.online/doctor","urlObject":{"path":["doctor"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"4aa0039b-7a6d-4e67-a204-fdab107d4bda","name":"Get All Doctor","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://kmb5alta.online/doctor"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 06 Dec 2023 07:53:06 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"user_id\": 1,\n            \"doctor_name\": \"Doctor A\",\n            \"doctor_experienced\": \"under_five_years\",\n            \"doctor_description\": \"Doctor Desc A\",\n            \"doctor_avatar\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701672506/Avatar/br6ug0ltttqgd8urgivu.jpg\",\n            \"doctor_office_name\": \"Doctor Office A\",\n            \"doctor_office_address\": \"Doctor Office Addr A\",\n            \"doctor_office_city\": \"Doctor Office City A\",\n            \"doctor_meet_link\": \"Doctor Meet Link A\",\n            \"doctor_sipp_file\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701672507/Avatar/nrfwkszqb0b2vnyqdyf3.pdf\",\n            \"doctor_sipp\": 0,\n            \"doctor_str\": 0,\n            \"doctor_str_file\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701672508/Avatar/kzrhb4zn1kybvnc06tip.pdf\",\n            \"doctor_cv\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701672509/Avatar/kgvlmzbr29ij6tflnzev.pdf\",\n            \"doctor_ijazah\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701672510/Avatar/w57cv0ieb9nrmmkhlot9.pdf\",\n            \"doctor_balance\": 0,\n            \"doctor_status\": \"request\",\n            \"doctor_expertise\": 0,\n            \"experience\": [\n                {\n                    \"doctor_id\": 1,\n                    \"doctor_company\": \"Company X\",\n                    \"doctor_title\": \"Title X\",\n                    \"doctor_experience_description\": \"Description X\",\n                    \"doctor_start_date\": \"2020-01-01T08:00:00+08:00\",\n                    \"doctor_end_date\": \"2021-01-01T08:00:00+08:00\",\n                    \"doctor_is_now\": true\n                },\n                {\n                    \"doctor_id\": 1,\n                    \"doctor_company\": \"Company Y\",\n                    \"doctor_title\": \"Title Y\",\n                    \"doctor_experience_description\": \"Description Y\",\n                    \"doctor_start_date\": \"2021-01-01T08:00:00+08:00\",\n                    \"doctor_end_date\": \"2022-01-01T08:00:00+08:00\",\n                    \"doctor_is_now\": false\n                }\n            ],\n            \"education\": [\n                {\n                    \"doctor_id\": 1,\n                    \"doctor_university\": \"University A\",\n                    \"doctor_study_program\": \"Program A \",\n                    \"doctor_graduate_year\": \"2020-01-01T08:00:00+08:00\"\n                },\n                {\n                    \"doctor_id\": 1,\n                    \"doctor_university\": \"University B\",\n                    \"doctor_study_program\": \"Program B\",\n                    \"doctor_graduate_year\": \"2021-01-01T08:00:00+08:00\"\n                }\n            ],\n            \"workday\": [\n                {\n                    \"doctor_id\": 1,\n                    \"workday_id\": 1,\n                    \"start_time\": \"2021-01-01T08:00:00+08:00\",\n                    \"end_time\": \"2021-01-01T08:00:00+08:00\"\n                },\n                {\n                    \"doctor_id\": 1,\n                    \"workday_id\": 2,\n                    \"start_time\": \"2021-01-01T08:00:00+08:00\",\n                    \"end_time\": \"2021-01-01T08:00:00+08:00\"\n                }\n            ]\n        },\n        {\n            \"id\": 2,\n            \"user_id\": 2,\n            \"doctor_name\": \"Doctor B\",\n            \"doctor_experienced\": \"under_five_years\",\n            \"doctor_description\": \"Doctor Desc A\",\n            \"doctor_avatar\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701672570/Avatar/tu26pmwgfc1i40dvceru.jpg\",\n            \"doctor_office_name\": \"Doctor Office A\",\n            \"doctor_office_address\": \"Doctor Office Addr A\",\n            \"doctor_office_city\": \"Doctor Office City A\",\n            \"doctor_meet_link\": \"Doctor Meet Link A\",\n            \"doctor_sipp_file\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701672570/Avatar/uidkuppeok3voaxkqe8s.pdf\",\n            \"doctor_sipp\": 0,\n            \"doctor_str\": 0,\n            \"doctor_str_file\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701672571/Avatar/p963m9d9vpe3oxvf1cwo.pdf\",\n            \"doctor_cv\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701672572/Avatar/fmj24cztfrnph51qorrk.pdf\",\n            \"doctor_ijazah\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701672573/Avatar/davjrcz91sjcgukspfjd.pdf\",\n            \"doctor_balance\": 0,\n            \"doctor_status\": \"request\",\n            \"doctor_expertise\": 0,\n            \"experience\": [\n                {\n                    \"doctor_id\": 2,\n                    \"doctor_company\": \"Company X\",\n                    \"doctor_title\": \"Title X\",\n                    \"doctor_experience_description\": \"Description X\",\n                    \"doctor_start_date\": \"2020-01-01T08:00:00+08:00\",\n                    \"doctor_end_date\": \"2021-01-01T08:00:00+08:00\",\n                    \"doctor_is_now\": true\n                },\n                {\n                    \"doctor_id\": 2,\n                    \"doctor_company\": \"Company Y\",\n                    \"doctor_title\": \"Title Y\",\n                    \"doctor_experience_description\": \"Description Y\",\n                    \"doctor_start_date\": \"2021-01-01T08:00:00+08:00\",\n                    \"doctor_end_date\": \"2022-01-01T08:00:00+08:00\",\n                    \"doctor_is_now\": false\n                }\n            ],\n            \"education\": [\n                {\n                    \"doctor_id\": 2,\n                    \"doctor_university\": \"University A\",\n                    \"doctor_study_program\": \"Program A \",\n                    \"doctor_graduate_year\": \"2020-01-01T08:00:00+08:00\"\n                },\n                {\n                    \"doctor_id\": 2,\n                    \"doctor_university\": \"University B\",\n                    \"doctor_study_program\": \"Program B\",\n                    \"doctor_graduate_year\": \"2021-01-01T08:00:00+08:00\"\n                }\n            ],\n            \"workday\": [\n                {\n                    \"doctor_id\": 2,\n                    \"workday_id\": 1,\n                    \"start_time\": \"2021-01-01T08:00:00+08:00\",\n                    \"end_time\": \"2021-01-01T08:00:00+08:00\"\n                },\n                {\n                    \"doctor_id\": 2,\n                    \"workday_id\": 2,\n                    \"start_time\": \"2021-01-01T08:00:00+08:00\",\n                    \"end_time\": \"2021-01-01T08:00:00+08:00\"\n                }\n            ]\n        },\n        {\n            \"id\": 3,\n            \"user_id\": 3,\n            \"doctor_name\": \"Doctor C\",\n            \"doctor_experienced\": \"under_five_years\",\n            \"doctor_description\": \"Doctor Desc A\",\n            \"doctor_avatar\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701703040/Avatar/gfllb1h9jbwcfbb3w9cw.jpg\",\n            \"doctor_office_name\": \"Doctor Office A\",\n            \"doctor_office_address\": \"Doctor Office Addr A\",\n            \"doctor_office_city\": \"Doctor Office City A\",\n            \"doctor_meet_link\": \"Doctor Meet Link A\",\n            \"doctor_sipp_file\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701703042/Avatar/o23tjoigagzg6xozescd.pdf\",\n            \"doctor_sipp\": 0,\n            \"doctor_str\": 0,\n            \"doctor_str_file\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701703043/Avatar/vplrhw4uqq7vvrlojska.pdf\",\n            \"doctor_cv\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701703044/Avatar/pxj1i5hwqqrkpwvwt5cj.pdf\",\n            \"doctor_ijazah\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701703045/Avatar/qve4y11uw8xl1nppywei.pdf\",\n            \"doctor_balance\": 0,\n            \"doctor_status\": \"request\",\n            \"doctor_expertise\": 0,\n            \"experience\": [\n                {\n                    \"doctor_id\": 3,\n                    \"doctor_company\": \"Company X\",\n                    \"doctor_title\": \"Title X\",\n                    \"doctor_experience_description\": \"Description X\",\n                    \"doctor_start_date\": \"2020-01-01T08:00:00+08:00\",\n                    \"doctor_end_date\": \"2021-01-01T08:00:00+08:00\",\n                    \"doctor_is_now\": true\n                },\n                {\n                    \"doctor_id\": 3,\n                    \"doctor_company\": \"Company Y\",\n                    \"doctor_title\": \"Title Y\",\n                    \"doctor_experience_description\": \"Description Y\",\n                    \"doctor_start_date\": \"2021-01-01T08:00:00+08:00\",\n                    \"doctor_end_date\": \"2022-01-01T08:00:00+08:00\",\n                    \"doctor_is_now\": false\n                }\n            ],\n            \"education\": [\n                {\n                    \"doctor_id\": 3,\n                    \"doctor_university\": \"University A\",\n                    \"doctor_study_program\": \"Program A \",\n                    \"doctor_graduate_year\": \"2020-01-01T08:00:00+08:00\"\n                },\n                {\n                    \"doctor_id\": 3,\n                    \"doctor_university\": \"University B\",\n                    \"doctor_study_program\": \"Program B\",\n                    \"doctor_graduate_year\": \"2021-01-01T08:00:00+08:00\"\n                }\n            ],\n            \"workday\": [\n                {\n                    \"doctor_id\": 3,\n                    \"workday_id\": 1,\n                    \"start_time\": \"2021-01-01T08:00:00+08:00\",\n                    \"end_time\": \"2021-01-01T08:00:00+08:00\"\n                },\n                {\n                    \"doctor_id\": 3,\n                    \"workday_id\": 2,\n                    \"start_time\": \"2021-01-01T08:00:00+08:00\",\n                    \"end_time\": \"2021-01-01T08:00:00+08:00\"\n                }\n            ]\n        },\n        {\n            \"id\": 4,\n            \"user_id\": 4,\n            \"doctor_name\": \"Doctor A\",\n            \"doctor_experienced\": \"under_five_years\",\n            \"doctor_description\": \"Doctor Desc A\",\n            \"doctor_avatar\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846226/Avatar/eygqlgflsk5m62byjwgd.jpg\",\n            \"doctor_office_name\": \"Doctor Office A\",\n            \"doctor_office_address\": \"Doctor Office Addr A\",\n            \"doctor_office_city\": \"Doctor Office City A\",\n            \"doctor_meet_link\": \"Doctor Meet Link A\",\n            \"doctor_sipp_file\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846227/Avatar/dl58pepwxbvg4th5c4ve.pdf\",\n            \"doctor_sipp\": 0,\n            \"doctor_str\": 0,\n            \"doctor_str_file\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846228/Avatar/lonciskggl8nwh2gkr3x.pdf\",\n            \"doctor_cv\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846228/Avatar/iprkziosd0d12c0m1x7y.pdf\",\n            \"doctor_ijazah\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846229/Avatar/qivbb3oxxlyyuecpslcp.pdf\",\n            \"doctor_balance\": 0,\n            \"doctor_status\": \"request\",\n            \"doctor_expertise\": 0,\n            \"experience\": [\n                {\n                    \"doctor_id\": 4,\n                    \"doctor_company\": \"Company X\",\n                    \"doctor_title\": \"Title X\",\n                    \"doctor_experience_description\": \"Description X\",\n                    \"doctor_start_date\": \"2020-01-01T08:00:00+08:00\",\n                    \"doctor_end_date\": \"2021-01-01T08:00:00+08:00\",\n                    \"doctor_is_now\": true\n                },\n                {\n                    \"doctor_id\": 4,\n                    \"doctor_company\": \"Company Y\",\n                    \"doctor_title\": \"Title Y\",\n                    \"doctor_experience_description\": \"Description Y\",\n                    \"doctor_start_date\": \"2021-01-01T08:00:00+08:00\",\n                    \"doctor_end_date\": \"2022-01-01T08:00:00+08:00\",\n                    \"doctor_is_now\": false\n                }\n            ],\n            \"education\": [\n                {\n                    \"doctor_id\": 4,\n                    \"doctor_university\": \"University A\",\n                    \"doctor_study_program\": \"Program A \",\n                    \"doctor_graduate_year\": \"2020-01-01T08:00:00+08:00\"\n                },\n                {\n                    \"doctor_id\": 4,\n                    \"doctor_university\": \"University B\",\n                    \"doctor_study_program\": \"Program B\",\n                    \"doctor_graduate_year\": \"2021-01-01T08:00:00+08:00\"\n                }\n            ],\n            \"workday\": [\n                {\n                    \"doctor_id\": 4,\n                    \"workday_id\": 1,\n                    \"start_time\": \"2021-01-01T08:00:00+08:00\",\n                    \"end_time\": \"2021-01-01T08:00:00+08:00\"\n                },\n                {\n                    \"doctor_id\": 4,\n                    \"workday_id\": 2,\n                    \"start_time\": \"2021-01-01T08:00:00+08:00\",\n                    \"end_time\": \"2021-01-01T08:00:00+08:00\"\n                }\n            ]\n        },\n        {\n            \"id\": 5,\n            \"user_id\": 5,\n            \"doctor_name\": \"Doctor Fauzan\",\n            \"doctor_experienced\": \"under_five_years\",\n            \"doctor_description\": \"Doctor Desc A\",\n            \"doctor_avatar\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846314/Avatar/ayfbld7zf06dxnyqrrz3.jpg\",\n            \"doctor_office_name\": \"Doctor Office A\",\n            \"doctor_office_address\": \"Doctor Office Addr A\",\n            \"doctor_office_city\": \"Doctor Office City A\",\n            \"doctor_meet_link\": \"Doctor Meet Link A\",\n            \"doctor_sipp_file\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846315/Avatar/fnadli4xsrv8pdn3hnyv.pdf\",\n            \"doctor_sipp\": 1,\n            \"doctor_str\": 1,\n            \"doctor_str_file\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846316/Avatar/mlie7ivigntfh87gkhdd.pdf\",\n            \"doctor_cv\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846317/Avatar/rmpxb6xawe4uzqm1bomc.pdf\",\n            \"doctor_ijazah\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846317/Avatar/liihi9sivrtfp2r81nf8.pdf\",\n            \"doctor_balance\": 1000,\n            \"doctor_status\": \"request\",\n            \"doctor_expertise\": 0,\n            \"experience\": [\n                {\n                    \"doctor_id\": 5,\n                    \"doctor_company\": \"Company X\",\n                    \"doctor_title\": \"Title X\",\n                    \"doctor_experience_description\": \"Description X\",\n                    \"doctor_start_date\": \"2020-01-01T08:00:00+08:00\",\n                    \"doctor_end_date\": \"2021-01-01T08:00:00+08:00\",\n                    \"doctor_is_now\": true\n                },\n                {\n                    \"doctor_id\": 5,\n                    \"doctor_company\": \"Company Y\",\n                    \"doctor_title\": \"Title Y\",\n                    \"doctor_experience_description\": \"Description Y\",\n                    \"doctor_start_date\": \"2021-01-01T08:00:00+08:00\",\n                    \"doctor_end_date\": \"2022-01-01T08:00:00+08:00\",\n                    \"doctor_is_now\": false\n                }\n            ],\n            \"education\": [\n                {\n                    \"doctor_id\": 5,\n                    \"doctor_university\": \"University A\",\n                    \"doctor_study_program\": \"Program A \",\n                    \"doctor_graduate_year\": \"2020-01-01T08:00:00+08:00\"\n                },\n                {\n                    \"doctor_id\": 5,\n                    \"doctor_university\": \"University B\",\n                    \"doctor_study_program\": \"Program B\",\n                    \"doctor_graduate_year\": \"2021-01-01T08:00:00+08:00\"\n                }\n            ],\n            \"workday\": [\n                {\n                    \"doctor_id\": 5,\n                    \"workday_id\": 1,\n                    \"start_time\": \"2021-01-01T08:00:00+08:00\",\n                    \"end_time\": \"2021-01-01T08:00:00+08:00\"\n                },\n                {\n                    \"doctor_id\": 5,\n                    \"workday_id\": 2,\n                    \"start_time\": \"2021-01-01T08:00:00+08:00\",\n                    \"end_time\": \"2021-01-01T08:00:00+08:00\"\n                }\n            ]\n        }\n    ],\n    \"message\": \"Success\"\n}"}],"_postman_id":"4d2e1efb-ac01-414f-b0b3-0accf5b5e917"},{"name":"Search Psikolog by Name","id":"ac7f6a36-428f-42d9-9fbd-a4fdc86f1e6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"GET","header":[],"url":"https://kmb5alta.online/doctor/search?name=Fauzan","urlObject":{"path":["doctor","search"],"host":["https://kmb5alta.online"],"query":[{"key":"name","value":"Fauzan"}],"variable":[]}},"response":[{"id":"25faf676-a4ec-4d22-a06e-d4844734d074","name":"Search Doctor by Name","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://kmb5alta.online/doctor/search?name=Doctor A","host":["https://kmb5alta.online"],"path":["doctor","search"],"query":[{"key":"name","value":"Doctor A"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 06 Dec 2023 07:52:14 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"user_id\": 1,\n            \"doctor_name\": \"Doctor A\",\n            \"doctor_experienced\": \"under_five_years\",\n            \"doctor_description\": \"Doctor Desc A\",\n            \"doctor_avatar\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701672506/Avatar/br6ug0ltttqgd8urgivu.jpg\",\n            \"doctor_office_name\": \"Doctor Office A\",\n            \"doctor_office_address\": \"Doctor Office Addr A\",\n            \"doctor_office_city\": \"Doctor Office City A\",\n            \"doctor_meet_link\": \"Doctor Meet Link A\",\n            \"doctor_sipp_file\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701672507/Avatar/nrfwkszqb0b2vnyqdyf3.pdf\",\n            \"doctor_sipp\": 0,\n            \"doctor_str\": 0,\n            \"doctor_str_file\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701672508/Avatar/kzrhb4zn1kybvnc06tip.pdf\",\n            \"doctor_cv\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701672509/Avatar/kgvlmzbr29ij6tflnzev.pdf\",\n            \"doctor_ijazah\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701672510/Avatar/w57cv0ieb9nrmmkhlot9.pdf\",\n            \"doctor_balance\": 0,\n            \"doctor_status\": \"request\",\n            \"doctor_expertise\": 0,\n            \"experience\": [\n                {\n                    \"doctor_id\": 1,\n                    \"doctor_company\": \"Company X\",\n                    \"doctor_title\": \"Title X\",\n                    \"doctor_experience_description\": \"Description X\",\n                    \"doctor_start_date\": \"2020-01-01T08:00:00+08:00\",\n                    \"doctor_end_date\": \"2021-01-01T08:00:00+08:00\",\n                    \"doctor_is_now\": true\n                },\n                {\n                    \"doctor_id\": 1,\n                    \"doctor_company\": \"Company Y\",\n                    \"doctor_title\": \"Title Y\",\n                    \"doctor_experience_description\": \"Description Y\",\n                    \"doctor_start_date\": \"2021-01-01T08:00:00+08:00\",\n                    \"doctor_end_date\": \"2022-01-01T08:00:00+08:00\",\n                    \"doctor_is_now\": false\n                }\n            ],\n            \"education\": [\n                {\n                    \"doctor_id\": 1,\n                    \"doctor_university\": \"University A\",\n                    \"doctor_study_program\": \"Program A \",\n                    \"doctor_graduate_year\": \"2020-01-01T08:00:00+08:00\"\n                },\n                {\n                    \"doctor_id\": 1,\n                    \"doctor_university\": \"University B\",\n                    \"doctor_study_program\": \"Program B\",\n                    \"doctor_graduate_year\": \"2021-01-01T08:00:00+08:00\"\n                }\n            ],\n            \"workday\": [\n                {\n                    \"doctor_id\": 1,\n                    \"workday_id\": 1,\n                    \"start_time\": \"2021-01-01T08:00:00+08:00\",\n                    \"end_time\": \"2021-01-01T08:00:00+08:00\"\n                },\n                {\n                    \"doctor_id\": 1,\n                    \"workday_id\": 2,\n                    \"start_time\": \"2021-01-01T08:00:00+08:00\",\n                    \"end_time\": \"2021-01-01T08:00:00+08:00\"\n                }\n            ]\n        },\n        {\n            \"id\": 4,\n            \"user_id\": 4,\n            \"doctor_name\": \"Doctor A\",\n            \"doctor_experienced\": \"under_five_years\",\n            \"doctor_description\": \"Doctor Desc A\",\n            \"doctor_avatar\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846226/Avatar/eygqlgflsk5m62byjwgd.jpg\",\n            \"doctor_office_name\": \"Doctor Office A\",\n            \"doctor_office_address\": \"Doctor Office Addr A\",\n            \"doctor_office_city\": \"Doctor Office City A\",\n            \"doctor_meet_link\": \"Doctor Meet Link A\",\n            \"doctor_sipp_file\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846227/Avatar/dl58pepwxbvg4th5c4ve.pdf\",\n            \"doctor_sipp\": 0,\n            \"doctor_str\": 0,\n            \"doctor_str_file\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846228/Avatar/lonciskggl8nwh2gkr3x.pdf\",\n            \"doctor_cv\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846228/Avatar/iprkziosd0d12c0m1x7y.pdf\",\n            \"doctor_ijazah\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846229/Avatar/qivbb3oxxlyyuecpslcp.pdf\",\n            \"doctor_balance\": 0,\n            \"doctor_status\": \"request\",\n            \"doctor_expertise\": 0,\n            \"experience\": [\n                {\n                    \"doctor_id\": 4,\n                    \"doctor_company\": \"Company X\",\n                    \"doctor_title\": \"Title X\",\n                    \"doctor_experience_description\": \"Description X\",\n                    \"doctor_start_date\": \"2020-01-01T08:00:00+08:00\",\n                    \"doctor_end_date\": \"2021-01-01T08:00:00+08:00\",\n                    \"doctor_is_now\": true\n                },\n                {\n                    \"doctor_id\": 4,\n                    \"doctor_company\": \"Company Y\",\n                    \"doctor_title\": \"Title Y\",\n                    \"doctor_experience_description\": \"Description Y\",\n                    \"doctor_start_date\": \"2021-01-01T08:00:00+08:00\",\n                    \"doctor_end_date\": \"2022-01-01T08:00:00+08:00\",\n                    \"doctor_is_now\": false\n                }\n            ],\n            \"education\": [\n                {\n                    \"doctor_id\": 4,\n                    \"doctor_university\": \"University A\",\n                    \"doctor_study_program\": \"Program A \",\n                    \"doctor_graduate_year\": \"2020-01-01T08:00:00+08:00\"\n                },\n                {\n                    \"doctor_id\": 4,\n                    \"doctor_university\": \"University B\",\n                    \"doctor_study_program\": \"Program B\",\n                    \"doctor_graduate_year\": \"2021-01-01T08:00:00+08:00\"\n                }\n            ],\n            \"workday\": [\n                {\n                    \"doctor_id\": 4,\n                    \"workday_id\": 1,\n                    \"start_time\": \"2021-01-01T08:00:00+08:00\",\n                    \"end_time\": \"2021-01-01T08:00:00+08:00\"\n                },\n                {\n                    \"doctor_id\": 4,\n                    \"workday_id\": 2,\n                    \"start_time\": \"2021-01-01T08:00:00+08:00\",\n                    \"end_time\": \"2021-01-01T08:00:00+08:00\"\n                }\n            ]\n        }\n    ],\n    \"message\": \"Success\"\n}"}],"_postman_id":"ac7f6a36-428f-42d9-9fbd-a4fdc86f1e6d"}],"id":"cdf2ed66-7503-4bb4-b933-8dde0bc8040f","description":"<ul>\n<li>API pada folder ini dikhusus kan untuk <strong>Team MOBILE</strong></li>\n<li>Semua API didalam folder ini memerlukan <strong>Authorization</strong> dengan <strong>Role</strong> sebagai <strong>Pasien</strong></li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"59878e90-23e4-4228-ba6d-5f49d0584f97","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7c01f518-19fa-4696-99b8-a2d9050b59e3","type":"text/javascript","exec":[""]}}],"_postman_id":"cdf2ed66-7503-4bb4-b933-8dde0bc8040f"},{"name":"Web","item":[{"name":"Admin","item":[{"name":"Article Category","item":[{"name":"Get All","id":"da8472ec-2360-49a2-bf47-17edf894cc3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://kmb5alta.online/article/categories","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4b461301-c9bb-4dc4-acea-5c6732d7fddd","id":"4b461301-c9bb-4dc4-acea-5c6732d7fddd","name":"Admin","type":"folder"}},"urlObject":{"path":["article","categories"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"f87a5209-3dbd-4854-af7c-eab9235245c2","name":"Succes Get","originalRequest":{"method":"GET","header":[],"url":"localhost:8000/article/categories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 07 Dec 2023 02:33:32 GMT"},{"key":"Content-Length","value":"82"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 2,\n            \"name\": \"Kecemasan\",\n            \"slug\": \"642-kecemasan\"\n        }\n    ],\n    \"message\": \"Success\"\n}"}],"_postman_id":"da8472ec-2360-49a2-bf47-17edf894cc3a"},{"name":"Create","id":"a041a7bf-4e5f-46c4-a323-90799092d3fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":123\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/article/categories","urlObject":{"port":"8000","path":["article","categories"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"fa9c783e-7e42-416f-ad59-6c07ae7d6e64","name":"Success Create","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"Kecemasan\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/article/categories"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 07 Dec 2023 02:12:04 GMT"},{"key":"Content-Length","value":"73"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"name\": \"Kecemasan\",\n        \"slug\": \"642-kecemasan\"\n    },\n    \"message\": \"Success\"\n}"},{"id":"89626201-f967-4c7b-8e95-91556123a163","name":"Bind Input Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":123\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/article/categories"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 07 Dec 2023 02:31:28 GMT"},{"key":"Content-Length","value":"31"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Bind Input Error\"\n}"}],"_postman_id":"a041a7bf-4e5f-46c4-a323-90799092d3fc"},{"name":"Get By ID","id":"a9f7c5e8-5585-4e6b-a590-54e00168a3d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8000/article/categories/satu","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4b461301-c9bb-4dc4-acea-5c6732d7fddd","id":"4b461301-c9bb-4dc4-acea-5c6732d7fddd","name":"Admin","type":"folder"}},"urlObject":{"port":"8000","path":["article","categories","satu"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d4230736-2647-46f1-a751-e3af11f3b552","name":"Success Get By ID","originalRequest":{"method":"GET","header":[],"url":"https://kmb5alta.online/article/categories/3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 07 Dec 2023 02:33:58 GMT"},{"key":"Content-Length","value":"82"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 2,\n            \"name\": \"Kecemasan\",\n            \"slug\": \"642-kecemasan\"\n        }\n    ],\n    \"message\": \"Success\"\n}"},{"id":"aacde609-cf34-46ba-80e3-366b5b79513f","name":"Invalid User Input","originalRequest":{"method":"GET","header":[],"url":"localhost:8000/article/categories/satu"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 07 Dec 2023 02:34:43 GMT"},{"key":"Content-Length","value":"42"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid User Input Param ID\"\n}"}],"_postman_id":"a9f7c5e8-5585-4e6b-a590-54e00168a3d5"},{"name":"Update","id":"d1deed4e-0f76-4c74-8324-02de33f98d84","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"Depresi\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/article/categories/2","urlObject":{"port":"8000","path":["article","categories","2"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"50e2d32b-f655-4dcd-9c2d-35fe74e6f406","name":"Invalid Param ID","originalRequest":{"method":"PUT","header":[],"url":"localhost:8000/article/categories/satu"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 07 Dec 2023 02:37:26 GMT"},{"key":"Content-Length","value":"42"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid User Input Param ID\"\n}"},{"id":"db8b7d5d-34cc-4f06-b113-184cd1b92659","name":"Invalid User Input","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":123\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/article/categories/1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 07 Dec 2023 02:37:49 GMT"},{"key":"Content-Length","value":"33"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid User Input\"\n}"},{"id":"5947b4e2-dc14-4400-ab97-0f2e345b2170","name":"Success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"Depresi\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/article/categories/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 07 Dec 2023 02:39:04 GMT"},{"key":"Content-Length","value":"46"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": true,\n    \"message\": \"Success Update Data\"\n}"}],"_postman_id":"d1deed4e-0f76-4c74-8324-02de33f98d84"},{"name":"Delete","id":"b2440905-707a-4b9b-9ad2-222fe653bc82","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://kmb5alta.online/article/categories/satu","urlObject":{"path":["article","categories","satu"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"d0b49a20-c79d-4d4e-a598-31ae2e8d44a5","name":"Invalid Param ID","originalRequest":{"method":"DELETE","header":[],"url":"localhost:8000/article/categories/satu"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 07 Dec 2023 02:40:13 GMT"},{"key":"Content-Length","value":"42"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid User Input Param ID\"\n}"},{"id":"43a99efe-7248-4160-8abc-ad5d89efa713","name":"Success","originalRequest":{"method":"DELETE","header":[],"url":"localhost:8000/article/categories/2"},"status":"No Content","code":204,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 07 Dec 2023 02:40:37 GMT"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"b2440905-707a-4b9b-9ad2-222fe653bc82"}],"id":"dc34555b-e317-4f7b-b5f0-ea8e4d5cb507","description":"<ul>\n<li>Folder ini berisikan informasi terkait data Kategori Artikel</li>\n</ul>\n","_postman_id":"dc34555b-e317-4f7b-b5f0-ea8e4d5cb507","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4b461301-c9bb-4dc4-acea-5c6732d7fddd","id":"4b461301-c9bb-4dc4-acea-5c6732d7fddd","name":"Admin","type":"folder"}}},{"name":"Bundle Counseling","item":[{"name":"Get All Bundle","id":"5902b82d-b317-4ad6-a8f5-ba5d160d9747","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://kmb5alta.online/bundle","description":"<ul>\n<li>Mengambil semua data Bundle</li>\n</ul>\n","urlObject":{"path":["bundle"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"b14d5f62-066a-495b-a7db-5212fd2c499d","name":"Data Empty","originalRequest":{"method":"GET","header":[],"url":"localhost:8000/bundle"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 27 Nov 2023 11:19:39 GMT"},{"key":"Content-Length","value":"45"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"Data is Empty\",\n    \"message\": \"Success\"\n}"},{"id":"05210124-cdb9-40d0-acc0-83d8dcba8c45","name":"Get All Bundle","originalRequest":{"method":"GET","header":[],"url":"localhost:8000/bundle"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 28 Nov 2023 08:09:09 GMT"},{"key":"Content-Length","value":"243"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Test\",\n            \"sessions\": 1,\n            \"type\": \"PREMIUM\",\n            \"price\": 300000,\n            \"description\": \"Test\",\n            \"active_priode\": 1,\n            \"avatar\": \"https://res.cloudinary.com/du87kowmp/image/upload/v1701156269/Avatar/nehprxnyk0fzyelmhzdh.png\"\n        }\n    ],\n    \"message\": \"Success\"\n}"}],"_postman_id":"5902b82d-b317-4ad6-a8f5-ba5d160d9747"},{"name":"Create Bundle","id":"a9858e55-8bad-4e16-976c-66448fc056a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Paket Perkenalan","type":"text"},{"key":"sessions","value":"1","type":"text"},{"key":"type","value":"INSTAN","type":"text"},{"key":"price","value":"80000","type":"text"},{"key":"description","value":"Test","type":"text"},{"key":"active_priode","value":"1","type":"text"},{"key":"avatar","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","src":"/Users/mac/Downloads/1.png"}]},"url":"localhost:8000/bundle","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Required</th>\n<th>Deskripsi</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>yes</td>\n<td>Nama dari paket premiumnya</td>\n</tr>\n<tr>\n<td>sessions</td>\n<td>yes</td>\n<td>Tipe data Integer, tidak boleh kurang dari NOL</td>\n</tr>\n<tr>\n<td>type</td>\n<td>yes</td>\n<td>Terbagi menjadi 2 pilihan yaitu PREMIUM dan INSTAN</td>\n</tr>\n<tr>\n<td>price</td>\n<td>yes</td>\n<td>Tipe data Integer, tidak boleh kurang dari NOL</td>\n</tr>\n<tr>\n<td>description</td>\n<td>yes</td>\n<td>Deskripsi dari bundle</td>\n</tr>\n<tr>\n<td>active_priode</td>\n<td>yes</td>\n<td>Tipe data Integer, tidak boleh kurang dari NOL</td>\n</tr>\n<tr>\n<td>avatar</td>\n<td>yes</td>\n<td>Maks 5 MB, format PNG dan JPEG</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["bundle"],"host":["localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"577791fa-084a-415b-b921-74764d12fa7b","name":"Validation Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"","type":"text"},{"key":"sessions","value":"","type":"text"},{"key":"type","value":"","type":"text"},{"key":"price","value":"","type":"text"},{"key":"description","value":"","type":"text"},{"key":"active_priode","value":"","type":"text"},{"key":"avatar","type":"file","value":null}]},"url":"https://kmb5alta.online/bundle"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 27 Nov 2023 14:09:02 GMT"},{"key":"Content-Length","value":"175"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"ActivePriode\": \"required\",\n        \"Description\": \"required\",\n        \"Name\": \"required\",\n        \"Price\": \"required\",\n        \"Sessions\": \"required\",\n        \"Type\": \"required\"\n    },\n    \"message\": \"Invalid Format Request\"\n}"},{"id":"2e7b5a43-be26-409a-bca3-f65b7a721fe1","name":"Validation File Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Test","type":"text"},{"key":"sessions","value":"1","type":"text"},{"key":"type","value":"PREMIUM","type":"text"},{"key":"price","value":"300000","type":"text"},{"key":"description","value":"Test","type":"text"},{"key":"active_priode","value":"1","type":"text"},{"key":"avatar","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","value":null}]},"url":"https://kmb5alta.online/bundle"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 27 Nov 2023 14:18:58 GMT"},{"key":"Content-Length","value":"64"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"File is required\",\n    \"message\": \"Invalid Format Request\"\n}"},{"id":"852dc17a-a78e-4d50-829c-2d3765ce7457","name":"Validation File Invalid Type","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Test","type":"text"},{"key":"sessions","value":"1","type":"text"},{"key":"type","value":"PREMIUM","type":"text"},{"key":"price","value":"300000","type":"text"},{"key":"description","value":"Test","type":"text"},{"key":"active_priode","value":"1","type":"text"},{"key":"avatar","type":"file","src":"/Users/mac/Downloads/71-182-1-PB.pdf"}]},"url":"localhost:8000/bundle"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 27 Nov 2023 14:14:20 GMT"},{"key":"Content-Length","value":"65"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Invalid file type\",\n    \"message\": \"Invalid Format Request\"\n}"},{"id":"3a895785-c4a4-4081-adef-3472cc2aea59","name":"Validation File Size Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Test","type":"text"},{"key":"sessions","value":"1","type":"text"},{"key":"type","value":"PREMIUM","type":"text"},{"key":"price","value":"300000","type":"text"},{"key":"description","value":"Test","type":"text"},{"key":"active_priode","value":"1","type":"text"},{"key":"avatar","type":"file","src":"/Users/mac/Downloads/Affiliate (Story).png"}]},"url":"localhost:8000/bundle"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 27 Nov 2023 14:16:53 GMT"},{"key":"Content-Length","value":"83"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"File size exceeds the allowed limit\",\n    \"message\": \"Invalid Format Request\"\n}"},{"id":"b8e9de20-b84e-4298-9ee7-c89d22cbbfc6","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Paket Test API","type":"text"},{"key":"sessions","value":"2","type":"text"},{"key":"type","value":"INSTAN","type":"text"},{"key":"price","value":"250000","type":"text"},{"key":"description","value":"Test API Bree","type":"text"},{"key":"active_priode","value":"1","type":"text"},{"key":"avatar","type":"file","src":"postman-cloud:///1ef7fa24-8b55-4e90-828f-611f87fe06e9"}]},"url":"https://kmb5alta.online/bundle"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 28 Nov 2023 07:24:30 GMT"},{"key":"Content-Length","value":"258"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 0,\n        \"name\": \"Test\",\n        \"sessions\": 1,\n        \"type\": \"PREMIUM\",\n        \"price\": 300000,\n        \"description\": \"Test\",\n        \"active_priode\": 1,\n        \"avatar\": \"https://res.cloudinary.com/du87kowmp/image/upload/v1701156269/Avatar/nehprxnyk0fzyelmhzdh.png\"\n    },\n    \"message\": \"Success to create bundle\"\n}"}],"_postman_id":"a9858e55-8bad-4e16-976c-66448fc056a9"},{"name":"Get By ID","id":"d4c91aaa-3069-469f-be3e-9ceed51ee393","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8000/bundle/1","urlObject":{"path":["bundle","1"],"host":["localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"1d3b7ff1-789d-4430-b983-9d47d6c02d4e","name":"Invalid ID","originalRequest":{"method":"GET","header":[],"url":"localhost:8000/bundle/ks"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 28 Nov 2023 08:13:05 GMT"},{"key":"Content-Length","value":"39"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"Invalid ID\",\n    \"message\": \"Fail\"\n}"},{"id":"a94a54a7-32ec-41a2-9ec6-713cee03424b","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://kmb5alta.online/bundle/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 28 Nov 2023 08:14:14 GMT"},{"key":"Content-Length","value":"255"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"name\": \"Test\",\n        \"sessions\": 1,\n        \"type\": \"PREMIUM\",\n        \"price\": 300000,\n        \"description\": \"Test\",\n        \"active_priode\": 1,\n        \"avatar\": \"https://res.cloudinary.com/du87kowmp/image/upload/v1701156269/Avatar/nehprxnyk0fzyelmhzdh.png\"\n    },\n    \"message\": \"Success to get bundle\"\n}"},{"id":"10705041-bf0b-4a74-9f0f-6c69d8883657","name":"Success but Data Not Found","originalRequest":{"method":"GET","header":[],"url":"localhost:8000/bundle/100"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 28 Nov 2023 08:15:14 GMT"},{"key":"Content-Length","value":"46"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"Data not found\",\n    \"message\": \"Success\"\n}"}],"_postman_id":"d4c91aaa-3069-469f-be3e-9ceed51ee393"},{"name":"Update Bundle","id":"de5c4b0e-8b3f-4cf7-b6b5-6b67b83a9206","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Test Update","type":"text"},{"key":"sessions","value":"4","type":"text"},{"key":"type","value":"INSTAN","type":"text"},{"key":"price","value":"250000","type":"text"},{"key":"description","value":"Test endpoint update","type":"text"},{"key":"active_priode","value":"1","type":"text"},{"key":"avatar","type":"file","src":"postman-cloud:///1ef7fa7d-21bf-4bd0-a7e9-625431b0e112"}]},"url":"https://kmb5alta.online/bundle/15","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Required</th>\n<th>Deskripsi</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>yes</td>\n<td>Nama dari paket premiumnya</td>\n</tr>\n<tr>\n<td>sessions</td>\n<td>yes</td>\n<td>Tipe data Integer, tidak boleh kurang dari NOL</td>\n</tr>\n<tr>\n<td>type</td>\n<td>yes</td>\n<td>Terbagi menjadi 2 pilihan yaitu PREMIUM dan INSTAN</td>\n</tr>\n<tr>\n<td>price</td>\n<td>yes</td>\n<td>Tipe data Integer, tidak boleh kurang dari NOL</td>\n</tr>\n<tr>\n<td>description</td>\n<td>yes</td>\n<td>Deskripsi dari bundle</td>\n</tr>\n<tr>\n<td>active_priode</td>\n<td>yes</td>\n<td>Tipe data Integer, tidak boleh kurang dari NOL</td>\n</tr>\n<tr>\n<td>avatar</td>\n<td>opsional</td>\n<td>Maks 5 MB, format PNG dan JPEG</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["bundle","15"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"2415cf7c-125a-43da-a11f-39d605875aff","name":"Validate Error","originalRequest":{"method":"PUT","header":[],"url":"localhost:8000/bundle/1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 28 Nov 2023 15:10:57 GMT"},{"key":"Content-Length","value":"175"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"ActivePriode\": \"required\",\n        \"Description\": \"required\",\n        \"Name\": \"required\",\n        \"Price\": \"required\",\n        \"Sessions\": \"required\",\n        \"Type\": \"required\"\n    },\n    \"message\": \"Invalid Format Request\"\n}"},{"id":"df5c7965-f3fa-4313-81a0-6adcb1021c0f","name":"Error","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Test Update","type":"text"},{"key":"sessions","value":"3","type":"text"},{"key":"type","value":"PREMIUM","type":"text"},{"key":"price","value":"200000","type":"text"},{"key":"description","value":"Test","type":"text"},{"key":"active_priode","value":"1","type":"text"}]},"url":"localhost:8000/bundle/1"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 28 Nov 2023 15:13:42 GMT"},{"key":"Content-Length","value":"38"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Failed to update bundle\"\n}"},{"id":"0599166f-12fd-49a1-a46c-00dce90fb145","name":"Success But File Not Update","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Test Update","type":"text"},{"key":"sessions","value":"3","type":"text"},{"key":"type","value":"PREMIUM","type":"text"},{"key":"price","value":"200000","type":"text"},{"key":"description","value":"Test","type":"text"},{"key":"active_priode","value":"1","type":"text"}]},"url":"localhost:8000/bundle/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 28 Nov 2023 15:23:47 GMT"},{"key":"Content-Length","value":"51"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": true,\n    \"message\": \"Success to update bundle\"\n}"},{"id":"5ecbac90-d8b3-4d0e-b148-bc2636e45345","name":"Success With File Update","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"Test Update","type":"text"},{"key":"sessions","value":"3","type":"text"},{"key":"type","value":"PREMIUM","type":"text"},{"key":"price","value":"200000","type":"text"},{"key":"description","value":"Test","type":"text"},{"key":"active_priode","value":"1","type":"text"},{"key":"avatar","type":"file","src":"/Users/mac/Downloads/2.png"}]},"url":"localhost:8000/bundle/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 28 Nov 2023 16:42:00 GMT"},{"key":"Content-Length","value":"51"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": true,\n    \"message\": \"Success to update bundle\"\n}"}],"_postman_id":"de5c4b0e-8b3f-4cf7-b6b5-6b67b83a9206"},{"name":"Delete Bundle","id":"864c7e74-6870-4683-bc83-60f9c6a0042e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"https://kmb5alta.online/bundle/satu","urlObject":{"path":["bundle","satu"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"064544fe-f8cb-458c-9b32-8d114bf93d6f","name":"Invalid ID","originalRequest":{"method":"DELETE","header":[],"url":"localhost:8000/bundle/ks"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 29 Nov 2023 15:54:04 GMT"},{"key":"Content-Length","value":"39"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"Invalid ID\",\n    \"message\": \"Fail\"\n}"},{"id":"9a2bb7dd-0ac9-4d04-9346-7db15adb1f95","name":"Success","originalRequest":{"method":"DELETE","header":[],"url":"localhost:8000/bundle/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 29 Nov 2023 15:54:26 GMT"},{"key":"Content-Length","value":"51"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": true,\n    \"message\": \"Success to delete bundle\"\n}"}],"_postman_id":"864c7e74-6870-4683-bc83-60f9c6a0042e"}],"id":"e971f649-39fa-4d84-ab31-6f9753a707ea","description":"<ul>\n<li>Fitur ini untuk manage Paket Konseling PREMIUM.</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"0ee5ad8f-3924-4b3c-85bc-300e88289f4d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7e31314d-386c-410b-bb2d-dd8d35d5604d","type":"text/javascript","exec":[""]}}],"_postman_id":"e971f649-39fa-4d84-ab31-6f9753a707ea","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4b461301-c9bb-4dc4-acea-5c6732d7fddd","id":"4b461301-c9bb-4dc4-acea-5c6732d7fddd","name":"Admin","type":"folder"}}},{"name":"Withdraw Balance","item":[{"name":"Get All Data","id":"2d1fc078-d22a-4510-aeb6-0009f7905d0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"GET","header":[],"url":"https://kmb5alta.online/withdraw","description":"<ul>\n<li>Mengambil semua data dari Pencairan saldo</li>\n</ul>\n","urlObject":{"path":["withdraw"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"4ff9fbab-5b80-4cb8-b979-e0dab756d490","name":"Get All Data","originalRequest":{"method":"GET","header":[],"url":"localhost:8000/withdraw"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 28 Nov 2023 17:00:38 GMT"},{"key":"Content-Length","value":"580"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 6,\n            \"doctor_name\": \"Pak Ilham\",\n            \"confirm_name\": \"Admin\",\n            \"balance_before\": 510000,\n            \"balance_after\": 460000,\n            \"balance_req\": 50000,\n            \"payment_method\": \"BCA\",\n            \"payment_number\": \"1223232\",\n            \"payment_name\": \"Ilham Budiawan\",\n            \"date_confirmed\": \"2023-11-24T23:24:56.134+07:00\",\n            \"status\": \"PROCESS\"\n        },\n        {\n            \"id\": 7,\n            \"doctor_name\": \"Pak Ilham\",\n            \"confirm_name\": \"\",\n            \"balance_before\": 460000,\n            \"balance_after\": 410000,\n            \"balance_req\": 50000,\n            \"payment_method\": \"BCA\",\n            \"payment_number\": \"1223232\",\n            \"payment_name\": \"Ilham Budiawan\",\n            \"date_confirmed\": \"0001-01-01T00:00:00Z\",\n            \"status\": \"PENDING\"\n        }\n    ],\n    \"message\": \"Success get all data\"\n}"}],"_postman_id":"2d1fc078-d22a-4510-aeb6-0009f7905d0b"},{"name":"Update Status","id":"98af0a66-ed48-42ee-9bb4-5bfa449e629c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"status\" : \"DONE\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/withdraw/7/status","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Required</th>\n<th>Deskripsi</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status</td>\n<td>yes</td>\n<td>Terbagi menjadi 3 pilihan yaitu PENDING, PROCESS, DONE</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4b461301-c9bb-4dc4-acea-5c6732d7fddd","id":"4b461301-c9bb-4dc4-acea-5c6732d7fddd","name":"Admin","type":"folder"}},"urlObject":{"path":["withdraw","7","status"],"host":["localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"875c7c16-7bd0-4033-87ee-50e5731ddd25","name":"Status Done","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"status\" : \"DONE\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/withdraw/6/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 23 Nov 2023 13:19:47 GMT"},{"key":"Content-Length","value":"44"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success update status to DONE\"\n}"},{"id":"413846eb-b3b2-434e-b6e2-63c38086758f","name":"Status Pending","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"status\" : \"PENDING\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/withdraw/6/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 23 Nov 2023 13:20:10 GMT"},{"key":"Content-Length","value":"47"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success update status to PENDING\"\n}"},{"id":"06c650cc-981b-4833-b435-8f8738b7463f","name":"Failed Validate","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"status\" : \"\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/withdraw/6/status"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 23 Nov 2023 13:21:25 GMT"},{"key":"Content-Length","value":"67"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"Status\": \"required\"\n    },\n    \"message\": \"Invalid Format Request\"\n}"}],"_postman_id":"98af0a66-ed48-42ee-9bb4-5bfa449e629c"},{"name":"Get By ID","id":"af7efad8-9f45-4de2-a008-e0d37396601d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8000/withdraw/6","description":"<ul>\n<li>Mengambil data pencairan saldo berdasarkan ID</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4b461301-c9bb-4dc4-acea-5c6732d7fddd","id":"4b461301-c9bb-4dc4-acea-5c6732d7fddd","name":"Admin","type":"folder"}},"urlObject":{"path":["withdraw","6"],"host":["localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"c1cdee51-56b4-4041-a2ea-09ba0652c5d5","name":"Not Found","originalRequest":{"method":"GET","header":[],"url":"localhost:8000/withdraw/12"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 23 Nov 2023 11:09:08 GMT"},{"key":"Content-Length","value":"29"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Data not found\"\n}"},{"id":"ba5085ee-cd71-4119-a79f-504693d9db2b","name":"Success","originalRequest":{"method":"GET","header":[],"url":"localhost:8000/withdraw/6"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 28 Nov 2023 17:00:02 GMT"},{"key":"Content-Length","value":"313"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 6,\n        \"doctor_name\": \"Pak Ilham\",\n        \"confirm_name\": \"Admin\",\n        \"balance_before\": 510000,\n        \"balance_after\": 460000,\n        \"balance_req\": 50000,\n        \"payment_method\": \"BCA\",\n        \"payment_number\": \"1223232\",\n        \"payment_name\": \"Ilham Budiawan\",\n        \"date_confirmed\": \"2023-11-24T23:24:56.134+07:00\",\n        \"status\": \"PROCESS\"\n    },\n    \"message\": \"Success get data\"\n}"}],"_postman_id":"af7efad8-9f45-4de2-a008-e0d37396601d"}],"id":"43bbb0fc-4ed3-4e98-816a-01e5b8dc0535","description":"<ul>\n<li>Folder ini menampung seluruh data yang diperlukan Pencairan Dokter</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"f33f4dc1-fe71-49d2-b7b8-46bb36d4aa0c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b5198dfd-43d1-4c27-84bf-53a6d014227b","type":"text/javascript","exec":[""]}}],"_postman_id":"43bbb0fc-4ed3-4e98-816a-01e5b8dc0535","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4b461301-c9bb-4dc4-acea-5c6732d7fddd","id":"4b461301-c9bb-4dc4-acea-5c6732d7fddd","name":"Admin","type":"folder"}}},{"name":"Patient","item":[{"name":"Get Patient","id":"63e389bb-535b-4230-9ccd-b25c8ff39a4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://kmb5alta.online/patient?status=inactive","urlObject":{"path":["patient"],"host":["https://kmb5alta.online"],"query":[{"key":"status","value":"inactive"}],"variable":[]}},"response":[{"id":"a6683847-cd68-49d0-9f18-45e115906151","name":"Data Empty","originalRequest":{"method":"GET","header":[],"url":"localhost:8000/patient"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 07 Dec 2023 02:54:27 GMT"},{"key":"Content-Length","value":"45"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"Data is Empty\",\n    \"message\": \"Success\"\n}"},{"id":"29b300ae-078b-499d-9d31-fb37b3d46167","name":"Success Status Active","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:8000/patient?status=active","host":["localhost"],"port":"8000","path":["patient"],"query":[{"key":"status","value":"active"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 07 Dec 2023 02:56:51 GMT"},{"key":"Content-Length","value":"277"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"ID\": 1,\n            \"name\": \"Joko\",\n            \"email\": \"\",\n            \"date_of_birth\": \"\",\n            \"gender\": \"\",\n            \"avatar\": \"\",\n            \"phone_number\": \"\",\n            \"role\": \"\",\n            \"status\": \"Active\"\n        },\n        {\n            \"ID\": 2,\n            \"name\": \"Budi\",\n            \"email\": \"\",\n            \"date_of_birth\": \"\",\n            \"gender\": \"\",\n            \"avatar\": \"\",\n            \"phone_number\": \"\",\n            \"role\": \"\",\n            \"status\": \"Active\"\n        }\n    ],\n    \"message\": \"Success\"\n}"},{"id":"726eae18-1377-4f60-a6d0-3d93901d2303","name":"Success Status Inactive","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:8000/patient?status=inactive","host":["localhost"],"port":"8000","path":["patient"],"query":[{"key":"status","value":"inactive"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 07 Dec 2023 02:57:04 GMT"},{"key":"Content-Length","value":"157"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"ID\": 3,\n            \"name\": \"Irwan\",\n            \"email\": \"\",\n            \"date_of_birth\": \"\",\n            \"gender\": \"\",\n            \"avatar\": \"\",\n            \"phone_number\": \"\",\n            \"role\": \"\",\n            \"status\": \"Inactive\"\n        }\n    ],\n    \"message\": \"Success\"\n}"},{"id":"cd8f719c-37a1-4472-a435-772be8fa4ebe","name":"Success Get All","originalRequest":{"method":"GET","header":[],"url":"https://kmb5alta.onlinepatient"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 07 Dec 2023 02:57:16 GMT"},{"key":"Content-Length","value":"403"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"ID\": 1,\n            \"name\": \"Joko\",\n            \"email\": \"\",\n            \"date_of_birth\": \"\",\n            \"gender\": \"\",\n            \"avatar\": \"\",\n            \"phone_number\": \"\",\n            \"role\": \"\",\n            \"status\": \"Active\"\n        },\n        {\n            \"ID\": 2,\n            \"name\": \"Budi\",\n            \"email\": \"\",\n            \"date_of_birth\": \"\",\n            \"gender\": \"\",\n            \"avatar\": \"\",\n            \"phone_number\": \"\",\n            \"role\": \"\",\n            \"status\": \"Active\"\n        },\n        {\n            \"ID\": 3,\n            \"name\": \"Irwan\",\n            \"email\": \"\",\n            \"date_of_birth\": \"\",\n            \"gender\": \"\",\n            \"avatar\": \"\",\n            \"phone_number\": \"\",\n            \"role\": \"\",\n            \"status\": \"Inactive\"\n        }\n    ],\n    \"message\": \"Success\"\n}"},{"id":"42a403fe-52f6-4b66-831c-1af9294a6045","name":"Success Get By Name","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:8000/patient?name=ir","host":["localhost"],"port":"8000","path":["patient"],"query":[{"key":"name","value":"ir"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 07 Dec 2023 02:57:54 GMT"},{"key":"Content-Length","value":"275"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"ID\": 3,\n            \"name\": \"Irwan\",\n            \"email\": \"\",\n            \"date_of_birth\": \"\",\n            \"gender\": \"\",\n            \"avatar\": \"\",\n            \"phone_number\": \"\",\n            \"role\": \"\",\n            \"status\": \"Inactive\"\n        },\n        {\n            \"ID\": 4,\n            \"name\": \"Irvan\",\n            \"email\": \"\",\n            \"date_of_birth\": \"\",\n            \"gender\": \"\",\n            \"avatar\": \"\",\n            \"phone_number\": \"\",\n            \"role\": \"\",\n            \"status\": \"\"\n        }\n    ],\n    \"message\": \"Success\"\n}"}],"_postman_id":"63e389bb-535b-4230-9ccd-b25c8ff39a4c"},{"name":"Dashboard","id":"e4f21254-2979-4547-b922-d06feced5410","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://kmb5alta.online/patient/dashboard","urlObject":{"path":["patient","dashboard"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"3ef64be3-3506-426a-b8f7-262091a54c49","name":"Success Get Patient Dashboard","originalRequest":{"method":"GET","header":[],"url":"localhost:8000/patient/dashboard"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 07 Dec 2023 03:00:23 GMT"},{"key":"Content-Length","value":"124"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"total_user\": 4,\n        \"total_user_baru\": 3,\n        \"total_user_active\": 3,\n        \"total_user_inactive\": 1\n    },\n    \"message\": \"Success get patient\"\n}"}],"_postman_id":"e4f21254-2979-4547-b922-d06feced5410"},{"name":"update profile admin","id":"88a2f06e-765a-42e2-b1d2-6ed4ccfb0db8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\" : \"mujahidin\",\r\n    \"password\" : \"admin123\",\r\n    \"email\" : \"mujahidin_admin@yahoo.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/admin/update","urlObject":{"port":"8000","path":["admin","update"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"2d93b150-c681-4fb8-8acc-e9faf972e8e2","name":"success","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\" : \"mujahidin\",\r\n    \"password\" : \"admin123\",\r\n    \"email\" : \"mujahidin_admin@yahoo.com\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/admin/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 06 Dec 2023 09:11:51 GMT"},{"key":"Content-Length","value":"34"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": true,\n    \"message\": \"Success\"\n}"}],"_postman_id":"88a2f06e-765a-42e2-b1d2-6ed4ccfb0db8"},{"name":"Get By ID","id":"639e557a-4164-4b13-92ea-93152ab7d1c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4b461301-c9bb-4dc4-acea-5c6732d7fddd","id":"4b461301-c9bb-4dc4-acea-5c6732d7fddd","name":"Admin","type":"folder"}},"urlObject":{"query":[],"variable":[]},"url":""},"response":[{"id":"45e97ead-72b5-4298-8229-de9694264708","name":"Success Get","originalRequest":{"method":"GET","header":[],"url":"https://kmb5alta.online/patient/account/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 Dec 2023 17:24:35 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=zXjI%2FL%2FQgOHxcesED5GRMzuPK%2BarvdbzDTazbONciCNRWeBGdviU74H8eEXPDOMHJwAmfRAh%2BxRy1Z6MtC7cm5efiLIeRObKgTI4%2FW5SRlpaGWg03ziiMNZ4414XyWecsdc%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"836061877b4c044d-HKG"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"ID\": 1,\n        \"name\": \"nurul fauziah\",\n        \"email\": \"nurulfauziah@gmail.com\",\n        \"date_of_birth\": \"2000-09-11T00:00:00Z\",\n        \"gender\": \"Perempuan\",\n        \"avatar\": \"https://res.cloudinary.com/du87kowmp/image/upload/v1702305082/Avatar/p7fvj82huccnxej5h2lg.jpg\",\n        \"phone_number\": \"0812345678\",\n        \"role\": \"Patient\",\n        \"status\": \"Active\"\n    },\n    \"message\": \"Success\"\n}"},{"id":"9bfcb4f7-86a8-4082-9d27-9d802b752cbc","name":"New Request","originalRequest":{"method":"GET","header":[],"url":"https://kmb5alta.online/patient/account/satu"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 15 Dec 2023 17:24:57 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"39"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=GMgyS5J05Pn%2BwBhsU9ZknJIQg8rmMs0b5%2B6b7TYr7iLCeDqw1AlbuCBYYENlll1AMIJUmeQuX5Pd4UGAH01bECLUcvudQTevq3O2pM29MbeTCpvcSlohtGUSTx5rd0Vdvks%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8360621409ff044d-HKG"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": \"Invalid ID\",\n    \"message\": \"Fail\"\n}"}],"_postman_id":"639e557a-4164-4b13-92ea-93152ab7d1c8"},{"name":"Update Status","id":"c5d9786d-e4c1-4d6d-a3b2-78f3c1fd1e0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"status\":\"active\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://kmb5alta.online/patient/update/1/status","urlObject":{"path":["patient","update","1","status"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"8f280b7a-3c2a-4486-a842-f70fc6f8c475","name":"Success Update","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"status\":\"inactive\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/patient/update/1/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Fri, 15 Dec 2023 18:23:18 GMT"},{"key":"Content-Length","value":"48"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": true,\n    \"message\": \"Success Update Status\"\n}"},{"id":"9f2a993b-9c18-4531-875c-aabdf0257644","name":"Invalid User Request","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"status\":11\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/patient/update/1/status"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Fri, 15 Dec 2023 18:38:56 GMT"},{"key":"Content-Length","value":"35"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid User Request\"\n}"},{"id":"2b172a5a-530c-4eec-b63e-c04e80227efc","name":"Invalid User Input Param ID","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"status\":\"inactive\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/patient/update/stau/status"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Fri, 15 Dec 2023 18:39:20 GMT"},{"key":"Content-Length","value":"42"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid User Input Param ID\"\n}"}],"_postman_id":"c5d9786d-e4c1-4d6d-a3b2-78f3c1fd1e0a"}],"id":"997dea77-f041-43d7-912e-b576933d452c","_postman_id":"997dea77-f041-43d7-912e-b576933d452c","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4b461301-c9bb-4dc4-acea-5c6732d7fddd","id":"4b461301-c9bb-4dc4-acea-5c6732d7fddd","name":"Admin","type":"folder"}}},{"name":"Article","item":[{"name":"Approve Article","id":"004d473d-f925-453c-a0b9-b2ef51756b3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"url":"https://kmb5alta.online/articles/satu/publish","urlObject":{"path":["articles","satu","publish"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"59e9d254-b791-4f25-83f7-44c5eb511f63","name":"Invalid User Input Param ID","originalRequest":{"method":"PUT","header":[],"url":"localhost:8000/articles/sat/approve"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 07 Dec 2023 04:56:48 GMT"},{"key":"Content-Length","value":"42"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid User Input Param ID\"\n}"},{"id":"5cf64ebe-f0d6-4c3e-936c-ef99fd8c453c","name":"Success Aprove Article","originalRequest":{"method":"PUT","header":[],"url":"localhost:8000/articles/1/approve"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 07 Dec 2023 05:00:27 GMT"},{"key":"Content-Length","value":"38"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success Approve Article\"\n}"}],"_postman_id":"004d473d-f925-453c-a0b9-b2ef51756b3f"},{"name":"Deny Article","id":"4628dcbc-6ad0-4eb1-8780-42ca2e4ca348","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"url":"localhost:8000/articles/2/reject","urlObject":{"port":"8000","path":["articles","2","reject"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3eace4c8-1b4b-4249-a309-453765666a9c","name":"Success Deny Article","originalRequest":{"method":"PUT","header":[],"url":"localhost:8000/articles/3/deny"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 07 Dec 2023 04:57:35 GMT"},{"key":"Content-Length","value":"36"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success Denny Article\"\n}"},{"id":"ab2f6ce3-36c6-4f69-84dc-a3e4496cda23","name":"Invalid User Input Param ID","originalRequest":{"method":"PUT","header":[],"url":"localhost:8000/articles/satu/deny"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 07 Dec 2023 04:59:07 GMT"},{"key":"Content-Length","value":"42"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid User Input Param ID\"\n}"}],"_postman_id":"4628dcbc-6ad0-4eb1-8780-42ca2e4ca348"},{"name":"Get All Article","id":"7e31974b-59f1-43a4-bc9c-99d968d65850","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://kmb5alta.online/articles","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4b461301-c9bb-4dc4-acea-5c6732d7fddd","id":"4b461301-c9bb-4dc4-acea-5c6732d7fddd","name":"Admin","type":"folder"}},"urlObject":{"path":["articles"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"4d8542c6-7991-432b-b67c-f427cb2a29f8","name":"Success Get","originalRequest":{"method":"GET","header":[],"url":"https://kmb5alta.online/articles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 11 Dec 2023 07:03:19 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"45"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=VFxbGArwCA1nrKN2I51F5QAaVYoQPbzLRL3uDenyRSViP5aKK6vETLDr2cFSrRPmVSIp3qn0WTASYfMq6HFXZEumwXYKrgA%2FawmMCe6iX4vwD%2F7QNfhz3uyAb20KpF8BHKM%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"833bddf959374026-SIN"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [],\n    \"message\": \"Success Get All Data\"\n}"}],"_postman_id":"7e31974b-59f1-43a4-bc9c-99d968d65850"}],"id":"d9fa32c5-ddb8-481d-94d6-5c53d477df56","_postman_id":"d9fa32c5-ddb8-481d-94d6-5c53d477df56","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4b461301-c9bb-4dc4-acea-5c6732d7fddd","id":"4b461301-c9bb-4dc4-acea-5c6732d7fddd","name":"Admin","type":"folder"}}},{"name":"Doctor","item":[{"name":"Dashboard Doctor","id":"a69f4ffd-6705-43b0-9570-d475029d00e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://kmb5alta.online/doctor/dashboard","urlObject":{"path":["doctor","dashboard"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"2c2a22ae-1b6c-4ca6-a181-f4991e375465","name":"Success Get Doctor Dashboard","originalRequest":{"method":"GET","header":[],"url":"localhost:8000/doctor/dashboard"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Fri, 15 Dec 2023 03:54:15 GMT"},{"key":"Content-Length","value":"140"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"total_doctor\": 1,\n        \"total_new_doctor\": 0,\n        \"total_active_doctor\": 1,\n        \"total_pending_doctor\": 0\n    },\n    \"message\": \"Success Get Article Dashboard\"\n}"}],"_postman_id":"a69f4ffd-6705-43b0-9570-d475029d00e1"},{"name":"Approve Doctor","id":"15fa6a6e-4b85-4eb8-bb94-8b6dfbd4d850","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"https://kmb5alta.online/doctor/22/approve","urlObject":{"path":["doctor","22","approve"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"26a1ceea-11b8-4a90-ae3c-6e23cc7be4b8","name":"Success Approve Doctor","originalRequest":{"method":"POST","header":[],"url":"localhost:8000/doctor/2/approve"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Fri, 15 Dec 2023 04:02:43 GMT"},{"key":"Content-Length","value":"37"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success Approve Doctor\"\n}"},{"id":"81a04488-5a6a-46ba-9047-706c114f26ad","name":"Server Error","originalRequest":{"method":"POST","header":[],"url":"localhost:8000/doctor/1/approve"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Fri, 15 Dec 2023 04:03:09 GMT"},{"key":"Content-Length","value":"44"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Approve Doctor Process Failed\"\n}"},{"id":"c63df998-8a84-4c3d-a763-f0cf863afdf5","name":"Invalid Param ID","originalRequest":{"method":"POST","header":[],"url":"localhost:8000/doctor/satu/approve"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Fri, 15 Dec 2023 04:03:28 GMT"},{"key":"Content-Length","value":"42"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid User Input Param ID\"\n}"}],"_postman_id":"15fa6a6e-4b85-4eb8-bb94-8b6dfbd4d850"},{"name":"Deny Doctor","id":"8c7dea93-6952-4012-8b43-d2ff343b95c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"url":"https://kmb5alta.online/doctor/77/deny","urlObject":{"path":["doctor","77","deny"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"14679ac9-4d8d-42e0-86d6-fe48e6c35da2","name":"Server Error","originalRequest":{"method":"POST","header":[],"url":"localhost:8000/doctor/2/deny"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Fri, 15 Dec 2023 04:04:27 GMT"},{"key":"Content-Length","value":"41"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Deny Doctor Process Failed\"\n}"},{"id":"0227af1f-0037-45ed-a772-8e841be18a7b","name":"Invalid Param ID","originalRequest":{"method":"POST","header":[],"url":"localhost:8000/doctor/satu/deny"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Fri, 15 Dec 2023 04:04:48 GMT"},{"key":"Content-Length","value":"42"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid User Input Param ID\"\n}"},{"id":"e97950c2-ace7-4b07-b48b-3a014c44776e","name":"Success Deny Doctor","originalRequest":{"method":"POST","header":[],"url":"localhost:8000/doctor/2/deny"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Fri, 15 Dec 2023 04:05:00 GMT"},{"key":"Content-Length","value":"35"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success Denny Doctor\"\n}"}],"_postman_id":"8c7dea93-6952-4012-8b43-d2ff343b95c5"}],"id":"a81af555-5b21-4c3f-be4c-e9080a6e7cc0","_postman_id":"a81af555-5b21-4c3f-be4c-e9080a6e7cc0","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4b461301-c9bb-4dc4-acea-5c6732d7fddd","id":"4b461301-c9bb-4dc4-acea-5c6732d7fddd","name":"Admin","type":"folder"}}}],"id":"4b461301-c9bb-4dc4-acea-5c6732d7fddd","description":"<ul>\n<li><p>API pada folder ini dikhususkan untuk keperluan data sebagai <strong>Admin</strong></p>\n</li>\n<li><p>Semua API didalam folder ini memerlukan <strong>Authorization</strong> dengan <strong>Role</strong> sebagai <strong>Admin</strong></p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"4759ea81-985e-49c4-99ec-119b55a5aba4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"474452ad-c018-4f74-aa3a-44c308f66287","type":"text/javascript","exec":[""]}}],"_postman_id":"4b461301-c9bb-4dc4-acea-5c6732d7fddd"},{"name":"Doctor","item":[{"name":"Withdraw Balance","item":[{"name":"Add Withdraw","id":"00655724-8a14-4af7-ae97-64d2af073fb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"balance_req\": 50000,\n    \"payment_method\" : \"BCA\",\n    \"payment_number\" : \"1223232\",\n    \"payment_name\" : \"Ilham Budiawan\"\n}","options":{"raw":{"language":"json"}}},"url":"https://kmb5alta.online/withdraw","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Required</th>\n<th>Deskripsi</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>balance_req</td>\n<td>yes</td>\n<td>Jumlah uang yang ingin dicairkan, tidak boleh kurang dari NOL</td>\n</tr>\n<tr>\n<td>payment_method</td>\n<td>yes</td>\n<td>Nama Bank atau E-wallet rekening pencairan</td>\n</tr>\n<tr>\n<td>payment_number</td>\n<td>yes</td>\n<td>Nomor rekening atau e-wallet</td>\n</tr>\n<tr>\n<td>payment_name</td>\n<td>yes</td>\n<td>Atas Nama Rekening</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["withdraw"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"c3290dac-a4a1-491c-aea4-644583ac8f12","name":"Failed Validate","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":""},"url":"localhost:8000/withdraw"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 22 Nov 2023 08:14:55 GMT"},{"key":"Content-Length","value":"147"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"BalanceReq\": \"required\",\n        \"DoctorID\": \"required\",\n        \"PaymentMethod\": \"required\",\n        \"PaymentNumber\": \"required\"\n    },\n    \"message\": \"Invalid Format Request\"\n}"},{"id":"67226d51-21de-4eaf-b4cf-62f6cc0821d3","name":"Balance Not Enough","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"balance_req\": 2000000,\n    \"payment_method\" : \"BCA\",\n    \"payment_number\" : \"1223232\",\n    \"payment_name\" : \"Ilham Budiawan\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/withdraw"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 22 Nov 2023 16:00:08 GMT"},{"key":"Content-Length","value":"33"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"balance not enough\"\n}"},{"id":"a46675f8-f3b3-47d2-acdc-99a2c8c2402e","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"balance_req\": 50000,\n    \"payment_method\" : \"BCA\",\n    \"payment_number\" : \"1223232\",\n    \"payment_name\" : \"Ilham Budiawan\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/withdraw"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 22 Nov 2023 16:26:18 GMT"},{"key":"Content-Length","value":"207"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"DoctorID\": 1,\n        \"BalanceReq\": 50000,\n        \"BalanceBefore\": 710000,\n        \"BalanceAfter\": 660000,\n        \"PaymentMethod\": \"BCA\",\n        \"PaymentNumber\": \"1223232\",\n        \"PaymentName\": \"Ilham Budiawan\"\n    },\n    \"message\": \"Success create new withdraw\"\n}"}],"_postman_id":"00655724-8a14-4af7-ae97-64d2af073fb2"},{"name":"Get All Withdraw","id":"2194fad8-733a-43b4-80e7-37d9fe28db2b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"GET","header":[],"url":"https://kmb5alta.online/doctor/withdraw","urlObject":{"path":["doctor","withdraw"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"0d756cc6-40b6-45c2-ac66-52de3d056680","name":"Success","originalRequest":{"method":"GET","header":[],"url":"localhost:8000/doctor/withdraw"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 13 Dec 2023 16:14:06 GMT"},{"key":"Content-Length","value":"565"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 7,\n            \"doctor_name\": \"Pak Ilham\",\n            \"confirm_name\": \"\",\n            \"balance_before\": 460000,\n            \"balance_after\": 410000,\n            \"balance_req\": 50000,\n            \"payment_method\": \"BCA\",\n            \"payment_number\": \"1223232\",\n            \"payment_name\": \"Ilham Budiawan\",\n            \"date_confirmed\": \"0001-01-01T00:00:00Z\",\n            \"status\": \"PENDING\"\n        },\n        {\n            \"id\": 8,\n            \"doctor_name\": \"Pak Ilham\",\n            \"confirm_name\": \"\",\n            \"balance_before\": 410000,\n            \"balance_after\": 360000,\n            \"balance_req\": 50000,\n            \"payment_method\": \"BCA\",\n            \"payment_number\": \"1223232\",\n            \"payment_name\": \"Ilham Budiawan\",\n            \"date_confirmed\": \"0001-01-01T00:00:00Z\",\n            \"status\": \"PENDING\"\n        }\n    ],\n    \"message\": \"Success get balance\"\n}"}],"_postman_id":"2194fad8-733a-43b4-80e7-37d9fe28db2b"}],"id":"33a60ee4-80bc-4b4e-9209-ac6e13e15050","description":"<ul>\n<li>Folder ini menampung data untuk pencairan saldo Dokter</li>\n</ul>\n","_postman_id":"33a60ee4-80bc-4b4e-9209-ac6e13e15050","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4d27a539-de43-4608-bb37-c3b13d476b95","id":"4d27a539-de43-4608-bb37-c3b13d476b95","name":"Doctor","type":"folder"}}},{"name":"Article","item":[{"name":"Create Article","id":"e60beeba-f3fe-419f-8fff-b71c7b0f2b8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"category_id","value":"2","type":"text"},{"key":"title","value":"Kecemasan diri","type":"text"},{"key":"content","value":"mencegah kecemasan diri","type":"text"},{"key":"thumbnail","type":"file","src":"/C:/Users/Hau/Downloads/struktur-SA.png"}]},"url":"localhost:8000/articles","urlObject":{"port":"8000","path":["articles"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c194c9c3-a2e4-4f94-9aa4-ecc1eca19a74","name":"Success Create Article","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"category_id","value":"2","type":"text"},{"key":"title","value":"Kecemasan diri","type":"text"},{"key":"content","value":"mencegah kecemasan diri","type":"text"},{"key":"thumbnail","type":"file","src":"/C:/Users/Hau/Downloads/struktur SA.png"}],"options":{"raw":{"language":"json"}}},"url":"localhost:8000/articles"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 07 Dec 2023 04:31:21 GMT"},{"key":"Content-Length","value":"286"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"category_id\": 2,\n        \"user_id\": 2,\n        \"title\": \"Kecemasan diri\",\n        \"content\": \"mencegah kecemasan diri\",\n        \"thumbnail\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701923480/Avatar/yjpdbsoftwvm8jtnjwkw.png\",\n        \"status\": \"Pending\",\n        \"slug\": \"61-kecemasan-diri\"\n    },\n    \"message\": \"Success Create Data\"\n}"},{"id":"1bd2c568-9880-42e2-b628-cfed8945ce81","name":"Error Invalid User Input Thumbnail","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"category_id","value":"2","type":"text"},{"key":"title","value":"Kecemasan diri","type":"text"},{"key":"content","value":"mencegah kecemasan diri","type":"text"},{"key":"thumbnail","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","value":null}],"options":{"raw":{"language":"json"}}},"url":"localhost:8000/articles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 07 Dec 2023 04:31:36 GMT"},{"key":"Content-Length","value":"50"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Failed, Select a File for Thumbnail\"\n}"},{"id":"b6548e00-4920-4076-8db8-a27b1f469f8a","name":"Invalid User Input","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"category_id","value":"asd","type":"text"},{"key":"title","value":"123","type":"text"},{"key":"content","value":"mencegah kecemasan diri","type":"text"},{"key":"thumbnail","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","src":"/C:/Users/Hau/Downloads/struktur SA.png"}],"options":{"raw":{"language":"json"}}},"url":"localhost:8000/articles"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 07 Dec 2023 04:32:23 GMT"},{"key":"Content-Length","value":"33"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid User Input\"\n}"}],"_postman_id":"e60beeba-f3fe-419f-8fff-b71c7b0f2b8c"},{"name":"Update Article","id":"d8537b6a-84be-4278-badf-bcad34491db4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"title","value":"Menghadapi Insecure","type":"text"},{"key":"content","value":"Insecure banyak dialami oleh remaja jaman sekarang","type":"text"},{"key":"thumbnail","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","src":"/C:/Users/Hau/Downloads/2023wrapped_summary-share.jpeg"}]},"url":"localhost:8000/articles/1","urlObject":{"port":"8000","path":["articles","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"deb31721-e1ac-43f9-94c5-60f077cbf1e4","name":"Invalid Param ID","originalRequest":{"method":"PUT","header":[],"url":"localhost:8000/articles/satu"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 07 Dec 2023 04:34:38 GMT"},{"key":"Content-Length","value":"42"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid User Input Param ID\"\n}"},{"id":"bbe209c2-8d4c-4e8a-b0c0-0159bc6308eb","name":"Success Update","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"title","value":"Menghadapi Insecure","type":"text"},{"key":"content","value":"Insecure banyak dialami oleh remaja jaman sekarang","type":"text"},{"key":"thumbnail","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","src":"/C:/Users/Hau/Downloads/2023wrapped_summary-share.jpeg"}]},"url":"localhost:8000/articles/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 07 Dec 2023 04:47:04 GMT"},{"key":"Content-Length","value":"46"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": true,\n    \"message\": \"Success Update Data\"\n}"},{"id":"43640337-8ef9-485e-b340-586f295f6658","name":"Invalid User Input Thumbnail","originalRequest":{"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"title","value":"Menghadapi Insecure","type":"text"},{"key":"content","value":"Insecure banyak dialami oleh remaja jaman sekarang","type":"text"},{"key":"thumbnail","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","src":"/C:/Users/Hau/Downloads/2023wrapped_summary-share.jpeg","disabled":true}]},"url":"localhost:8000/articles/1"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 07 Dec 2023 04:47:21 GMT"},{"key":"Content-Length","value":"50"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Failed, Select a File for Thumbnail\"\n}"}],"_postman_id":"d8537b6a-84be-4278-badf-bcad34491db4"},{"name":"Get Article By Doctor","id":"4faa16da-da8e-436a-a761-f1dc4e74c9a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"localhost:8000/doctor/articles","urlObject":{"port":"8000","path":["doctor","articles"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"26405f48-2e86-4ead-bdbe-088ec0c983e5","name":"Success Get Data","originalRequest":{"method":"GET","header":[],"url":"localhost:8000/doctor/articles"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 11 Dec 2023 08:48:39 GMT"},{"key":"Content-Length","value":"1160"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"category_name\": \"Depresi\",\n            \"user_name\": \"Irvan Hauwerich\",\n            \"title\": \"Menghadapi Insecure\",\n            \"content\": \"Insecure banyak dialami oleh remaja jaman sekarang\",\n            \"thumbnail\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701924461/Avatar/qyly0aeezy5jw8hqfvct.jpg\",\n            \"status\": \"Active\",\n            \"slug\": \"606-\"\n        },\n        {\n            \"id\": 2,\n            \"category_name\": \"Depresi\",\n            \"user_name\": \"Irvan Hauwerich\",\n            \"title\": \"Kecemasan diri\",\n            \"content\": \"mencegah kecemasan diri\",\n            \"thumbnail\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701923480/Avatar/yjpdbsoftwvm8jtnjwkw.png\",\n            \"status\": \"Inactive\",\n            \"slug\": \"61-kecemasan-diri\"\n        },\n        {\n            \"id\": 3,\n            \"category_name\": \"Depresi\",\n            \"user_name\": \"Irvan Hauwerich\",\n            \"title\": \"123\",\n            \"content\": \"mencegah kecemasan diri\",\n            \"thumbnail\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701923527/Avatar/jt3hloqhsy4hwwsvjrko.png\",\n            \"status\": \"Inactive\",\n            \"slug\": \"214-123\"\n        },\n        {\n            \"id\": 4,\n            \"category_name\": \"Depresi\",\n            \"user_name\": \"Irvan Hauwerich\",\n            \"title\": \"Kecemasan diri\",\n            \"content\": \"mencegah kecemasan diri\",\n            \"thumbnail\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701930731/Avatar/eexavqtvdax6e7fvwqze.png\",\n            \"status\": \"Pending\",\n            \"slug\": \"909-kecemasan-diri\"\n        }\n    ],\n    \"message\": \"Success Get Data\"\n}"}],"_postman_id":"4faa16da-da8e-436a-a761-f1dc4e74c9a8"}],"id":"8504f18d-a234-4e83-a074-971f675ae0ff","_postman_id":"8504f18d-a234-4e83-a074-971f675ae0ff","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4d27a539-de43-4608-bb37-c3b13d476b95","id":"4d27a539-de43-4608-bb37-c3b13d476b95","name":"Doctor","type":"folder"}}},{"name":"Register Doctor","id":"974035af-b17f-49b2-86ad-f28147cb786f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"doctor_name","value":"Fauzan Ali Gans","type":"text","description":"<p>Nama dokter beserta gelar</p>\n"},{"key":"doctor_nik","value":"3173645454546372","type":"text","description":"<p>NIK dokter</p>\n"},{"key":"doctor_dob","value":"Tangerang, 11 Mei 2002","type":"text","description":"<p>Tanggal lahir dari dokter tersebut</p>\n"},{"key":"doctor_gender","value":"laki","type":"text","description":"<p>Provinsi dokter tersebut</p>\n"},{"key":"doctor_description","value":"Doctor Description","type":"text","description":"<p>Kota dokter tersebut</p>\n"},{"key":"doctor_provinsi","value":"Jakarta","type":"text","description":"<p>No Telpon Dokter tersebut</p>\n"},{"key":"doctor_kota","value":"Jakarta Barat","type":"text","description":"<p>Meet link dokter tersebut</p>\n"},{"key":"doctor_number_phone","value":"0876776547364","type":"text","description":"<p>Spesialis dokter tersebut</p>\n"},{"key":"doctor_meet_link","value":"www.google.com","type":"text","description":"<p>Universitas dokter tersebut (Minimal 1)</p>\n"},{"key":"doctor_sipp","value":"0034588908839","type":"text"},{"key":"doctor_str","value":"0034588908839","type":"text","description":"<p>Jurusan dokter dari univ pertama(Minimal 1)</p>\n"},{"key":"expertise_id","value":"4","type":"text"},{"key":"doctor_university","value":"University C","type":"text","description":"<p>Tahun lulus dari univ pertama dokter (Wajib)</p>\n"},{"key":"doctor_university","value":"University D","type":"text"},{"key":"doctor_study_program","value":"Program C ","type":"text","description":"<p>Perusahaan dokter tersebut bekerja (Minimal 1)</p>\n"},{"key":"doctor_study_program","value":"Program D","type":"text"},{"key":"doctor_enroll_year","value":"2020-01-01T00:00:00Z","type":"text","description":"<p>Jabatan dokter tersebut bekerja (Minimal 1)</p>\n"},{"key":"doctor_enroll_year","value":"2020-01-01T00:00:00Z","type":"text"},{"key":"doctor_graduate_year","value":"2020-01-01T00:00:00Z","type":"text","description":"<p>Tanggal bermula pengalaman dokter (Minimal 1)</p>\n"},{"key":"doctor_graduate_year","value":"2021-01-01T00:00:00Z","type":"text"},{"key":"doctor_company","value":"Company C","type":"text","description":"<p>Tanggal berakhir pengalaman dokter (Minimal 1)</p>\n"},{"key":"doctor_company","value":"Company D","type":"text"},{"key":"doctor_company_address","value":"Jl. Watu 1","type":"text","description":"<p>Hari kerja dokter (Minimal 1)</p>\n"},{"key":"doctor_company_address","value":"Jl. Watu 2","type":"text"},{"key":"doctor_title","value":"Title C","type":"text","description":"<p>Jam bermula kerja dokter (Minimal 1)</p>\n"},{"key":"doctor_title","value":"Title D","type":"text"},{"key":"doctor_start_date","value":"2020-01-01T00:00:00Z","type":"text","description":"<p>Jam berakhir kerja dokter (Minimal 1)</p>\n"},{"key":"doctor_start_date","value":"2021-01-01T00:00:00Z","type":"text"},{"key":"doctor_end_date","value":"2021-01-01T00:00:00Z","type":"text","description":"<p>Foto profil dokter (png, jpg, jpeg)</p>\n"},{"key":"doctor_end_date","value":"2022-01-01T00:00:00Z","type":"text","description":"<p>Surat Izin Praktik Dokter (PDF)</p>\n"},{"key":"workday_id","value":"1","type":"text","description":"<p>Surat Tanda Registrasi Dokter (PDF)</p>\n"},{"key":"workday_id","value":"2","type":"text","description":"<p>CV Dokter (PDF)</p>\n"},{"key":"start_time","value":"2021-01-01T00:00:00Z","type":"text","description":"<p>Ijazah Dokter (PDF)</p>\n"},{"key":"start_time","value":"2021-01-01T00:00:00Z","type":"text"},{"key":"end_time","value":"2021-01-01T00:00:00Z","type":"text"},{"key":"end_time","value":"2021-01-01T00:00:00Z","type":"text"},{"key":"doctor_avatar","type":"file","description":"<p>Foto profil dokter (png, jpg, jpeg)</p>\n","src":"postman-cloud:///1ef7fa7d-21bf-4bd0-a7e9-625431b0e112"},{"key":"doctor_sipp_file","type":"file","description":"<p>Surat Izin Praktik Dokter (PDF)</p>\n","src":"postman-cloud:///1ef80867-b324-4600-8ad6-2f3f155cdad2"},{"key":"doctor_str_file","type":"file","description":"<p>Surat Tanda Registrasi Dokter (PDF)</p>\n","src":"postman-cloud:///1ef80867-b324-4600-8ad6-2f3f155cdad2"},{"key":"doctor_cv","type":"file","description":"<p>CV Dokter (PDF)</p>\n","src":"postman-cloud:///1ef80867-b324-4600-8ad6-2f3f155cdad2"},{"key":"doctor_ijazah","type":"file","description":"<p>Ijazah Dokter (PDF)</p>\n","src":"postman-cloud:///1ef80867-b324-4600-8ad6-2f3f155cdad2"}]},"url":"https://kmb5alta.online/doctor/register","urlObject":{"path":["doctor","register"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"f6b5b1f7-fe01-44ad-8e14-1695a81e8dd2","name":"Register Doctor","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"doctor_name","value":"Doctor Fauzan","type":"text"},{"key":"doctor_experienced","value":"under_five_years","type":"text"},{"key":"doctor_description","value":"Doctor Desc A","type":"text"},{"key":"doctor_office_name","value":"Doctor Office A","type":"text"},{"key":"doctor_office_address","value":"Doctor Office Addr A","type":"text"},{"key":"doctor_office_city","value":"Doctor Office City A","type":"text"},{"key":"doctor_meet_link","value":"Doctor Meet Link A","type":"text"},{"key":"doctor_university","value":"University A","type":"text"},{"key":"doctor_university","value":"University B","type":"text"},{"key":"doctor_study_program","value":"Program A ","type":"text"},{"key":"doctor_study_program","value":"Program B","type":"text"},{"key":"doctor_graduate_year","value":"2020-01-01T00:00:00Z","type":"text"},{"key":"doctor_graduate_year","value":"2021-01-01T00:00:00Z","type":"text"},{"key":"doctor_company","value":"Company X","type":"text"},{"key":"doctor_company","value":"Company Y","type":"text"},{"key":"doctor_title","value":"Title X","type":"text"},{"key":"doctor_title","value":"Title Y","type":"text"},{"key":"doctor_experience_description","value":"Description X","type":"text"},{"key":"doctor_experience_description","value":"Description Y","type":"text"},{"key":"doctor_start_date","value":"2020-01-01T00:00:00Z","type":"text"},{"key":"doctor_start_date","value":"2021-01-01T00:00:00Z","type":"text"},{"key":"doctor_end_date","value":"2021-01-01T00:00:00Z","type":"text"},{"key":"doctor_end_date","value":"2022-01-01T00:00:00Z","type":"text"},{"key":"doctor_is_now","value":"true","type":"text"},{"key":"doctor_is_now","value":"false","type":"text"},{"key":"workday_id","value":"1","type":"text"},{"key":"workday_id","value":"2","type":"text"},{"key":"start_time","value":"2021-01-01T00:00:00Z","type":"text"},{"key":"start_time","value":"2021-01-01T00:00:00Z","type":"text"},{"key":"end_time","value":"2021-01-01T00:00:00Z","type":"text"},{"key":"end_time","value":"2021-01-01T00:00:00Z","type":"text"},{"key":"doctor_avatar","type":"file","src":"cZTgc6wuc/_DSC0074.JPG"},{"key":"doctor_sipp_file","type":"file","src":"XB6NNG8EK/Fauzan Ali Vijsma (Curriculum Vitae) (1).pdf"},{"key":"doctor_str_file","type":"file","src":"I2oYwUXsm/Fauzan Ali Vijsma (Curriculum Vitae) (1).pdf"},{"key":"doctor_cv","type":"file","src":"25UvePOUZ/Fauzan Ali Vijsma (Curriculum Vitae) (1).pdf"},{"key":"doctor_ijazah","type":"file","src":"ZhcSjtRum/Fauzan Ali Vijsma (Curriculum Vitae) (1).pdf"},{"key":"expertise_id","value":"3","type":"text"}]},"url":"{{production_ipaddr}}/doctor/register"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 06 Dec 2023 07:05:21 GMT"},{"key":"Content-Length","value":"1825"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"user_id\": 5,\n        \"doctor_name\": \"Doctor Fauzan\",\n        \"doctor_avatar\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846314/Avatar/ayfbld7zf06dxnyqrrz3.jpg\",\n        \"doctor_office_name\": \"Doctor Office A\",\n        \"doctor_office_address\": \"Doctor Office Addr A\",\n        \"doctor_office_city\": \"Doctor Office City A\",\n        \"doctor_meet_link\": \"Doctor Meet Link A\",\n        \"doctor_sipp_file\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846315/Avatar/fnadli4xsrv8pdn3hnyv.pdf\",\n        \"doctor_str_file\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846316/Avatar/mlie7ivigntfh87gkhdd.pdf\",\n        \"doctor_cv\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846317/Avatar/rmpxb6xawe4uzqm1bomc.pdf\",\n        \"doctor_ijazah\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846317/Avatar/liihi9sivrtfp2r81nf8.pdf\",\n        \"doctor_balance\": 0,\n        \"doctor_status\": \"request\",\n        \"doctor_expertise\": 3,\n        \"workday\": [\n            {\n                \"doctor_id\": 5,\n                \"workday_id\": 1,\n                \"start_time\": \"2021-01-01T00:00:00Z\",\n                \"end_time\": \"2021-01-01T00:00:00Z\"\n            },\n            {\n                \"doctor_id\": 5,\n                \"workday_id\": 2,\n                \"start_time\": \"2021-01-01T00:00:00Z\",\n                \"end_time\": \"2021-01-01T00:00:00Z\"\n            }\n        ],\n        \"education\": [\n            {\n                \"doctor_id\": 5,\n                \"doctor_university\": \"University A\",\n                \"doctor_study_program\": \"Program A \",\n                \"doctor_graduate_year\": \"2020-01-01T00:00:00Z\"\n            },\n            {\n                \"doctor_id\": 5,\n                \"doctor_university\": \"University B\",\n                \"doctor_study_program\": \"Program B\",\n                \"doctor_graduate_year\": \"2021-01-01T00:00:00Z\"\n            }\n        ],\n        \"experience\": [\n            {\n                \"doctor_id\": 5,\n                \"doctor_company\": \"Company X\",\n                \"doctor_title\": \"Title X\",\n                \"doctor_experience_description\": \"Description X\",\n                \"doctor_start_date\": \"2020-01-01T00:00:00Z\",\n                \"doctor_end_date\": \"2021-01-01T00:00:00Z\",\n                \"doctor_is_now\": true\n            },\n            {\n                \"doctor_id\": 5,\n                \"doctor_company\": \"Company Y\",\n                \"doctor_title\": \"Title Y\",\n                \"doctor_experience_description\": \"Description Y\",\n                \"doctor_start_date\": \"2021-01-01T00:00:00Z\",\n                \"doctor_end_date\": \"2022-01-01T00:00:00Z\",\n                \"doctor_is_now\": false\n            }\n        ]\n    },\n    \"message\": \"Success\"\n}"}],"_postman_id":"974035af-b17f-49b2-86ad-f28147cb786f"},{"name":"Get All Doctor","id":"9779bd7c-2fe8-472b-808d-97b63ce1bf9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://kmb5alta.online/doctor","urlObject":{"path":["doctor"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"cc830bc0-7227-445a-a246-28a5ba1be16e","name":"Get All Doctor","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://kmb5alta.online/doctor"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 06 Dec 2023 07:53:06 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"user_id\": 1,\n            \"doctor_name\": \"Doctor A\",\n            \"doctor_experienced\": \"under_five_years\",\n            \"doctor_description\": \"Doctor Desc A\",\n            \"doctor_avatar\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701672506/Avatar/br6ug0ltttqgd8urgivu.jpg\",\n            \"doctor_office_name\": \"Doctor Office A\",\n            \"doctor_office_address\": \"Doctor Office Addr A\",\n            \"doctor_office_city\": \"Doctor Office City A\",\n            \"doctor_meet_link\": \"Doctor Meet Link A\",\n            \"doctor_sipp_file\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701672507/Avatar/nrfwkszqb0b2vnyqdyf3.pdf\",\n            \"doctor_sipp\": 0,\n            \"doctor_str\": 0,\n            \"doctor_str_file\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701672508/Avatar/kzrhb4zn1kybvnc06tip.pdf\",\n            \"doctor_cv\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701672509/Avatar/kgvlmzbr29ij6tflnzev.pdf\",\n            \"doctor_ijazah\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701672510/Avatar/w57cv0ieb9nrmmkhlot9.pdf\",\n            \"doctor_balance\": 0,\n            \"doctor_status\": \"request\",\n            \"doctor_expertise\": 0,\n            \"experience\": [\n                {\n                    \"doctor_id\": 1,\n                    \"doctor_company\": \"Company X\",\n                    \"doctor_title\": \"Title X\",\n                    \"doctor_experience_description\": \"Description X\",\n                    \"doctor_start_date\": \"2020-01-01T08:00:00+08:00\",\n                    \"doctor_end_date\": \"2021-01-01T08:00:00+08:00\",\n                    \"doctor_is_now\": true\n                },\n                {\n                    \"doctor_id\": 1,\n                    \"doctor_company\": \"Company Y\",\n                    \"doctor_title\": \"Title Y\",\n                    \"doctor_experience_description\": \"Description Y\",\n                    \"doctor_start_date\": \"2021-01-01T08:00:00+08:00\",\n                    \"doctor_end_date\": \"2022-01-01T08:00:00+08:00\",\n                    \"doctor_is_now\": false\n                }\n            ],\n            \"education\": [\n                {\n                    \"doctor_id\": 1,\n                    \"doctor_university\": \"University A\",\n                    \"doctor_study_program\": \"Program A \",\n                    \"doctor_graduate_year\": \"2020-01-01T08:00:00+08:00\"\n                },\n                {\n                    \"doctor_id\": 1,\n                    \"doctor_university\": \"University B\",\n                    \"doctor_study_program\": \"Program B\",\n                    \"doctor_graduate_year\": \"2021-01-01T08:00:00+08:00\"\n                }\n            ],\n            \"workday\": [\n                {\n                    \"doctor_id\": 1,\n                    \"workday_id\": 1,\n                    \"start_time\": \"2021-01-01T08:00:00+08:00\",\n                    \"end_time\": \"2021-01-01T08:00:00+08:00\"\n                },\n                {\n                    \"doctor_id\": 1,\n                    \"workday_id\": 2,\n                    \"start_time\": \"2021-01-01T08:00:00+08:00\",\n                    \"end_time\": \"2021-01-01T08:00:00+08:00\"\n                }\n            ]\n        },\n        {\n            \"id\": 2,\n            \"user_id\": 2,\n            \"doctor_name\": \"Doctor B\",\n            \"doctor_experienced\": \"under_five_years\",\n            \"doctor_description\": \"Doctor Desc A\",\n            \"doctor_avatar\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701672570/Avatar/tu26pmwgfc1i40dvceru.jpg\",\n            \"doctor_office_name\": \"Doctor Office A\",\n            \"doctor_office_address\": \"Doctor Office Addr A\",\n            \"doctor_office_city\": \"Doctor Office City A\",\n            \"doctor_meet_link\": \"Doctor Meet Link A\",\n            \"doctor_sipp_file\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701672570/Avatar/uidkuppeok3voaxkqe8s.pdf\",\n            \"doctor_sipp\": 0,\n            \"doctor_str\": 0,\n            \"doctor_str_file\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701672571/Avatar/p963m9d9vpe3oxvf1cwo.pdf\",\n            \"doctor_cv\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701672572/Avatar/fmj24cztfrnph51qorrk.pdf\",\n            \"doctor_ijazah\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701672573/Avatar/davjrcz91sjcgukspfjd.pdf\",\n            \"doctor_balance\": 0,\n            \"doctor_status\": \"request\",\n            \"doctor_expertise\": 0,\n            \"experience\": [\n                {\n                    \"doctor_id\": 2,\n                    \"doctor_company\": \"Company X\",\n                    \"doctor_title\": \"Title X\",\n                    \"doctor_experience_description\": \"Description X\",\n                    \"doctor_start_date\": \"2020-01-01T08:00:00+08:00\",\n                    \"doctor_end_date\": \"2021-01-01T08:00:00+08:00\",\n                    \"doctor_is_now\": true\n                },\n                {\n                    \"doctor_id\": 2,\n                    \"doctor_company\": \"Company Y\",\n                    \"doctor_title\": \"Title Y\",\n                    \"doctor_experience_description\": \"Description Y\",\n                    \"doctor_start_date\": \"2021-01-01T08:00:00+08:00\",\n                    \"doctor_end_date\": \"2022-01-01T08:00:00+08:00\",\n                    \"doctor_is_now\": false\n                }\n            ],\n            \"education\": [\n                {\n                    \"doctor_id\": 2,\n                    \"doctor_university\": \"University A\",\n                    \"doctor_study_program\": \"Program A \",\n                    \"doctor_graduate_year\": \"2020-01-01T08:00:00+08:00\"\n                },\n                {\n                    \"doctor_id\": 2,\n                    \"doctor_university\": \"University B\",\n                    \"doctor_study_program\": \"Program B\",\n                    \"doctor_graduate_year\": \"2021-01-01T08:00:00+08:00\"\n                }\n            ],\n            \"workday\": [\n                {\n                    \"doctor_id\": 2,\n                    \"workday_id\": 1,\n                    \"start_time\": \"2021-01-01T08:00:00+08:00\",\n                    \"end_time\": \"2021-01-01T08:00:00+08:00\"\n                },\n                {\n                    \"doctor_id\": 2,\n                    \"workday_id\": 2,\n                    \"start_time\": \"2021-01-01T08:00:00+08:00\",\n                    \"end_time\": \"2021-01-01T08:00:00+08:00\"\n                }\n            ]\n        },\n        {\n            \"id\": 3,\n            \"user_id\": 3,\n            \"doctor_name\": \"Doctor C\",\n            \"doctor_experienced\": \"under_five_years\",\n            \"doctor_description\": \"Doctor Desc A\",\n            \"doctor_avatar\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701703040/Avatar/gfllb1h9jbwcfbb3w9cw.jpg\",\n            \"doctor_office_name\": \"Doctor Office A\",\n            \"doctor_office_address\": \"Doctor Office Addr A\",\n            \"doctor_office_city\": \"Doctor Office City A\",\n            \"doctor_meet_link\": \"Doctor Meet Link A\",\n            \"doctor_sipp_file\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701703042/Avatar/o23tjoigagzg6xozescd.pdf\",\n            \"doctor_sipp\": 0,\n            \"doctor_str\": 0,\n            \"doctor_str_file\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701703043/Avatar/vplrhw4uqq7vvrlojska.pdf\",\n            \"doctor_cv\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701703044/Avatar/pxj1i5hwqqrkpwvwt5cj.pdf\",\n            \"doctor_ijazah\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701703045/Avatar/qve4y11uw8xl1nppywei.pdf\",\n            \"doctor_balance\": 0,\n            \"doctor_status\": \"request\",\n            \"doctor_expertise\": 0,\n            \"experience\": [\n                {\n                    \"doctor_id\": 3,\n                    \"doctor_company\": \"Company X\",\n                    \"doctor_title\": \"Title X\",\n                    \"doctor_experience_description\": \"Description X\",\n                    \"doctor_start_date\": \"2020-01-01T08:00:00+08:00\",\n                    \"doctor_end_date\": \"2021-01-01T08:00:00+08:00\",\n                    \"doctor_is_now\": true\n                },\n                {\n                    \"doctor_id\": 3,\n                    \"doctor_company\": \"Company Y\",\n                    \"doctor_title\": \"Title Y\",\n                    \"doctor_experience_description\": \"Description Y\",\n                    \"doctor_start_date\": \"2021-01-01T08:00:00+08:00\",\n                    \"doctor_end_date\": \"2022-01-01T08:00:00+08:00\",\n                    \"doctor_is_now\": false\n                }\n            ],\n            \"education\": [\n                {\n                    \"doctor_id\": 3,\n                    \"doctor_university\": \"University A\",\n                    \"doctor_study_program\": \"Program A \",\n                    \"doctor_graduate_year\": \"2020-01-01T08:00:00+08:00\"\n                },\n                {\n                    \"doctor_id\": 3,\n                    \"doctor_university\": \"University B\",\n                    \"doctor_study_program\": \"Program B\",\n                    \"doctor_graduate_year\": \"2021-01-01T08:00:00+08:00\"\n                }\n            ],\n            \"workday\": [\n                {\n                    \"doctor_id\": 3,\n                    \"workday_id\": 1,\n                    \"start_time\": \"2021-01-01T08:00:00+08:00\",\n                    \"end_time\": \"2021-01-01T08:00:00+08:00\"\n                },\n                {\n                    \"doctor_id\": 3,\n                    \"workday_id\": 2,\n                    \"start_time\": \"2021-01-01T08:00:00+08:00\",\n                    \"end_time\": \"2021-01-01T08:00:00+08:00\"\n                }\n            ]\n        },\n        {\n            \"id\": 4,\n            \"user_id\": 4,\n            \"doctor_name\": \"Doctor A\",\n            \"doctor_experienced\": \"under_five_years\",\n            \"doctor_description\": \"Doctor Desc A\",\n            \"doctor_avatar\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846226/Avatar/eygqlgflsk5m62byjwgd.jpg\",\n            \"doctor_office_name\": \"Doctor Office A\",\n            \"doctor_office_address\": \"Doctor Office Addr A\",\n            \"doctor_office_city\": \"Doctor Office City A\",\n            \"doctor_meet_link\": \"Doctor Meet Link A\",\n            \"doctor_sipp_file\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846227/Avatar/dl58pepwxbvg4th5c4ve.pdf\",\n            \"doctor_sipp\": 0,\n            \"doctor_str\": 0,\n            \"doctor_str_file\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846228/Avatar/lonciskggl8nwh2gkr3x.pdf\",\n            \"doctor_cv\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846228/Avatar/iprkziosd0d12c0m1x7y.pdf\",\n            \"doctor_ijazah\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846229/Avatar/qivbb3oxxlyyuecpslcp.pdf\",\n            \"doctor_balance\": 0,\n            \"doctor_status\": \"request\",\n            \"doctor_expertise\": 0,\n            \"experience\": [\n                {\n                    \"doctor_id\": 4,\n                    \"doctor_company\": \"Company X\",\n                    \"doctor_title\": \"Title X\",\n                    \"doctor_experience_description\": \"Description X\",\n                    \"doctor_start_date\": \"2020-01-01T08:00:00+08:00\",\n                    \"doctor_end_date\": \"2021-01-01T08:00:00+08:00\",\n                    \"doctor_is_now\": true\n                },\n                {\n                    \"doctor_id\": 4,\n                    \"doctor_company\": \"Company Y\",\n                    \"doctor_title\": \"Title Y\",\n                    \"doctor_experience_description\": \"Description Y\",\n                    \"doctor_start_date\": \"2021-01-01T08:00:00+08:00\",\n                    \"doctor_end_date\": \"2022-01-01T08:00:00+08:00\",\n                    \"doctor_is_now\": false\n                }\n            ],\n            \"education\": [\n                {\n                    \"doctor_id\": 4,\n                    \"doctor_university\": \"University A\",\n                    \"doctor_study_program\": \"Program A \",\n                    \"doctor_graduate_year\": \"2020-01-01T08:00:00+08:00\"\n                },\n                {\n                    \"doctor_id\": 4,\n                    \"doctor_university\": \"University B\",\n                    \"doctor_study_program\": \"Program B\",\n                    \"doctor_graduate_year\": \"2021-01-01T08:00:00+08:00\"\n                }\n            ],\n            \"workday\": [\n                {\n                    \"doctor_id\": 4,\n                    \"workday_id\": 1,\n                    \"start_time\": \"2021-01-01T08:00:00+08:00\",\n                    \"end_time\": \"2021-01-01T08:00:00+08:00\"\n                },\n                {\n                    \"doctor_id\": 4,\n                    \"workday_id\": 2,\n                    \"start_time\": \"2021-01-01T08:00:00+08:00\",\n                    \"end_time\": \"2021-01-01T08:00:00+08:00\"\n                }\n            ]\n        },\n        {\n            \"id\": 5,\n            \"user_id\": 5,\n            \"doctor_name\": \"Doctor Fauzan\",\n            \"doctor_experienced\": \"under_five_years\",\n            \"doctor_description\": \"Doctor Desc A\",\n            \"doctor_avatar\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846314/Avatar/ayfbld7zf06dxnyqrrz3.jpg\",\n            \"doctor_office_name\": \"Doctor Office A\",\n            \"doctor_office_address\": \"Doctor Office Addr A\",\n            \"doctor_office_city\": \"Doctor Office City A\",\n            \"doctor_meet_link\": \"Doctor Meet Link A\",\n            \"doctor_sipp_file\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846315/Avatar/fnadli4xsrv8pdn3hnyv.pdf\",\n            \"doctor_sipp\": 1,\n            \"doctor_str\": 1,\n            \"doctor_str_file\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846316/Avatar/mlie7ivigntfh87gkhdd.pdf\",\n            \"doctor_cv\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846317/Avatar/rmpxb6xawe4uzqm1bomc.pdf\",\n            \"doctor_ijazah\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846317/Avatar/liihi9sivrtfp2r81nf8.pdf\",\n            \"doctor_balance\": 1000,\n            \"doctor_status\": \"request\",\n            \"doctor_expertise\": 0,\n            \"experience\": [\n                {\n                    \"doctor_id\": 5,\n                    \"doctor_company\": \"Company X\",\n                    \"doctor_title\": \"Title X\",\n                    \"doctor_experience_description\": \"Description X\",\n                    \"doctor_start_date\": \"2020-01-01T08:00:00+08:00\",\n                    \"doctor_end_date\": \"2021-01-01T08:00:00+08:00\",\n                    \"doctor_is_now\": true\n                },\n                {\n                    \"doctor_id\": 5,\n                    \"doctor_company\": \"Company Y\",\n                    \"doctor_title\": \"Title Y\",\n                    \"doctor_experience_description\": \"Description Y\",\n                    \"doctor_start_date\": \"2021-01-01T08:00:00+08:00\",\n                    \"doctor_end_date\": \"2022-01-01T08:00:00+08:00\",\n                    \"doctor_is_now\": false\n                }\n            ],\n            \"education\": [\n                {\n                    \"doctor_id\": 5,\n                    \"doctor_university\": \"University A\",\n                    \"doctor_study_program\": \"Program A \",\n                    \"doctor_graduate_year\": \"2020-01-01T08:00:00+08:00\"\n                },\n                {\n                    \"doctor_id\": 5,\n                    \"doctor_university\": \"University B\",\n                    \"doctor_study_program\": \"Program B\",\n                    \"doctor_graduate_year\": \"2021-01-01T08:00:00+08:00\"\n                }\n            ],\n            \"workday\": [\n                {\n                    \"doctor_id\": 5,\n                    \"workday_id\": 1,\n                    \"start_time\": \"2021-01-01T08:00:00+08:00\",\n                    \"end_time\": \"2021-01-01T08:00:00+08:00\"\n                },\n                {\n                    \"doctor_id\": 5,\n                    \"workday_id\": 2,\n                    \"start_time\": \"2021-01-01T08:00:00+08:00\",\n                    \"end_time\": \"2021-01-01T08:00:00+08:00\"\n                }\n            ]\n        }\n    ],\n    \"message\": \"Success\"\n}"}],"_postman_id":"9779bd7c-2fe8-472b-808d-97b63ce1bf9d"},{"name":"Get Doctor By ID","id":"6a860f2f-e3b2-447f-97ca-e6720b2c56a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"GET","header":[],"url":"https://kmb5alta.online/doctor/13","urlObject":{"path":["doctor","13"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"7de24f9e-8dec-41c2-b993-34b1884fe4ec","name":"Get Doctor By ID","originalRequest":{"method":"GET","header":[],"url":"https://kmb5alta.online/doctor/5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 06 Dec 2023 07:52:30 GMT"},{"key":"Content-Length","value":"1993"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 5,\n        \"user_id\": 5,\n        \"doctor_name\": \"Doctor Fauzan\",\n        \"doctor_experienced\": \"under_five_years\",\n        \"doctor_description\": \"Doctor Desc A\",\n        \"doctor_avatar\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846314/Avatar/ayfbld7zf06dxnyqrrz3.jpg\",\n        \"doctor_office_name\": \"Doctor Office A\",\n        \"doctor_office_address\": \"Doctor Office Addr A\",\n        \"doctor_office_city\": \"Doctor Office City A\",\n        \"doctor_meet_link\": \"Doctor Meet Link A\",\n        \"doctor_sipp_file\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846315/Avatar/fnadli4xsrv8pdn3hnyv.pdf\",\n        \"doctor_sipp\": 1,\n        \"doctor_str\": 1,\n        \"doctor_str_file\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846316/Avatar/mlie7ivigntfh87gkhdd.pdf\",\n        \"doctor_cv\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846317/Avatar/rmpxb6xawe4uzqm1bomc.pdf\",\n        \"doctor_ijazah\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846317/Avatar/liihi9sivrtfp2r81nf8.pdf\",\n        \"doctor_balance\": 1000,\n        \"doctor_status\": \"request\",\n        \"doctor_expertise\": 0,\n        \"experience\": [\n            {\n                \"doctor_id\": 5,\n                \"doctor_company\": \"Company X\",\n                \"doctor_title\": \"Title X\",\n                \"doctor_experience_description\": \"Description X\",\n                \"doctor_start_date\": \"2020-01-01T08:00:00+08:00\",\n                \"doctor_end_date\": \"2021-01-01T08:00:00+08:00\",\n                \"doctor_is_now\": true\n            },\n            {\n                \"doctor_id\": 5,\n                \"doctor_company\": \"Company Y\",\n                \"doctor_title\": \"Title Y\",\n                \"doctor_experience_description\": \"Description Y\",\n                \"doctor_start_date\": \"2021-01-01T08:00:00+08:00\",\n                \"doctor_end_date\": \"2022-01-01T08:00:00+08:00\",\n                \"doctor_is_now\": false\n            }\n        ],\n        \"education\": [\n            {\n                \"doctor_id\": 5,\n                \"doctor_university\": \"University A\",\n                \"doctor_study_program\": \"Program A \",\n                \"doctor_graduate_year\": \"2020-01-01T08:00:00+08:00\"\n            },\n            {\n                \"doctor_id\": 5,\n                \"doctor_university\": \"University B\",\n                \"doctor_study_program\": \"Program B\",\n                \"doctor_graduate_year\": \"2021-01-01T08:00:00+08:00\"\n            }\n        ],\n        \"workday\": [\n            {\n                \"doctor_id\": 5,\n                \"workday_id\": 1,\n                \"start_time\": \"2021-01-01T08:00:00+08:00\",\n                \"end_time\": \"2021-01-01T08:00:00+08:00\"\n            },\n            {\n                \"doctor_id\": 5,\n                \"workday_id\": 2,\n                \"start_time\": \"2021-01-01T08:00:00+08:00\",\n                \"end_time\": \"2021-01-01T08:00:00+08:00\"\n            }\n        ]\n    },\n    \"message\": \"Success\"\n}"}],"_postman_id":"6a860f2f-e3b2-447f-97ca-e6720b2c56a1"},{"name":"Get Doctor By User ID","id":"b6bd8a77-51fe-4256-b505-9fcf28431a61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"GET","header":[],"url":"https://kmb5alta.online/doctor/user/77","urlObject":{"path":["doctor","user","77"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"ab0192d8-af0a-4177-aef4-5a21fe9c8e13","name":"Get Doctor By ID","originalRequest":{"method":"GET","header":[],"url":"https://kmb5alta.online/doctor/5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 06 Dec 2023 07:52:30 GMT"},{"key":"Content-Length","value":"1993"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 5,\n        \"user_id\": 5,\n        \"doctor_name\": \"Doctor Fauzan\",\n        \"doctor_experienced\": \"under_five_years\",\n        \"doctor_description\": \"Doctor Desc A\",\n        \"doctor_avatar\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846314/Avatar/ayfbld7zf06dxnyqrrz3.jpg\",\n        \"doctor_office_name\": \"Doctor Office A\",\n        \"doctor_office_address\": \"Doctor Office Addr A\",\n        \"doctor_office_city\": \"Doctor Office City A\",\n        \"doctor_meet_link\": \"Doctor Meet Link A\",\n        \"doctor_sipp_file\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846315/Avatar/fnadli4xsrv8pdn3hnyv.pdf\",\n        \"doctor_sipp\": 1,\n        \"doctor_str\": 1,\n        \"doctor_str_file\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846316/Avatar/mlie7ivigntfh87gkhdd.pdf\",\n        \"doctor_cv\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846317/Avatar/rmpxb6xawe4uzqm1bomc.pdf\",\n        \"doctor_ijazah\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846317/Avatar/liihi9sivrtfp2r81nf8.pdf\",\n        \"doctor_balance\": 1000,\n        \"doctor_status\": \"request\",\n        \"doctor_expertise\": 0,\n        \"experience\": [\n            {\n                \"doctor_id\": 5,\n                \"doctor_company\": \"Company X\",\n                \"doctor_title\": \"Title X\",\n                \"doctor_experience_description\": \"Description X\",\n                \"doctor_start_date\": \"2020-01-01T08:00:00+08:00\",\n                \"doctor_end_date\": \"2021-01-01T08:00:00+08:00\",\n                \"doctor_is_now\": true\n            },\n            {\n                \"doctor_id\": 5,\n                \"doctor_company\": \"Company Y\",\n                \"doctor_title\": \"Title Y\",\n                \"doctor_experience_description\": \"Description Y\",\n                \"doctor_start_date\": \"2021-01-01T08:00:00+08:00\",\n                \"doctor_end_date\": \"2022-01-01T08:00:00+08:00\",\n                \"doctor_is_now\": false\n            }\n        ],\n        \"education\": [\n            {\n                \"doctor_id\": 5,\n                \"doctor_university\": \"University A\",\n                \"doctor_study_program\": \"Program A \",\n                \"doctor_graduate_year\": \"2020-01-01T08:00:00+08:00\"\n            },\n            {\n                \"doctor_id\": 5,\n                \"doctor_university\": \"University B\",\n                \"doctor_study_program\": \"Program B\",\n                \"doctor_graduate_year\": \"2021-01-01T08:00:00+08:00\"\n            }\n        ],\n        \"workday\": [\n            {\n                \"doctor_id\": 5,\n                \"workday_id\": 1,\n                \"start_time\": \"2021-01-01T08:00:00+08:00\",\n                \"end_time\": \"2021-01-01T08:00:00+08:00\"\n            },\n            {\n                \"doctor_id\": 5,\n                \"workday_id\": 2,\n                \"start_time\": \"2021-01-01T08:00:00+08:00\",\n                \"end_time\": \"2021-01-01T08:00:00+08:00\"\n            }\n        ]\n    },\n    \"message\": \"Success\"\n}"}],"_postman_id":"b6bd8a77-51fe-4256-b505-9fcf28431a61"},{"name":"Get List Patient in Dashboard Doctor","id":"c6d3ad3f-9da7-47ac-8108-e6edc1d5bbc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"GET","header":[],"url":"https://kmb5alta.online/doctor/patientlist/6","urlObject":{"path":["doctor","patientlist","6"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"7cefa5bf-ec58-4e58-bfb3-6326a5266eb4","name":"Get List Patient in Dashboard Doctor","originalRequest":{"method":"GET","header":[],"url":"localhost:8000/doctor/patientlist/6"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 13 Dec 2023 12:03:49 GMT"},{"key":"Content-Length","value":"630"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"patient_id\": 1,\n            \"patient_name\": \"nurul fauziah\",\n            \"gender\": \"Perempuan\",\n            \"topic\": \"Pekerjaan\",\n            \"layanan\": \"Chat\"\n        },\n        {\n            \"patient_id\": 12,\n            \"patient_name\": \"Abdul Fahmi\",\n            \"gender\": \"Laki-laki\",\n            \"topic\": \"Percintaan\",\n            \"layanan\": \"VideoCall\"\n        },\n        {\n            \"patient_id\": 15,\n            \"patient_name\": \"Dhea\",\n            \"gender\": \"Perempuan\",\n            \"topic\": \"Pendidikan\",\n            \"layanan\": \"Chat\"\n        },\n        {\n            \"patient_id\": 0,\n            \"patient_name\": \"\",\n            \"gender\": \"\",\n            \"topic\": \"\",\n            \"layanan\": \"\"\n        },\n        {\n            \"patient_id\": 1,\n            \"patient_name\": \"nurul fauziah\",\n            \"gender\": \"Perempuan\",\n            \"topic\": \"Pekerjaan\",\n            \"layanan\": \"Chat\"\n        },\n        {\n            \"patient_id\": 1,\n            \"patient_name\": \"nurul fauziah\",\n            \"gender\": \"Perempuan\",\n            \"topic\": \"Pekerjaan\",\n            \"layanan\": \"Chat\"\n        }\n    ],\n    \"message\": \"Success\"\n}"}],"_postman_id":"c6d3ad3f-9da7-47ac-8108-e6edc1d5bbc2"},{"name":"Dashboard Laporan Mingguan","id":"b0b05c04-57f2-4a99-9555-6aa2dc1b9c6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"GET","header":[],"url":"https://kmb5alta.online/doctor/dashboard/6","urlObject":{"path":["doctor","dashboard","6"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"743983c1-f966-4772-bef0-d95a885ea65a","name":"Dashboard Laporan Mingguan","originalRequest":{"method":"GET","header":[],"url":"localhost:8000/doctor/dashboard/6"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 13 Dec 2023 12:05:17 GMT"},{"key":"Content-Length","value":"144"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"total_patient\": 6,\n        \"total_jam_praktek\": 7,\n        \"total_layanan_chat\": 4,\n        \"total_layanan_video_call\": 1\n    },\n    \"message\": \"Success get dashboard doctor\"\n}"}],"_postman_id":"b0b05c04-57f2-4a99-9555-6aa2dc1b9c6b"},{"name":"Search Doctor by Name","id":"103c86ad-78c1-4d68-a0f3-583516dfac7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"GET","header":[],"url":"https://kmb5alta.online/doctor?name=agung","urlObject":{"path":["doctor"],"host":["https://kmb5alta.online"],"query":[{"key":"name","value":"agung"}],"variable":[]}},"response":[{"id":"6b56eed4-fb22-4639-bf50-eab019b4158a","name":"Search Doctor by Name","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://kmb5alta.online/doctor/search?name=Doctor A","host":["https://kmb5alta.online"],"path":["doctor","search"],"query":[{"key":"name","value":"Doctor A"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 06 Dec 2023 07:52:14 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"user_id\": 1,\n            \"doctor_name\": \"Doctor A\",\n            \"doctor_experienced\": \"under_five_years\",\n            \"doctor_description\": \"Doctor Desc A\",\n            \"doctor_avatar\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701672506/Avatar/br6ug0ltttqgd8urgivu.jpg\",\n            \"doctor_office_name\": \"Doctor Office A\",\n            \"doctor_office_address\": \"Doctor Office Addr A\",\n            \"doctor_office_city\": \"Doctor Office City A\",\n            \"doctor_meet_link\": \"Doctor Meet Link A\",\n            \"doctor_sipp_file\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701672507/Avatar/nrfwkszqb0b2vnyqdyf3.pdf\",\n            \"doctor_sipp\": 0,\n            \"doctor_str\": 0,\n            \"doctor_str_file\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701672508/Avatar/kzrhb4zn1kybvnc06tip.pdf\",\n            \"doctor_cv\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701672509/Avatar/kgvlmzbr29ij6tflnzev.pdf\",\n            \"doctor_ijazah\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701672510/Avatar/w57cv0ieb9nrmmkhlot9.pdf\",\n            \"doctor_balance\": 0,\n            \"doctor_status\": \"request\",\n            \"doctor_expertise\": 0,\n            \"experience\": [\n                {\n                    \"doctor_id\": 1,\n                    \"doctor_company\": \"Company X\",\n                    \"doctor_title\": \"Title X\",\n                    \"doctor_experience_description\": \"Description X\",\n                    \"doctor_start_date\": \"2020-01-01T08:00:00+08:00\",\n                    \"doctor_end_date\": \"2021-01-01T08:00:00+08:00\",\n                    \"doctor_is_now\": true\n                },\n                {\n                    \"doctor_id\": 1,\n                    \"doctor_company\": \"Company Y\",\n                    \"doctor_title\": \"Title Y\",\n                    \"doctor_experience_description\": \"Description Y\",\n                    \"doctor_start_date\": \"2021-01-01T08:00:00+08:00\",\n                    \"doctor_end_date\": \"2022-01-01T08:00:00+08:00\",\n                    \"doctor_is_now\": false\n                }\n            ],\n            \"education\": [\n                {\n                    \"doctor_id\": 1,\n                    \"doctor_university\": \"University A\",\n                    \"doctor_study_program\": \"Program A \",\n                    \"doctor_graduate_year\": \"2020-01-01T08:00:00+08:00\"\n                },\n                {\n                    \"doctor_id\": 1,\n                    \"doctor_university\": \"University B\",\n                    \"doctor_study_program\": \"Program B\",\n                    \"doctor_graduate_year\": \"2021-01-01T08:00:00+08:00\"\n                }\n            ],\n            \"workday\": [\n                {\n                    \"doctor_id\": 1,\n                    \"workday_id\": 1,\n                    \"start_time\": \"2021-01-01T08:00:00+08:00\",\n                    \"end_time\": \"2021-01-01T08:00:00+08:00\"\n                },\n                {\n                    \"doctor_id\": 1,\n                    \"workday_id\": 2,\n                    \"start_time\": \"2021-01-01T08:00:00+08:00\",\n                    \"end_time\": \"2021-01-01T08:00:00+08:00\"\n                }\n            ]\n        },\n        {\n            \"id\": 4,\n            \"user_id\": 4,\n            \"doctor_name\": \"Doctor A\",\n            \"doctor_experienced\": \"under_five_years\",\n            \"doctor_description\": \"Doctor Desc A\",\n            \"doctor_avatar\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846226/Avatar/eygqlgflsk5m62byjwgd.jpg\",\n            \"doctor_office_name\": \"Doctor Office A\",\n            \"doctor_office_address\": \"Doctor Office Addr A\",\n            \"doctor_office_city\": \"Doctor Office City A\",\n            \"doctor_meet_link\": \"Doctor Meet Link A\",\n            \"doctor_sipp_file\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846227/Avatar/dl58pepwxbvg4th5c4ve.pdf\",\n            \"doctor_sipp\": 0,\n            \"doctor_str\": 0,\n            \"doctor_str_file\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846228/Avatar/lonciskggl8nwh2gkr3x.pdf\",\n            \"doctor_cv\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846228/Avatar/iprkziosd0d12c0m1x7y.pdf\",\n            \"doctor_ijazah\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846229/Avatar/qivbb3oxxlyyuecpslcp.pdf\",\n            \"doctor_balance\": 0,\n            \"doctor_status\": \"request\",\n            \"doctor_expertise\": 0,\n            \"experience\": [\n                {\n                    \"doctor_id\": 4,\n                    \"doctor_company\": \"Company X\",\n                    \"doctor_title\": \"Title X\",\n                    \"doctor_experience_description\": \"Description X\",\n                    \"doctor_start_date\": \"2020-01-01T08:00:00+08:00\",\n                    \"doctor_end_date\": \"2021-01-01T08:00:00+08:00\",\n                    \"doctor_is_now\": true\n                },\n                {\n                    \"doctor_id\": 4,\n                    \"doctor_company\": \"Company Y\",\n                    \"doctor_title\": \"Title Y\",\n                    \"doctor_experience_description\": \"Description Y\",\n                    \"doctor_start_date\": \"2021-01-01T08:00:00+08:00\",\n                    \"doctor_end_date\": \"2022-01-01T08:00:00+08:00\",\n                    \"doctor_is_now\": false\n                }\n            ],\n            \"education\": [\n                {\n                    \"doctor_id\": 4,\n                    \"doctor_university\": \"University A\",\n                    \"doctor_study_program\": \"Program A \",\n                    \"doctor_graduate_year\": \"2020-01-01T08:00:00+08:00\"\n                },\n                {\n                    \"doctor_id\": 4,\n                    \"doctor_university\": \"University B\",\n                    \"doctor_study_program\": \"Program B\",\n                    \"doctor_graduate_year\": \"2021-01-01T08:00:00+08:00\"\n                }\n            ],\n            \"workday\": [\n                {\n                    \"doctor_id\": 4,\n                    \"workday_id\": 1,\n                    \"start_time\": \"2021-01-01T08:00:00+08:00\",\n                    \"end_time\": \"2021-01-01T08:00:00+08:00\"\n                },\n                {\n                    \"doctor_id\": 4,\n                    \"workday_id\": 2,\n                    \"start_time\": \"2021-01-01T08:00:00+08:00\",\n                    \"end_time\": \"2021-01-01T08:00:00+08:00\"\n                }\n            ]\n        }\n    ],\n    \"message\": \"Success\"\n}"}],"_postman_id":"103c86ad-78c1-4d68-a0f3-583516dfac7d"},{"name":"Edit Doctor Datapokok By Doctor ID","id":"10a9420b-fe2d-4c30-bc7a-3087356916ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"formdata","formdata":[{"key":"doctor_name","value":"Fauzan Ali Gans","type":"text"},{"key":"doctor_nik","value":"3173645454546372","type":"text"},{"key":"doctor_dob","value":"Tangerang, 11 Mei 2002","type":"text"},{"key":"doctor_gender","value":"laki","type":"text"},{"key":"doctor_description","value":"Doctor Description","type":"text"},{"key":"doctor_provinsi","value":"Jakarta","type":"text"},{"key":"doctor_kota","value":"Jakarta Barat","type":"text"},{"key":"doctor_number_phone","value":"0876776547364","type":"text"},{"key":"doctor_meet_link","value":"www.google.com","type":"text"},{"key":"doctor_sipp","value":"0034588908839","type":"text"},{"key":"doctor_str","value":"0034588908839","type":"text"},{"key":"expertise_id","value":"4","type":"text"},{"key":"doctor_avatar","type":"file","src":"postman-cloud:///1ef7fa7d-21bf-4bd0-a7e9-625431b0e112"},{"key":"doctor_sipp_file","type":"file","src":"postman-cloud:///1ef80867-b324-4600-8ad6-2f3f155cdad2"},{"key":"doctor_str_file","type":"file","src":"postman-cloud:///1ef80867-b324-4600-8ad6-2f3f155cdad2"},{"key":"doctor_cv","type":"file","src":"postman-cloud:///1ef80867-b324-4600-8ad6-2f3f155cdad2"},{"key":"doctor_ijazah","type":"file","src":"postman-cloud:///1ef80867-b324-4600-8ad6-2f3f155cdad2"}]},"url":"https://kmb5alta.online/doctor/datapokok/13","urlObject":{"path":["doctor","datapokok","13"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[],"_postman_id":"10a9420b-fe2d-4c30-bc7a-3087356916ee"},{"name":"Edit Doctor Workdays By Doctor ID","id":"c0c4f248-c102-49de-ba91-6db1881350b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\r\n            {\r\n                \"id\": 1,\r\n                \"workday_id\": 3,\r\n                \"start_time\": \"2021-01-01T00:00:00Z\",\r\n                \"end_time\": \"2021-01-01T00:00:00Z\"\r\n            },\r\n            {\r\n                \"id\": 2,\r\n                \"workday_id\": 4,\r\n                \"start_time\": \"2021-01-01T00:00:00Z\",\r\n                \"end_time\": \"2021-01-01T00:00:00Z\"\r\n            }\r\n        ]","options":{"raw":{"language":"json"}}},"url":"https://kmb5alta.online/doctor/workday/1","urlObject":{"path":["doctor","workday","1"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"93202e68-45b5-4217-b1c3-9b5b48ab9e3b","name":"Edit Doctor Workdays By Doctor ID","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\r\n            {\r\n                \"id\": 1,\r\n                \"workday_id\": 3,\r\n                \"start_time\": \"2021-01-01T00:00:00Z\",\r\n                \"end_time\": \"2021-01-01T00:00:00Z\"\r\n            },\r\n            {\r\n                \"id\": 2,\r\n                \"workday_id\": 4,\r\n                \"start_time\": \"2021-01-01T00:00:00Z\",\r\n                \"end_time\": \"2021-01-01T00:00:00Z\"\r\n            }\r\n        ]","options":{"raw":{"language":"json"}}},"url":"https://kmb5alta.online/doctor/workday/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 10 Dec 2023 06:52:53 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=1xt4CnSoOgT%2BWGHsgu80prl%2F%2BfC2aQ0MiHu51UkYVaCqoyTb%2B8a3a34s6gm%2FFmRSDi1%2BkuOSq28rhegPaAahHuYvs4MOsRufpuJ2KI51PKgmVZTQWehkDWxg98IUCkE8p94%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"833391504d8a25a5-HKG"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"status_updated\": true,\n            \"description\": \"Succesfully updated\"\n        },\n        {\n            \"id\": 2,\n            \"status_updated\": true,\n            \"description\": \"Succesfully updated\"\n        }\n    ],\n    \"message\": \"Success\"\n}"}],"_postman_id":"c0c4f248-c102-49de-ba91-6db1881350b0"},{"name":"Edit Doctor Education By Doctor ID","id":"d0cfc151-5979-4072-adcd-38ebac823dfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\r\n            {\r\n                \"id\": 1,\r\n                \"doctor_university\": \"University C Testing\",\r\n                \"doctor_study_program\": \"Program C Testing\",\r\n                \"doctor_graduate_year\": \"2020-01-01T00:00:00Z\"\r\n            },\r\n            {\r\n                \"id\": 2,\r\n                \"doctor_university\": \"University D Testing\",\r\n                \"doctor_study_program\": \"Program D Testing\",\r\n                \"doctor_graduate_year\": \"2021-01-01T00:00:00Z\"\r\n            }\r\n        ]","options":{"raw":{"language":"json"}}},"url":"https://kmb5alta.online/doctor/education/1","urlObject":{"path":["doctor","education","1"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"5048d280-8470-4e26-b33d-9e9c06dc2a02","name":"Edit Doctor Education By Doctor ID","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\r\n            {\r\n                \"id\": 1,\r\n                \"doctor_university\": \"University C Testing\",\r\n                \"doctor_study_program\": \"Program C Testing\",\r\n                \"doctor_graduate_year\": \"2020-01-01T00:00:00Z\"\r\n            },\r\n            {\r\n                \"id\": 2,\r\n                \"doctor_university\": \"University D Testing\",\r\n                \"doctor_study_program\": \"Program D Testing\",\r\n                \"doctor_graduate_year\": \"2021-01-01T00:00:00Z\"\r\n            }\r\n        ]","options":{"raw":{"language":"json"}}},"url":"https://kmb5alta.online/doctor/education/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 10 Dec 2023 06:55:00 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=UVO0%2BPjGCpFQ90qRQf7bx2HDZDc7NKmhOPH%2FtO0HXD2lGPHSXi3I6vLHMCA1UpwkTDnlFM8xcL%2FXxJxj9n80QD47FZGjxeUYbS28172NibUF6qg84rFWgnjMTFS0eL09UC0%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8333946cf9b425a5-HKG"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"status_updated\": true,\n            \"description\": \"Succesfully updated\"\n        },\n        {\n            \"id\": 2,\n            \"status_updated\": true,\n            \"description\": \"Succesfully updated\"\n        }\n    ],\n    \"message\": \"Success\"\n}"}],"_postman_id":"d0cfc151-5979-4072-adcd-38ebac823dfd"},{"name":"Edit Doctor Experience By Doctor ID","id":"a4ec9af6-2d74-449d-87e7-e9c9416c53db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\r\n                {\r\n                    \"id\": 1,\r\n                    \"doctor_company\": \"Company C Update\",\r\n                    \"doctor_title\": \"Title C Update\",\r\n                    \"doctor_experience_description\": \"Description C Update\",\r\n                    \"doctor_start_date\": \"2020-01-01T00:00:00Z\",\r\n                    \"doctor_end_date\": \"2021-01-01T00:00:00Z\",\r\n                    \"doctor_is_now\": true\r\n                },\r\n                {\r\n                    \"id\": 2,\r\n                    \"doctor_company\": \"Company D Update\",\r\n                    \"doctor_title\": \"Title D Update\",\r\n                    \"doctor_experience_description\": \"Description D Update\",\r\n                    \"doctor_start_date\": \"2021-01-01T00:00:00Z\",\r\n                    \"doctor_end_date\": \"2022-01-01T00:00:00Z\",\r\n                    \"doctor_is_now\": false\r\n                }\r\n            ]","options":{"raw":{"language":"json"}}},"url":"https://kmb5alta.online/doctor/experience/1","urlObject":{"path":["doctor","experience","1"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"9916f38d-9a7b-4005-a423-f0ea9d9e97f9","name":"Edit Doctor Experience By Doctor ID","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\r\n                {\r\n                    \"id\": 1,\r\n                    \"doctor_company\": \"Company C Update\",\r\n                    \"doctor_title\": \"Title C Update\",\r\n                    \"doctor_experience_description\": \"Description C Update\",\r\n                    \"doctor_start_date\": \"2020-01-01T00:00:00Z\",\r\n                    \"doctor_end_date\": \"2021-01-01T00:00:00Z\",\r\n                    \"doctor_is_now\": true\r\n                },\r\n                {\r\n                    \"id\": 2,\r\n                    \"doctor_company\": \"Company D Update\",\r\n                    \"doctor_title\": \"Title D Update\",\r\n                    \"doctor_experience_description\": \"Description D Update\",\r\n                    \"doctor_start_date\": \"2021-01-01T00:00:00Z\",\r\n                    \"doctor_end_date\": \"2022-01-01T00:00:00Z\",\r\n                    \"doctor_is_now\": false\r\n                }\r\n            ]","options":{"raw":{"language":"json"}}},"url":"https://kmb5alta.online/doctor/experience/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 10 Dec 2023 06:51:18 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=KUJ4Mm9EvhjqtuYzLE2QrIS5nI7rBZ3gaV%2FHHgXD%2F7yEERx8iv2XK27FsO10UhcHQjDHRKWxVliyCCfzK4Gdq%2BXtjPUUkR2aBj9vFtYhFirlRTh5fz6dx5Zz%2BJsZhM8ZGJU%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"83338efe29b325a5-HKG"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"status_updated\": true,\n            \"description\": \"Succesfully updated\"\n        },\n        {\n            \"id\": 2,\n            \"status_updated\": true,\n            \"description\": \"Succesfully updated\"\n        }\n    ],\n    \"message\": \"Success\"\n}"}],"_postman_id":"a4ec9af6-2d74-449d-87e7-e9c9416c53db"},{"name":"Delete Doctor Data By ID","id":"2f376704-29c5-4754-beff-cb154f29dc28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"formdata","formdata":[{"key":"doctor_name","value":"Fauzan Ali Gans Update","type":"text"},{"key":"doctor_experienced","value":"five_to_ten_years","type":"text"},{"key":"doctor_description","value":"Doctor Desc B","type":"text"},{"key":"doctor_office_name","value":"Doctor Office B","type":"text"},{"key":"doctor_office_address","value":"Doctor Office Addr B","type":"text"},{"key":"doctor_office_city","value":"Doctor Office City B","type":"text"},{"key":"doctor_meet_link","value":"Doctor Meet Link B","type":"text"},{"key":"expertise_id","value":"4","type":"text"}]},"url":"https://kmb5alta.online/doctor/rating/1","urlObject":{"path":["doctor","rating","1"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[],"_postman_id":"2f376704-29c5-4754-beff-cb154f29dc28"},{"name":"Doctor Testing (BACKEND ONLY)","id":"fb60e31a-7e69-443e-b8ac-e9ec65cbc0e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"[\r\n        {\r\n            \"id\": 3,\r\n            \"doctor_id\": 2,\r\n            \"workday_id\": 9,\r\n            \"start_time\": \"2021-01-01T07:00:00+07:00\",\r\n            \"end_time\": \"2021-01-01T07:00:00+07:00\"\r\n        },\r\n        {\r\n            \"id\": 4,\r\n            \"doctor_id\": 2,\r\n            \"workday_id\": 2,\r\n            \"start_time\": \"2021-01-01T07:00:00+07:00\",\r\n            \"end_time\": \"2021-01-01T07:00:00+07:00\"\r\n        }\r\n    ]","options":{"raw":{"language":"json"}}},"url":"localhost:8080/doctor/workday","urlObject":{"port":"8080","path":["doctor","workday"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"fb60e31a-7e69-443e-b8ac-e9ec65cbc0e1"},{"name":"Reject Counseling","id":"4458e59a-6e3f-43c2-9d0c-d4f64a5b4a05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"alasan\":\"overbook\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://kmb5alta.online/counseling/2/reject","urlObject":{"path":["counseling","2","reject"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"3d3df9e6-21bb-4380-9a5e-300274847db2","name":"Invalid Param ID","originalRequest":{"method":"POST","header":[],"url":"localhost:8000/counseling/dua/reject"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Fri, 15 Dec 2023 07:59:18 GMT"},{"key":"Content-Length","value":"31"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Param ID\"\n}"},{"id":"7f2221fa-f5b0-403c-bfaa-72ef2fc8ea87","name":"Invalid User Input","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"alasan\":123\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/counseling/2/reject"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Fri, 15 Dec 2023 07:59:44 GMT"},{"key":"Content-Length","value":"33"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid User Input\"\n}"},{"id":"59280bdc-6405-4c64-a443-1a64fef5f046","name":"Success Update Status","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"alasan\":\"overbook\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/counseling/2/reject"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Fri, 15 Dec 2023 08:01:34 GMT"},{"key":"Content-Length","value":"48"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": true,\n    \"message\": \"Success Update Status\"\n}"},{"id":"9656e60f-4852-425f-812b-efb45875ecf4","name":"Unauthorized Counseling Session","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"alasan\":\"overbook\"\r\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/counseling/2/reject"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Fri, 15 Dec 2023 09:12:06 GMT"},{"key":"Content-Length","value":"72"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Dokter Tidak Memiliki Berhak Untuk Counseling Session Ini\"\n}"}],"_postman_id":"4458e59a-6e3f-43c2-9d0c-d4f64a5b4a05"},{"name":"Approve Counseling","id":"4dd4a1c9-0de3-4725-8068-7a8316fbcafa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"POST","header":[],"url":"https://kmb5alta.online/counseling/2/approve","urlObject":{"path":["counseling","2","approve"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"ad2fe44b-c941-4c7b-a59a-98a72c726ac8","name":"Success Approve Session","originalRequest":{"method":"POST","header":[],"url":"localhost:8000/counseling/1/approve"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Fri, 15 Dec 2023 07:47:47 GMT"},{"key":"Content-Length","value":"48"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": true,\n    \"message\": \"Success Update Status\"\n}"},{"id":"255b6e07-5249-4a37-867a-c7e34ae3c71b","name":"Invalid Param ID","originalRequest":{"method":"POST","header":[],"url":"localhost:8000/counseling/satu/approve"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Fri, 15 Dec 2023 07:48:25 GMT"},{"key":"Content-Length","value":"31"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid Param ID\"\n}"},{"id":"a8cf7766-4494-4e61-b3eb-997bb58eb0ee","name":"Unauthorized Counseling Session","originalRequest":{"method":"POST","header":[],"url":"localhost:8000/counseling/2/approve"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Fri, 15 Dec 2023 09:09:49 GMT"},{"key":"Content-Length","value":"68"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Dokter Tidak Memiliki Berhak Untuk Counseling Session\"\n}"}],"_postman_id":"4dd4a1c9-0de3-4725-8068-7a8316fbcafa"}],"id":"4d27a539-de43-4608-bb37-c3b13d476b95","description":"<ul>\n<li>API pada folder ini dikhususkan untuk keperluan halaman <strong>Dokter.</strong></li>\n<li>Semua API didalam folder ini memerlukan <strong>Authorization</strong> dengan <strong>Role</strong> sebagai <strong>Dokter.</strong></li>\n</ul>\n<h2 id=\"flow-registrasi-dokter\">Flow Registrasi Dokter</h2>\n<ol>\n<li><p>Melakukan registrasi user terlebih dahulu pada endpoint <code>/register</code> dengan memasukan value <code>\"role\": \"Doctor\"</code></p>\n</li>\n<li><p>Melakukan login sesuai dengan email dan password yang telah didaftarkan. Jangan lupa untuk mengambil access_token guna token Authorization saat registrasi datapokok dokter.</p>\n</li>\n<li><p>Melakukan registrasi datapokok dokter dengan endpoint <code>/doctor/register</code></p>\n</li>\n</ol>\n<h2 id=\"deskripsi-request-registrasi-dokter\">Deskripsi Request Registrasi Dokter</h2>\n<ul>\n<li>Memakai form-data untuk pengiriman request dikarenakan ada beberapa key yang datanya berbentuk <code>multipart.File</code></li>\n<li>File yang diterima untuk avatar adalah <code>.jpg, .png, .jpeg</code> dan untuk surat-surat dokter lainnya adalah <code>.pdf</code></li>\n<li>Jangan lupa untuk menambahkan <code>Authorization: Bearer</code> karena endpoint ini membutuhkan jwt.</li>\n<li>Tipe data yang digunakan untuk tanggal, jam, hari di request dokter adalah <code>timestamp</code></li>\n</ul>\n<ol>\n<li>Untuk field <code>\"doctor_experienced\"</code>, value yang bisa digunakan adalah:</li>\n</ol>\n<ul>\n<li><code>under_five_years</code> (dibawah 5 tahun)</li>\n<li><code>five_to_ten_years</code> (5 - 10 tahun)</li>\n<li><code>above_ten_years</code> (10 tahun keatas)</li>\n</ul>\n<p>2. Untuk field <code>\"workday_id\"</code>, value yang bisa digunakan adalah:</p>\n<img src=\"https://content.pstmn.io/9fd2c634-c57a-4d10-9515-ea5028e99873/aW1hZ2UucG5n\" alt=\"Referensi%20value%20workday_id\" width=\"181\" height=\"305\" />\n\n<p>2. Untuk field <code>\"expertise_id\"</code>, value yang bisa digunakan adalah:</p>\n<img src=\"https://content.pstmn.io/ed6537d2-cd79-4880-9aa6-76e10b33a4dd/aW1hZ2UucG5n\" alt=\"Referensi%20value%20expertise_id\" width=\"175\" height=\"240\" />\n\n<p>3. Ada beberapa field yang bisa dikirim dalam bentuk array, yaitu Doctor Education, Doctor Experience dan Doctor Workday.</p>\n<ul>\n<li>Mereka dapat dikirim dalam bentuk array karena saat registrasi dokter input dari Entitas tersebut bisa berjumlah lebih dari 1.</li>\n<li>Caranya untuk mengirim array pada form-data dapat dilakukan dengan mengulang key yang sama yang bagaimana dapat dicontohkan pada example request pada endpoint <code>/doctor/register</code></li>\n</ul>\n<p>4. Ada beberapa hal yang harus diperhatikan saat mengirimkan request <code>/doctor/register</code> untuk hal dibawah ini:</p>\n<ul>\n<li>Doctor Education: jumlah key <code>doctor_university</code>, <code>doctor_study_program</code> dan <code>doctor_graduate_year</code> harus sama. Minimal harus ada 1 tiap keynya.</li>\n<li>Doctor Experience: jumlah key <code>doctor_company</code>, <code>doctor_title</code>, <code>doctor_experience_description</code>, <code>doctor_start_date</code>, <code>doctor_end_date</code> dan <code>doctor_is_now</code> harus sama. Minimal harus ada 1 tiap keynya.</li>\n<li>Doctor Workday: jumlah key <code>workday_id</code>, <code>start_time</code> dan <code>end_time</code> harus sama. Minimal harus ada 1 tiap keynya.</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"09913b9a-a597-420c-9987-b9e4c01597d8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"aa822f59-0ad4-49b4-bdaa-8ef72a52c803","type":"text/javascript","exec":[""]}}],"_postman_id":"4d27a539-de43-4608-bb37-c3b13d476b95"}],"id":"98bbcd99-454d-4de2-bc85-211a5c29d0c3","description":"<ul>\n<li>API pada folder ini dikhusus kan untuk <strong>Team REACT</strong></li>\n<li>Semua API didalam folder ini memerlukan <strong>Authorization</strong> dengan <strong>Role</strong> sebagai <strong>Dokter</strong> atau <strong>Admin</strong></li>\n</ul>\n","_postman_id":"98bbcd99-454d-4de2-bc85-211a5c29d0c3","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"059662e9-af70-48a0-9d24-4e1cb7f91d94","id":"059662e9-af70-48a0-9d24-4e1cb7f91d94","name":"EmpathiCare : API Documentation","type":"collection"}}},{"name":"ChatBot","item":[{"name":"Get All ChatBot","id":"aa449a70-3042-485b-8b0e-0b21b6f0969c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8000/chatbot","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4481f368-bb03-4315-99be-6f9db3e4aa36","id":"4481f368-bb03-4315-99be-6f9db3e4aa36","name":"ChatBot","type":"folder"}},"urlObject":{"path":["chatbot"],"host":["localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"ac88b09d-44b9-438c-be93-c47e7146cdbe","name":"Success","originalRequest":{"method":"GET","header":[],"url":"localhost:8000/chatbot"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Tue, 05 Dec 2023 11:14:39 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": \"656f061515a31ffa64a77dc0\",\n            \"user_id\": 4,\n            \"prompt\": \"Bagaimana Cara Mengatasi Stress?\",\n            \"result_prompt\": \"Di suatu tempat yang sunyi dan tenang, terdapat seorang pria muda yang sedang berjalan-jalan di tepi pantai. Dia melihat air laut yang tenang dan langit yang cerah. Namun, di dalam dirinya, terdapat kegelisahan dan ketegangan yang membuatnya merasa seperti terperangkap dalam sebuah pusaran stres.\\n\\nPria muda tersebut menyadari bahwa dia perlu mencari cara untuk mengatasi stress yang sedang dia hadapi. Dia memutuskan untuk mendatangi seorang psikolog terkenal yang memiliki reputasi dalam membantu orang menghadapi tantangan kesehatan mental.\\n\\nSetelah melakukan beberapa pertemuan dengan psikolog, pria muda itu mulai memahami bahwa mengatasi stres bukanlah sekadar menyingkirkan masalah atau mengubah situasi yang membuatnya stress. Sebaliknya, dia harus belajar bagaimana menghadapi dan mengelola reaksi dan emosi yang muncul dalam dirinya.\\n\\nPada sesi terapi berikutnya, psikolog membawa pria muda itu dalam perjalanan visualisasi. Mereka berjalan melalui hutan yang indah dan damai, di mana tiupan angin lembut menyapu wajah mereka. Pada saat mereka mencapai sebuah danau kecil, psikolog meminta pria muda itu untuk duduk dan merenung.\\n\\nSambil duduk di tepi danau, pria muda itu merasakan ketenangan yang meresap ke dalam hatinya. Dia membiarkan pikirannya mengalir seperti aliran air di danau. Dia menyadari bahwa stres adalah bagian dari kehidupan dan seringkali tidak bisa dihindari. Namun, dia bisa memilih bagaimana dia merespons dan menghadapinya.\\n\\nBerbekal pemahaman ini, pria muda itu mulai menerapkan strategi yang dia pelajari dari sesi terapi tersebut. Dia mulai meluangkan waktu untuk dirinya sendiri, melakukan kegiatan yang menyenangkan dan melepaskan beban pikiran yang mengganggu. Dia juga mendalamkan praktik meditasi dan pernapasan yang membantu menjaga keseimbangan emosionalnya.\\n\\nKetika situasi yang menegangkan muncul, pria muda itu belajar untuk menghadapinya dengan sikap yang lebih tenang dan terpusat. Dia menyadari bahwa stres adalah bagian dari hidup, tetapi ia tidak perlu menjadi penyebab kehancuran bagi kesehatan mentalnya. Dia telah menemukan keseimbangan antara meredam stres dan mengembangkan ketahanan mental.\\n\\nKini, ketika dia berjalan-jalan di tepi pantai dan kembali melihat air laut yang tenang dan langit yang cerah, dia merasakan kelegaan dalam dirinya. Dia melihat stres sebagai tantangan yang bisa dia hadapi dan mengatasi dengan penuh keberanian dan kebijaksanaan. Dalam perjalanannya mengatasi stres, dia telah menemukan sebuah kedamaian batin yang selalu ada di dalam dirinya.\",\n            \"date\": \"2023-12-05T11:13:03.81Z\"\n        }\n    ],\n    \"message\": \"Success to get chatbot\"\n}"},{"id":"c4687d96-fbbe-4f60-a44e-c03f5a9aee54","name":"Success data null","originalRequest":{"method":"GET","header":[],"url":"localhost:8000/chatbot"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 04 Dec 2023 06:31:18 GMT"},{"key":"Content-Length","value":"49"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": null,\n    \"message\": \"Success to get chatbot\"\n}"}],"_postman_id":"aa449a70-3042-485b-8b0e-0b21b6f0969c"},{"name":"Create ChatBot","id":"48f7de8e-6bba-422d-a816-aa2b10043523","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"prompt\" : \"Bagaimana Cara Mengatasi Stress?\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/chatbot","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":true,"source":{"_postman_id":"4481f368-bb03-4315-99be-6f9db3e4aa36","id":"4481f368-bb03-4315-99be-6f9db3e4aa36","name":"ChatBot","type":"folder"}},"urlObject":{"path":["chatbot"],"host":["localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"b9058829-ab16-4699-be26-3b4e2dec57ca","name":"Validation Error","originalRequest":{"method":"POST","header":[],"url":"localhost:8000/chatbot"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 04 Dec 2023 08:33:56 GMT"},{"key":"Content-Length","value":"67"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"Prompt\": \"required\"\n    },\n    \"message\": \"Invalid Format Request\"\n}"},{"id":"2f2c6ec6-e705-4ccc-a31c-bf5282ee21a3","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"prompt\" : \"Bagaimana Cara Mengatasi Stress?\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/chatbot"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Mon, 04 Dec 2023 08:35:48 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": \"656d8f64500f0e9cc83ad218\",\n        \"user_id\": 5,\n        \"prompt\": \"Bagaimana Cara Mengatasi Stress?\",\n        \"result_prompt\": \"Berikut adalah beberapa cara yang dapat membantu mengatasi stres:\\n\\n1. Mengenali sumber stres: penting untuk mengidentifikasi apa yang menyebabkan stres dalam kehidupan anda. Ketahui apa yang membuat anda merasa tertekan dan ketegangan.\\n\\n2. Olahraga rutin: berolahraga secara teratur dapat membantu melepaskan ketegangan dan merangsang pelepasan endorfin, yaitu hormon yang dapat meningkatkan suasana hati dan mengurangi stres.\\n\\n3. Istirahat yang cukup: pastikan anda memprioritaskan tidur yang cukup. Kurang tidur dapat meningkatkan stres dan mengurangi kemampuan untuk menghadapi situasi dengan tenang.\\n\\n4. Makan dengan seimbang: perhatian terhadap pola makan yang sehat dapat membantu menjaga stabilitas energi anda. Hindari mengonsumsi makanan atau minuman yang dapat meningkatkan stres, seperti kafein atau makanan olahan yang tinggi kandungan gula.\\n\\n5. Kelola waktu dengan baik: membuat jadwal dan mengatur prioritas dapat membantu menciptakan keseimbangan antara pekerjaan, waktu luang, dan istirahat.\\n\\n6. Menggunakan teknik relaksasi: teknik pernapasan dalam, meditasi, yoga, atau mengikuti hobi yang menenangkan seperti membaca atau berkebun dapat membantu menenangkan pikiran dan mengurangi stres.\\n\\n7. Mencari dukungan sosial: berbagi perasaan dan pengalaman dengan teman atau keluarga dapat membantu meredakan stres. Jika memerlukan dukungan lebih lanjut, terapi dengan seorang profesional juga dapat membantu.\\n\\n8. Membatasi penggunaan media sosial: interaksi yang berlebihan dengan media sosial dapat meningkatkan rasa stres. Batasi waktu yang anda habiskan di media sosial dan hindari membandingkan hidup anda dengan orang lain.\\n\\n9. Menghindari kebiasaan buruk: hindari kebiasaan seperti merokok, minum alkohol berlebihan atau mengonsumsi obat-obatan terlarang, karena dapat membahayakan kesehatan fisik dan mental anda.\\n\\n10. Menjaga pikiran positif: pikirkan hal-hal yang positif dan cobalah untuk melihat situasi dari sudut pandang yang berbeda. Berlatih rasa syukur dan menghargai kehidupan dapat membantu mengurangi stres.\\n\\nSelalu ingatlah bahwa upaya yang berkelanjutan dan konsisten dibutuhkan untuk mengelola dan mengatasi stres.\",\n        \"date\": \"2023-12-04T15:34:47.431903+07:00\"\n    },\n    \"message\": \"Success to create chatbot\"\n}"}],"_postman_id":"48f7de8e-6bba-422d-a816-aa2b10043523"}],"id":"4481f368-bb03-4315-99be-6f9db3e4aa36","description":"<ul>\n<li><p>Folder ini untuk menampung seluruh chatbot dan chatcs</p>\n</li>\n<li><p>Memerlukan Authorization sebagai <strong>Doctor</strong> dan <strong>Patient</strong></p>\n</li>\n</ul>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"event":[{"listen":"prerequest","script":{"id":"2dc1b07c-24ef-4669-a4e8-766f4fac3f9a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"def49a36-b2a6-40ec-b065-7a748ff5be98","type":"text/javascript","exec":[""]}}],"_postman_id":"4481f368-bb03-4315-99be-6f9db3e4aa36"},{"name":"ChatBot CS","item":[{"name":"Get All Chatbot","id":"7e75b895-c48d-4973-8021-95e14a6ae544","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8000/chatbotcs","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"059662e9-af70-48a0-9d24-4e1cb7f91d94","id":"059662e9-af70-48a0-9d24-4e1cb7f91d94","name":"EmpathiCare : API Documentation","type":"collection"}},"urlObject":{"path":["chatbotcs"],"host":["localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"8ec094c8-6a3b-44f1-b088-5068a72eb1d9","name":"Success","originalRequest":{"method":"GET","header":[],"url":"localhost:8000/chatbotcs"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Connection","value":"keep-alive"},{"key":"Content-Type","value":"text/event-stream"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 06 Dec 2023 08:12:24 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"data: {\"message\":\"Hello , Halo! Selamat datang di EmpathiCare. Saya Salsa, Asistent Virtual EmpathiCare 😊. Silakan pilih opsi menu yang Sahabat inginkan\",\"type\":\"bot\"}\n\ndata: {\"message\":\"bagaimana cara melakukan pendaftaran?\",\"type\":\"user\"}\n\ndata: {\"message\":\"Untuk mendaftar, kunjungi halaman pendaftaran dan isi formulir dengan informasi yang diperlukan.\",\"type\":\"bot\"}\n\n"}],"_postman_id":"7e75b895-c48d-4973-8021-95e14a6ae544"},{"name":"Send Message","id":"ee447d60-4c06-4fbb-93d0-882a6ae1244e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"message\" : \"bagaimana cara melakukan pendaftaran?\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/chatbotcs","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"059662e9-af70-48a0-9d24-4e1cb7f91d94","id":"059662e9-af70-48a0-9d24-4e1cb7f91d94","name":"EmpathiCare : API Documentation","type":"collection"}},"urlObject":{"path":["chatbotcs"],"host":["localhost:8000"],"query":[],"variable":[]}},"response":[{"id":"6d85db21-3f5e-4c3d-a2c3-2a7baf038542","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"message\" : \"bagaimana cara melakukan pendaftaran?\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/chatbotcs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 06 Dec 2023 07:59:15 GMT"},{"key":"Content-Length","value":"47"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": true,\n    \"message\": \"Success send message\"\n}"}],"_postman_id":"ee447d60-4c06-4fbb-93d0-882a6ae1244e"}],"id":"d05523b4-47d8-467e-9f65-0aa96ccc9d5a","description":"<ul>\n<li><p>Hanya untuk MOBILE!</p>\n</li>\n<li><p>Fitur ini menggunakan metode Server Sent Events (SSE)</p>\n</li>\n</ul>\n","_postman_id":"d05523b4-47d8-467e-9f65-0aa96ccc9d5a","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"059662e9-af70-48a0-9d24-4e1cb7f91d94","id":"059662e9-af70-48a0-9d24-4e1cb7f91d94","name":"EmpathiCare : API Documentation","type":"collection"}}},{"name":"Transaction","item":[{"name":"Midtrans Transaction","item":[{"name":"Midtrans Sandbox (BE ONLY)","item":[{"name":"Charge Test API","id":"bebb9eb4-189f-4c8d-b42f-da70d2b0865b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Basic U0ItTWlkLXNlcnZlci1WWHc5SWpWZUhfZlpTTDRJWnlrdzNMUjQ6","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"payment_type\": \"bank_transfer\",\r\n  \"transaction_details\": {\r\n      \"order_id\": \"order-101\",\r\n      \"gross_amount\": 44000\r\n  },\r\n  \"bank_transfer\":{\r\n      \"bank\": \"mandiri\"\r\n  }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.sandbox.midtrans.com/v2/charge","urlObject":{"path":["charge"],"host":["https://api.sandbox.midtrans.com/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"bebb9eb4-189f-4c8d-b42f-da70d2b0865b"},{"name":"Get Order ID","id":"a7317714-ba80-4635-84bb-95495aa1696f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Basic U0ItTWlkLXNlcnZlci1WWHc5SWpWZUhfZlpTTDRJWnlrdzNMUjQ6","type":"text"}],"url":"https://api.sandbox.midtrans.com/v2/order_id/status","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"059662e9-af70-48a0-9d24-4e1cb7f91d94","id":"059662e9-af70-48a0-9d24-4e1cb7f91d94","name":"EmpathiCare : API Documentation","type":"collection"}},"urlObject":{"path":["order_id","status"],"host":["https://api.sandbox.midtrans.com/v2"],"query":[],"variable":[]}},"response":[],"_postman_id":"a7317714-ba80-4635-84bb-95495aa1696f"},{"name":"Delete Transaction By ID","id":"c64cbc76-ef8e-4a14-bdfb-d110aae8af79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{base_ojan_dev}}/transaksi/5","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"059662e9-af70-48a0-9d24-4e1cb7f91d94","id":"059662e9-af70-48a0-9d24-4e1cb7f91d94","name":"EmpathiCare : API Documentation","type":"collection"}},"urlObject":{"path":["transaksi","5"],"host":["{{base_ojan_dev}}"],"query":[],"variable":[]}},"response":[{"id":"89b2f5aa-2ef9-4cde-a23d-ad9fe9d490eb","name":"Delete Transaction By ID Success","originalRequest":{"method":"DELETE","header":[],"url":"{{base_ojan_dev}}/transaksi/5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"vary","value":"Origin"},{"key":"X-Cloud-Trace-Context","value":"0839651dc856b74840c868589df26019;o=1"},{"key":"Date","value":"Wed, 15 Nov 2023 19:11:26 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"42"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Transaction deleted success\"\n}"}],"_postman_id":"c64cbc76-ef8e-4a14-bdfb-d110aae8af79"}],"id":"7064d4ef-9661-45e8-87d8-5fd2b4704639","description":"<p>This endpoint is only for backend development. Do not use this to make or alter any transactions.</p>\n","_postman_id":"7064d4ef-9661-45e8-87d8-5fd2b4704639","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"059662e9-af70-48a0-9d24-4e1cb7f91d94","id":"059662e9-af70-48a0-9d24-4e1cb7f91d94","name":"EmpathiCare : API Documentation","type":"collection"}}},{"name":"Make Transaction","id":"693890b3-176e-4991-aa42-af47ae25e0a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"topic_id\": 1,\r\n    \"patient_id\": 1,\r\n    \"doctor_id\": 13,\r\n    \"method_id\": 1,\r\n    \"duration_id\": 1,\r\n    \"counseling_id\": 1,\r\n    \"counseling_session\": 1,\r\n    \"counseling_type\": \"A\",\r\n    \"price_method\": 180000,\r\n    \"price_counseling\": 500000,\r\n    \"price_duration\": 40000,\r\n    \"payment_type\": \"bca\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://kmb5alta.online/transaksi","urlObject":{"path":["transaksi"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"c4dd7db8-1172-42d8-bc32-1f96e7a751de","name":"Make Transaction BCA","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_id\": 4,\r\n    \"price_method\": 15000000,\r\n    \"price_counseling\": 30000,\r\n    \"price_duration\": 35000,\r\n    \"payment_type\": \"bca\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://kmb5alta.online/transaksi"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"vary","value":"Origin"},{"key":"X-Cloud-Trace-Context","value":"cab49429a0509b746fa83778a17c6502"},{"key":"Date","value":"Wed, 15 Nov 2023 16:25:39 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"79"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"payment_type\": \"bca\",\n        \"va_account\": \"42124989297\"\n    },\n    \"message\": \"Success\"\n}"},{"id":"df9baf83-72b8-4a34-8be8-af5899530ccb","name":"Make Transaction BNI","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_id\": 4,\r\n    \"price_method\": 150000,\r\n    \"price_counseling\": 30000,\r\n    \"price_duration\": 35000,\r\n    \"payment_type\": \"bni\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://kmb5alta.online/transaksi"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"vary","value":"Origin"},{"key":"X-Cloud-Trace-Context","value":"17e96ac79d18bcffda08a6875fee5133;o=1"},{"key":"Date","value":"Wed, 15 Nov 2023 19:09:10 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"84"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"payment_type\": \"bni\",\n        \"va_account\": \"9884212463610144\"\n    },\n    \"message\": \"Success\"\n}"},{"id":"616240f4-e436-484d-9372-58e767696256","name":"Make Transaction BRI","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_id\": 4,\r\n    \"price_method\": 150000,\r\n    \"price_counseling\": 30000,\r\n    \"price_duration\": 35000,\r\n    \"payment_type\": \"bri\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://kmb5alta.online/transaksi"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"vary","value":"Origin"},{"key":"X-Cloud-Trace-Context","value":"cd04273df79f51a18a440049f6a81d9c;o=1"},{"key":"Date","value":"Wed, 15 Nov 2023 19:09:31 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"86"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"payment_type\": \"bri\",\n        \"va_account\": \"421249469870798239\"\n    },\n    \"message\": \"Success\"\n}"},{"id":"5613199b-439b-48cd-bb6e-ee45f6edef92","name":"Make Transaction Gopay","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_id\": 5,\r\n    \"price_method\": 150000,\r\n    \"price_counseling\": 30000,\r\n    \"price_duration\": 35000,\r\n    \"payment_type\": \"gopay\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_ojan_dev}}/transaksi"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"vary","value":"Origin"},{"key":"X-Cloud-Trace-Context","value":"57c28a4bcad03722e176a3bc55d03dcb;o=1"},{"key":"Date","value":"Wed, 15 Nov 2023 19:09:47 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"180"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"callback_url\": \"https://simulator.sandbox.midtrans.com/gopay/partner/app/payment-pin?id=c3833b9a-1d84-4d15-8633-e5603e3b9ba4\",\n        \"payment_type\": \"gopay\"\n    },\n    \"message\": \"Success\"\n}"},{"id":"23a6c3ef-bdd8-4b06-81e4-edc5e93d5d2b","name":"Make Transaction Qris","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_id\": 4,\r\n    \"price_method\": 150000,\r\n    \"price_counseling\": 30000,\r\n    \"price_duration\": 35000,\r\n    \"payment_type\": \"qris\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://kmb5alta.online/transaksi"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"vary","value":"Origin"},{"key":"X-Cloud-Trace-Context","value":"e5fca784752148b75a7d413dbbd5c33e;o=1"},{"key":"Date","value":"Wed, 15 Nov 2023 19:10:01 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"156"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"callback_url\": \"https://api.sandbox.midtrans.com/v2/qris/69c56ef4-5bf4-43d1-a468-f1b60c6a974b/qr-code\",\n        \"payment_type\": \"qris\"\n    },\n    \"message\": \"Success\"\n}"}],"_postman_id":"693890b3-176e-4991-aa42-af47ae25e0a3"},{"name":"Get Transactions from User ID","id":"d660245c-4777-4185-8a08-ceb8ebf64c53","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"GET","header":[],"url":"https://kmb5alta.online/transaksi/1","urlObject":{"path":["transaksi","1"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"e31cfc37-054e-43a8-a91f-b021972ec6c3","name":"Get All Transactions from User ID","originalRequest":{"method":"GET","header":[],"url":"https://kmb5alta.online/transaksi/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 22 Nov 2023 21:06:32 GMT"},{"key":"Content-Length","value":"1309"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"topic_id\": 0,\n            \"patient_id\": 0,\n            \"doctor_id\": 0,\n            \"method_id\": 0,\n            \"duration_id\": 0,\n            \"counseling_id\": 0,\n            \"user_id\": 2,\n            \"transaction_id\": \"M-1700686914\",\n            \"counseling_session\": 0,\n            \"counseling_type\": \"\",\n            \"price_method\": 180000,\n            \"price_duration\": 45000,\n            \"price_counseling\": 50000,\n            \"price_result\": 275000,\n            \"payment_proof\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1700686910/Avatar/fs677igpwzkuy345b11m.jpg\",\n            \"payment_status\": 2,\n            \"payment_type\": \"manual\"\n        },\n        {\n            \"topic_id\": 0,\n            \"patient_id\": 0,\n            \"doctor_id\": 0,\n            \"method_id\": 0,\n            \"duration_id\": 0,\n            \"counseling_id\": 0,\n            \"user_id\": 2,\n            \"transaction_id\": \"M-1700687122\",\n            \"counseling_session\": 0,\n            \"counseling_type\": \"\",\n            \"price_method\": 180000,\n            \"price_duration\": 30000,\n            \"price_counseling\": 50000,\n            \"price_result\": 260000,\n            \"payment_proof\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1700687120/Avatar/mdcn248a01ba6fsyeulg.jpg\",\n            \"payment_status\": 0,\n            \"payment_type\": \"bca\"\n        },\n        {\n            \"topic_id\": 0,\n            \"patient_id\": 0,\n            \"doctor_id\": 0,\n            \"method_id\": 0,\n            \"duration_id\": 0,\n            \"counseling_id\": 0,\n            \"user_id\": 2,\n            \"transaction_id\": \"M-1700687142\",\n            \"counseling_session\": 0,\n            \"counseling_type\": \"\",\n            \"price_method\": 220000,\n            \"price_duration\": 30000,\n            \"price_counseling\": 50000,\n            \"price_result\": 300000,\n            \"payment_proof\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1700687139/Avatar/nppb9cbv3stpu9akeg0z.jpg\",\n            \"payment_status\": 0,\n            \"payment_type\": \"manual\"\n        }\n    ],\n    \"message\": \"Success\"\n}"},{"id":"f9a6eafb-c480-4960-8222-098b62eb4279","name":"Get Filtered By Payment Type Transactions from User ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://kmb5alta.online/transaksi/2?payment_type=bni","host":["https://kmb5alta.online"],"path":["transaksi","2"],"query":[{"key":"payment_type","value":"bni"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 22 Nov 2023 21:07:03 GMT"},{"key":"Content-Length","value":"455"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"topic_id\": 0,\n            \"patient_id\": 0,\n            \"doctor_id\": 0,\n            \"method_id\": 0,\n            \"duration_id\": 0,\n            \"counseling_id\": 0,\n            \"user_id\": 2,\n            \"transaction_id\": \"M-1700687122\",\n            \"counseling_session\": 0,\n            \"counseling_type\": \"\",\n            \"price_method\": 180000,\n            \"price_duration\": 30000,\n            \"price_counseling\": 50000,\n            \"price_result\": 260000,\n            \"payment_proof\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1700687120/Avatar/mdcn248a01ba6fsyeulg.jpg\",\n            \"payment_status\": 0,\n            \"payment_type\": \"bca\"\n        }\n    ],\n    \"message\": \"Success\"\n}"}],"_postman_id":"d660245c-4777-4185-8a08-ceb8ebf64c53"},{"name":"Get Transactions from Patient ID","id":"266c44f1-70ed-479c-b276-94319e8040f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"GET","header":[],"url":"https://kmb5alta.online/transaksi/patient/1","urlObject":{"path":["transaksi","patient","1"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"5bfc7368-8bef-4b1d-8e16-754c907cd72c","name":"Get Transactions from Patient ID","originalRequest":{"method":"GET","header":[],"url":"https://kmb5alta.online/transaksi/patient/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 13 Dec 2023 01:36:33 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=IGDOIq%2BUp360PiABrj8S7JG%2BgQXmKr%2B6fyL331RHmAnWaJhYnOkUkHzxQNQkbIGaFRLm0VlSs2Vneb%2FQtoPva9s8QNqsI8lVYzjQnOVhlviHLMUjLRXJe1VGmFaQj04lZm4%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"834a7a107e945dd2-HKG"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"topic_name\": \"Pekerjaan\",\n            \"patient_name\": \"nurul fauziah\",\n            \"patient_avatar\": \"https://res.cloudinary.com/du87kowmp/image/upload/v1702305082/Avatar/p7fvj82huccnxej5h2lg.jpg\",\n            \"doctor_name\": \"Fauzan Ali Gans\",\n            \"method_name\": \"Chat\",\n            \"duration_name\": \"60 Minute\",\n            \"counseling_id\": 1,\n            \"user_id\": 22,\n            \"transaction_id\": \"B-1702404089\",\n            \"counseling_type\": \"A\",\n            \"price_method\": 180000,\n            \"price_duration\": 40000,\n            \"price_counseling\": 50000,\n            \"price_result\": 270000,\n            \"payment_proof\": \"midtrans_payment\",\n            \"payment_status\": 2,\n            \"payment_type\": \"bca\",\n            \"doctor_rating_id\": 0,\n            \"doctor_star_rating\": 0,\n            \"doctor_review\": \"\",\n            \"created_at\": \"2023-12-12T18:01:31.251Z\",\n            \"updated_at\": \"2023-12-12T18:02:57.891Z\"\n        },\n        {\n            \"topic_name\": \"Pekerjaan\",\n            \"patient_name\": \"nurul fauziah\",\n            \"patient_avatar\": \"https://res.cloudinary.com/du87kowmp/image/upload/v1702305082/Avatar/p7fvj82huccnxej5h2lg.jpg\",\n            \"doctor_name\": \"Fauzan Ali Gans\",\n            \"method_name\": \"Chat\",\n            \"duration_name\": \"60 Minute\",\n            \"counseling_id\": 1,\n            \"user_id\": 22,\n            \"transaction_id\": \"B-1702404844\",\n            \"counseling_type\": \"A\",\n            \"price_method\": 180000,\n            \"price_duration\": 40000,\n            \"price_counseling\": 50000,\n            \"price_result\": 270000,\n            \"payment_proof\": \"midtrans_payment\",\n            \"payment_status\": 2,\n            \"payment_type\": \"bca\",\n            \"doctor_rating_id\": 0,\n            \"doctor_star_rating\": 0,\n            \"doctor_review\": \"\",\n            \"created_at\": \"2023-12-12T18:14:13.811Z\",\n            \"updated_at\": \"2023-12-12T18:15:57.433Z\"\n        },\n        {\n            \"topic_name\": \"Pekerjaan\",\n            \"patient_name\": \"nurul fauziah\",\n            \"patient_avatar\": \"https://res.cloudinary.com/du87kowmp/image/upload/v1702305082/Avatar/p7fvj82huccnxej5h2lg.jpg\",\n            \"doctor_name\": \"Fauzan Ali Gans\",\n            \"method_name\": \"Chat\",\n            \"duration_name\": \"60 Minute\",\n            \"counseling_id\": 1,\n            \"user_id\": 22,\n            \"transaction_id\": \"B-1702406389\",\n            \"counseling_type\": \"A\",\n            \"price_method\": 180000,\n            \"price_duration\": 40000,\n            \"price_counseling\": 50000,\n            \"price_result\": 270000,\n            \"payment_proof\": \"midtrans_payment\",\n            \"payment_status\": 2,\n            \"payment_type\": \"bca\",\n            \"doctor_rating_id\": 1,\n            \"doctor_star_rating\": 4,\n            \"doctor_review\": \"\",\n            \"created_at\": \"2023-12-12T18:39:59.087Z\",\n            \"updated_at\": \"2023-12-12T18:40:24.46Z\"\n        },\n        {\n            \"topic_name\": \"Pekerjaan\",\n            \"patient_name\": \"nurul fauziah\",\n            \"patient_avatar\": \"https://res.cloudinary.com/du87kowmp/image/upload/v1702305082/Avatar/p7fvj82huccnxej5h2lg.jpg\",\n            \"doctor_name\": \"Fauzan Ali Gans\",\n            \"method_name\": \"Chat\",\n            \"duration_name\": \"60 Minute\",\n            \"counseling_id\": 1,\n            \"user_id\": 22,\n            \"transaction_id\": \"B-1702426497\",\n            \"counseling_type\": \"A\",\n            \"price_method\": 180000,\n            \"price_duration\": 40000,\n            \"price_counseling\": 50000,\n            \"price_result\": 270000,\n            \"payment_proof\": \"midtrans_payment\",\n            \"payment_status\": 5,\n            \"payment_type\": \"bca\",\n            \"doctor_rating_id\": 6,\n            \"doctor_star_rating\": 0,\n            \"doctor_review\": \"\",\n            \"created_at\": \"2023-12-13T00:15:04.95Z\",\n            \"updated_at\": \"2023-12-13T00:15:06.827Z\"\n        }\n    ],\n    \"message\": \"Success\"\n}"}],"_postman_id":"266c44f1-70ed-479c-b276-94319e8040f9"},{"name":"Get All Transactions","id":"f6270449-e2b3-4c62-88ed-6b69a362140e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"GET","header":[],"url":"https://kmb5alta.online/transaksi","urlObject":{"path":["transaksi"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"1d4cea7d-b2fd-4a60-90df-0104c905daf5","name":"Get All Transactions","originalRequest":{"method":"GET","header":[],"url":"https://kmb5alta.online/transaksi"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 22 Nov 2023 21:09:27 GMT"},{"key":"Content-Length","value":"361"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"user_id\": 2,\n            \"transaction_id\": \"M-1700686914\",\n            \"price_result\": 275000,\n            \"payment_status\": 2,\n            \"payment_type\": \"manual\"\n        },\n        {\n            \"user_id\": 2,\n            \"transaction_id\": \"M-1700687122\",\n            \"price_result\": 260000,\n            \"payment_status\": 0,\n            \"payment_type\": \"bca\"\n        },\n        {\n            \"user_id\": 2,\n            \"transaction_id\": \"M-1700687142\",\n            \"price_result\": 300000,\n            \"payment_status\": 0,\n            \"payment_type\": \"manual\"\n        }\n    ],\n    \"message\": \"Success\"\n}"},{"id":"8a83e0c2-4b44-40e7-8ce1-f9ec69d0cec9","name":"Get Sorted By Payment Type All Transactions","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://kmb5alta.online/transaksi?payment_type=manual","host":["https://kmb5alta.online"],"path":["transaksi"],"query":[{"key":"payment_type","value":"manual","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 22 Nov 2023 21:09:55 GMT"},{"key":"Content-Length","value":"253"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"user_id\": 2,\n            \"transaction_id\": \"M-1700686914\",\n            \"price_result\": 275000,\n            \"payment_status\": 2,\n            \"payment_type\": \"manual\"\n        },\n        {\n            \"user_id\": 2,\n            \"transaction_id\": \"M-1700687142\",\n            \"price_result\": 300000,\n            \"payment_status\": 0,\n            \"payment_type\": \"manual\"\n        }\n    ],\n    \"message\": \"Success\"\n}"}],"_postman_id":"f6270449-e2b3-4c62-88ed-6b69a362140e"},{"name":"Show Transaction Status By Midtrans ID","id":"b459e410-631e-43ac-b1c1-336c1582b946","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"GET","header":[],"url":"https://kmb5alta.online/transaksi/check/B-1702757024","urlObject":{"path":["transaksi","check","B-1702757024"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"bb51bfed-ee0e-4012-b545-5d5fd21a0619","name":"Get B-1700065538 Status","originalRequest":{"method":"GET","header":[],"url":"{{base_ojan_dev}}/transaksi/check/B-1700065538"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"vary","value":"Origin"},{"key":"X-Cloud-Trace-Context","value":"2e1f0d3119fbc875dc276463d00fea52;o=1"},{"key":"Date","value":"Wed, 15 Nov 2023 19:11:02 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"138"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"user_id\": 5,\n            \"midtrans_id\": \"B-1700065538\",\n            \"price_result\": 15065000,\n            \"payment_status\": 2,\n            \"payment_type\": \"bca\"\n        }\n    ],\n    \"message\": \"Success\"\n}"}],"_postman_id":"b459e410-631e-43ac-b1c1-336c1582b946"}],"id":"db26f468-c8fc-4329-8b6b-00a89e31bbd2","description":"<p>This is the full documentation of Midtrans API.</p>\n<p><strong>Disclaimer:</strong> <em>Dengan Midtrans Payment, admin tidak perlu untuk menentukan pembayaran ditolak oleh sistem atau tidak karena ketika pasien sudah membayar tagihan maka status payment akan langsung berubah menjadi 2 (Accepted) dan berubah menjadi 4 (Failure) ketika gagal.</em></p>\n<ul>\n<li><strong>Make Payment using POST Make Transaction</strong></li>\n</ul>\n<p>In order for you to make transaction, you need to clarify <strong>this mandatory key and value</strong> in the request body:</p>\n<ol>\n<li>user_id <strong>int</strong></li>\n<li>price_method <strong>int</strong></li>\n<li>price_counseling <strong>int</strong></li>\n<li>price_duration <strong>int</strong></li>\n<li>payment_type <strong>string</strong></li>\n<li>doctor_id <strong>int</strong></li>\n<li>topic_id <strong>int</strong></li>\n<li>patient_id <strong>int</strong></li>\n<li>method_id <strong>int</strong></li>\n<li>duration_id <strong>int</strong></li>\n<li>counseling_id <strong>int</strong></li>\n<li>counseling_session <strong>int</strong></li>\n<li>counseling_type <strong>string</strong> \"A\",\"B\",\"C\"</li>\n</ol>\n<p>For payment type we support \"bca\", \"bni\", \"bri\", \"gopay\" and \"qris\".</p>\n<p>In order to get the price_total (total price) you need to input the price method, price counseling and price duration.</p>\n<ul>\n<li><strong>Show to the UI VA Number or URL (Gopay, Qris)</strong></li>\n</ul>\n<p>After requesting to make a transaction, you will get a <strong>Virtual Account Number (va_number) or URL to pay for Gopay and Qris (callback_url)</strong> , you can use it as payment.</p>\n<p>Note: Gopay URL will make you redirect to its app, Qris URL will give you a QR Barcode URL.</p>\n<ul>\n<li><strong>Redirect the User to the Payment History Page</strong></li>\n</ul>\n<p>After payment, you can check the user history payment by using <strong>/transaction/{user_id}</strong> if it succeed the payment or not. For UI, I suggest after getting VA Payment or Gopay Redirect or Qris Payment, user can be redirect to the payment history page (So user can check the payment is succeed or not).</p>\n<ul>\n<li>Status Payment Code:</li>\n</ul>\n<p>1 = Challenge/On Process</p>\n<p>2 = Accept/Payment Received</p>\n<p>3 = Denied/Must Make Another Payment</p>\n<p>4 = Failure/Canceled/Expired</p>\n<p>5 = Pending</p>\n","_postman_id":"db26f468-c8fc-4329-8b6b-00a89e31bbd2","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"059662e9-af70-48a0-9d24-4e1cb7f91d94","id":"059662e9-af70-48a0-9d24-4e1cb7f91d94","name":"EmpathiCare : API Documentation","type":"collection"}}},{"name":"Manual Transaction","item":[{"name":"Make Manual Transaction","id":"1823d8f3-a2f7-4910-865a-48440b5f768f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"price_method","value":"125000","type":"text"},{"key":"price_counseling","value":"50000","type":"text"},{"key":"price_duration","value":"45000","type":"text"},{"key":"payment_type","value":"manual","type":"text"},{"key":"doctor_id","value":"13","type":"text"},{"key":"patient_id","value":"1","type":"text"},{"key":"topic_id","value":"1","type":"text"},{"key":"method_id","value":"1","type":"text"},{"key":"counseling_session","value":"1","type":"text"},{"key":"counseling_id","value":"1","type":"text"},{"key":"counseling_type","value":"A","type":"text"},{"key":"duration_id","value":"1","type":"text"},{"key":"payment_proof","type":"file","src":"postman-cloud:///1ef7fa7d-21bf-4bd0-a7e9-625431b0e112"}]},"url":"https://kmb5alta.online/transaksi","urlObject":{"path":["transaksi"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"72533f4e-5de4-436b-8aa9-73ec3b957960","name":"Make Manual Transaction","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_id","value":"2","type":"text"},{"key":"price_method","value":"180000","type":"text"},{"key":"price_counseling","value":"50000","type":"text"},{"key":"price_duration","value":"45000","type":"text"},{"key":"payment_proof","type":"file","src":"2IODIT-pz/_DSC0077.JPG"},{"key":"payment_type","value":"manual","type":"text"}]},"url":"https://kmb5alta.online/transaksi"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 22 Nov 2023 21:01:54 GMT"},{"key":"Content-Length","value":"278"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"price_result\": 275000,\n        \"user_id\": 2,\n        \"transaction_id\": \"M-1700686914\",\n        \"payment_status\": 0,\n        \"payment_proof\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1700686910/Avatar/fs677igpwzkuy345b11m.jpg\",\n        \"payment_type\": \"manual\"\n    },\n    \"message\": \"Success Create Manual Transaction\"\n}"},{"id":"0f896b55-bd4a-4128-8399-8bc63f653587","name":"Doctor ID not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_id","value":"3","type":"text"},{"key":"price_method","value":"125000","type":"text"},{"key":"price_counseling","value":"50000","type":"text"},{"key":"price_duration","value":"45000","type":"text"},{"key":"payment_proof","type":"file","src":"postman-cloud:///1ef7fa24-8b55-4e90-828f-611f87fe06e9"},{"key":"payment_type","value":"manual","type":"text"},{"key":"doctor_id","value":"5","type":"text"}]},"url":"https://kmb5alta.online/transaksi"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Fri, 24 Nov 2023 12:41:31 GMT"},{"key":"Content-Length","value":"34"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Doctor ID not found\"\n}"}],"_postman_id":"1823d8f3-a2f7-4910-865a-48440b5f768f"},{"name":"Update Transaction","id":"d0620365-626b-438b-835d-031beecac034","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\"payment_status\":2\r\n}","options":{"raw":{"language":"json"}}},"url":"https://kmb5alta.online/transaksi/M-1702748422","urlObject":{"path":["transaksi","M-1702748422"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"88abeaef-2553-43cc-bab5-e3eb8082a384","name":"Update Transaction By ID","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\"payment_status\":1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://kmb5alta.online/transaksi/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 22 Nov 2023 21:02:50 GMT"},{"key":"Content-Length","value":"34"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": true,\n    \"message\": \"Success\"\n}"},{"id":"3a4a6af7-d4e2-411d-b79a-b867dbd1eabd","name":"Update Transaction By Transaction ID","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\"payment_status\":2\r\n}","options":{"raw":{"language":"json"}}},"url":"https://kmb5alta.online/transaksi/M-1700686914"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 22 Nov 2023 21:03:30 GMT"},{"key":"Content-Length","value":"34"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": true,\n    \"message\": \"Success\"\n}"},{"id":"70d907b4-2e33-40a8-9908-0ed1728857cc","name":"Deny Transaction By Admin (On Confirmation)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\"payment_status\":4\r\n}","options":{"raw":{"language":"json"}}},"url":"https://kmb5alta.online/transaksi/M-1700687122"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 22 Nov 2023 21:15:47 GMT"},{"key":"Content-Length","value":"34"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": true,\n    \"message\": \"Success\"\n}"},{"id":"f9ba8f8a-8863-4ad7-8745-cff726641d99","name":"Accept Transaction By Admin (On Confirmation)","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\"payment_status\":2\r\n}","options":{"raw":{"language":"json"}}},"url":"https://kmb5alta.online/transaksi/M-1700687122"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 22 Nov 2023 21:16:29 GMT"},{"key":"Content-Length","value":"34"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": true,\n    \"message\": \"Success\"\n}"},{"id":"5f4dfac8-2ff6-4f77-85d4-8b4b568eaa76","name":"Transaction Status is Accepted or Failure","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\"payment_status\":4\r\n}","options":{"raw":{"language":"json"}}},"url":"https://kmb5alta.online/transaksi/M-1700827844"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Fri, 24 Nov 2023 12:11:29 GMT"},{"key":"Content-Length","value":"43"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Transaction already finished\"\n}"}],"_postman_id":"d0620365-626b-438b-835d-031beecac034"},{"name":"Get Transactions from User ID","id":"e9833d4b-7142-46b9-923f-0f420c8c1248","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"GET","header":[],"url":"https://kmb5alta.online/transaksi/4","urlObject":{"path":["transaksi","4"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"803ac48b-5c76-49e4-a5b1-7f14269b5a4e","name":"Get All Transactions from User ID","originalRequest":{"method":"GET","header":[],"url":"https://kmb5alta.online/transaksi/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 22 Nov 2023 21:06:32 GMT"},{"key":"Content-Length","value":"1309"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"topic_id\": 0,\n            \"patient_id\": 0,\n            \"doctor_id\": 0,\n            \"method_id\": 0,\n            \"duration_id\": 0,\n            \"counseling_id\": 0,\n            \"user_id\": 2,\n            \"transaction_id\": \"M-1700686914\",\n            \"counseling_session\": 0,\n            \"counseling_type\": \"\",\n            \"price_method\": 180000,\n            \"price_duration\": 45000,\n            \"price_counseling\": 50000,\n            \"price_result\": 275000,\n            \"payment_proof\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1700686910/Avatar/fs677igpwzkuy345b11m.jpg\",\n            \"payment_status\": 2,\n            \"payment_type\": \"manual\"\n        },\n        {\n            \"topic_id\": 0,\n            \"patient_id\": 0,\n            \"doctor_id\": 0,\n            \"method_id\": 0,\n            \"duration_id\": 0,\n            \"counseling_id\": 0,\n            \"user_id\": 2,\n            \"transaction_id\": \"M-1700687122\",\n            \"counseling_session\": 0,\n            \"counseling_type\": \"\",\n            \"price_method\": 180000,\n            \"price_duration\": 30000,\n            \"price_counseling\": 50000,\n            \"price_result\": 260000,\n            \"payment_proof\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1700687120/Avatar/mdcn248a01ba6fsyeulg.jpg\",\n            \"payment_status\": 0,\n            \"payment_type\": \"bca\"\n        },\n        {\n            \"topic_id\": 0,\n            \"patient_id\": 0,\n            \"doctor_id\": 0,\n            \"method_id\": 0,\n            \"duration_id\": 0,\n            \"counseling_id\": 0,\n            \"user_id\": 2,\n            \"transaction_id\": \"M-1700687142\",\n            \"counseling_session\": 0,\n            \"counseling_type\": \"\",\n            \"price_method\": 220000,\n            \"price_duration\": 30000,\n            \"price_counseling\": 50000,\n            \"price_result\": 300000,\n            \"payment_proof\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1700687139/Avatar/nppb9cbv3stpu9akeg0z.jpg\",\n            \"payment_status\": 0,\n            \"payment_type\": \"manual\"\n        }\n    ],\n    \"message\": \"Success\"\n}"},{"id":"92e2cbd5-f6f9-4f06-ab5a-846134c51aad","name":"Get Filtered By Payment Type Transactions from User ID","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://kmb5alta.online/transaksi/2?payment_type=bca","host":["https://kmb5alta.online"],"path":["transaksi","2"],"query":[{"key":"payment_type","value":"bca","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 22 Nov 2023 21:07:03 GMT"},{"key":"Content-Length","value":"455"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"topic_id\": 0,\n            \"patient_id\": 0,\n            \"doctor_id\": 0,\n            \"method_id\": 0,\n            \"duration_id\": 0,\n            \"counseling_id\": 0,\n            \"user_id\": 2,\n            \"transaction_id\": \"M-1700687122\",\n            \"counseling_session\": 0,\n            \"counseling_type\": \"\",\n            \"price_method\": 180000,\n            \"price_duration\": 30000,\n            \"price_counseling\": 50000,\n            \"price_result\": 260000,\n            \"payment_proof\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1700687120/Avatar/mdcn248a01ba6fsyeulg.jpg\",\n            \"payment_status\": 0,\n            \"payment_type\": \"bca\"\n        }\n    ],\n    \"message\": \"Success\"\n}"}],"_postman_id":"e9833d4b-7142-46b9-923f-0f420c8c1248"},{"name":"Get All Transactions","id":"cde89930-de52-45b9-ad4a-e0ddab48ad89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"GET","header":[],"url":"https://kmb5alta.online/transaksi?payment_type=manual","urlObject":{"path":["transaksi"],"host":["https://kmb5alta.online"],"query":[{"key":"payment_type","value":"manual"}],"variable":[]}},"response":[{"id":"fffe2f35-1d5c-4044-b393-17f26b77e931","name":"All Transactions","originalRequest":{"method":"GET","header":[],"url":"https://kmb5alta.online/transaksi"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 22 Nov 2023 21:09:27 GMT"},{"key":"Content-Length","value":"361"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"user_id\": 2,\n            \"transaction_id\": \"M-1700686914\",\n            \"price_result\": 275000,\n            \"payment_status\": 2,\n            \"payment_type\": \"manual\"\n        },\n        {\n            \"user_id\": 2,\n            \"transaction_id\": \"M-1700687122\",\n            \"price_result\": 260000,\n            \"payment_status\": 0,\n            \"payment_type\": \"bca\"\n        },\n        {\n            \"user_id\": 2,\n            \"transaction_id\": \"M-1700687142\",\n            \"price_result\": 300000,\n            \"payment_status\": 0,\n            \"payment_type\": \"manual\"\n        }\n    ],\n    \"message\": \"Success\"\n}"},{"id":"753b178f-0c00-47aa-ad97-05a0201fb3ec","name":"Manual Transactions","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://kmb5alta.online/transaksi?payment_type=manual","host":["https://kmb5alta.online"],"path":["transaksi"],"query":[{"key":"payment_type","value":"manual"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 17 Dec 2023 07:51:39 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=LBJrU0hiV1IW91Jy%2Fea6RkYsWNTG8zYSh6CSt8Gr5fSnvCTLX9479Zcv17c70y5TH76sYwiu%2BB31KFOQam6h9KQ%2FeqsoFVguvka1Z6g7XeMcfMMe830Y98pjRS%2FhrQjOviM%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"836d9507bf1e04cc-HKG"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"topic_name\": \"Pekerjaan\",\n            \"patient_name\": \"fauziah\",\n            \"patient_avatar\": \"https://res.cloudinary.com/du87kowmp/image/upload/v1702560428/Avatar/fc2dgtshfu2w9hlhgqed.png\",\n            \"doctor_avatar\": \"https://res.cloudinary.com/du87kowmp/image/upload/v1702742448/Avatar/z5tamghbrmlgeomxhree.jpg\",\n            \"doctor_name\": \"Fauzan Ali Gans\",\n            \"method_name\": \"Chat\",\n            \"duration_name\": \"60 Minute\",\n            \"counseling_id\": 1,\n            \"counseling_type\": \"A\",\n            \"user_id\": 1,\n            \"transaction_id\": \"M-1702748422\",\n            \"price_method\": 125000,\n            \"price_duration\": 45000,\n            \"price_counseling\": 50000,\n            \"price_result\": 220000,\n            \"payment_proof\": \"https://res.cloudinary.com/du87kowmp/image/upload/v1702748421/Avatar/fktjtmpb9lqhiasfewps.jpg\",\n            \"payment_status\": 2,\n            \"payment_type\": \"manual\",\n            \"doctor_rating_id\": 133,\n            \"doctor_star_rating\": 0,\n            \"doctor_review\": \"No review yet\",\n            \"created_at\": \"2023-12-16T17:40:22.892Z\",\n            \"updated_at\": \"2023-12-16T17:42:22.831Z\"\n        },\n        {\n            \"topic_name\": \"Pekerjaan\",\n            \"patient_name\": \"Dhea\",\n            \"patient_avatar\": \"https://res.cloudinary.com/du87kowmp/image/upload/v1702560428/Avatar/fc2dgtshfu2w9hlhgqed.png\",\n            \"doctor_avatar\": \"https://res.cloudinary.com/du87kowmp/image/upload/v1702742448/Avatar/z5tamghbrmlgeomxhree.jpg\",\n            \"doctor_name\": \"Fauzan Ali Gans\",\n            \"method_name\": \"Chat\",\n            \"duration_name\": \"60 Minute\",\n            \"counseling_id\": 1,\n            \"counseling_type\": \"A\",\n            \"user_id\": 77,\n            \"transaction_id\": \"M-1702795456\",\n            \"price_method\": 125000,\n            \"price_duration\": 45000,\n            \"price_counseling\": 50000,\n            \"price_result\": 220000,\n            \"payment_proof\": \"https://res.cloudinary.com/du87kowmp/image/upload/v1702795455/Avatar/fzft00i6iimybcralrrr.jpg\",\n            \"payment_status\": 5,\n            \"payment_type\": \"manual\",\n            \"doctor_rating_id\": 0,\n            \"doctor_star_rating\": 0,\n            \"doctor_review\": \"\",\n            \"created_at\": \"2023-12-17T06:44:16.894Z\",\n            \"updated_at\": \"2023-12-17T06:44:16.894Z\"\n        }\n    ],\n    \"message\": \"Success to retrieve data\"\n}"}],"_postman_id":"cde89930-de52-45b9-ad4a-e0ddab48ad89"},{"name":"Show Transaction Status By Midtrans ID Copy","id":"13bf1cf7-28cc-49ac-a3f0-e4983f96cd6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"GET","header":[],"url":"https://kmb5alta.online/transaksi/check/B-17027462","urlObject":{"path":["transaksi","check","B-17027462"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"7583e238-530f-4a75-8bb5-368c454bb389","name":"Success no data","originalRequest":{"method":"GET","header":[],"url":"https://kmb5alta.online/transaksi/check/M-1701979290"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 17 Dec 2023 07:50:05 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"30"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=vfVsbNegU5e41HE4nJONQKCBFBUlFoX0M7ajjp%2BvQosN6bu4selCENVm2%2F2DnW99PJbf7iXHHeDbmFMSgmV%2FO4z8QnT1a99lH%2FfSkS7bSVDW%2FbfgWs6dUI5Bu5uBiwFU7Ug%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"836d92b97f5704cc-HKG"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success no data\"\n}"},{"id":"cf123d36-339b-4efd-9dd3-3b914fa487d5","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://kmb5alta.online/transaksi/check/B-1702746286"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 17 Dec 2023 07:50:46 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=9H86gsdvtxMJ7HR6VHtO5rammj8GBV8YZV1lqTz0dYo99U1k7RzO23mzC%2BgO04ZisubJSr1lo%2FMbwChXpMTY0VyN3kMJi3DIAfxkcdDWtfourALm%2FdeNji0gd49OMo4bUz8%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"836d93bb2a3a04cc-HKG"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"topic_name\": \"Pekerjaan\",\n            \"patient_name\": \"fauziah\",\n            \"patient_avatar\": \"https://res.cloudinary.com/du87kowmp/image/upload/v1702560428/Avatar/fc2dgtshfu2w9hlhgqed.png\",\n            \"doctor_avatar\": \"https://res.cloudinary.com/du87kowmp/image/upload/v1702742448/Avatar/z5tamghbrmlgeomxhree.jpg\",\n            \"doctor_name\": \"Fauzan Ali Gans\",\n            \"method_name\": \"Chat\",\n            \"duration_name\": \"60 Minute\",\n            \"counseling_id\": 1,\n            \"counseling_type\": \"A\",\n            \"user_id\": 1,\n            \"transaction_id\": \"B-1702746286\",\n            \"price_method\": 180000,\n            \"price_duration\": 40000,\n            \"price_counseling\": 500000,\n            \"price_result\": 720000,\n            \"payment_proof\": \"midtrans_payment\",\n            \"payment_status\": 5,\n            \"payment_type\": \"bca\",\n            \"doctor_rating_id\": 127,\n            \"doctor_star_rating\": 0,\n            \"doctor_review\": \"No review yet\",\n            \"created_at\": \"2023-12-16T17:04:53.344Z\",\n            \"updated_at\": \"2023-12-16T17:04:58.23Z\"\n        }\n    ],\n    \"message\": \"Success\"\n}"}],"_postman_id":"13bf1cf7-28cc-49ac-a3f0-e4983f96cd6b"},{"name":"Get Transactions from Patient ID","id":"8165d483-bd75-4111-bc6f-5f648bfd18b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"GET","header":[],"url":"https://kmb5alta.online/transaksi/patient/22","urlObject":{"path":["transaksi","patient","22"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"bd177f09-0a58-4d00-9389-83f57737ca33","name":"Success","originalRequest":{"method":"GET","header":[],"url":"https://kmb5alta.online/transaksi/patient/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 17 Dec 2023 07:49:30 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=skM%2BZCsOXB8yUnfUqyXYG0ENHuf4ELl8huDEMA2d2SJWY4cMibVZg%2Fe6KDdHyUPPr2oGqgBNzB78wep6%2Bf2nDmU9fhowI10776WCyTMbSlzuTdrZzqlJoGh0GpUVnocc3I0%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"836d91decb8d04cc-HKG"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"topic_name\": \"Pekerjaan\",\n            \"patient_name\": \"fauziah\",\n            \"patient_avatar\": \"https://res.cloudinary.com/du87kowmp/image/upload/v1702560428/Avatar/fc2dgtshfu2w9hlhgqed.png\",\n            \"doctor_avatar\": \"https://res.cloudinary.com/du87kowmp/image/upload/v1702742448/Avatar/z5tamghbrmlgeomxhree.jpg\",\n            \"doctor_name\": \"Fauzan Ali Gans\",\n            \"method_name\": \"Chat\",\n            \"duration_name\": \"60 Minute\",\n            \"counseling_id\": 1,\n            \"counseling_type\": \"A\",\n            \"user_id\": 1,\n            \"transaction_id\": \"B-1702746286\",\n            \"price_method\": 180000,\n            \"price_duration\": 40000,\n            \"price_counseling\": 500000,\n            \"price_result\": 720000,\n            \"payment_proof\": \"midtrans_payment\",\n            \"payment_status\": 5,\n            \"payment_type\": \"bca\",\n            \"doctor_rating_id\": 127,\n            \"doctor_star_rating\": 0,\n            \"doctor_review\": \"No review yet\",\n            \"created_at\": \"2023-12-16T17:04:53.344Z\",\n            \"updated_at\": \"2023-12-16T17:04:58.23Z\"\n        },\n        {\n            \"topic_name\": \"Pekerjaan\",\n            \"patient_name\": \"fauziah\",\n            \"patient_avatar\": \"https://res.cloudinary.com/du87kowmp/image/upload/v1702560428/Avatar/fc2dgtshfu2w9hlhgqed.png\",\n            \"doctor_avatar\": \"https://res.cloudinary.com/du87kowmp/image/upload/v1702742448/Avatar/z5tamghbrmlgeomxhree.jpg\",\n            \"doctor_name\": \"Fauzan Ali Gans\",\n            \"method_name\": \"Chat\",\n            \"duration_name\": \"60 Minute\",\n            \"counseling_id\": 1,\n            \"counseling_type\": \"A\",\n            \"user_id\": 1,\n            \"transaction_id\": \"B-1702747576\",\n            \"price_method\": 180000,\n            \"price_duration\": 40000,\n            \"price_counseling\": 500000,\n            \"price_result\": 720000,\n            \"payment_proof\": \"midtrans_payment\",\n            \"payment_status\": 2,\n            \"payment_type\": \"bca\",\n            \"doctor_rating_id\": 132,\n            \"doctor_star_rating\": 0,\n            \"doctor_review\": \"No review yet\",\n            \"created_at\": \"2023-12-16T17:26:28.004Z\",\n            \"updated_at\": \"2023-12-16T17:29:03.019Z\"\n        },\n        {\n            \"topic_name\": \"Pekerjaan\",\n            \"patient_name\": \"fauziah\",\n            \"patient_avatar\": \"https://res.cloudinary.com/du87kowmp/image/upload/v1702560428/Avatar/fc2dgtshfu2w9hlhgqed.png\",\n            \"doctor_avatar\": \"https://res.cloudinary.com/du87kowmp/image/upload/v1702742448/Avatar/z5tamghbrmlgeomxhree.jpg\",\n            \"doctor_name\": \"Fauzan Ali Gans\",\n            \"method_name\": \"Chat\",\n            \"duration_name\": \"60 Minute\",\n            \"counseling_id\": 1,\n            \"counseling_type\": \"A\",\n            \"user_id\": 1,\n            \"transaction_id\": \"M-1702748422\",\n            \"price_method\": 125000,\n            \"price_duration\": 45000,\n            \"price_counseling\": 50000,\n            \"price_result\": 220000,\n            \"payment_proof\": \"https://res.cloudinary.com/du87kowmp/image/upload/v1702748421/Avatar/fktjtmpb9lqhiasfewps.jpg\",\n            \"payment_status\": 2,\n            \"payment_type\": \"manual\",\n            \"doctor_rating_id\": 133,\n            \"doctor_star_rating\": 0,\n            \"doctor_review\": \"No review yet\",\n            \"created_at\": \"2023-12-16T17:40:22.892Z\",\n            \"updated_at\": \"2023-12-16T17:42:22.831Z\"\n        },\n        {\n            \"topic_name\": \"Pekerjaan\",\n            \"patient_name\": \"fauziah\",\n            \"patient_avatar\": \"https://res.cloudinary.com/du87kowmp/image/upload/v1702560428/Avatar/fc2dgtshfu2w9hlhgqed.png\",\n            \"doctor_avatar\": \"https://res.cloudinary.com/du87kowmp/image/upload/v1702742448/Avatar/z5tamghbrmlgeomxhree.jpg\",\n            \"doctor_name\": \"Fauzan Ali Gans\",\n            \"method_name\": \"Chat\",\n            \"duration_name\": \"60 Minute\",\n            \"counseling_id\": 1,\n            \"counseling_type\": \"A\",\n            \"user_id\": 1,\n            \"transaction_id\": \"B-1702758421\",\n            \"price_method\": 180000,\n            \"price_duration\": 40000,\n            \"price_counseling\": 500000,\n            \"price_result\": 720000,\n            \"payment_proof\": \"midtrans_payment\",\n            \"payment_status\": 5,\n            \"payment_type\": \"bca\",\n            \"doctor_rating_id\": 164,\n            \"doctor_star_rating\": 0,\n            \"doctor_review\": \"No review yet\",\n            \"created_at\": \"2023-12-16T20:27:02.485Z\",\n            \"updated_at\": \"2023-12-16T20:27:03.592Z\"\n        }\n    ],\n    \"message\": \"Success\"\n}"},{"id":"97d26438-002e-480a-a0ce-bb98cab38235","name":"Success no Data","originalRequest":{"method":"GET","header":[],"url":"https://kmb5alta.online/transaksi/patient/1483"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 17 Dec 2023 07:49:41 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Content-Length","value":"30"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=BD3q7m5zxTRKS9IYXBz4%2Bbce6oIqaZ2wJ%2FIY1l0JmqXQD8gDqGcnZJkakVCLeIAPac6WMeB%2BFP21zs6keDmoif2WlMDcND72o76aL%2F91%2FRkAP2kI9pNlQqq7%2BnIOwWThVJg%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"836d92265e4904cc-HKG"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success no data\"\n}"}],"_postman_id":"8165d483-bd75-4111-bc6f-5f648bfd18b9"}],"id":"67f7d10a-ed18-4643-8da4-6fc6c221a598","description":"<p>This is the full documentation of Manual Transaction API.</p>\n<ul>\n<li><strong>Make Payment using POST Make Transaction</strong></li>\n</ul>\n<p>In order for you to make transaction, you need to clarify <strong>this mandatory key and value</strong> in the form-data:</p>\n<ol>\n<li><p>user_id <strong>int</strong></p>\n</li>\n<li><p>price_method <strong>int</strong></p>\n</li>\n<li><p>price_counseling <strong>int</strong></p>\n</li>\n<li><p>price_duration <strong>int</strong></p>\n</li>\n<li><p>payment_type <strong>string</strong></p>\n</li>\n<li><p>doctor_id <strong>int</strong></p>\n</li>\n<li><p>topic_id <strong>int</strong></p>\n</li>\n<li><p>patient_id <strong>int</strong></p>\n</li>\n<li><p>method_id <strong>int</strong></p>\n</li>\n<li><p>duration_id <strong>int</strong></p>\n</li>\n<li><p>counseling_id <strong>int</strong></p>\n</li>\n<li><p>counseling_session <strong>int</strong></p>\n</li>\n<li><p>counseling_type <strong>string</strong> <strong>(please input \"A\", or \"B\" or \"C\")</strong></p>\n</li>\n<li><p>payment_type <strong>string (please input \"manual\")</strong></p>\n</li>\n<li><p>payment_proof <strong>multipart.File (mime:\"jpg\",\"jpeg\",\"png\")</strong></p>\n</li>\n</ol>\n<p>In order to get the price_total (total price) you need to input the price method, price counseling and price duration.</p>\n<p><strong>Note:</strong> Before submitting a request, I recommend you to give a confirmation UI modal of <em><strong>\"Are you sure the the data is correct?\"</strong></em>, to ensure the user reads twice before making a manual transaction.</p>\n<ul>\n<li><strong>Show Detail Transaction to the User</strong></li>\n</ul>\n<p>After requesting to make a transaction, you will get this example response:</p>\n<p><code>\"data\": {</code></p>\n<p><code>\"price_result\": 275000,</code></p>\n<p><code>\"user_id\": 2,</code></p>\n<p><code>\"transaction_id\": \"M-1700686914\",</code></p>\n<p><code>\"payment_status\": 0,</code></p>\n<p><code>\"payment_proof\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1700686910/Avatar/fs677igpwzkuy345b11m.jpg\",</code></p>\n<p><code>\"payment_type\": \"manual\"</code></p>\n<p><code>},</code></p>\n<p><code>\"message\": \"Success Create Manual Transaction\"</code></p>\n<p>Note: You can show the detail transaction from this response to the UI (I recommend you to show price result, payment status and payment proof)</p>\n<ul>\n<li><strong>Redirect the User to the Payment History Page</strong></li>\n</ul>\n<p>After payment, you can check the user history payment by using <strong>/transaction/{user_id}</strong> if it succeed the payment or not. For UI, I suggest user can be redirect to the payment history page (So user can check the payment is succeed or not).</p>\n<ul>\n<li>Status Payment Code:</li>\n</ul>\n<p>1 = Challenge/On Process</p>\n<p>2 = Accept/Payment Received</p>\n<p>3 = Denied/Must Make Another Payment</p>\n<p>4 = Failure/Canceled/Expired</p>\n<p>5 = Pending</p>\n<p><strong>[Admin Section]</strong></p>\n<ul>\n<li><strong>Accept and Deny Manual Transactions</strong></li>\n</ul>\n<p>Admin can simply accept and deny transactions just by updating the status payment code from the transaction. You can try to use the <strong>PUT Update Transaction Method</strong> to test it.</p>\n<p>You can update the transaction by using transaction_id. Please use <strong>2</strong> for accepting a manual transactions and <strong>4</strong> for stating the payment is failed. After payment is accepted, the balance doctor will be automaticly updated.</p>\n<p><strong>Note:</strong> You cannot change payment_status if the status is already accepted or denied.</p>\n","_postman_id":"67f7d10a-ed18-4643-8da4-6fc6c221a598","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"059662e9-af70-48a0-9d24-4e1cb7f91d94","id":"059662e9-af70-48a0-9d24-4e1cb7f91d94","name":"EmpathiCare : API Documentation","type":"collection"}}},{"name":"Endpoint Tester","id":"8300d270-f5cc-4878-b6fb-03c4f06eccfa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"user_id","value":"2","type":"text"},{"key":"price_method","value":"180000","type":"text"},{"key":"price_counseling","value":"50000","type":"text"},{"key":"price_duration","value":"45000","type":"text"},{"key":"payment_proof","type":"file","src":"2IODIT-pz/_DSC0077.JPG"},{"key":"payment_type","value":"manual","type":"text"}]},"url":"https://kmb5alta.online/transaksi","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"059662e9-af70-48a0-9d24-4e1cb7f91d94","id":"059662e9-af70-48a0-9d24-4e1cb7f91d94","name":"EmpathiCare : API Documentation","type":"collection"}},"urlObject":{"path":["transaksi"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[],"_postman_id":"8300d270-f5cc-4878-b6fb-03c4f06eccfa"}],"id":"89fef724-a695-4ed1-9a07-ac2d9a646395","description":"<p><strong>This is the full documentation of Midtrans API and Manual Transaction.</strong></p>\n<p><strong>To see the specific documentation, please open each folder.</strong></p>\n<p><strong>Status Payment Code:</strong></p>\n<p><strong>1 = Challenge/On Process</strong></p>\n<p><strong>2 = Accept/Payment Received</strong></p>\n<p><strong>3 = Denied/Must Make Another Payment</strong></p>\n<p><strong>4 = Failure/Canceled/Expired</strong></p>\n<p><strong>5 = Pending</strong></p>\n","_postman_id":"89fef724-a695-4ed1-9a07-ac2d9a646395","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"059662e9-af70-48a0-9d24-4e1cb7f91d94","id":"059662e9-af70-48a0-9d24-4e1cb7f91d94","name":"EmpathiCare : API Documentation","type":"collection"}}},{"name":"Other API","item":[{"name":"Get Provinces","id":"c8ffa088-c395-4cdc-8057-e2c87aef50c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://www.emsifa.com/api-wilayah-indonesia/api/provinces.json","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"99539976-c846-4bd4-b7d3-d92ee8bdf283","id":"99539976-c846-4bd4-b7d3-d92ee8bdf283","name":"Other API","type":"folder"}},"urlObject":{"protocol":"http","path":["api-wilayah-indonesia","api","provinces.json"],"host":["www","emsifa","com"],"query":[],"variable":[]}},"response":[{"id":"b4fc7bd2-b81c-4c39-89fe-9202a40b24a2","name":"Success","originalRequest":{"method":"GET","header":[],"url":"http://www.emsifa.com/api-wilayah-indonesia/api/provinces.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Nov 2023 05:20:21 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"333"},{"key":"Connection","value":"keep-alive"},{"key":"Last-Modified","value":"Wed, 31 Aug 2022 10:59:33 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"630f3f15-48d\""},{"key":"expires","value":"Wed, 29 Nov 2023 23:04:36 GMT"},{"key":"Cache-Control","value":"max-age=600"},{"key":"Content-Encoding","value":"gzip"},{"key":"x-proxy-cache","value":"MISS"},{"key":"X-GitHub-Request-Id","value":"B238:1CC94E:5693FB:59CA5C:6567C12C"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Via","value":"1.1 varnish"},{"key":"Age","value":"0"},{"key":"X-Served-By","value":"cache-nrt-rjtf7700060-NRT"},{"key":"X-Cache","value":"HIT"},{"key":"X-Cache-Hits","value":"1"},{"key":"X-Timer","value":"S1701321621.059205,VS0,VE200"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Fastly-Request-ID","value":"58b471fc331e8bdc0f7f7315e44679b66b26c71e"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=cQT7LJNoP8VYhyAiaWKYFDMeLQ7IhwK1vth1tBc4m2brvpyMtLaOYRkTXbBWy2AZ2iuLoE1h0K2zsP7I1%2FT4gsnAq%2Fjhw3Qb6iF1N6g2mS5S1X33SgvUoUmEkkq%2BnUrebA%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"82e0a4035cb80456-HKG"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"11\",\n        \"name\": \"ACEH\"\n    },\n    {\n        \"id\": \"12\",\n        \"name\": \"SUMATERA UTARA\"\n    },\n    {\n        \"id\": \"13\",\n        \"name\": \"SUMATERA BARAT\"\n    },\n    {\n        \"id\": \"14\",\n        \"name\": \"RIAU\"\n    },\n    {\n        \"id\": \"15\",\n        \"name\": \"JAMBI\"\n    },\n    {\n        \"id\": \"16\",\n        \"name\": \"SUMATERA SELATAN\"\n    },\n    {\n        \"id\": \"17\",\n        \"name\": \"BENGKULU\"\n    },\n    {\n        \"id\": \"18\",\n        \"name\": \"LAMPUNG\"\n    },\n    {\n        \"id\": \"19\",\n        \"name\": \"KEPULAUAN BANGKA BELITUNG\"\n    },\n    {\n        \"id\": \"21\",\n        \"name\": \"KEPULAUAN RIAU\"\n    },\n    {\n        \"id\": \"31\",\n        \"name\": \"DKI JAKARTA\"\n    },\n    {\n        \"id\": \"32\",\n        \"name\": \"JAWA BARAT\"\n    },\n    {\n        \"id\": \"33\",\n        \"name\": \"JAWA TENGAH\"\n    },\n    {\n        \"id\": \"34\",\n        \"name\": \"DI YOGYAKARTA\"\n    },\n    {\n        \"id\": \"35\",\n        \"name\": \"JAWA TIMUR\"\n    },\n    {\n        \"id\": \"36\",\n        \"name\": \"BANTEN\"\n    },\n    {\n        \"id\": \"51\",\n        \"name\": \"BALI\"\n    },\n    {\n        \"id\": \"52\",\n        \"name\": \"NUSA TENGGARA BARAT\"\n    },\n    {\n        \"id\": \"53\",\n        \"name\": \"NUSA TENGGARA TIMUR\"\n    },\n    {\n        \"id\": \"61\",\n        \"name\": \"KALIMANTAN BARAT\"\n    },\n    {\n        \"id\": \"62\",\n        \"name\": \"KALIMANTAN TENGAH\"\n    },\n    {\n        \"id\": \"63\",\n        \"name\": \"KALIMANTAN SELATAN\"\n    },\n    {\n        \"id\": \"64\",\n        \"name\": \"KALIMANTAN TIMUR\"\n    },\n    {\n        \"id\": \"65\",\n        \"name\": \"KALIMANTAN UTARA\"\n    },\n    {\n        \"id\": \"71\",\n        \"name\": \"SULAWESI UTARA\"\n    },\n    {\n        \"id\": \"72\",\n        \"name\": \"SULAWESI TENGAH\"\n    },\n    {\n        \"id\": \"73\",\n        \"name\": \"SULAWESI SELATAN\"\n    },\n    {\n        \"id\": \"74\",\n        \"name\": \"SULAWESI TENGGARA\"\n    },\n    {\n        \"id\": \"75\",\n        \"name\": \"GORONTALO\"\n    },\n    {\n        \"id\": \"76\",\n        \"name\": \"SULAWESI BARAT\"\n    },\n    {\n        \"id\": \"81\",\n        \"name\": \"MALUKU\"\n    },\n    {\n        \"id\": \"82\",\n        \"name\": \"MALUKU UTARA\"\n    },\n    {\n        \"id\": \"91\",\n        \"name\": \"PAPUA BARAT\"\n    },\n    {\n        \"id\": \"94\",\n        \"name\": \"PAPUA\"\n    }\n]"}],"_postman_id":"c8ffa088-c395-4cdc-8057-e2c87aef50c4"},{"name":"Get Regencies","id":"8cfe2568-5256-4685-9057-446b37f27e3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://www.emsifa.com/api-wilayah-indonesia/api/regencies/12.json","auth":{"type":"noauth","isInherited":true,"source":{"_postman_id":"99539976-c846-4bd4-b7d3-d92ee8bdf283","id":"99539976-c846-4bd4-b7d3-d92ee8bdf283","name":"Other API","type":"folder"}},"urlObject":{"protocol":"http","path":["api-wilayah-indonesia","api","regencies","12.json"],"host":["www","emsifa","com"],"query":[],"variable":[]}},"response":[{"id":"04ddd288-a912-46fa-a072-1f87e4ab3375","name":"Invalid ID 404","originalRequest":{"method":"GET","header":[],"url":"http://www.emsifa.com/api-wilayah-indonesia/api/regencies/"},"status":"Not Found","code":404,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Thu, 30 Nov 2023 05:21:54 GMT"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Security-Policy","value":"default-src 'none'; style-src 'unsafe-inline'; img-src data:; connect-src 'self'"},{"key":"x-proxy-cache","value":"MISS"},{"key":"X-GitHub-Request-Id","value":"EF24:36D06:6AB7DC:6E8ACB:65681BF1"},{"key":"Via","value":"1.1 varnish"},{"key":"Age","value":"0"},{"key":"X-Served-By","value":"cache-nrt-rjtf7700069-NRT"},{"key":"X-Cache","value":"MISS"},{"key":"X-Cache-Hits","value":"0"},{"key":"X-Timer","value":"S1701321714.953544,VS0,VE233"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Fastly-Request-ID","value":"325e52c60b812417bce79317c5c91248bb9210a6"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=A57F8rruPgrdtUdY8t2k9LZ2wlQLGzwmxWI4%2Fa1rg1BdTSHH90aor7OAeZyXjmbIcjSJZqnJqYKvOmI8DJ5avDbfusrlQJ4vqmdjJ4T%2FG8AqkxGaqJdWspEhYCsPv5QdTg%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"82e0a6480d350456-HKG"},{"key":"Content-Encoding","value":"gzip"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html>\n    <head>\n        <meta http-equiv=\"Content-type\" content=\"text/html; charset=utf-8\">\n        <meta http-equiv=\"Content-Security-Policy\" content=\"default-src 'none'; style-src 'unsafe-inline'; img-src data:; connect-src 'self'\">\n        <title>Page not found &middot; GitHub Pages</title>\n        <style type=\"text/css\" media=\"screen\">\n      body {\n        background-color: #f1f1f1;\n        margin: 0;\n        font-family: \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n      }\n\n      .container { margin: 50px auto 40px auto; width: 600px; text-align: center; }\n\n      a { color: #4183c4; text-decoration: none; }\n      a:hover { text-decoration: underline; }\n\n      h1 { width: 800px; position:relative; left: -100px; letter-spacing: -1px; line-height: 60px; font-size: 60px; font-weight: 100; margin: 0px 0 50px 0; text-shadow: 0 1px 0 #fff; }\n      p { color: rgba(0, 0, 0, 0.5); margin: 20px 0; line-height: 1.6; }\n\n      ul { list-style: none; margin: 25px 0; padding: 0; }\n      li { display: table-cell; font-weight: bold; width: 1%; }\n\n      .logo { display: inline-block; margin-top: 35px; }\n      .logo-img-2x { display: none; }\n      @media\n      only screen and (-webkit-min-device-pixel-ratio: 2),\n      only screen and (   min--moz-device-pixel-ratio: 2),\n      only screen and (     -o-min-device-pixel-ratio: 2/1),\n      only screen and (        min-device-pixel-ratio: 2),\n      only screen and (                min-resolution: 192dpi),\n      only screen and (                min-resolution: 2dppx) {\n        .logo-img-1x { display: none; }\n        .logo-img-2x { display: inline-block; }\n      }\n\n      #suggestions {\n        margin-top: 35px;\n        color: #ccc;\n      }\n      #suggestions a {\n        color: #666666;\n        font-weight: 200;\n        font-size: 14px;\n        margin: 0 10px;\n      }\n\n    </style>\n    </head>\n    <body>\n        <div class=\"container\">\n            <h1>404</h1>\n            <p>\n                <strong>File not found</strong>\n            </p>\n            <p>\n        The site configured at this address does not\n        contain the requested file.\n      </p>\n            <p>\n        If this is your site, make sure that the filename case matches the URL\n        as well as any file permissions.\n                <br>\n        For root URLs (like \n                <code>http://example.com/</code>) you must provide an\n                <code>index.html</code> file.\n            </p>\n            <p>\n                <a href=\"https://help.github.com/pages/\">Read the full documentation</a>\n        for more information about using\n                <strong>GitHub Pages</strong>.\n            </p>\n            <div id=\"suggestions\">\n                <a href=\"https://githubstatus.com\">GitHub Status</a> &mdash;\n                <a href=\"https://twitter.com/githubstatus\">@githubstatus</a>\n            </div>\n            <a href=\"/\" class=\"logo logo-img-1x\">\n                <img width=\"32\" height=\"32\" title=\"\" alt=\"\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpFMTZCRDY3REIzRjAxMUUyQUQzREIxQzRENUFFNUM5NiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpFMTZCRDY3RUIzRjAxMUUyQUQzREIxQzRENUFFNUM5NiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkUxNkJENjdCQjNGMDExRTJBRDNEQjFDNEQ1QUU1Qzk2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkUxNkJENjdDQjNGMDExRTJBRDNEQjFDNEQ1QUU1Qzk2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+SM9MCAAAA+5JREFUeNrEV11Ik1EY3s4+ddOp29Q5b0opCgKFsoKoi5Kg6CIhuwi6zLJLoYLopq4qsKKgi4i6CYIoU/q5iDAKs6syoS76IRWtyJ+p7cdt7sf1PGOD+e0c3dygAx/67ZzzPM95/877GYdHRg3ZjMXFxepQKNS6sLCwJxqNNuFpiMfjVs4ZjUa/pmmjeD6VlJS8NpvNT4QQ7mxwjSsJiEQim/1+/9lgMHgIr5ohuxG1WCw9Vqv1clFR0dCqBODElV6v90ogEDjGdYbVjXhpaendioqK07CIR7ZAqE49PT09BPL2PMgTByQGsYiZlQD4uMXtdr+JxWINhgINYhGT2MsKgMrm2dnZXgRXhaHAg5jEJodUAHxux4LudHJE9RdEdA+i3Juz7bGHe4mhE9FNrgwBCLirMFV9Okh5eflFh8PR5nK5nDabrR2BNJlKO0T35+Li4n4+/J+/JQCxhmu5h3uJoXNHPbmWZAHMshWB8l5/ipqammaAf0zPDDx1ONV3vurdidqwAQL+pEc8sLcAe1CCvQ3YHxIW8Pl85xSWNC1hADDIv0rIE/o4J0k3kww4xSlwIhcq3EFFOm7KN/hUGOQkt0CFa5WpNJlMvxBEz/IVQAxg/ZRZl9wiHA63yDYieM7DnLP5CiAGsC7I5sgtYKJGWe2A8seFqgFJrJjEPY1Cn3pJ8/9W1e5VWsFDTEmFrBcoDhZJEQkXuhICMyKpjhahqN21hRYATKfUOlDmkygrR4o4C0VOLGJKrOITKB4jijzdXygBKixyC5TDQdnk/Pz8qRw6oOWGlsTKGOQW6OH6FBWsyePxdOXLTgxiyebILZCjz+GLgMIKnXNzc49YMlcRdHXcSwxFVgTInQhC9G33UhNoJLuqq6t345p9y3eUy8OTk5PjAHuI9uo4b07FBaOhsu0A4Unc+T1TU1Nj3KsSSE5yJ65jqF2DDd8QqWYmAZrIM2VlZTdnZmb6AbpdV9V6ec9znf5Q7HjYumdRE0JOp3MjitO4SFa+cZz8Umqe3TCbSLvdfkR/kWDdNQl5InuTcysOcpFT35ZrbBxx4p3JAHlZVVW1D/634VRt+FvLBgK/v5LV9WS+10xMTEwtRw7XvqOL+e2Q8V3AYIOIAXQ26/heWVnZCVfcyKHg2CBgTpmPmjYM8l24GyaUHyaIh7XwfR9ErE8qHoDfn2LTNAVC0HX6MFcBIP8Bi+6F6cdW/DICkANRfx99fEYFQ7Nph5i/uQiA214gno7K+guhaiKg9gC62+M8eR7XsBsYJ4ilam60Fb7r7uAj8wFyuwM1oIOWgfmDy6RXEEQzJMPe23DXrVS7rtyD3Df8z/FPgAEAzWU5Ku59ZAUAAAAASUVORK5CYII=\">\n      \n            </a>\n            <a href=\"/\" class=\"logo logo-img-2x\">\n                <img width=\"32\" height=\"32\" title=\"\" alt=\"\" src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEQUM1QkUxRUI0MUMxMUUyQUQzREIxQzRENUFFNUM5NiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEQUM1QkUxRkI0MUMxMUUyQUQzREIxQzRENUFFNUM5NiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkUxNkJENjdGQjNGMDExRTJBRDNEQjFDNEQ1QUU1Qzk2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkUxNkJENjgwQjNGMDExRTJBRDNEQjFDNEQ1QUU1Qzk2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+hfPRaQAAB6lJREFUeNrsW2mME2UYbodtt+2222u35QheoCCYGBQligIJgkZJNPzgigoaTEj8AdFEMfADfyABkgWiiWcieK4S+QOiHAYUj2hMNKgYlEujpNttu9vttbvdw+chU1K6M535pt3ubHCSyezR+b73eb73+t7vrfXsufOW4bz6+vom9/b23ovnNNw34b5xYGAgODg46Mbt4mesVmsWd1qSpHhdXd2fuP/Afcput5/A88xwymcdBgLqenp6FuRyuWV4zu/v759QyWBjxoz5t76+/gun09mK5xFyakoCAPSaTCazNpvNPoYVbh6O1YKGRF0u13sNDQ27QMzfpiAAKj0lnU6/gBVfAZW2WWpwwVzy0IgP3G73FpjI6REhAGA9qVRqA1b9mVoBVyIC2tDi8Xg24+dUzQiAbS/s7Ox8G2o/3mKCC+Zw0efzPQEfcVjYrARX3dbV1bUtHo8fMgt42f+Mp0yUTVQbdWsAHVsikdiHkHaPxcQXQufXgUBgMRxme9U0AAxfH4vFvjM7eF6UkbJS5qoQwEQGA57Ac5JllFyUVZZ5ckUEgMVxsK2jlSYzI+QXJsiyjzNEAJyJAzb/KQa41jJKL8pODMQiTEAymXw5n8/P0IjD3bh7Rgog59aanxiIRTVvV/oj0tnHca/WMrVwODwB3raTGxzkBg/gnZVapFV62Wy2n5AO70HM/5wbJ0QnXyQSaVPDIuNZzY0V3ntHMwxiwHA0Gj2Np7ecIBDgaDAYXKCQJM1DhrgJ3nhulcPbl8j4NmHe46X/g60fwbz3aewjkqFQaAqebWU1AOqyQwt8Id6qEHMc97zu7u7FGGsn7HAiVuosVw7P35C1nccdgSCxop1dHeZswmfHMnxBo6ZTk+jN8dl/vF7vWofDsa+MLN9oEUBMxOb3+1eoEsBVw6Zmua49r8YmhAKDiEPcMwBsxMiqQ+ixzPFxZyqRpXARG/YOr1ObFJ0gUskXBbamcR1OKmMUvDxHRAu8/LmY3jFLMUpFqz9HxG65smYJdyKyECOxDiEAe/p1gjF2oonivZAsxVgl2daa4EQWCW6J55qFAFFZiJWYLxNQy2qOSUzGRsyXCUDIeliwAHEO4WSlWQBRFoZakXcKmCXmyXAKs0Ve9vl8q42WoIYpJU4hV3hKcNs8m9gl7p/xQ73eF5kB4j5mNrWmTJRNwAzqiV1CxjVTZCIkEq+Z1bZFZSN2CenmVAFVy4Plz8xKAGWjjAKFk6lCBMDR/MJjLLMSQNm43xAiQKTaA+9/wewhDjL+JVI1kkTSSOTcKbMTwPqESAot6dn6Fr1gHwVJju6IRuyiByPuUUBAg5DGkAgBmxlvdgIEK9gDkohdY/BJo4CAG0R8miRSsGABkgVQs4KXu098IgUXSSRsFAoKZiVAVDY2WUiiPTjYRi41KwGisrGsLtlsth8Fiwnz2fBkQvWfRtlE3iF2yW63/yCacXZ1dW02GwGyTFaRd4idJnCKHRaCxYRHoG5LTKT6SyiToP1fJHbmAYPYRR0UnZQtMnA6s0zg+GZBlt0Gdo7EPHgpE3Q6nZ8YyLhc8Xj8MJh/aKTAY+5FPAKHLE7RdwuYJZmNwzyCMkBCYyKROJBMJl9B/PXXCjjmCmDOVzH3fiPpObEWGqoKe4EBl8v1hlqsdLvd23mkxHM9pc9kMpmno9HoeTii7ewbHEZPPx1ztLS1tV3AnGuMjiNjvbQFuHw6zDo5By7dTPAQNBgMLrRarTkSls1mnwT7uwp9virx9QzbW/HuV/j5d/b+6jniKlllP8lkeONJDk+dq9GsQTnC4fB1heO0K47Hwe7WdDr9nAKgXwOBwHI+C45Htj1d6sd429TUNEcmUdc+PRaLHcvn87dXW4ugzdsaGxufL94NFv9zi1J7GVbhlvb2dnaJ3SVrxfc+n2+NTsZ7/H7/Mr3g5XdSIHyJSH1PZ+7fToyl2+ErqilgZ4NaLYB9goVGaHjR93Hv1ZrU4XDsFT20kH3PObzbWk0CgG1jacVIUnAQb9F+VexyLMzkpcLv0IJV7AHQIOCAUYHx7v5qgScmYHtTqSAyZLEJTK22Bie4iq3xsqpm4SAf9Hq9a2DnJ4uLK3SEULcdRvp3i3zHySqpficxEdsQc1NrlYXXvR+O7qASSezXB+h1SuUomgg9LL8BUoV4749EIolKh+EiqWmqVEZlDgHks2pxHw7xTqUQw9J5NcAXOK10AGIoZ6Zli6JY6Z1Q461KoZ4NiKLHarW+KDsxlDUPHZ5zPQZqUVDPJsTqb5n9malbpAh8C2XXDLl62+WZIDFRUlNVOiwencnNU3aQEkL+cDMSoLvZo2fQB7AJssNAuFuvorlDVVkkg2I87+jo2K2QAVphDrfyViK5VqtO34OkaxXCp+7drdDBCAdubm6eidX+2WwqT5komwh4YQLk+H4aE93h8Xg2gvHekQZOGSgLZTLyDTLJ4Lx9/KZWKBSainT4Iy3FqQBfnUZR42PKQFksBr9QKVXCPusD3OiA/RkQ5kP8qV/Jl1WywAp/6+dcmPM2zL1UrUahe4JqfnWWKXIul3uUbfP8njAFLW1OFr3gdFtZ72cNH+PtQT7/brW+NXqJAHh0y9V8/U/A1U7AfwIMAD7mS3pCbuWJAAAAAElFTkSuQmCC\">\n      \n            </a>\n        </div>\n    </body>\n</html>"},{"id":"b71ec881-7bd8-4588-aace-88a7f3abc5b6","name":"Success Get By ID Provinces","originalRequest":{"method":"GET","header":[],"url":"http://www.emsifa.com/api-wilayah-indonesia/api/regencies/12.json"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 30 Nov 2023 05:22:45 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"428"},{"key":"Connection","value":"keep-alive"},{"key":"Last-Modified","value":"Wed, 31 Aug 2022 10:59:33 GMT"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"ETag","value":"W/\"630f3f15-82c\""},{"key":"expires","value":"Thu, 30 Nov 2023 01:38:18 GMT"},{"key":"Cache-Control","value":"max-age=600"},{"key":"Content-Encoding","value":"gzip"},{"key":"x-proxy-cache","value":"MISS"},{"key":"X-GitHub-Request-Id","value":"6E6C:2A6B6:5C236C:5F9328:6567E531"},{"key":"Accept-Ranges","value":"bytes"},{"key":"Via","value":"1.1 varnish"},{"key":"Age","value":"66"},{"key":"X-Served-By","value":"cache-nrt-rjtf7700060-NRT"},{"key":"X-Cache","value":"HIT"},{"key":"X-Cache-Hits","value":"1"},{"key":"X-Timer","value":"S1701321765.302597,VS0,VE1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Fastly-Request-ID","value":"d6658a2ed9a50ccca2923a3749917caf5335c639"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=WMd0LQM7DpF89gCBp6NqJ9m4PgpICOGQ%2Fz7Rz5RqdKcmy%2BM3B%2B3TMQOvEOUq40IHtscNYNqxjOlqCWlHr%2FGKorXrecnHBCvX1mBrtbrBWIr02vrj4gO9fWjtffPy98M2kg%3D%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"82e0a788dd010456-HKG"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": \"1201\",\n        \"province_id\": \"12\",\n        \"name\": \"KABUPATEN NIAS\"\n    },\n    {\n        \"id\": \"1202\",\n        \"province_id\": \"12\",\n        \"name\": \"KABUPATEN MANDAILING NATAL\"\n    },\n    {\n        \"id\": \"1203\",\n        \"province_id\": \"12\",\n        \"name\": \"KABUPATEN TAPANULI SELATAN\"\n    },\n    {\n        \"id\": \"1204\",\n        \"province_id\": \"12\",\n        \"name\": \"KABUPATEN TAPANULI TENGAH\"\n    },\n    {\n        \"id\": \"1205\",\n        \"province_id\": \"12\",\n        \"name\": \"KABUPATEN TAPANULI UTARA\"\n    },\n    {\n        \"id\": \"1206\",\n        \"province_id\": \"12\",\n        \"name\": \"KABUPATEN TOBA SAMOSIR\"\n    },\n    {\n        \"id\": \"1207\",\n        \"province_id\": \"12\",\n        \"name\": \"KABUPATEN LABUHAN BATU\"\n    },\n    {\n        \"id\": \"1208\",\n        \"province_id\": \"12\",\n        \"name\": \"KABUPATEN ASAHAN\"\n    },\n    {\n        \"id\": \"1209\",\n        \"province_id\": \"12\",\n        \"name\": \"KABUPATEN SIMALUNGUN\"\n    },\n    {\n        \"id\": \"1210\",\n        \"province_id\": \"12\",\n        \"name\": \"KABUPATEN DAIRI\"\n    },\n    {\n        \"id\": \"1211\",\n        \"province_id\": \"12\",\n        \"name\": \"KABUPATEN KARO\"\n    },\n    {\n        \"id\": \"1212\",\n        \"province_id\": \"12\",\n        \"name\": \"KABUPATEN DELI SERDANG\"\n    },\n    {\n        \"id\": \"1213\",\n        \"province_id\": \"12\",\n        \"name\": \"KABUPATEN LANGKAT\"\n    },\n    {\n        \"id\": \"1214\",\n        \"province_id\": \"12\",\n        \"name\": \"KABUPATEN NIAS SELATAN\"\n    },\n    {\n        \"id\": \"1215\",\n        \"province_id\": \"12\",\n        \"name\": \"KABUPATEN HUMBANG HASUNDUTAN\"\n    },\n    {\n        \"id\": \"1216\",\n        \"province_id\": \"12\",\n        \"name\": \"KABUPATEN PAKPAK BHARAT\"\n    },\n    {\n        \"id\": \"1217\",\n        \"province_id\": \"12\",\n        \"name\": \"KABUPATEN SAMOSIR\"\n    },\n    {\n        \"id\": \"1218\",\n        \"province_id\": \"12\",\n        \"name\": \"KABUPATEN SERDANG BEDAGAI\"\n    },\n    {\n        \"id\": \"1219\",\n        \"province_id\": \"12\",\n        \"name\": \"KABUPATEN BATU BARA\"\n    },\n    {\n        \"id\": \"1220\",\n        \"province_id\": \"12\",\n        \"name\": \"KABUPATEN PADANG LAWAS UTARA\"\n    },\n    {\n        \"id\": \"1221\",\n        \"province_id\": \"12\",\n        \"name\": \"KABUPATEN PADANG LAWAS\"\n    },\n    {\n        \"id\": \"1222\",\n        \"province_id\": \"12\",\n        \"name\": \"KABUPATEN LABUHAN BATU SELATAN\"\n    },\n    {\n        \"id\": \"1223\",\n        \"province_id\": \"12\",\n        \"name\": \"KABUPATEN LABUHAN BATU UTARA\"\n    },\n    {\n        \"id\": \"1224\",\n        \"province_id\": \"12\",\n        \"name\": \"KABUPATEN NIAS UTARA\"\n    },\n    {\n        \"id\": \"1225\",\n        \"province_id\": \"12\",\n        \"name\": \"KABUPATEN NIAS BARAT\"\n    },\n    {\n        \"id\": \"1271\",\n        \"province_id\": \"12\",\n        \"name\": \"KOTA SIBOLGA\"\n    },\n    {\n        \"id\": \"1272\",\n        \"province_id\": \"12\",\n        \"name\": \"KOTA TANJUNG BALAI\"\n    },\n    {\n        \"id\": \"1273\",\n        \"province_id\": \"12\",\n        \"name\": \"KOTA PEMATANG SIANTAR\"\n    },\n    {\n        \"id\": \"1274\",\n        \"province_id\": \"12\",\n        \"name\": \"KOTA TEBING TINGGI\"\n    },\n    {\n        \"id\": \"1275\",\n        \"province_id\": \"12\",\n        \"name\": \"KOTA MEDAN\"\n    },\n    {\n        \"id\": \"1276\",\n        \"province_id\": \"12\",\n        \"name\": \"KOTA BINJAI\"\n    },\n    {\n        \"id\": \"1277\",\n        \"province_id\": \"12\",\n        \"name\": \"KOTA PADANGSIDIMPUAN\"\n    },\n    {\n        \"id\": \"1278\",\n        \"province_id\": \"12\",\n        \"name\": \"KOTA GUNUNGSITOLI\"\n    }\n]"}],"_postman_id":"8cfe2568-5256-4685-9057-446b37f27e3f"}],"id":"99539976-c846-4bd4-b7d3-d92ee8bdf283","description":"<p>API yang disini merupakan API yang di ambil dari service luar untuk kebutuhan dev EmpathiCare</p>\n<p>Untuk mendapatkan data provinsi dan kota, bisa Anda baca pada dokumentasi dibawah<br /><a href=\"http://www.emsifa.com/api-wilayah-indonesia/\">http://www.emsifa.com/api-wilayah-indonesia/</a></p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"6984b931-ba0b-46b9-a913-2a2e254e848c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"30323eb9-c987-43d1-86f6-c224a245624b","type":"text/javascript","exec":[""]}}],"_postman_id":"99539976-c846-4bd4-b7d3-d92ee8bdf283"},{"name":"Chat","item":[{"name":"Endpoint : Get All User Chat Rooms","id":"bce763b9-9873-4c16-a468-7d5e3abc12a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{proto}}://kmb5alta.online/api/chats","urlObject":{"protocol":"{{proto}}","path":["api","chats"],"host":["kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"357f85c1-6ddc-49a5-84f1-27b4feeee644","name":"400 : ERROR Invalid User ID","originalRequest":{"method":"GET","header":[],"url":"{{proto}}://{{domain}}:{{port}}/api/chats/users/{{bad}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json; charset=UTF-8","description":"","type":"text"},{"key":"Vary","value":"Origin","description":"","type":"text"},{"key":"Date","value":"Tue, 05 Dec 2023 06:13:41 GMT","description":"","type":"text"},{"key":"Content-Length","value":"43","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"message\": \"invalid user id\"\n}"},{"id":"a4de1e9f-290b-49f4-8de5-33c853a33619","name":"401 : ERROR Invalid JWT","originalRequest":{"method":"GET","header":[],"url":"{{proto}}://{{domain}}:{{port}}/api/chats/users/{{id}}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 07 Dec 2023 04:21:20 GMT"},{"key":"Content-Length","value":"39"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"missing or malformed jwt\"\n}"},{"id":"710f4ca3-a349-4e3a-badf-17fc3f7f28ff","name":"426 : ERROR WebSocket Belum Terkoneksi","originalRequest":{"method":"GET","header":[],"url":"{{proto}}://{{domain}}:{{port}}/api/chats/users/{{id}}"},"status":"Upgrade Required (RFC 2817)","code":426,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json; charset=UTF-8","description":"","type":"text"},{"key":"Vary","value":"Origin","description":"","type":"text"},{"key":"Date","value":"Tue, 05 Dec 2023 05:53:48 GMT","description":"","type":"text"},{"key":"Content-Length","value":"68","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 426,\n    \"message\": \"websocket connection not yet established\"\n}"},{"id":"8efae301-8241-4b3a-929f-9725445c01e8","name":"200 : GET Semua User Chat (kosong)","originalRequest":{"method":"GET","header":[],"url":"{{proto}}://{{domain}}:{{port}}/api/chats/users/{{id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json; charset=UTF-8","description":"","type":"text"},{"key":"Vary","value":"Origin","description":"","type":"text"},{"key":"Date","value":"Tue, 05 Dec 2023 06:27:51 GMT","description":"","type":"text"},{"key":"Content-Length","value":"45","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"success\",\n    \"data\": []\n}"},{"id":"f32fb024-0a44-462c-a512-66759005829a","name":"200 : GET Semua User Chat","originalRequest":{"method":"GET","header":[],"url":"{{proto}}://{{domain}}:{{port}}/api/chats/users/{{id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json; charset=UTF-8","description":"","type":"text"},{"key":"Vary","value":"Origin","description":"","type":"text"},{"key":"Date","value":"Tue, 05 Dec 2023 05:57:05 GMT","description":"","type":"text"},{"key":"Content-Length","value":"564","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"success\",\n    \"data\": [\n        {\n            \"chat_id\": 1,\n            \"patient\": {\n                \"user_id\": 2,\n                \"name\": \"Patient #1\",\n                \"photo\": \"/photo/profile.png\"\n            },\n            \"doctor\": {\n                \"user_id\": 1,\n                \"name\": \"Doctor #1\",\n                \"photo\": \"/photo/profile.png\"\n            },\n            \"last_message\": \"\",\n            \"last_message_time\": null,\n            \"last_message_sent_by\": null,\n            \"last_message_seen_by\": null\n        },\n        {\n            \"chat_id\": 2,\n            \"patient\": {\n                \"user_id\": 3,\n                \"name\": \"Patient #2\",\n                \"photo\": \"/photo/profile.png\"\n            },\n            \"doctor\": {\n                \"user_id\": 1,\n                \"name\": \"Doctor #1\",\n                \"photo\": \"/photo/profile.png\"\n            },\n            \"last_message\": \"\",\n            \"last_message_time\": null,\n            \"last_message_sent_by\": null,\n            \"last_message_seen_by\": null\n        }\n    ]\n}"},{"id":"f62d3a6d-e4f7-4f96-a37f-58420045bf00","name":"200 : GET Semua User Chat Terbaru (last_message_time)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{proto}}://{{domain}}:{{port}}/api/chats/users/{{id}}?sort=last_message_time:desc","protocol":"{{proto}}","host":["{{domain}}"],"port":"{{port}}","path":["api","chats","users","{{id}}"],"query":[{"key":"sort","value":"last_message_time:desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json; charset=UTF-8","description":"","type":"text"},{"key":"Vary","value":"Origin","description":"","type":"text"},{"key":"Date","value":"Tue, 05 Dec 2023 06:01:08 GMT","description":"","type":"text"},{"key":"Content-Length","value":"564","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"success\",\n    \"data\": [\n        {\n            \"chat_id\": 1,\n            \"patient\": {\n                \"user_id\": 2,\n                \"name\": \"Patient #1\",\n                \"photo\": \"/photo/profile.png\"\n            },\n            \"doctor\": {\n                \"user_id\": 1,\n                \"name\": \"Doctor #1\",\n                \"photo\": \"/photo/profile.png\"\n            },\n            \"last_message\": \"\",\n            \"last_message_time\": null,\n            \"last_message_sent_by\": null,\n            \"last_message_seen_by\": null\n        },\n        {\n            \"chat_id\": 2,\n            \"patient\": {\n                \"user_id\": 3,\n                \"name\": \"Patient #2\",\n                \"photo\": \"/photo/profile.png\"\n            },\n            \"doctor\": {\n                \"user_id\": 1,\n                \"name\": \"Doctor #1\",\n                \"photo\": \"/photo/profile.png\"\n            },\n            \"last_message\": \"\",\n            \"last_message_time\": null,\n            \"last_message_sent_by\": null,\n            \"last_message_seen_by\": null\n        }\n    ]\n}"},{"id":"3e8d65a0-9f2e-42f9-bc23-3569abf34e39","name":"200 : GET Semua User Chat Terbaru (updated_at)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{proto}}://{{domain}}:{{port}}/api/chats/users/{{id}}?sort=updated_at:desc","protocol":"{{proto}}","host":["{{domain}}"],"port":"{{port}}","path":["api","chats","users","{{id}}"],"query":[{"key":"sort","value":"updated_at:desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json; charset=UTF-8","description":"","type":"text"},{"key":"Vary","value":"Origin","description":"","type":"text"},{"key":"Date","value":"Tue, 05 Dec 2023 06:03:13 GMT","description":"","type":"text"},{"key":"Content-Length","value":"564","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"success\",\n    \"data\": [\n        {\n            \"chat_id\": 2,\n            \"patient\": {\n                \"user_id\": 3,\n                \"name\": \"Patient #2\",\n                \"photo\": \"/photo/profile.png\"\n            },\n            \"doctor\": {\n                \"user_id\": 1,\n                \"name\": \"Doctor #1\",\n                \"photo\": \"/photo/profile.png\"\n            },\n            \"last_message\": \"\",\n            \"last_message_time\": null,\n            \"last_message_sent_by\": null,\n            \"last_message_seen_by\": null\n        }\n        {\n            \"chat_id\": 1,\n            \"patient\": {\n                \"user_id\": 2,\n                \"name\": \"Patient #1\",\n                \"photo\": \"/photo/profile.png\"\n            },\n            \"doctor\": {\n                \"user_id\": 1,\n                \"name\": \"Doctor #1\",\n                \"photo\": \"/photo/profile.png\"\n            },\n            \"last_message\": \"\",\n            \"last_message_time\": null,\n            \"last_message_sent_by\": null,\n            \"last_message_seen_by\": null\n        },\n    ]\n}"},{"id":"ada1adb5-ffdc-497f-8aa7-a637b34aa4a2","name":"200 : GET Filtered User Chat (last_message)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{proto}}://{{domain}}:{{port}}/api/chats/users/{{id}}?last_message=lorem","protocol":"{{proto}}","host":["{{domain}}"],"port":"{{port}}","path":["api","chats","users","{{id}}"],"query":[{"key":"last_message","value":"lorem"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json; charset=UTF-8","description":"","type":"text"},{"key":"Vary","value":"Origin","description":"","type":"text"},{"key":"Date","value":"Tue, 05 Dec 2023 06:06:02 GMT","description":"","type":"text"},{"key":"Content-Length","value":"45","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"success\",\n    \"data\": [\n        {\n            \"chat_id\": 1,\n            \"patient\": {\n                \"user_id\": 2,\n                \"name\": \"Patient #1\",\n                \"photo\": \"/photo/profile.png\"\n            },\n            \"doctor\": {\n                \"user_id\": 1,\n                \"name\": \"Doctor #1\",\n                \"photo\": \"/photo/profile.png\"\n            },\n            \"last_message\": \"lorem ipsum dolor sit amet.\",\n            \"last_message_time\": null,\n            \"last_message_sent_by\": null,\n            \"last_message_seen_by\": null\n        }\n    ]\n}"}],"_postman_id":"bce763b9-9873-4c16-a468-7d5e3abc12a5"},{"name":"Endpoint : Create Chat Room","id":"332bae2d-9c0d-44b8-8f59-6951297e5ab0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"patient\": 170,\r\n    \"doctor\": 82\r\n}","options":{"raw":{"language":"json"}}},"url":"{{proto}}://kmb5alta.online/api/chats","urlObject":{"protocol":"{{proto}}","path":["api","chats"],"host":["kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"0d46362a-36aa-4ba6-b2fc-333fc3a09e14","name":"401 : ERROR Invalid JWT","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"patient\": 2,\r\n    \"doctor\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{proto}}://{{domain}}:{{port}}/api/chats"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 07 Dec 2023 04:22:40 GMT"},{"key":"Content-Length","value":"39"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"missing or malformed jwt\"\n}"},{"id":"05735b30-9207-446e-89c2-b463ef509929","name":"400 : ERROR User ID Identik","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"patient\": 1,\r\n    \"doctor\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{proto}}://{{domain}}:{{port}}/api/chats"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json; charset=UTF-8","description":"","type":"text"},{"key":"Vary","value":"Origin","description":"","type":"text"},{"key":"Date","value":"Tue, 05 Dec 2023 06:30:55 GMT","description":"","type":"text"},{"key":"Content-Length","value":"60","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"message\": \"invalid create chat data payload\"\n}"},{"id":"957304ca-b94e-4ae9-9688-66ab2213fa40","name":"400 : ERROR Bad Chat Payload","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"bad\": \"bad\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{proto}}://{{domain}}:{{port}}/api/chats"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json; charset=UTF-8","description":"","type":"text"},{"key":"Vary","value":"Origin","description":"","type":"text"},{"key":"Date","value":"Tue, 05 Dec 2023 06:33:17 GMT","description":"","type":"text"},{"key":"Content-Length","value":"60","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"message\": \"invalid create chat data payload\"\n}"},{"id":"8183c3e8-3dde-47c0-9656-125d2228367d","name":"201 : ADD User Chat","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"patient\": 2,\r\n    \"doctor\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{proto}}://{{domain}}:{{port}}/api/chats"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json; charset=UTF-8","description":"","type":"text"},{"key":"Vary","value":"Origin","description":"","type":"text"},{"key":"Date","value":"Tue, 05 Dec 2023 07:08:54 GMT","description":"","type":"text"},{"key":"Content-Length","value":"202","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 201,\n    \"message\": \"success\",\n    \"data\": {\n        \"chat_id\": 1,\n        \"patient\": {\n            \"user_id\": 2,\n            \"name\": \"Patient #1\",\n            \"photo\": \"/photo/profile.png\"\n        },\n        \"doctor\": {\n            \"user_id\": 1,\n            \"name\": \"Doctor #1\",\n            \"photo\": \"/photo/profile.png\"\n        }\n    }\n}"}],"_postman_id":"332bae2d-9c0d-44b8-8f59-6951297e5ab0"},{"name":"Endpoint : Update Chat Room State","id":"e884e6d5-0b14-4481-bfbd-1fe1c75c5fb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    // \"message\": \"Halo Doctor!\",\r\n    // \"sent_by\": 170\r\n    \"seen_by\": 82\r\n}","options":{"raw":{"language":"json"}}},"url":"{{proto}}://kmb5alta.online/api/chats/2","urlObject":{"protocol":"{{proto}}","path":["api","chats","2"],"host":["kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"245ad816-3c6d-4e9f-9e5c-bb7d4da87da2","name":"400 : ERROR Invalid Chat ID","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"message\": \"Halo!\",\r\n    \"sent_by\": 1,\r\n    \"seen_by\": 2\r\n}","options":{"raw":{"language":"json"}}},"url":"{{proto}}://{{domain}}:{{port}}/api/chats/{{bad}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json; charset=UTF-8","description":"","type":"text"},{"key":"Vary","value":"Origin","description":"","type":"text"},{"key":"Date","value":"Tue, 05 Dec 2023 07:33:39 GMT","description":"","type":"text"},{"key":"Content-Length","value":"43","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"message\": \"invalid chat id\"\n}"},{"id":"34b2649f-a6ca-4581-b0fe-c0db65befb9a","name":"401 : ERROR Invalid JWT","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"message\": \"Halo!\",\r\n    \"sent_by\": 1,\r\n    \"seen_by\": 2\r\n}","options":{"raw":{"language":"json"}}},"url":"{{proto}}://{{domain}}:{{port}}/api/chats/{{id}}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 07 Dec 2023 04:29:41 GMT"},{"key":"Content-Length","value":"39"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"missing or malformed jwt\"\n}"},{"id":"95dbdbda-8cf5-4fae-9503-530d131b5218","name":"400 : ERROR Bad Chat Payload","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"text/plain","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"bad\": \"bad\",\r\n}","options":{"raw":{"language":"text"}}},"url":"{{proto}}://{{domain}}:{{port}}/api/chats/{{id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json; charset=UTF-8","description":"","type":"text"},{"key":"Vary","value":"Origin","description":"","type":"text"},{"key":"Date","value":"Tue, 05 Dec 2023 07:21:54 GMT","description":"","type":"text"},{"key":"Content-Length","value":"60","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"message\": \"invalid update chat data payload\"\n}"},{"id":"fa8a9e56-96e9-4779-9aaf-9ce9c66fca41","name":"200 : EDIT When User Has Sent a Message","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"message\": \"Halo!\",\r\n    \"sent_by\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"{{proto}}://{{domain}}:{{port}}/api/chats/{{id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json; charset=UTF-8","description":"","type":"text"},{"key":"Vary","value":"Origin","description":"","type":"text"},{"key":"Date","value":"Tue, 05 Dec 2023 07:14:42 GMT","description":"","type":"text"},{"key":"Content-Length","value":"195","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"success\",\n    \"data\": {\n        \"chat_id\": 1,\n        \"last_message\": \"Halo!\",\n        \"last_message_time\": \"2023-12-05T14:14:42.6210435+07:00\",\n        \"last_message_sent_by\": 1,\n        \"last_message_seen_by\": null\n    }\n}"},{"id":"3ce03871-0dcb-4fba-9c20-b3783002bd19","name":"200 : EDIT When User Has Seen a Message","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"seen_by\": 2\r\n}","options":{"raw":{"language":"json"}}},"url":"{{proto}}://{{domain}}:{{port}}/api/chats/{{id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json; charset=UTF-8","description":"","type":"text"},{"key":"Vary","value":"Origin","description":"","type":"text"},{"key":"Date","value":"Tue, 05 Dec 2023 07:15:48 GMT","description":"","type":"text"},{"key":"Content-Length","value":"188","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"success\",\n    \"data\": {\n        \"chat_id\": 1,\n        \"last_message\": \"Halo!\",\n        \"last_message_time\": \"2023-12-05T14:14:42.621+07:00\",\n        \"last_message_sent_by\": 1,\n        \"last_message_seen_by\": 2\n    }\n}"}],"_postman_id":"e884e6d5-0b14-4481-bfbd-1fe1c75c5fb1"},{"name":"Endpoint : Delete Chat Room","id":"00b74d88-dc3e-44ea-9016-4da1f52ee883","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{proto}}://kmb5alta.online/api/chats/2","urlObject":{"protocol":"{{proto}}","path":["api","chats","2"],"host":["kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"970461b9-7ebb-4bbb-bc64-104baa36c682","name":"400 : ERROR Invalid Chat ID","originalRequest":{"method":"DELETE","header":[],"url":"{{proto}}://{{domain}}:{{port}}/api/chats/{{bad}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json; charset=UTF-8","description":"","type":"text"},{"key":"Vary","value":"Origin","description":"","type":"text"},{"key":"Date","value":"Tue, 05 Dec 2023 07:32:25 GMT","description":"","type":"text"},{"key":"Content-Length","value":"43","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"message\": \"invalid chat id\"\n}"},{"id":"1023427a-4a37-4889-a617-7c0b68aa8bbf","name":"401 : ERROR Invalid JWT","originalRequest":{"method":"DELETE","header":[],"url":"{{proto}}://{{domain}}:{{port}}/api/chats/{{id}}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 07 Dec 2023 04:30:50 GMT"},{"key":"Content-Length","value":"39"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"missing or malformed jwt\"\n}"},{"id":"91ef89ff-f9e4-4005-a9fe-2ff73e544ca1","name":"204 : DEL User Chat","originalRequest":{"method":"DELETE","header":[],"url":"{{proto}}://{{domain}}:{{port}}/api/chats/{{id}}"},"status":"No Content","code":204,"_postman_previewlanguage":null,"header":[{"key":"Vary","value":"Origin","description":"","type":"text"},{"key":"Date","value":"Tue, 05 Dec 2023 07:23:27 GMT","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"00b74d88-dc3e-44ea-9016-4da1f52ee883"},{"name":"Endpoint : Get All User Chat Messages","id":"a50f33bf-e8e0-4d67-827d-7695e2a9f04e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"url":"{{proto}}://kmb5alta.online/api/chats/2/messages","urlObject":{"protocol":"{{proto}}","path":["api","chats","2","messages"],"host":["kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"31857fcd-13db-4b57-9f41-c44d6eb038e4","name":"400 : ERROR Invalid Chat ID","originalRequest":{"method":"GET","header":[],"url":"{{proto}}://{{domain}}:{{port}}/api/chats/{{bad}}/messages"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json; charset=UTF-8","description":"","type":"text"},{"key":"Vary","value":"Origin","description":"","type":"text"},{"key":"Date","value":"Tue, 05 Dec 2023 14:55:08 GMT","description":"","type":"text"},{"key":"Content-Length","value":"43","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"message\": \"invalid chat id\"\n}"},{"id":"ea69a3ac-2298-4f12-94bf-88d1ceed0b5a","name":"401 : ERROR Invalid JWT","originalRequest":{"method":"GET","header":[],"url":"{{proto}}://{{domain}}:{{port}}/api/chats/{{id}}/messages"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 07 Dec 2023 04:31:18 GMT"},{"key":"Content-Length","value":"39"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"missing or malformed jwt\"\n}"},{"id":"fbffec52-69bb-4e3c-86b1-d61019063fba","name":"200 : GET Semua User Chat Message (kosong)","originalRequest":{"method":"GET","header":[],"url":"{{proto}}://{{domain}}:{{port}}/api/chats/{{id}}/messages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json; charset=UTF-8","description":"","type":"text"},{"key":"Vary","value":"Origin","description":"","type":"text"},{"key":"Date","value":"Tue, 05 Dec 2023 14:57:07 GMT","description":"","type":"text"},{"key":"Content-Length","value":"45","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": 200,\r\n    \"message\": \"success\",\r\n    \"data\": []\r\n}"},{"id":"f58b6ba6-b99d-421e-b6aa-152cd5f5bc7a","name":"200 : GET Semua User Chat Message","originalRequest":{"method":"GET","header":[],"url":"{{proto}}://{{domain}}:{{port}}/api/chats/{{id}}/messages"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json; charset=UTF-8","description":"","type":"text"},{"key":"Vary","value":"Origin","description":"","type":"text"},{"key":"Date","value":"Tue, 05 Dec 2023 14:28:13 GMT","description":"","type":"text"},{"key":"Content-Length","value":"752","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": 200,\r\n    \"message\": \"success\",\r\n    \"data\": [\r\n        {\r\n            \"message_id\": 1,\r\n            \"sender\": {\r\n                \"user_id\": 1,\r\n                \"name\": \"Dokter #1\",\r\n                \"email\": \"dokter1@gmail.com\"\r\n            },\r\n            \"text\": \"Permisi, dengan pasien A?\",\r\n            \"blob\": \"\",\r\n            \"timestamp\": \"2023-12-05T21:16:54.427+07:00\"\r\n        },\r\n        {\r\n            \"message_id\": 2,\r\n            \"sender\": {\r\n                \"user_id\": 2,\r\n                \"name\": \"Pasien #1\",\r\n                \"email\": \"pasien1@gmail.com\"\r\n            },\r\n            \"text\": \"Halo juga!\",\r\n            \"blob\": \"\",\r\n            \"timestamp\": \"2023-12-05T21:26:44.166+07:00\"\r\n        },\r\n        {\r\n            \"message_id\": 3,\r\n            \"sender\": {\r\n                \"user_id\": 1,\r\n                \"name\": \"Dokter #1\",\r\n                \"email\": \"dokter1@gmail.com\"\r\n            },\r\n            \"text\": \"Cuaca hari ini cerah ya!\",\r\n            \"blob\": \"\",\r\n            \"timestamp\": \"2023-12-05T21:27:19.589+07:00\"\r\n        },\r\n        {\r\n            \"message_id\": 4,\r\n            \"sender\": {\r\n                \"user_id\": 2,\r\n                \"name\": \"Pasien #1\",\r\n                \"email\": \"pasien1@gmail.com\"\r\n            },\r\n            \"text\": \"Benar, suasana dan atmosfirnya terasa hangat!\",\r\n            \"blob\": \"\",\r\n            \"timestamp\": \"2023-12-05T21:28:03.595+07:00\"\r\n        }\r\n    ]\r\n}"},{"id":"64d2dcb1-c49a-4f4a-8fa1-8ea17dcacdcb","name":"200 : GET Semua User Chat Message Terbaru (timestamp)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{proto}}://{{domain}}:{{port}}/api/chats/{{id}}/messages?sort=timestamp:desc","protocol":"{{proto}}","host":["{{domain}}"],"port":"{{port}}","path":["api","chats","{{id}}","messages"],"query":[{"key":"sort","value":"timestamp:desc"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json; charset=UTF-8","description":"","type":"text"},{"key":"Vary","value":"Origin","description":"","type":"text"},{"key":"Date","value":"Tue, 05 Dec 2023 14:48:24 GMT","description":"","type":"text"},{"key":"Content-Length","value":"752","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": 200,\r\n    \"message\": \"success\",\r\n    \"data\": [\r\n        {\r\n            \"message_id\": 4,\r\n            \"sender\": {\r\n                \"user_id\": 2,\r\n                \"name\": \"Pasien #1\",\r\n                \"email\": \"pasien1@gmail.com\"\r\n            },\r\n            \"text\": \"Benar, suasana dan atmosfirnya terasa hangat!\",\r\n            \"blob\": \"\",\r\n            \"timestamp\": \"2023-12-05T21:28:03.595+07:00\"\r\n        },\r\n        {\r\n            \"message_id\": 3,\r\n            \"sender\": {\r\n                \"user_id\": 1,\r\n                \"name\": \"Dokter #1\",\r\n                \"email\": \"dokter1@gmail.com\"\r\n            },\r\n            \"text\": \"Cuaca hari ini cerah ya!\",\r\n            \"blob\": \"\",\r\n            \"timestamp\": \"2023-12-05T21:27:19.589+07:00\"\r\n        },\r\n        {\r\n            \"message_id\": 2,\r\n            \"sender\": {\r\n                \"user_id\": 2,\r\n                \"name\": \"Pasien #1\",\r\n                \"email\": \"pasien1@gmail.com\"\r\n            },\r\n            \"text\": \"Halo juga!\",\r\n            \"blob\": \"\",\r\n            \"timestamp\": \"2023-12-05T21:26:44.166+07:00\"\r\n        },\r\n        {\r\n            \"message_id\": 1,\r\n            \"sender\": {\r\n                \"user_id\": 1,\r\n                \"name\": \"Dokter #1\",\r\n                \"email\": \"dokter1@gmail.com\"\r\n            },\r\n            \"text\": \"Permisi, dengan pasien A?\",\r\n            \"blob\": \"\",\r\n            \"timestamp\": \"2023-12-05T21:16:54.427+07:00\"\r\n        }\r\n    ]\r\n}"},{"id":"3150364a-2305-4397-aac6-66c1c36605d3","name":"200 : GET Filtered User Chat Message (text)","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{proto}}://{{domain}}:{{port}}/api/chats/{{id}}/messages?text=hari","protocol":"{{proto}}","host":["{{domain}}"],"port":"{{port}}","path":["api","chats","{{id}}","messages"],"query":[{"key":"text","value":"hari"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json; charset=UTF-8","description":"","type":"text"},{"key":"Vary","value":"Origin","description":"","type":"text"},{"key":"Date","value":"Tue, 05 Dec 2023 14:50:49 GMT","description":"","type":"text"},{"key":"Content-Length","value":"219","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": 200,\r\n    \"message\": \"success\",\r\n    \"data\": [\r\n        {\r\n            \"message_id\": 3,\r\n            \"sender\": {\r\n                \"user_id\": 1,\r\n                \"name\": \"Dokter #1\",\r\n                \"email\": \"dokter1@gmail.com\"\r\n            },\r\n            \"text\": \"Cuaca hari ini cerah ya!\",\r\n            \"blob\": \"\",\r\n            \"timestamp\": \"2023-12-05T21:27:19.589+07:00\"\r\n        }\r\n    ]\r\n}"}],"_postman_id":"a50f33bf-e8e0-4d67-827d-7695e2a9f04e"},{"name":"Endpoint : Create Chat Message","id":"4ff73866-11eb-4b84-8d84-005960e2dbbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"Halo Patient!\",\r\n    \"blob\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"{{proto}}://kmb5alta.online/api/chats/2/messages","urlObject":{"protocol":"{{proto}}","path":["api","chats","2","messages"],"host":["kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"f49aee6a-8ef5-4cfd-b353-f0b5dd0b672a","name":"400 : ERROR Invalid Chat ID","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"sender\": 1,\r\n    \"text\": \"Halo!\",\r\n    \"blob\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"{{proto}}://{{domain}}:{{port}}/api/chats/{{bad}}/messages"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json; charset=UTF-8","description":"","type":"text"},{"key":"Vary","value":"Origin","description":"","type":"text"},{"key":"Date","value":"Tue, 05 Dec 2023 22:42:40 GMT","description":"","type":"text"},{"key":"Content-Length","value":"43","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"message\": \"invalid chat id\"\n}"},{"id":"f26987b6-4847-4287-a28b-4f620db25500","name":"401 : ERROR Invalid JWT","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"sender\": 1,\r\n    \"text\": \"Halo!\",\r\n    \"blob\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"{{proto}}://{{domain}}:{{port}}/api/chats/{{id}}/messages"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 07 Dec 2023 04:31:55 GMT"},{"key":"Content-Length","value":"39"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"missing or malformed jwt\"\n}"},{"id":"6cb31c69-26af-4a08-8aca-1a18686f986b","name":"400 : ERROR Bad User Chat Message Payload","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"text/plain","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"bad\": \"bad\",\r\n}","options":{"raw":{"language":"text"}}},"url":"{{proto}}://{{domain}}:{{port}}/api/chats/{{id}}/messages"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json; charset=UTF-8","description":"","type":"text"},{"key":"Vary","value":"Origin","description":"","type":"text"},{"key":"Date","value":"Tue, 05 Dec 2023 22:41:27 GMT","description":"","type":"text"},{"key":"Content-Length","value":"56","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"message\": \"invalid message data payload\"\n}"},{"id":"31b12e2f-6c64-4b51-aebc-d761d1ef78ca","name":"201 : ADD User Chat Message","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"sender\": 1,\r\n    \"text\": \"Halo!\",\r\n    \"blob\": null\r\n}","options":{"raw":{"language":"json"}}},"url":"{{proto}}://{{domain}}:{{port}}/api/chats/{{id}}/messages"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json; charset=UTF-8","description":"","type":"text"},{"key":"Vary","value":"Origin","description":"","type":"text"},{"key":"Date","value":"Tue, 05 Dec 2023 14:28:03 GMT","description":"","type":"text"},{"key":"Content-Length","value":"238","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 201,\n    \"message\": \"success\",\n    \"data\": {\n        \"message_id\": 1,\n        \"sender\": {\n            \"user_id\": 1,\n            \"name\": \"Dokter #1\",\n            \"email\": \"dokter1@gmail.com\"\n        },\n        \"text\": \"Halo!\",\n        \"blob\": \"\",\n        \"timestamp\": \"2023-12-05T21:28:03.595+07:00\"\n    }\n}"}],"_postman_id":"4ff73866-11eb-4b84-8d84-005960e2dbbb"},{"name":"Endpoint : Update Chat Message","id":"eb6fe6cb-3032-4f63-89ea-dc6d71549429","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"Permisi, dengan dokter A?\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{proto}}://kmb5alta.online/api/chats/2/messages/1","urlObject":{"protocol":"{{proto}}","path":["api","chats","2","messages","1"],"host":["kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"765d3172-32f4-4e7c-bf36-7f4fd43f7383","name":"400 : ERROR Invalid Chat ID","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"Permisi, dengan pasien A?\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{proto}}://{{domain}}:{{port}}/api/chats/{{bad}}/messages/{{id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json; charset=UTF-8","description":"","type":"text"},{"key":"Vary","value":"Origin","description":"","type":"text"},{"key":"Date","value":"Tue, 05 Dec 2023 22:49:41 GMT","description":"","type":"text"},{"key":"Content-Length","value":"43","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"message\": \"invalid chat id\"\n}"},{"id":"6a3c4b26-7f58-4f25-afaa-2e47ac7c63c0","name":"401 : ERROR Invalid JWT","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"Permisi, dengan pasien A?\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{proto}}://{{domain}}:{{port}}/api/chats/{{id}}/messages/{{id}}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 07 Dec 2023 04:33:07 GMT"},{"key":"Content-Length","value":"39"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"missing or malformed jwt\"\n}"},{"id":"4c474a3f-3fa3-4e71-adc5-e73961e817ac","name":"400 : ERROR Invalid Message ID","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"Permisi, dengan pasien A?\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{proto}}://{{domain}}:{{port}}/api/chats/{{id}}/messages/{{bad}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json; charset=UTF-8","description":"","type":"text"},{"key":"Vary","value":"Origin","description":"","type":"text"},{"key":"Date","value":"Tue, 05 Dec 2023 22:50:28 GMT","description":"","type":"text"},{"key":"Content-Length","value":"46","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"message\": \"invalid message id\"\n}"},{"id":"f0b24dd8-8bd2-4fbf-af31-b493b911fe05","name":"400 : ERROR Bad User Chat Message Payload","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"text/plain","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"bad\": \"bad\"\r\n}","options":{"raw":{"language":"text"}}},"url":"{{proto}}://{{domain}}:{{port}}/api/chats/{{id}}/messages/{{id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json; charset=UTF-8","description":"","type":"text"},{"key":"Vary","value":"Origin","description":"","type":"text"},{"key":"Date","value":"Tue, 05 Dec 2023 22:49:41 GMT","description":"","type":"text"},{"key":"Content-Length","value":"43","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"message\": \"invalid message data payload\"\n}"},{"id":"47b82f80-8234-4ef3-99d6-d85e02eae352","name":"200 : EDIT User Chat Message","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"text\": \"Permisi, dengan pasien A?\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{proto}}://{{domain}}:{{port}}/api/chats/{{id}}/messages/{{id}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json; charset=UTF-8","description":"","type":"text"},{"key":"Vary","value":"Origin","description":"","type":"text"},{"key":"Date","value":"Tue, 05 Dec 2023 14:17:26 GMT","description":"","type":"text"},{"key":"Content-Length","value":"218","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"message\": \"success\",\n    \"data\": {\n        \"message_id\": 1,\n        \"sender\": {\n            \"user_id\": 1,\n            \"name\": \"Dokter #1\",\n            \"email\": \"dokter1@gmail.com\"\n        },\n        \"text\": \"Permisi, dengan pasien A?\",\n        \"blob\": \"\",\n        \"timestamp\": \"2023-12-05T21:16:54.427+07:00\"\n    }\n}"}],"_postman_id":"eb6fe6cb-3032-4f63-89ea-dc6d71549429"},{"name":"Endpoint : Delete Chat Message","id":"32103d50-1d28-4a02-894b-76ec4bb987fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{proto}}://kmb5alta.online/api/chats/2/messages/2","urlObject":{"protocol":"{{proto}}","path":["api","chats","2","messages","2"],"host":["kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"f84f138a-b2be-4d1a-a51e-c3f2a0de5c32","name":"400 : ERROR Invalid Chat ID","originalRequest":{"method":"DELETE","header":[],"url":"{{proto}}://{{domain}}:{{port}}/api/chats/{{bad}}/messages/{{id}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json; charset=UTF-8","description":"","type":"text"},{"key":"Vary","value":"Origin","description":"","type":"text"},{"key":"Date","value":"Tue, 05 Dec 2023 22:45:44 GMT","description":"","type":"text"},{"key":"Content-Length","value":"43","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"message\": \"invalid chat id\"\n}"},{"id":"1c0c1889-d7ff-44c4-8c69-d3575665db9e","name":"400 : ERROR Invalid Message ID","originalRequest":{"method":"DELETE","header":[],"url":"{{proto}}://{{domain}}:{{port}}/api/chats/{{id}}/messages/{{bad}}"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json; charset=UTF-8","description":"","type":"text"},{"key":"Vary","value":"Origin","description":"","type":"text"},{"key":"Date","value":"Tue, 05 Dec 2023 22:47:14 GMT","description":"","type":"text"},{"key":"Content-Length","value":"46","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 400,\n    \"message\": \"invalid message id\"\n}"},{"id":"49b98405-3901-47b5-beed-7e5304c6b281","name":"401 : ERROR Invalid JWT","originalRequest":{"method":"DELETE","header":[],"url":"{{proto}}://{{domain}}:{{port}}/api/chats/{{id}}/messages/{{id}}"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 07 Dec 2023 04:36:07 GMT"},{"key":"Content-Length","value":"39"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"missing or malformed jwt\"\n}"},{"id":"9d34ccc6-288f-4acc-ae8d-5923f4725c9f","name":"204 : DEL User Chat Message","originalRequest":{"method":"DELETE","header":[],"url":"{{proto}}://{{domain}}:{{port}}/api/chats/{{id}}/messages/{{id}}"},"status":"No Content","code":204,"_postman_previewlanguage":null,"header":[{"key":"Vary","value":"Origin","description":"","type":"text"},{"key":"Date","value":"Tue, 05 Dec 2023 14:17:54 GMT","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":null}],"_postman_id":"32103d50-1d28-4a02-894b-76ec4bb987fb"}],"id":"d0b276eb-119c-42e1-b297-61e971b647bd","description":"<p>Penggunaan endpoint chat diharuskan untuk terkoneksi terlabih dahulu ke endpoint WebSocket, dengan cara :</p>\n<p><code>GET ws://{URI}/api/socket{{userId}}</code></p>\n","_postman_id":"d0b276eb-119c-42e1-b297-61e971b647bd","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"059662e9-af70-48a0-9d24-4e1cb7f91d94","id":"059662e9-af70-48a0-9d24-4e1cb7f91d94","name":"EmpathiCare : API Documentation","type":"collection"}}},{"name":"Counseling Session","item":[{"name":"Get All Counseling","id":"4c8e5722-5bca-4851-96c6-31d5418623e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"GET","header":[],"url":"https://kmb5alta.online/counseling","urlObject":{"path":["counseling"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"bebc76af-9681-4bd2-ac44-bb57f4994c48","name":"Counseling","originalRequest":{"method":"GET","header":[],"url":"https://kmb5alta.online/counseling"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 Dec 2023 18:41:32 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=p%2FO1sWIMpVCOeX%2FvfAfe8dRwObhDKnpwbw%2BmocbPacP5RJivBKWEd2whjffXWvnHqcAuvOKzAegvDPg8WbCjWA%2BeAkNRRp46hXypW3VwmLaI64F%2F0jPxUkxJz77t%2BCS4DzQ%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"83481a20dcb804fe-HKG"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"transaction_id\": 31,\n            \"user_id\": 22,\n            \"doctor_avatar\": \"https://res.cloudinary.com/du87kowmp/image/upload/v1702385429/Avatar/h9d3urwmr8mshnzcycer.jpg\",\n            \"doctor_name\": \"Fauzan Ali Gans\",\n            \"doctor_expertise\": 4,\n            \"doctor_meet_link\": \"\",\n            \"date\": \"2023-12-12T18:40:24.514Z\",\n            \"time\": \"2023-12-12T18:40:24.514Z\",\n            \"duration\": 1,\n            \"status\": \"pending\",\n            \"created_at\": \"2023-12-12T18:40:24.514Z\",\n            \"updated_at\": \"2023-12-12T18:40:24.514Z\"\n        }\n    ],\n    \"message\": \"Success\"\n}"}],"_postman_id":"4c8e5722-5bca-4851-96c6-31d5418623e7"},{"name":"Get Counseling By ID","id":"8a5cf414-6fc4-4539-9827-722341d27db3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"GET","header":[],"url":"https://kmb5alta.online/counseling/1","urlObject":{"path":["counseling","1"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"b45293b9-c666-40af-a234-05bc6249ca61","name":"Get Counseling By ID","originalRequest":{"method":"GET","header":[],"url":"https://kmb5alta.online/counseling/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 Dec 2023 16:32:15 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=sfuCi05%2BRM7RLsPq0A6%2BotIzf0w%2Be0GnUshj7vKa1aQsQPPSQoDpHZk9055VDvSuqOLHGRAvAEABCexe3BdgzcNugtBgmD3ov80XBnbVSBG81lufm6dVbCaT%2FwkKYL0PFlQ%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"8357d7814ce85097-HKG"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"id\": 1,\n        \"transaction_id\": 31,\n        \"user_id\": 22,\n        \"doctor_avatar\": \"https://res.cloudinary.com/du87kowmp/image/upload/v1702385429/Avatar/h9d3urwmr8mshnzcycer.jpg\",\n        \"doctor_name\": \"Fauzan Ali Gans\",\n        \"doctor_expertise\": 4,\n        \"doctor_meet_link\": \"\",\n        \"date\": \"2023-12-12T18:40:24.514Z\",\n        \"time\": \"2023-12-12T18:40:24.514Z\",\n        \"duration\": 1,\n        \"status\": \"pending\",\n        \"created_at\": \"2023-12-12T18:40:24.514Z\",\n        \"updated_at\": \"2023-12-12T18:40:24.514Z\",\n        \"counseling_type\": \"A\",\n        \"counseling_method\": \"Chat\",\n        \"counseling_topic\": \"Pekerjaan\"\n    },\n    \"message\": \"Success to get counseling data\"\n}"}],"_postman_id":"8a5cf414-6fc4-4539-9827-722341d27db3"},{"name":"Get Counseling By Patient ID","id":"5e1b17e6-76ab-4626-bc5b-3fc025258175","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"GET","header":[],"url":"https://kmb5alta.online/counseling/user/4","urlObject":{"path":["counseling","user","4"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"49c7b4d5-7bd3-4c83-b04d-7d3a0259ced8","name":"Get Counseling By User ID","originalRequest":{"method":"GET","header":[],"url":"https://kmb5alta.online/counseling/user/22"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 Dec 2023 18:42:28 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=JY6kwcXAhvPJPuloxpgrLwOpIy5v5%2BVHRl%2FjYga9OigvuWWICCAgqjP%2FgEhHIIZxRvWNp%2BtFBvhYvQENNYsRzmlnFeX5RLGd%2BLrjDfr50dR3F8l%2BjC0gL0ljnbppstL8bo8%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"83481b7d4ae204fe-HKG"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"transaction_id\": 31,\n            \"user_id\": 22,\n            \"doctor_avatar\": \"https://res.cloudinary.com/du87kowmp/image/upload/v1702385429/Avatar/h9d3urwmr8mshnzcycer.jpg\",\n            \"doctor_name\": \"Fauzan Ali Gans\",\n            \"doctor_expertise\": 4,\n            \"doctor_meet_link\": \"\",\n            \"date\": \"2023-12-12T18:40:24.514Z\",\n            \"time\": \"2023-12-12T18:40:24.514Z\",\n            \"duration\": 1,\n            \"status\": \"pending\",\n            \"created_at\": \"2023-12-12T18:40:24.514Z\",\n            \"updated_at\": \"2023-12-12T18:40:24.514Z\"\n        }\n    ],\n    \"message\": \"Success to get counseling data\"\n}"}],"_postman_id":"5e1b17e6-76ab-4626-bc5b-3fc025258175"}],"id":"dbefad37-2ab3-4464-b77a-208b37e0c0f2","_postman_id":"dbefad37-2ab3-4464-b77a-208b37e0c0f2","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"059662e9-af70-48a0-9d24-4e1cb7f91d94","id":"059662e9-af70-48a0-9d24-4e1cb7f91d94","name":"EmpathiCare : API Documentation","type":"collection"}}},{"name":"Demo Flow Transaksi","item":[{"name":"1. Register as Users","id":"c6bfc150-0c85-4982-ab89-4c8de26111fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"name\":\"Fauzan Ali Vijsma\",\r\n    \"email\":\"dafaanababa@gmail.com\",\r\n    \"role\":\"Doctor\",\r\n    \"password\":\"password\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://kmb5alta.online/register","description":"<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Key</th>\n<th>Required</th>\n<th>Deskripsi</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>name</td>\n<td>yes</td>\n<td>nama dari user</td>\n</tr>\n<tr>\n<td>email</td>\n<td>yes</td>\n<td>email harus unique</td>\n</tr>\n<tr>\n<td>password</td>\n<td>yes</td>\n<td>password user</td>\n</tr>\n<tr>\n<td>role</td>\n<td>yes</td>\n<td>Role terbagi menjadi 3 yaitu: Doctor, Patient, Admin.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"059662e9-af70-48a0-9d24-4e1cb7f91d94","id":"059662e9-af70-48a0-9d24-4e1cb7f91d94","name":"EmpathiCare : API Documentation","type":"collection"}},"urlObject":{"path":["register"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"5b76915b-93bf-4fd2-9801-008f0fea4c4e","name":"Error Validation","originalRequest":{"method":"POST","header":[],"url":"localhost:8000/register"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 29 Nov 2023 16:00:49 GMT"},{"key":"Content-Length","value":"124"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"Email\": \"required\",\n        \"Name\": \"required\",\n        \"Password\": \"required\",\n        \"Role\": \"required\"\n    },\n    \"message\": \"Invalid Format Request\"\n}"},{"id":"d6974b74-5894-458b-a5d4-441f3cddffab","name":"Error","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Admin\",\n    \"email\" : \"admin@gmail.com\",\n    \"password\" : \"12345\",\n    \"role\" : \"Admin\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/register"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 29 Nov 2023 16:04:32 GMT"},{"key":"Content-Length","value":"33"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Failed to register\"\n}"},{"id":"ece635a3-8497-414c-aba7-89a631d763e6","name":"Email Already Registered","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Admin\",\n    \"email\" : \"admin@gmail.com\",\n    \"password\" : \"12345\",\n    \"role\" : \"Admin\"\n}","options":{"raw":{"language":"json"}}},"url":"https://kmb5alta.online/register"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 29 Nov 2023 16:11:20 GMT"},{"key":"Content-Length","value":"55"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Email already registered by another user\"\n}"},{"id":"189f8aea-172d-4fe7-94ee-3505e1c26603","name":"Success Register Admin","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Admin\",\n    \"email\" : \"adminkedua@gmail.com\",\n    \"password\" : \"12345\",\n    \"role\" : \"Admin\"\n}","options":{"raw":{"language":"json"}}},"url":"https://kmb5alta.online/register"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 29 Nov 2023 16:13:37 GMT"},{"key":"Content-Length","value":"77"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"name\": \"Admin\",\n        \"email\": \"adminkedua@gmail.com\",\n        \"role\" : \"Admin\"\n    },\n    \"message\": \"Success\"\n}"},{"id":"8f104675-eddf-48d7-adea-895a9f251958","name":"Success Register Patient","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Patient\",\n    \"email\" : \"patient@gmail.com\",\n    \"password\" : \"12345\",\n    \"role\" : \"Patient\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/register"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 29 Nov 2023 17:13:48 GMT"},{"key":"Content-Length","value":"76"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"name\": \"Patient\",\n        \"email\": \"patient@gmail.com\"\n    },\n    \"message\": \"Success\"\n}"},{"id":"1e32fd63-8a28-4a71-a91c-dae784dac591","name":"Success Register Doctor","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"Doctor\",\n    \"email\" : \"doctorkedua@gmail.com\",\n    \"password\" : \"12345\",\n    \"role\" : \"Doctor\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8000/register"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 29 Nov 2023 17:20:56 GMT"},{"key":"Content-Length","value":"79"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"name\": \"Doctor\",\n        \"email\": \"doctorkedua@gmail.com\"\n    },\n    \"message\": \"Success\"\n}"}],"_postman_id":"c6bfc150-0c85-4982-ab89-4c8de26111fb"},{"name":"2. Login as Users","event":[{"listen":"prerequest","script":{"id":"8d02379d-a445-4b30-98a0-63ac9f28e3de","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"73b1ca0e-a38d-4df8-90a4-b3421dc88141","exec":["pm.test(\"Save Access Token\", function () {\r","    var jsonData = pm.response.json();\r","    pm.collectionVariables.set(\"access_token\", jsonData.data.token.access_token);\r","});"],"type":"text/javascript"}}],"id":"2670c29f-31b0-4fbf-a90d-2bbde102ae19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"dafaanababa@gmail.com\",\r\n    \"password\":\"password\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://kmb5alta.online/login","urlObject":{"path":["login"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"4503d433-bbff-490a-881c-fae1416f6a76","name":"Success Login Admin","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"admin@gmail.com\",\r\n    \"password\":\"admin123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"34.132.155.76:8000/login"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"name\": \"Admin\",\n        \"email\": \"admin@gmail.com\",\n        \"token\": {\n            \"access_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2OTc3OTgxMjMsImlhdCI6MTY5Nzc5NDUyMywiaWQiOjEsInJvbGUiOiJBZG1pbiIsInN0YXR1cyI6IkFjdGl2ZSJ9.TzpsG64mzq_PGV0oezviNsrTUcCitgimd43C4XzYXJs\",\n            \"refresh_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2OTc4ODA5MjN9.AGZpgxlb_LLuMoYlAWVWSGgfOojGtzb86QHs6ikSmWY\"\n        }\n    },\n    \"message\": \"Success\"\n}"},{"id":"3b40f722-c865-4272-8eea-783d40b96bf3","name":"Success Login Patient","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"admin@gmail.com\",\r\n    \"password\":\"admin123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"34.132.155.76:8000/login"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"name\": \"Irvan Hauwerich\",\n        \"email\": \"irvanhau@gmail.com\",\n        \"token\": {\n            \"access_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2OTc3OTgxMjMsImlhdCI6MTY5Nzc5NDUyMywiaWQiOjEsInJvbGUiOiJBZG1pbiIsInN0YXR1cyI6IkFjdGl2ZSJ9.TzpsG64mzq_PGV0oezviNsrTUcCitgimd43C4XzYXJs\",\n            \"refresh_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2OTc4ODA5MjN9.AGZpgxlb_LLuMoYlAWVWSGgfOojGtzb86QHs6ikSmWY\"\n        }\n    },\n    \"message\": \"Success\"\n}"},{"id":"a1f0e41d-58b5-4452-a0db-62072e403ac7","name":"Success Login Doctor","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"admin@gmail.com\",\r\n    \"password\":\"admin123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"34.132.155.76:8000/login"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"name\": \"Rades\",\n        \"email\": \"Rades@gmail.com\",\n        \"token\": {\n            \"access_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2OTc3OTgxMjMsImlhdCI6MTY5Nzc5NDUyMywiaWQiOjEsInJvbGUiOiJBZG1pbiIsInN0YXR1cyI6IkFjdGl2ZSJ9.TzpsG64mzq_PGV0oezviNsrTUcCitgimd43C4XzYXJs\",\n            \"refresh_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2OTc4ODA5MjN9.AGZpgxlb_LLuMoYlAWVWSGgfOojGtzb86QHs6ikSmWY\"\n        }\n    },\n    \"message\": \"Success\"\n}"},{"id":"a8143066-68cb-4d7d-b2dc-f11e25fc09ab","name":"Incorrect Password","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"admin@gmail.com\",\r\n    \"password\":\"admin123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"34.132.155.76:8000/login"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\":\"Incorrect Password\"\r\n}"},{"id":"6da9ea35-bdb9-4996-806a-1cd6ef5ed4f3","name":"Data Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"admin@gmail.com\",\r\n    \"password\":\"admin123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"34.132.155.76:8000/login"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\":\"Data not found\"\r\n}"}],"_postman_id":"2670c29f-31b0-4fbf-a90d-2bbde102ae19"},{"name":"3. Register Doctor Datapokok","id":"30a3b723-500d-42a0-88e4-d67fc34fe794","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"doctor_name","value":"Dr. Fauzan Ali Vijsma, S.Kom","type":"text","description":"<p>Nama dokter beserta gelar</p>\n"},{"key":"doctor_nik","value":"3173645454546482","type":"text","description":"<p>NIK dokter</p>\n"},{"key":"doctor_dob","value":"Tangerang, 11 Mei 2002","type":"text","description":"<p>Tanggal lahir dari dokter tersebut</p>\n"},{"key":"doctor_gender","value":"laki","type":"text","description":"<p>Provinsi dokter tersebut</p>\n"},{"key":"doctor_description","value":"Doctor Description","type":"text","description":"<p>Kota dokter tersebut</p>\n"},{"key":"doctor_provinsi","value":"Jakarta","type":"text","description":"<p>No Telpon Dokter tersebut</p>\n"},{"key":"doctor_kota","value":"Jakarta Barat","type":"text","description":"<p>Meet link dokter tersebut</p>\n"},{"key":"doctor_number_phone","value":"0876776547364","type":"text","description":"<p>Spesialis dokter tersebut</p>\n"},{"key":"doctor_meet_link","value":"www.google.com","type":"text","description":"<p>Universitas dokter tersebut (Minimal 1)</p>\n","disabled":true},{"key":"doctor_sipp","value":"0034588908839","type":"text"},{"key":"doctor_str","value":"0034588908839","type":"text","description":"<p>Jurusan dokter dari univ pertama(Minimal 1)</p>\n"},{"key":"expertise_id","value":"4","type":"text"},{"key":"doctor_university","value":"University C","type":"text","description":"<p>Tahun lulus dari univ pertama dokter (Wajib)</p>\n"},{"key":"doctor_university","value":"University D","type":"text"},{"key":"doctor_study_program","value":"Program C ","type":"text","description":"<p>Perusahaan dokter tersebut bekerja (Minimal 1)</p>\n"},{"key":"doctor_study_program","value":"Program D","type":"text"},{"key":"doctor_enroll_year","value":"2020-01-01T00:00:00Z","type":"text","description":"<p>Jabatan dokter tersebut bekerja (Minimal 1)</p>\n"},{"key":"doctor_enroll_year","value":"2020-01-01T00:00:00Z","type":"text"},{"key":"doctor_graduate_year","value":"2020-01-01T00:00:00Z","type":"text","description":"<p>Tanggal bermula pengalaman dokter (Minimal 1)</p>\n"},{"key":"doctor_graduate_year","value":"2021-01-01T00:00:00Z","type":"text"},{"key":"doctor_company","value":"Company C","type":"text","description":"<p>Tanggal berakhir pengalaman dokter (Minimal 1)</p>\n"},{"key":"doctor_company","value":"Company D","type":"text"},{"key":"doctor_company_address","value":"Jl. Watu 1","type":"text","description":"<p>Hari kerja dokter (Minimal 1)</p>\n"},{"key":"doctor_company_address","value":"Jl. Watu 2","type":"text"},{"key":"doctor_title","value":"Title C","type":"text","description":"<p>Jam bermula kerja dokter (Minimal 1)</p>\n"},{"key":"doctor_title","value":"Title D","type":"text"},{"key":"doctor_start_date","value":"2020-01-01T00:00:00Z","type":"text","description":"<p>Jam berakhir kerja dokter (Minimal 1)</p>\n"},{"key":"doctor_start_date","value":"2021-01-01T00:00:00Z","type":"text"},{"key":"doctor_end_date","value":"2021-01-01T00:00:00Z","type":"text","description":"<p>Foto profil dokter (png, jpg, jpeg)</p>\n"},{"key":"doctor_end_date","value":"2022-01-01T00:00:00Z","type":"text","description":"<p>Surat Izin Praktik Dokter (PDF)</p>\n"},{"key":"workday_id","value":"1","type":"text","description":"<p>Surat Tanda Registrasi Dokter (PDF)</p>\n"},{"key":"workday_id","value":"2","type":"text","description":"<p>CV Dokter (PDF)</p>\n"},{"key":"start_time","value":"2021-01-01T00:00:00Z","type":"text","description":"<p>Ijazah Dokter (PDF)</p>\n"},{"key":"start_time","value":"2021-01-01T00:00:00Z","type":"text"},{"key":"end_time","value":"2021-01-01T00:00:00Z","type":"text"},{"key":"end_time","value":"2021-01-01T00:00:00Z","type":"text"},{"key":"doctor_avatar","type":"file","description":"<p>Foto profil dokter (png, jpg, jpeg)</p>\n","src":"cZTgc6wuc/_DSC0074.JPG"},{"key":"doctor_sipp_file","type":"file","description":"<p>Surat Izin Praktik Dokter (PDF)</p>\n","src":"XB6NNG8EK/Fauzan Ali Vijsma (Curriculum Vitae) (1).pdf"},{"key":"doctor_str_file","type":"file","description":"<p>Surat Tanda Registrasi Dokter (PDF)</p>\n","src":"I2oYwUXsm/Fauzan Ali Vijsma (Curriculum Vitae) (1).pdf"},{"key":"doctor_cv","type":"file","description":"<p>CV Dokter (PDF)</p>\n","src":"25UvePOUZ/Fauzan Ali Vijsma (Curriculum Vitae) (1).pdf"},{"key":"doctor_ijazah","type":"file","description":"<p>Ijazah Dokter (PDF)</p>\n","src":"ZhcSjtRum/Fauzan Ali Vijsma (Curriculum Vitae) (1).pdf"}]},"url":"https://kmb5alta.online/doctor/register","urlObject":{"path":["doctor","register"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"910ba909-506b-4f5c-81d2-a06acb3b5d1d","name":"Register Doctor","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"doctor_name","value":"Doctor Fauzan","type":"text"},{"key":"doctor_experienced","value":"under_five_years","type":"text"},{"key":"doctor_description","value":"Doctor Desc A","type":"text"},{"key":"doctor_office_name","value":"Doctor Office A","type":"text"},{"key":"doctor_office_address","value":"Doctor Office Addr A","type":"text"},{"key":"doctor_office_city","value":"Doctor Office City A","type":"text"},{"key":"doctor_meet_link","value":"Doctor Meet Link A","type":"text"},{"key":"doctor_university","value":"University A","type":"text"},{"key":"doctor_university","value":"University B","type":"text"},{"key":"doctor_study_program","value":"Program A ","type":"text"},{"key":"doctor_study_program","value":"Program B","type":"text"},{"key":"doctor_graduate_year","value":"2020-01-01T00:00:00Z","type":"text"},{"key":"doctor_graduate_year","value":"2021-01-01T00:00:00Z","type":"text"},{"key":"doctor_company","value":"Company X","type":"text"},{"key":"doctor_company","value":"Company Y","type":"text"},{"key":"doctor_title","value":"Title X","type":"text"},{"key":"doctor_title","value":"Title Y","type":"text"},{"key":"doctor_experience_description","value":"Description X","type":"text"},{"key":"doctor_experience_description","value":"Description Y","type":"text"},{"key":"doctor_start_date","value":"2020-01-01T00:00:00Z","type":"text"},{"key":"doctor_start_date","value":"2021-01-01T00:00:00Z","type":"text"},{"key":"doctor_end_date","value":"2021-01-01T00:00:00Z","type":"text"},{"key":"doctor_end_date","value":"2022-01-01T00:00:00Z","type":"text"},{"key":"doctor_is_now","value":"true","type":"text"},{"key":"doctor_is_now","value":"false","type":"text"},{"key":"workday_id","value":"1","type":"text"},{"key":"workday_id","value":"2","type":"text"},{"key":"start_time","value":"2021-01-01T00:00:00Z","type":"text"},{"key":"start_time","value":"2021-01-01T00:00:00Z","type":"text"},{"key":"end_time","value":"2021-01-01T00:00:00Z","type":"text"},{"key":"end_time","value":"2021-01-01T00:00:00Z","type":"text"},{"key":"doctor_avatar","type":"file","src":"cZTgc6wuc/_DSC0074.JPG"},{"key":"doctor_sipp_file","type":"file","src":"XB6NNG8EK/Fauzan Ali Vijsma (Curriculum Vitae) (1).pdf"},{"key":"doctor_str_file","type":"file","src":"I2oYwUXsm/Fauzan Ali Vijsma (Curriculum Vitae) (1).pdf"},{"key":"doctor_cv","type":"file","src":"25UvePOUZ/Fauzan Ali Vijsma (Curriculum Vitae) (1).pdf"},{"key":"doctor_ijazah","type":"file","src":"ZhcSjtRum/Fauzan Ali Vijsma (Curriculum Vitae) (1).pdf"},{"key":"expertise_id","value":"3","type":"text"}]},"url":"{{production_ipaddr}}/doctor/register"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 06 Dec 2023 07:05:21 GMT"},{"key":"Content-Length","value":"1825"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"user_id\": 5,\n        \"doctor_name\": \"Doctor Fauzan\",\n        \"doctor_avatar\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846314/Avatar/ayfbld7zf06dxnyqrrz3.jpg\",\n        \"doctor_office_name\": \"Doctor Office A\",\n        \"doctor_office_address\": \"Doctor Office Addr A\",\n        \"doctor_office_city\": \"Doctor Office City A\",\n        \"doctor_meet_link\": \"Doctor Meet Link A\",\n        \"doctor_sipp_file\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846315/Avatar/fnadli4xsrv8pdn3hnyv.pdf\",\n        \"doctor_str_file\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846316/Avatar/mlie7ivigntfh87gkhdd.pdf\",\n        \"doctor_cv\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846317/Avatar/rmpxb6xawe4uzqm1bomc.pdf\",\n        \"doctor_ijazah\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846317/Avatar/liihi9sivrtfp2r81nf8.pdf\",\n        \"doctor_balance\": 0,\n        \"doctor_status\": \"request\",\n        \"doctor_expertise\": 3,\n        \"workday\": [\n            {\n                \"doctor_id\": 5,\n                \"workday_id\": 1,\n                \"start_time\": \"2021-01-01T00:00:00Z\",\n                \"end_time\": \"2021-01-01T00:00:00Z\"\n            },\n            {\n                \"doctor_id\": 5,\n                \"workday_id\": 2,\n                \"start_time\": \"2021-01-01T00:00:00Z\",\n                \"end_time\": \"2021-01-01T00:00:00Z\"\n            }\n        ],\n        \"education\": [\n            {\n                \"doctor_id\": 5,\n                \"doctor_university\": \"University A\",\n                \"doctor_study_program\": \"Program A \",\n                \"doctor_graduate_year\": \"2020-01-01T00:00:00Z\"\n            },\n            {\n                \"doctor_id\": 5,\n                \"doctor_university\": \"University B\",\n                \"doctor_study_program\": \"Program B\",\n                \"doctor_graduate_year\": \"2021-01-01T00:00:00Z\"\n            }\n        ],\n        \"experience\": [\n            {\n                \"doctor_id\": 5,\n                \"doctor_company\": \"Company X\",\n                \"doctor_title\": \"Title X\",\n                \"doctor_experience_description\": \"Description X\",\n                \"doctor_start_date\": \"2020-01-01T00:00:00Z\",\n                \"doctor_end_date\": \"2021-01-01T00:00:00Z\",\n                \"doctor_is_now\": true\n            },\n            {\n                \"doctor_id\": 5,\n                \"doctor_company\": \"Company Y\",\n                \"doctor_title\": \"Title Y\",\n                \"doctor_experience_description\": \"Description Y\",\n                \"doctor_start_date\": \"2021-01-01T00:00:00Z\",\n                \"doctor_end_date\": \"2022-01-01T00:00:00Z\",\n                \"doctor_is_now\": false\n            }\n        ]\n    },\n    \"message\": \"Success\"\n}"}],"_postman_id":"30a3b723-500d-42a0-88e4-d67fc34fe794"},{"name":"4. Get All Doctors","id":"bb6cbde6-eece-47cd-80ea-36e5c3702e41","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://kmb5alta.online/doctor","urlObject":{"path":["doctor"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"55e5e6a1-580d-4ac8-a415-fa79be895367","name":"Get All Doctor","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://kmb5alta.online/doctor"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 06 Dec 2023 07:53:06 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"user_id\": 1,\n            \"doctor_name\": \"Doctor A\",\n            \"doctor_experienced\": \"under_five_years\",\n            \"doctor_description\": \"Doctor Desc A\",\n            \"doctor_avatar\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701672506/Avatar/br6ug0ltttqgd8urgivu.jpg\",\n            \"doctor_office_name\": \"Doctor Office A\",\n            \"doctor_office_address\": \"Doctor Office Addr A\",\n            \"doctor_office_city\": \"Doctor Office City A\",\n            \"doctor_meet_link\": \"Doctor Meet Link A\",\n            \"doctor_sipp_file\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701672507/Avatar/nrfwkszqb0b2vnyqdyf3.pdf\",\n            \"doctor_sipp\": 0,\n            \"doctor_str\": 0,\n            \"doctor_str_file\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701672508/Avatar/kzrhb4zn1kybvnc06tip.pdf\",\n            \"doctor_cv\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701672509/Avatar/kgvlmzbr29ij6tflnzev.pdf\",\n            \"doctor_ijazah\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701672510/Avatar/w57cv0ieb9nrmmkhlot9.pdf\",\n            \"doctor_balance\": 0,\n            \"doctor_status\": \"request\",\n            \"doctor_expertise\": 0,\n            \"experience\": [\n                {\n                    \"doctor_id\": 1,\n                    \"doctor_company\": \"Company X\",\n                    \"doctor_title\": \"Title X\",\n                    \"doctor_experience_description\": \"Description X\",\n                    \"doctor_start_date\": \"2020-01-01T08:00:00+08:00\",\n                    \"doctor_end_date\": \"2021-01-01T08:00:00+08:00\",\n                    \"doctor_is_now\": true\n                },\n                {\n                    \"doctor_id\": 1,\n                    \"doctor_company\": \"Company Y\",\n                    \"doctor_title\": \"Title Y\",\n                    \"doctor_experience_description\": \"Description Y\",\n                    \"doctor_start_date\": \"2021-01-01T08:00:00+08:00\",\n                    \"doctor_end_date\": \"2022-01-01T08:00:00+08:00\",\n                    \"doctor_is_now\": false\n                }\n            ],\n            \"education\": [\n                {\n                    \"doctor_id\": 1,\n                    \"doctor_university\": \"University A\",\n                    \"doctor_study_program\": \"Program A \",\n                    \"doctor_graduate_year\": \"2020-01-01T08:00:00+08:00\"\n                },\n                {\n                    \"doctor_id\": 1,\n                    \"doctor_university\": \"University B\",\n                    \"doctor_study_program\": \"Program B\",\n                    \"doctor_graduate_year\": \"2021-01-01T08:00:00+08:00\"\n                }\n            ],\n            \"workday\": [\n                {\n                    \"doctor_id\": 1,\n                    \"workday_id\": 1,\n                    \"start_time\": \"2021-01-01T08:00:00+08:00\",\n                    \"end_time\": \"2021-01-01T08:00:00+08:00\"\n                },\n                {\n                    \"doctor_id\": 1,\n                    \"workday_id\": 2,\n                    \"start_time\": \"2021-01-01T08:00:00+08:00\",\n                    \"end_time\": \"2021-01-01T08:00:00+08:00\"\n                }\n            ]\n        },\n        {\n            \"id\": 2,\n            \"user_id\": 2,\n            \"doctor_name\": \"Doctor B\",\n            \"doctor_experienced\": \"under_five_years\",\n            \"doctor_description\": \"Doctor Desc A\",\n            \"doctor_avatar\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701672570/Avatar/tu26pmwgfc1i40dvceru.jpg\",\n            \"doctor_office_name\": \"Doctor Office A\",\n            \"doctor_office_address\": \"Doctor Office Addr A\",\n            \"doctor_office_city\": \"Doctor Office City A\",\n            \"doctor_meet_link\": \"Doctor Meet Link A\",\n            \"doctor_sipp_file\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701672570/Avatar/uidkuppeok3voaxkqe8s.pdf\",\n            \"doctor_sipp\": 0,\n            \"doctor_str\": 0,\n            \"doctor_str_file\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701672571/Avatar/p963m9d9vpe3oxvf1cwo.pdf\",\n            \"doctor_cv\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701672572/Avatar/fmj24cztfrnph51qorrk.pdf\",\n            \"doctor_ijazah\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701672573/Avatar/davjrcz91sjcgukspfjd.pdf\",\n            \"doctor_balance\": 0,\n            \"doctor_status\": \"request\",\n            \"doctor_expertise\": 0,\n            \"experience\": [\n                {\n                    \"doctor_id\": 2,\n                    \"doctor_company\": \"Company X\",\n                    \"doctor_title\": \"Title X\",\n                    \"doctor_experience_description\": \"Description X\",\n                    \"doctor_start_date\": \"2020-01-01T08:00:00+08:00\",\n                    \"doctor_end_date\": \"2021-01-01T08:00:00+08:00\",\n                    \"doctor_is_now\": true\n                },\n                {\n                    \"doctor_id\": 2,\n                    \"doctor_company\": \"Company Y\",\n                    \"doctor_title\": \"Title Y\",\n                    \"doctor_experience_description\": \"Description Y\",\n                    \"doctor_start_date\": \"2021-01-01T08:00:00+08:00\",\n                    \"doctor_end_date\": \"2022-01-01T08:00:00+08:00\",\n                    \"doctor_is_now\": false\n                }\n            ],\n            \"education\": [\n                {\n                    \"doctor_id\": 2,\n                    \"doctor_university\": \"University A\",\n                    \"doctor_study_program\": \"Program A \",\n                    \"doctor_graduate_year\": \"2020-01-01T08:00:00+08:00\"\n                },\n                {\n                    \"doctor_id\": 2,\n                    \"doctor_university\": \"University B\",\n                    \"doctor_study_program\": \"Program B\",\n                    \"doctor_graduate_year\": \"2021-01-01T08:00:00+08:00\"\n                }\n            ],\n            \"workday\": [\n                {\n                    \"doctor_id\": 2,\n                    \"workday_id\": 1,\n                    \"start_time\": \"2021-01-01T08:00:00+08:00\",\n                    \"end_time\": \"2021-01-01T08:00:00+08:00\"\n                },\n                {\n                    \"doctor_id\": 2,\n                    \"workday_id\": 2,\n                    \"start_time\": \"2021-01-01T08:00:00+08:00\",\n                    \"end_time\": \"2021-01-01T08:00:00+08:00\"\n                }\n            ]\n        },\n        {\n            \"id\": 3,\n            \"user_id\": 3,\n            \"doctor_name\": \"Doctor C\",\n            \"doctor_experienced\": \"under_five_years\",\n            \"doctor_description\": \"Doctor Desc A\",\n            \"doctor_avatar\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701703040/Avatar/gfllb1h9jbwcfbb3w9cw.jpg\",\n            \"doctor_office_name\": \"Doctor Office A\",\n            \"doctor_office_address\": \"Doctor Office Addr A\",\n            \"doctor_office_city\": \"Doctor Office City A\",\n            \"doctor_meet_link\": \"Doctor Meet Link A\",\n            \"doctor_sipp_file\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701703042/Avatar/o23tjoigagzg6xozescd.pdf\",\n            \"doctor_sipp\": 0,\n            \"doctor_str\": 0,\n            \"doctor_str_file\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701703043/Avatar/vplrhw4uqq7vvrlojska.pdf\",\n            \"doctor_cv\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701703044/Avatar/pxj1i5hwqqrkpwvwt5cj.pdf\",\n            \"doctor_ijazah\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701703045/Avatar/qve4y11uw8xl1nppywei.pdf\",\n            \"doctor_balance\": 0,\n            \"doctor_status\": \"request\",\n            \"doctor_expertise\": 0,\n            \"experience\": [\n                {\n                    \"doctor_id\": 3,\n                    \"doctor_company\": \"Company X\",\n                    \"doctor_title\": \"Title X\",\n                    \"doctor_experience_description\": \"Description X\",\n                    \"doctor_start_date\": \"2020-01-01T08:00:00+08:00\",\n                    \"doctor_end_date\": \"2021-01-01T08:00:00+08:00\",\n                    \"doctor_is_now\": true\n                },\n                {\n                    \"doctor_id\": 3,\n                    \"doctor_company\": \"Company Y\",\n                    \"doctor_title\": \"Title Y\",\n                    \"doctor_experience_description\": \"Description Y\",\n                    \"doctor_start_date\": \"2021-01-01T08:00:00+08:00\",\n                    \"doctor_end_date\": \"2022-01-01T08:00:00+08:00\",\n                    \"doctor_is_now\": false\n                }\n            ],\n            \"education\": [\n                {\n                    \"doctor_id\": 3,\n                    \"doctor_university\": \"University A\",\n                    \"doctor_study_program\": \"Program A \",\n                    \"doctor_graduate_year\": \"2020-01-01T08:00:00+08:00\"\n                },\n                {\n                    \"doctor_id\": 3,\n                    \"doctor_university\": \"University B\",\n                    \"doctor_study_program\": \"Program B\",\n                    \"doctor_graduate_year\": \"2021-01-01T08:00:00+08:00\"\n                }\n            ],\n            \"workday\": [\n                {\n                    \"doctor_id\": 3,\n                    \"workday_id\": 1,\n                    \"start_time\": \"2021-01-01T08:00:00+08:00\",\n                    \"end_time\": \"2021-01-01T08:00:00+08:00\"\n                },\n                {\n                    \"doctor_id\": 3,\n                    \"workday_id\": 2,\n                    \"start_time\": \"2021-01-01T08:00:00+08:00\",\n                    \"end_time\": \"2021-01-01T08:00:00+08:00\"\n                }\n            ]\n        },\n        {\n            \"id\": 4,\n            \"user_id\": 4,\n            \"doctor_name\": \"Doctor A\",\n            \"doctor_experienced\": \"under_five_years\",\n            \"doctor_description\": \"Doctor Desc A\",\n            \"doctor_avatar\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846226/Avatar/eygqlgflsk5m62byjwgd.jpg\",\n            \"doctor_office_name\": \"Doctor Office A\",\n            \"doctor_office_address\": \"Doctor Office Addr A\",\n            \"doctor_office_city\": \"Doctor Office City A\",\n            \"doctor_meet_link\": \"Doctor Meet Link A\",\n            \"doctor_sipp_file\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846227/Avatar/dl58pepwxbvg4th5c4ve.pdf\",\n            \"doctor_sipp\": 0,\n            \"doctor_str\": 0,\n            \"doctor_str_file\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846228/Avatar/lonciskggl8nwh2gkr3x.pdf\",\n            \"doctor_cv\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846228/Avatar/iprkziosd0d12c0m1x7y.pdf\",\n            \"doctor_ijazah\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846229/Avatar/qivbb3oxxlyyuecpslcp.pdf\",\n            \"doctor_balance\": 0,\n            \"doctor_status\": \"request\",\n            \"doctor_expertise\": 0,\n            \"experience\": [\n                {\n                    \"doctor_id\": 4,\n                    \"doctor_company\": \"Company X\",\n                    \"doctor_title\": \"Title X\",\n                    \"doctor_experience_description\": \"Description X\",\n                    \"doctor_start_date\": \"2020-01-01T08:00:00+08:00\",\n                    \"doctor_end_date\": \"2021-01-01T08:00:00+08:00\",\n                    \"doctor_is_now\": true\n                },\n                {\n                    \"doctor_id\": 4,\n                    \"doctor_company\": \"Company Y\",\n                    \"doctor_title\": \"Title Y\",\n                    \"doctor_experience_description\": \"Description Y\",\n                    \"doctor_start_date\": \"2021-01-01T08:00:00+08:00\",\n                    \"doctor_end_date\": \"2022-01-01T08:00:00+08:00\",\n                    \"doctor_is_now\": false\n                }\n            ],\n            \"education\": [\n                {\n                    \"doctor_id\": 4,\n                    \"doctor_university\": \"University A\",\n                    \"doctor_study_program\": \"Program A \",\n                    \"doctor_graduate_year\": \"2020-01-01T08:00:00+08:00\"\n                },\n                {\n                    \"doctor_id\": 4,\n                    \"doctor_university\": \"University B\",\n                    \"doctor_study_program\": \"Program B\",\n                    \"doctor_graduate_year\": \"2021-01-01T08:00:00+08:00\"\n                }\n            ],\n            \"workday\": [\n                {\n                    \"doctor_id\": 4,\n                    \"workday_id\": 1,\n                    \"start_time\": \"2021-01-01T08:00:00+08:00\",\n                    \"end_time\": \"2021-01-01T08:00:00+08:00\"\n                },\n                {\n                    \"doctor_id\": 4,\n                    \"workday_id\": 2,\n                    \"start_time\": \"2021-01-01T08:00:00+08:00\",\n                    \"end_time\": \"2021-01-01T08:00:00+08:00\"\n                }\n            ]\n        },\n        {\n            \"id\": 5,\n            \"user_id\": 5,\n            \"doctor_name\": \"Doctor Fauzan\",\n            \"doctor_experienced\": \"under_five_years\",\n            \"doctor_description\": \"Doctor Desc A\",\n            \"doctor_avatar\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846314/Avatar/ayfbld7zf06dxnyqrrz3.jpg\",\n            \"doctor_office_name\": \"Doctor Office A\",\n            \"doctor_office_address\": \"Doctor Office Addr A\",\n            \"doctor_office_city\": \"Doctor Office City A\",\n            \"doctor_meet_link\": \"Doctor Meet Link A\",\n            \"doctor_sipp_file\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846315/Avatar/fnadli4xsrv8pdn3hnyv.pdf\",\n            \"doctor_sipp\": 1,\n            \"doctor_str\": 1,\n            \"doctor_str_file\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846316/Avatar/mlie7ivigntfh87gkhdd.pdf\",\n            \"doctor_cv\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846317/Avatar/rmpxb6xawe4uzqm1bomc.pdf\",\n            \"doctor_ijazah\": \"https://res.cloudinary.com/dlstnepvt/image/upload/v1701846317/Avatar/liihi9sivrtfp2r81nf8.pdf\",\n            \"doctor_balance\": 1000,\n            \"doctor_status\": \"request\",\n            \"doctor_expertise\": 0,\n            \"experience\": [\n                {\n                    \"doctor_id\": 5,\n                    \"doctor_company\": \"Company X\",\n                    \"doctor_title\": \"Title X\",\n                    \"doctor_experience_description\": \"Description X\",\n                    \"doctor_start_date\": \"2020-01-01T08:00:00+08:00\",\n                    \"doctor_end_date\": \"2021-01-01T08:00:00+08:00\",\n                    \"doctor_is_now\": true\n                },\n                {\n                    \"doctor_id\": 5,\n                    \"doctor_company\": \"Company Y\",\n                    \"doctor_title\": \"Title Y\",\n                    \"doctor_experience_description\": \"Description Y\",\n                    \"doctor_start_date\": \"2021-01-01T08:00:00+08:00\",\n                    \"doctor_end_date\": \"2022-01-01T08:00:00+08:00\",\n                    \"doctor_is_now\": false\n                }\n            ],\n            \"education\": [\n                {\n                    \"doctor_id\": 5,\n                    \"doctor_university\": \"University A\",\n                    \"doctor_study_program\": \"Program A \",\n                    \"doctor_graduate_year\": \"2020-01-01T08:00:00+08:00\"\n                },\n                {\n                    \"doctor_id\": 5,\n                    \"doctor_university\": \"University B\",\n                    \"doctor_study_program\": \"Program B\",\n                    \"doctor_graduate_year\": \"2021-01-01T08:00:00+08:00\"\n                }\n            ],\n            \"workday\": [\n                {\n                    \"doctor_id\": 5,\n                    \"workday_id\": 1,\n                    \"start_time\": \"2021-01-01T08:00:00+08:00\",\n                    \"end_time\": \"2021-01-01T08:00:00+08:00\"\n                },\n                {\n                    \"doctor_id\": 5,\n                    \"workday_id\": 2,\n                    \"start_time\": \"2021-01-01T08:00:00+08:00\",\n                    \"end_time\": \"2021-01-01T08:00:00+08:00\"\n                }\n            ]\n        }\n    ],\n    \"message\": \"Success\"\n}"}],"_postman_id":"bb6cbde6-eece-47cd-80ea-36e5c3702e41"},{"name":"5. Login as Admin","event":[{"listen":"prerequest","script":{"id":"8d02379d-a445-4b30-98a0-63ac9f28e3de","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"73b1ca0e-a38d-4df8-90a4-b3421dc88141","exec":["pm.test(\"Save Access Token\", function () {\r","    var jsonData = pm.response.json();\r","    pm.collectionVariables.set(\"access_token\", jsonData.data.token.access_token);\r","});"],"type":"text/javascript"}}],"id":"4cd17726-1e4d-4443-bb47-bb5c58083a62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"admintest@gmail.com\",\r\n    \"password\":\"password\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://kmb5alta.online/login","urlObject":{"path":["login"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"6f85e899-8476-4392-a700-b34e29ddd69e","name":"Success Login Admin","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"admin@gmail.com\",\r\n    \"password\":\"admin123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"34.132.155.76:8000/login"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"name\": \"Admin\",\n        \"email\": \"admin@gmail.com\",\n        \"token\": {\n            \"access_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2OTc3OTgxMjMsImlhdCI6MTY5Nzc5NDUyMywiaWQiOjEsInJvbGUiOiJBZG1pbiIsInN0YXR1cyI6IkFjdGl2ZSJ9.TzpsG64mzq_PGV0oezviNsrTUcCitgimd43C4XzYXJs\",\n            \"refresh_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2OTc4ODA5MjN9.AGZpgxlb_LLuMoYlAWVWSGgfOojGtzb86QHs6ikSmWY\"\n        }\n    },\n    \"message\": \"Success\"\n}"},{"id":"9673f901-0627-440f-95b0-3ae67293eb0d","name":"Success Login Patient","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"admin@gmail.com\",\r\n    \"password\":\"admin123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"34.132.155.76:8000/login"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"name\": \"Irvan Hauwerich\",\n        \"email\": \"irvanhau@gmail.com\",\n        \"token\": {\n            \"access_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2OTc3OTgxMjMsImlhdCI6MTY5Nzc5NDUyMywiaWQiOjEsInJvbGUiOiJBZG1pbiIsInN0YXR1cyI6IkFjdGl2ZSJ9.TzpsG64mzq_PGV0oezviNsrTUcCitgimd43C4XzYXJs\",\n            \"refresh_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2OTc4ODA5MjN9.AGZpgxlb_LLuMoYlAWVWSGgfOojGtzb86QHs6ikSmWY\"\n        }\n    },\n    \"message\": \"Success\"\n}"},{"id":"9fc11258-f24d-4f67-88f0-aebbf4429dbc","name":"Success Login Doctor","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"admin@gmail.com\",\r\n    \"password\":\"admin123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"34.132.155.76:8000/login"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"name\": \"Rades\",\n        \"email\": \"Rades@gmail.com\",\n        \"token\": {\n            \"access_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2OTc3OTgxMjMsImlhdCI6MTY5Nzc5NDUyMywiaWQiOjEsInJvbGUiOiJBZG1pbiIsInN0YXR1cyI6IkFjdGl2ZSJ9.TzpsG64mzq_PGV0oezviNsrTUcCitgimd43C4XzYXJs\",\n            \"refresh_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2OTc4ODA5MjN9.AGZpgxlb_LLuMoYlAWVWSGgfOojGtzb86QHs6ikSmWY\"\n        }\n    },\n    \"message\": \"Success\"\n}"},{"id":"f67a8bc8-8818-4e0d-ad0c-51b4b7e4fae9","name":"Incorrect Password","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"admin@gmail.com\",\r\n    \"password\":\"admin123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"34.132.155.76:8000/login"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\":\"Incorrect Password\"\r\n}"},{"id":"3f7ed92d-33eb-41d5-a9c1-e0963d302a25","name":"Data Not Found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"admin@gmail.com\",\r\n    \"password\":\"admin123\"\r\n}","options":{"raw":{"language":"json"}}},"url":"34.132.155.76:8000/login"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\":\"Data not found\"\r\n}"}],"_postman_id":"4cd17726-1e4d-4443-bb47-bb5c58083a62"},{"name":"6. Approve Doctor","id":"46fe472e-2bf4-49b1-8012-43f87abf546e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"POST","header":[],"url":"https://kmb5alta.online/doctor/5/approve","urlObject":{"path":["doctor","5","approve"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"fe4425f2-f810-4daf-ab50-bc8ce6c94ed1","name":"Success Approve Doctor","originalRequest":{"method":"POST","header":[],"url":"localhost:8000/doctor/2/approve"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Fri, 15 Dec 2023 04:02:43 GMT"},{"key":"Content-Length","value":"37"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Success Approve Doctor\"\n}"},{"id":"53a8db2f-27de-4893-a18c-4f9c36ee1bd7","name":"Server Error","originalRequest":{"method":"POST","header":[],"url":"localhost:8000/doctor/1/approve"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Fri, 15 Dec 2023 04:03:09 GMT"},{"key":"Content-Length","value":"44"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Approve Doctor Process Failed\"\n}"},{"id":"638dcc9a-0ed7-4091-9c51-7340afc4a2b7","name":"Invalid Param ID","originalRequest":{"method":"POST","header":[],"url":"localhost:8000/doctor/satu/approve"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Fri, 15 Dec 2023 04:03:28 GMT"},{"key":"Content-Length","value":"42"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Invalid User Input Param ID\"\n}"}],"_postman_id":"46fe472e-2bf4-49b1-8012-43f87abf546e"},{"name":"7. Register Patient","id":"2aef88fd-d52c-48f4-beed-8f823c71632e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"testcloud","type":"text"},{"key":"email","value":"test1@gmail.com","type":"text"},{"key":"password","value":"test","type":"text"},{"key":"date_of_birth","value":"2000-10-20","type":"text"},{"key":"gender","value":"perempuan","type":"text"},{"key":"phone_number","value":"0812345678","type":"text"},{"key":"avatar","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","filesNotInWorkingDirectory":["/C:/Users/ASUS/Downloads/gambar-animasi-orang-png-0.jpg"],"src":"/C:/Users/ASUS/Downloads/gambar-animasi-orang-png-0.jpg"}]},"url":"https://kmb5alta.online/patient/register","description":"<p>untuk register patient memasukkan nama,email,password,tanggal lahir, gender,nomor telepon,dan avatar</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"059662e9-af70-48a0-9d24-4e1cb7f91d94","id":"059662e9-af70-48a0-9d24-4e1cb7f91d94","name":"EmpathiCare : API Documentation","type":"collection"}},"urlObject":{"path":["patient","register"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"a75bf20a-e8cd-4e05-88da-28b37d502534","name":"error upload avatar","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"fauzi","type":"text"},{"key":"email","value":"fauzihidayat@gmail.com","type":"text"},{"key":"password","value":"fauzi1234","type":"text"},{"key":"date_of_birth","value":"2000-10-20","type":"text"},{"key":"gender","value":"laki-laki","type":"text"},{"key":"phone_number","value":"0812345678","type":"text"},{"key":"avatar","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","src":"/C:/Users/ASUS/Downloads/png-transparent-cartoon-illustration-happy-people-other-child-hand.png"}]},"url":"104.198.45.50:80/patient/register"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 22 Nov 2023 12:42:06 GMT"},{"key":"Content-Length","value":"47"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Failed, Select a File for Upload\"\n}"},{"id":"34b9ec72-3cb3-447a-9bed-e269698611cf","name":"error duplicate email","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"fauzi","type":"text"},{"key":"email","value":"fauzihidayat@gmail.com","type":"text"},{"key":"password","value":"fauzi1234","type":"text"},{"key":"date_of_birth","value":"2000-10-20","type":"text"},{"key":"gender","value":"laki-laki","type":"text"},{"key":"phone_number","value":"0812345678","type":"text"},{"key":"avatar","type":"file","fileNotInWorkingDirectoryWarning":"This file isn't in your working directory. Teammates you share this request with won't be able to use this file. To make collaboration easier you can setup your working directory in Settings.","src":"/C:/Users/ASUS/Downloads/png-transparent-cartoon-illustration-happy-people-other-child-hand.png"}]},"url":"104.198.45.50:80/patient/register"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 22 Nov 2023 12:53:24 GMT"},{"key":"Content-Length","value":"19"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Fail\"\n}"},{"id":"8f7251a9-9fc8-486a-9c65-defe1fc467f5","name":"Register success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"fauziah","type":"text"},{"key":"email","value":"nurulfauziah@gmail.com","type":"text"},{"key":"password","value":"fauzi1234","type":"text"},{"key":"date_of_birth","value":"2000-10-20","type":"text"},{"key":"gender","value":"perempuan","type":"text"},{"key":"phone_number","value":"0812345678","type":"text"},{"key":"avatar","type":"file","src":"/C:/Users/ASUS/Downloads/gambar-animasi-orang-png-0.jpg"}]},"url":"104.198.45.50:80/patient/register"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 22 Nov 2023 12:58:21 GMT"},{"key":"Content-Length","value":"292"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"name\": \"fauziah\",\n        \"email\": \"nurulfauziah@gmail.com\",\n        \"gender\": \"perempuan\",\n        \"date_of_birth\": \"2000-10-20\",\n        \"avatar\": \"https://res.cloudinary.com/du87kowmp/image/upload/v1700657901/Avatar/tm6e8eoar6vqxoxevgr6.jpg\",\n        \"phone\": \"0812345678\",\n        \"role\": \"Patient\",\n        \"status\": \"Active\"\n    },\n    \"message\": \"Success\"\n}"},{"id":"be27b0e7-4862-4646-8f46-8c8f7a65eb27","name":"Register default avatar","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"name","value":"testcloud","type":"text"},{"key":"email","value":"test1@gmail.com","type":"text"},{"key":"password","value":"test","type":"text"},{"key":"date_of_birth","value":"2000-10-20","type":"text"},{"key":"gender","value":"perempuan","type":"text"},{"key":"phone_number","value":"0812345678","type":"text"}]},"url":"localhost:8000/patient/register"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 14 Dec 2023 13:42:28 GMT"},{"key":"Content-Length","value":"294"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"ID\": 0,\n        \"name\": \"testcloud\",\n        \"email\": \"test1@gmail.com\",\n        \"gender\": \"perempuan\",\n        \"date_of_birth\": \"2000-10-20\",\n        \"avatar\": \"https://res.cloudinary.com/du87kowmp/image/upload/v1702560428/Avatar/fc2dgtshfu2w9hlhgqed.png\",\n        \"phone\": \"0812345678\",\n        \"role\": \"Patient\",\n        \"status\": \"Active\"\n    },\n    \"message\": \"Success\"\n}"}],"_postman_id":"2aef88fd-d52c-48f4-beed-8f823c71632e"},{"name":"8. Login Patient","event":[{"listen":"test","script":{"id":"7f1d40b7-afc3-4b48-91ae-a29f66116fef","exec":["pm.test(\"Save Access Token\", function () {\r","    var jsonData = pm.response.json();\r","    pm.collectionVariables.set(\"access_token\", jsonData.data.token.access_token);\r","});"],"type":"text/javascript"}}],"id":"234b35c9-e3e4-44ce-9126-bb02548200d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"test1@gmail.com","type":"text"},{"key":"password","value":"test","type":"text"}]},"url":"https://kmb5alta.online/patient/login","description":"<p>untuk login patient</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"059662e9-af70-48a0-9d24-4e1cb7f91d94","id":"059662e9-af70-48a0-9d24-4e1cb7f91d94","name":"EmpathiCare : API Documentation","type":"collection"}},"urlObject":{"path":["patient","login"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"a73f8ecd-7946-458b-9fcb-b80eb6b621b9","name":"Login success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"nurulfauziah@gmail.com","type":"text"},{"key":"password","value":"fauzi1234","type":"text"}]},"url":"104.198.45.50:80/patient/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Wed, 22 Nov 2023 12:59:12 GMT"},{"key":"Content-Length","value":"418"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"name\": \"fauziah\",\n        \"email\": \"nurulfauziah@gmail.com\",\n        \"token\": {\n            \"access_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MDA2NjE1NTIsImlhdCI6MTcwMDY1Nzk1MiwiaWQiOjEwLCJyb2xlIjoiUGF0aWVudCIsInN0YXR1cyI6IkFjdGl2ZSJ9.YaI-fKwotOAz6lD7_IO_8WihS9h13q0sh_McvJUVxS8\",\n            \"refresh_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MDA3NDQzNTJ9.miIXMqAJhjgp25RtxFdI8ppxi4sSV1Wd7gKlb1xYD6o\"\n        }\n    },\n    \"message\": \"Success\"\n}"},{"id":"92e5083c-5c5f-41dd-80d2-c907eec3ab82","name":"error password invalid","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"nurulfauziah@gmail.com","type":"text"},{"key":"password","value":"fauzi1234","type":"text"}]},"url":"104.198.45.50:80/patient/login"},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 23 Nov 2023 20:10:08 GMT"},{"key":"Content-Length","value":"19"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Fail\"\n}"},{"id":"c17e89d3-9cbc-4f83-933b-95a54aa5e145","name":"Login success update password","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"email","value":"nurulfauziah@gmail.com","type":"text"},{"key":"password","value":"fauziah123","type":"text"}]},"url":"104.198.45.50:80/patient/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Vary","value":"Origin"},{"key":"Date","value":"Thu, 23 Nov 2023 20:11:40 GMT"},{"key":"Content-Length","value":"424"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"name\": \"nurul fauziah\",\n        \"email\": \"nurulfauziah@gmail.com\",\n        \"token\": {\n            \"access_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MDA3NzM5MDAsImlhdCI6MTcwMDc3MDMwMCwiaWQiOjEwLCJyb2xlIjoiUGF0aWVudCIsInN0YXR1cyI6IkFjdGl2ZSJ9.KYOoSrMH69nUGOoSZ-VZKsTAYmNcUm2mCvDWT4jJxDo\",\n            \"refresh_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE3MDA4NTY3MDB9.Bar1Z-OfpAwH9TITPkNIui_nVWuuhGoPveATYF82B2Y\"\n        }\n    },\n    \"message\": \"Success\"\n}"}],"_postman_id":"234b35c9-e3e4-44ce-9126-bb02548200d4"},{"name":"9. Make transaction","id":"f5e5935c-6935-4766-a90c-025949b548f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"topic_id\": 1,\r\n    \"doctor_id\": 5,\r\n    \"method_id\": 1,\r\n    \"duration_id\": 1,\r\n    \"counseling_id\": 1,\r\n    \"counseling_session\": 1,\r\n    \"counseling_type\": \"A\",\r\n    \"price_method\": 180000,\r\n    \"price_counseling\": 500000,\r\n    \"price_duration\": 40000,\r\n    \"payment_type\": \"bca\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"https://kmb5alta.online/transaksi","urlObject":{"path":["transaksi"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"6e27bf66-d4ae-4825-8665-763166442b7a","name":"Make Transaction BCA","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_id\": 5,\r\n    \"price_method\": 15000000,\r\n    \"price_counseling\": 30000,\r\n    \"price_duration\": 35000,\r\n    \"payment_type\": \"bca\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_ojan_dev}}/transaksi"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"vary","value":"Origin"},{"key":"X-Cloud-Trace-Context","value":"cab49429a0509b746fa83778a17c6502"},{"key":"Date","value":"Wed, 15 Nov 2023 16:25:39 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"79"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"payment_type\": \"bca\",\n        \"va_account\": \"42124989297\"\n    },\n    \"message\": \"Success\"\n}"},{"id":"447bba36-7833-407a-9684-09af8ea5f000","name":"Make Transaction BNI","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_id\": 5,\r\n    \"price_method\": 150000,\r\n    \"price_counseling\": 30000,\r\n    \"price_duration\": 35000,\r\n    \"payment_type\": \"bni\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_ojan_dev}}/transaksi"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"vary","value":"Origin"},{"key":"X-Cloud-Trace-Context","value":"17e96ac79d18bcffda08a6875fee5133;o=1"},{"key":"Date","value":"Wed, 15 Nov 2023 19:09:10 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"84"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"payment_type\": \"bni\",\n        \"va_account\": \"9884212463610144\"\n    },\n    \"message\": \"Success\"\n}"},{"id":"dd8a6e6a-8011-49ed-a69b-9ac3f41c5264","name":"Make Transaction BRI","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_id\": 5,\r\n    \"price_method\": 150000,\r\n    \"price_counseling\": 30000,\r\n    \"price_duration\": 35000,\r\n    \"payment_type\": \"bri\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_ojan_dev}}/transaksi"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"vary","value":"Origin"},{"key":"X-Cloud-Trace-Context","value":"cd04273df79f51a18a440049f6a81d9c;o=1"},{"key":"Date","value":"Wed, 15 Nov 2023 19:09:31 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"86"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"payment_type\": \"bri\",\n        \"va_account\": \"421249469870798239\"\n    },\n    \"message\": \"Success\"\n}"},{"id":"1752e672-62f3-470f-aace-a79a0639632a","name":"Make Transaction Gopay","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_id\": 5,\r\n    \"price_method\": 150000,\r\n    \"price_counseling\": 30000,\r\n    \"price_duration\": 35000,\r\n    \"payment_type\": \"gopay\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_ojan_dev}}/transaksi"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"vary","value":"Origin"},{"key":"X-Cloud-Trace-Context","value":"57c28a4bcad03722e176a3bc55d03dcb;o=1"},{"key":"Date","value":"Wed, 15 Nov 2023 19:09:47 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"180"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"callback_url\": \"https://simulator.sandbox.midtrans.com/gopay/partner/app/payment-pin?id=c3833b9a-1d84-4d15-8633-e5603e3b9ba4\",\n        \"payment_type\": \"gopay\"\n    },\n    \"message\": \"Success\"\n}"},{"id":"db27ccef-151e-4c02-a10f-0231ce6a8aa5","name":"Make Transaction Qris","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user_id\": 5,\r\n    \"price_method\": 150000,\r\n    \"price_counseling\": 30000,\r\n    \"price_duration\": 35000,\r\n    \"payment_type\": \"qris\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{base_ojan_dev}}/transaksi"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"content-type","value":"application/json; charset=UTF-8"},{"key":"vary","value":"Origin"},{"key":"X-Cloud-Trace-Context","value":"e5fca784752148b75a7d413dbbd5c33e;o=1"},{"key":"Date","value":"Wed, 15 Nov 2023 19:10:01 GMT"},{"key":"Server","value":"Google Frontend"},{"key":"Content-Length","value":"156"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"callback_url\": \"https://api.sandbox.midtrans.com/v2/qris/69c56ef4-5bf4-43d1-a468-f1b60c6a974b/qr-code\",\n        \"payment_type\": \"qris\"\n    },\n    \"message\": \"Success\"\n}"}],"_postman_id":"f5e5935c-6935-4766-a90c-025949b548f6"},{"name":"10. Get Counseling By Patient ID","id":"66ce7bd0-a5d3-4101-a561-0f18628aed25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"token"}]},"isInherited":false},"method":"GET","header":[],"url":"https://kmb5alta.online/counseling/user/4","urlObject":{"path":["counseling","user","4"],"host":["https://kmb5alta.online"],"query":[],"variable":[]}},"response":[{"id":"a3f3e25e-3be7-4314-b13e-51818d6bef16","name":"Get Counseling By User ID","originalRequest":{"method":"GET","header":[],"url":"https://kmb5alta.online/counseling/user/22"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 Dec 2023 18:42:28 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Vary","value":"Origin"},{"key":"CF-Cache-Status","value":"DYNAMIC"},{"key":"Report-To","value":"{\"endpoints\":[{\"url\":\"https:\\/\\/a.nel.cloudflare.com\\/report\\/v3?s=JY6kwcXAhvPJPuloxpgrLwOpIy5v5%2BVHRl%2FjYga9OigvuWWICCAgqjP%2FgEhHIIZxRvWNp%2BtFBvhYvQENNYsRzmlnFeX5RLGd%2BLrjDfr50dR3F8l%2BjC0gL0ljnbppstL8bo8%3D\"}],\"group\":\"cf-nel\",\"max_age\":604800}"},{"key":"NEL","value":"{\"success_fraction\":0,\"report_to\":\"cf-nel\",\"max_age\":604800}"},{"key":"Server","value":"cloudflare"},{"key":"CF-RAY","value":"83481b7d4ae204fe-HKG"},{"key":"Content-Encoding","value":"br"},{"key":"alt-svc","value":"h3=\":443\"; ma=86400"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"id\": 1,\n            \"transaction_id\": 31,\n            \"user_id\": 22,\n            \"doctor_avatar\": \"https://res.cloudinary.com/du87kowmp/image/upload/v1702385429/Avatar/h9d3urwmr8mshnzcycer.jpg\",\n            \"doctor_name\": \"Fauzan Ali Gans\",\n            \"doctor_expertise\": 4,\n            \"doctor_meet_link\": \"\",\n            \"date\": \"2023-12-12T18:40:24.514Z\",\n            \"time\": \"2023-12-12T18:40:24.514Z\",\n            \"duration\": 1,\n            \"status\": \"pending\",\n            \"created_at\": \"2023-12-12T18:40:24.514Z\",\n            \"updated_at\": \"2023-12-12T18:40:24.514Z\"\n        }\n    ],\n    \"message\": \"Success to get counseling data\"\n}"}],"_postman_id":"66ce7bd0-a5d3-4101-a561-0f18628aed25"}],"id":"cda56318-f6e1-4aa2-8b06-6a970bcd4e7a","_postman_id":"cda56318-f6e1-4aa2-8b06-6a970bcd4e7a","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{token}}"}]},"isInherited":true,"source":{"_postman_id":"059662e9-af70-48a0-9d24-4e1cb7f91d94","id":"059662e9-af70-48a0-9d24-4e1cb7f91d94","name":"EmpathiCare : API Documentation","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"X-API-Key"},{"key":"value","value":"{{token}}"}]}},"event":[{"listen":"prerequest","script":{"id":"839a3442-8578-4246-81b0-bf499c50b9cb","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"cc8927e0-3414-4910-b21e-6f60d2fa367e","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://farming-simulator.pstmn.io"},{"key":"serverKey","value":"Basic U0ItTWlkLXNlcnZlci1WWHc5SWpWZUhfZlpTTDRJWnlrdzNMUjQ6"},{"key":"midtrans_url","value":"https://api.sandbox.midtrans.com/v2"},{"key":"midtrans_id","value":"order_id"},{"key":"Url","value":"localhost:8000"},{"key":"base_url","value":"34.132.155.76:8000"},{"key":"domain_url","value":"https://kmb5alta.online"},{"key":"ojan_dev","value":"https://kmb5alta.online"},{"key":"Url_new","value":"104.198.45.50:80"},{"key":"production","value":"kmb5alta.online"},{"key":"access_token","value":"token"},{"key":"url","value":"localhost:8000"},{"key":"id_doctor","value":"6"}]}