You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

1993 lines
46 KiB

  1. .splash-page {
  2. width: 100%;
  3. height: calc(100vh - 4rem);
  4. background-image: linear-gradient(0deg, rgba(0, 0, 255, 0.2), rgba(0, 0, 255, 0.2)), url('../images/bg-intro.png');
  5. background-position: center;
  6. background-repeat: no-repeat;
  7. background-size: cover;
  8. display: flex;
  9. align-items: center;
  10. justify-content: space-between;
  11. flex-direction: column;
  12. padding: 2rem 0;
  13. }
  14. .dashboard {
  15. width: 100%;
  16. height: 100vh;
  17. background-color: #f1f1f1;
  18. display: flex;
  19. align-items: center;
  20. justify-content: space-between;
  21. flex-direction: column;
  22. }
  23. .dashboard .dashboard-grid {
  24. width: 100%;
  25. height: 100%
  26. }
  27. .splash-page.login {
  28. padding-top: 4rem;
  29. padding-bottom: 0;
  30. }
  31. .splash-page .bottom {
  32. display: flex;
  33. align-items: center;
  34. justify-content: space-around;
  35. flex-direction: column;
  36. gap: 1rem;
  37. }
  38. .devider {
  39. width: 80%;
  40. display: flex;
  41. align-items: center;
  42. justify-content: space-between;
  43. margin: 0 auto;
  44. }
  45. .devider div:nth-child(1),
  46. .devider div:nth-child(3) {
  47. width: 45%;
  48. height: 1px;
  49. background-image: linear-gradient(to right, white, transparent);
  50. }
  51. .devider div:nth-child(2) {
  52. width: 5px;
  53. height: 5px;
  54. background-color: white;
  55. }
  56. .devider.white-bg div:nth-child(1),
  57. .devider.white-bg div:nth-child(3) {
  58. background-image: linear-gradient(to right, #F4AD33, transparent);
  59. }
  60. .devider.white-bg div:nth-child(2) {
  61. background-color: #F4AD33;
  62. }
  63. .devider div:nth-child(3) {
  64. background-image: linear-gradient(to left, white, transparent);
  65. }
  66. .devider.white-bg div:nth-child(3) {
  67. background-image: linear-gradient(to left, #F4AD33, transparent);
  68. }
  69. .css-33o7k0-MuiButtonBase-root-MuiButton-root {
  70. display: -webkit-inline-box;
  71. display: -webkit-inline-flex;
  72. display: -ms-inline-flexbox;
  73. display: inline-flex;
  74. -webkit-align-items: center;
  75. -webkit-box-align: center;
  76. -ms-flex-align: center;
  77. align-items: center;
  78. -webkit-box-pack: center;
  79. -ms-flex-pack: center;
  80. -webkit-justify-content: center;
  81. justify-content: center;
  82. position: relative;
  83. box-sizing: border-box;
  84. -webkit-tap-highlight-color: transparent;
  85. background-color: transparent;
  86. outline: 0;
  87. border: 0;
  88. margin: 0;
  89. border-radius: 0;
  90. padding: 0;
  91. cursor: pointer;
  92. -webkit-user-select: none;
  93. -moz-user-select: none;
  94. -ms-user-select: none;
  95. user-select: none;
  96. vertical-align: middle;
  97. -moz-appearance: none;
  98. -webkit-appearance: none;
  99. -webkit-text-decoration: none;
  100. text-decoration: none;
  101. color: inherit;
  102. font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  103. font-weight: 500;
  104. font-size: 0.875rem;
  105. line-height: 1.75;
  106. letter-spacing: 0.02857em;
  107. text-transform: uppercase;
  108. min-width: 64px;
  109. padding: 6px 16px;
  110. border-radius: 4px;
  111. -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  112. transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  113. color: #fff;
  114. background-color: #d32f2f;
  115. box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  116. background-color: white;
  117. color: blue;
  118. }
  119. .css-1vx8qb9 {
  120. width: 100%;
  121. height: auto;
  122. background-color: white;
  123. border-radius: 30px 30px 0 0;
  124. border-top: 4px solid #F4AD33;
  125. padding: 2rem 0;
  126. display: -webkit-box;
  127. display: -webkit-flex;
  128. display: -ms-flexbox;
  129. display: flex;
  130. -webkit-align-items: center;
  131. -webkit-box-align: center;
  132. -ms-flex-align: center;
  133. align-items: center;
  134. -webkit-box-pack: justify;
  135. -webkit-justify-content: space-between;
  136. justify-content: space-between;
  137. -webkit-flex-direction: column;
  138. -ms-flex-direction: column;
  139. flex-direction: column;
  140. gap: 1rem;
  141. -webkit-flex: 2;
  142. -ms-flex: 2;
  143. flex: 2;
  144. overflow: auto;
  145. }
  146. .css-1q2tlgs-MuiTypography-root {
  147. margin: 0;
  148. font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  149. font-weight: 500;
  150. font-size: 1.25rem;
  151. line-height: 1.6;
  152. letter-spacing: 0.0075em;
  153. color: black;
  154. }
  155. .css-vnxi6v-MuiTypography-root {
  156. margin: 0;
  157. font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  158. font-weight: 500;
  159. font-size: 1.25rem;
  160. line-height: 1.6;
  161. letter-spacing: 0.0075em;
  162. color: gray;
  163. font-size: 16px;
  164. }
  165. .css-jw4se3-MuiFormControl-root-MuiTextField-root {
  166. display: -webkit-inline-box;
  167. display: -webkit-inline-flex;
  168. display: -ms-inline-flexbox;
  169. display: inline-flex;
  170. -webkit-flex-direction: column;
  171. -ms-flex-direction: column;
  172. flex-direction: column;
  173. position: relative;
  174. min-width: 0;
  175. padding: 0;
  176. margin: 0;
  177. border: 0;
  178. vertical-align: top;
  179. width: 70%;
  180. text-align: center;
  181. direction: ltr;
  182. }
  183. .css-14s5rfu-MuiFormLabel-root-MuiInputLabel-root {
  184. color: rgba(0, 0, 0, 0.6);
  185. font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  186. font-weight: 400;
  187. font-size: 1rem;
  188. line-height: 1.4375em;
  189. letter-spacing: 0.00938em;
  190. padding: 0;
  191. position: relative;
  192. display: block;
  193. transform-origin: top left;
  194. white-space: nowrap;
  195. overflow: hidden;
  196. text-overflow: ellipsis;
  197. max-width: calc(100% - 24px);
  198. position: absolute;
  199. left: 0;
  200. top: 0;
  201. -webkit-transform: translate(14px, 16px) scale(1);
  202. -moz-transform: translate(14px, 16px) scale(1);
  203. -ms-transform: translate(14px, 16px) scale(1);
  204. transform: translate(14px, 16px) scale(1);
  205. -webkit-transition: color 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms, -webkit-transform 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms, max-width 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
  206. transition: color 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms, transform 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms, max-width 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
  207. z-index: 1;
  208. pointer-events: none;
  209. }
  210. .css-14s5rfu-MuiFormLabel-root-MuiInputLabel-root {
  211. font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  212. font-weight: 400;
  213. font-size: 1rem;
  214. line-height: 1.4375em;
  215. letter-spacing: 0.00938em;
  216. color: rgba(0, 0, 0, 0.87);
  217. box-sizing: border-box;
  218. position: relative;
  219. cursor: text;
  220. display: -webkit-inline-box;
  221. display: -webkit-inline-flex;
  222. display: -ms-inline-flexbox;
  223. display: inline-flex;
  224. -webkit-align-items: center;
  225. -webkit-box-align: center;
  226. -ms-flex-align: center;
  227. align-items: center;
  228. position: relative;
  229. border-radius: 4px;
  230. }
  231. .css-1vx8qb9 {
  232. width: 100%;
  233. height: auto;
  234. background-color: white;
  235. border-radius: 30px 30px 0px 0px;
  236. border-top: 4px solid rgb(244, 173, 51);
  237. padding: 2rem 0px;
  238. display: flex;
  239. -webkit-box-align: center;
  240. align-items: center;
  241. -webkit-box-pack: justify;
  242. justify-content: space-between;
  243. flex-direction: column;
  244. gap: 1rem;
  245. flex: 2 1 0%;
  246. overflow: hidden;
  247. }
  248. .css-fyhhyl {
  249. margin: 0px;
  250. font-family: Roboto, Helvetica, Arial, sans-serif;
  251. font-weight: 500;
  252. font-size: 1.25rem;
  253. line-height: 1.6;
  254. letter-spacing: 0.0075em;
  255. color: black;
  256. }
  257. .css-4htua2 {
  258. margin: 0px;
  259. font-family: Roboto, Helvetica, Arial, sans-serif;
  260. font-weight: 500;
  261. line-height: 1.6;
  262. letter-spacing: 0.0075em;
  263. color: gray;
  264. font-size: 16px;
  265. }
  266. .css-1f7zzfx {
  267. display: inline-flex;
  268. flex-direction: column;
  269. position: relative;
  270. min-width: 0px;
  271. padding: 0px;
  272. margin: 0px;
  273. border: 0px;
  274. vertical-align: top;
  275. width: 70%;
  276. text-align: center;
  277. direction: ltr;
  278. }
  279. .css-17yr7y2 {
  280. margin: 0px;
  281. font-family: Roboto, Helvetica, Arial, sans-serif;
  282. font-weight: 400;
  283. line-height: 1.5;
  284. letter-spacing: 0.00938em;
  285. color: black;
  286. text-align: center;
  287. font-size: 14px;
  288. width: 70%;
  289. }
  290. .css-1hw9j7s {
  291. display: inline-flex;
  292. -webkit-box-align: center;
  293. align-items: center;
  294. -webkit-box-pack: center;
  295. justify-content: center;
  296. position: relative;
  297. box-sizing: border-box;
  298. -webkit-tap-highlight-color: transparent;
  299. outline: 0px;
  300. border: 0px;
  301. margin: 0px;
  302. cursor: pointer;
  303. user-select: none;
  304. vertical-align: middle;
  305. appearance: none;
  306. text-decoration: none;
  307. font-family: Roboto, Helvetica, Arial, sans-serif;
  308. font-weight: 500;
  309. font-size: 0.875rem;
  310. line-height: 1.75;
  311. letter-spacing: 0.02857em;
  312. text-transform: uppercase;
  313. min-width: 64px;
  314. padding: 6px 16px;
  315. border-radius: 4px;
  316. transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  317. color: rgb(255, 255, 255);
  318. background-color: rgb(25, 118, 210);
  319. box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
  320. }
  321. .css-1hw9j7s.Mui-disabled {
  322. pointer-events: none;
  323. cursor: default;
  324. color: rgba(0, 0, 0, 0.26);
  325. box-shadow: none;
  326. background-color: rgba(0, 0, 0, 0.12);
  327. }
  328. .css-1hw9j7s:hover {
  329. text-decoration: none;
  330. background-color: rgb(21, 101, 192);
  331. box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
  332. }
  333. .footer {
  334. text-align: center;
  335. padding: 1rem;
  336. width: 100%;
  337. }
  338. .css-p0rm37 {
  339. color: rgba(0, 0, 0, 0.6);
  340. font-family: Roboto, Helvetica, Arial, sans-serif;
  341. font-weight: 400;
  342. font-size: 1rem;
  343. line-height: 1.4375em;
  344. letter-spacing: 0.00938em;
  345. padding: 0px;
  346. display: block;
  347. transform-origin: left top;
  348. white-space: nowrap;
  349. overflow: hidden;
  350. text-overflow: ellipsis;
  351. max-width: calc(100% - 24px);
  352. position: absolute;
  353. left: 0px;
  354. top: 0px;
  355. transform: translate(14px, 16px) scale(1);
  356. transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, max-width 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  357. z-index: 1;
  358. pointer-events: none;
  359. }
  360. .css-1v4ccyo {
  361. font-family: Roboto, Helvetica, Arial, sans-serif;
  362. font-weight: 400;
  363. font-size: 1rem;
  364. line-height: 1.4375em;
  365. letter-spacing: 0.00938em;
  366. color: rgba(0, 0, 0, 0.87);
  367. box-sizing: border-box;
  368. cursor: text;
  369. display: inline-flex;
  370. -webkit-box-align: center;
  371. align-items: center;
  372. position: relative;
  373. border-radius: 4px;
  374. }
  375. a {
  376. font-weight: 500;
  377. color: #646cff;
  378. text-decoration: inherit;
  379. }
  380. a:hover {
  381. color: #535bf2;
  382. }
  383. .devider {
  384. width: 80%;
  385. display: flex;
  386. align-items: center;
  387. justify-content: space-between;
  388. margin: 0 auto;
  389. }
  390. .css-xzj0vu {
  391. margin: 8px 0px;
  392. font-family: Roboto, Helvetica, Arial, sans-serif;
  393. font-weight: 400;
  394. font-size: 1rem;
  395. line-height: 1.5;
  396. letter-spacing: 0.00938em;
  397. color: black;
  398. }
  399. .css-12wn12i {
  400. margin: 0px;
  401. font-family: Roboto, Helvetica, Arial, sans-serif;
  402. font-weight: 400;
  403. line-height: 1.5;
  404. letter-spacing: 0.00938em;
  405. color: grey;
  406. font-size: 14px;
  407. }
  408. .css-1x5jdmq {
  409. font: inherit;
  410. letter-spacing: inherit;
  411. color: currentcolor;
  412. border: 0px;
  413. box-sizing: content-box;
  414. background: none;
  415. height: 1.4375em;
  416. margin: 0px;
  417. -webkit-tap-highlight-color: transparent;
  418. display: block;
  419. min-width: 0px;
  420. width: 100%;
  421. animation-name: mui-auto-fill-cancel;
  422. animation-duration: 10ms;
  423. padding: 16.5px 14px;
  424. }
  425. .css-igs3ac {
  426. text-align: left;
  427. position: absolute;
  428. inset: -5px 0px 0px;
  429. margin: 0px;
  430. padding: 0px 8px;
  431. pointer-events: none;
  432. border-radius: inherit;
  433. border-style: solid;
  434. border-width: 1px;
  435. overflow: hidden;
  436. min-width: 0%;
  437. border-color: rgba(0, 0, 0, 0.23);
  438. }
  439. .devider div:nth-child(1) {
  440. width: 45%;
  441. height: 1px;
  442. background-image: linear-gradient(to right, white, transparent);
  443. }
  444. .devider.white-bg div:nth-child(1) {
  445. background-image: linear-gradient(to right, #F4AD33, transparent);
  446. }
  447. .devider div:nth-child(2) {
  448. width: 5px;
  449. height: 5px;
  450. background-color: #fff;
  451. }
  452. .devider.white-bg div:nth-child(2) {
  453. background-color: #f4ad33;
  454. }
  455. .devider div:nth-child(3) {
  456. width: 45%;
  457. height: 1px;
  458. background-image: linear-gradient(to left, white, transparent);
  459. }
  460. .devider.white-bg div:nth-child(3) {
  461. background-image: linear-gradient(to left, #F4AD33, transparent);
  462. }
  463. .css-yjsfm1 {
  464. float: unset;
  465. width: auto;
  466. overflow: hidden;
  467. display: block;
  468. padding: 0px;
  469. height: 11px;
  470. font-size: 0.75em;
  471. visibility: hidden;
  472. max-width: 0.01px;
  473. transition: max-width 50ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  474. white-space: nowrap;
  475. }
  476. .css-yjsfm1>span {
  477. padding-left: 5px;
  478. padding-right: 5px;
  479. display: inline-block;
  480. opacity: 0;
  481. visibility: visible;
  482. }
  483. @keyframes mui-auto-fill-cancel {
  484. 0% {
  485. display: block;
  486. display: block;
  487. }
  488. }
  489. /* These were inline style tags. Uses id+class to override almost everything */
  490. #style-VokD2.style-VokD2 {
  491. top: 46px;
  492. left: 668px;
  493. height: 0px;
  494. width: 0px;
  495. }
  496. #style-Qemo7.style-Qemo7 {
  497. top: 46px;
  498. left: 868px;
  499. height: 0px;
  500. width: 0px;
  501. }
  502. #style-ESCFC.style-ESCFC {
  503. top: 145px;
  504. left: 668px;
  505. height: 0px;
  506. width: 0px;
  507. }
  508. #style-BNR6g.style-BNR6g {
  509. top: 46px;
  510. left: 666px;
  511. height: 0px;
  512. width: 0px;
  513. }
  514. #style-GFFvA.style-GFFvA {
  515. top: 14px;
  516. left: 378px;
  517. height: 0px;
  518. width: 0px;
  519. }
  520. #style-VVqsX.style-VVqsX {
  521. top: 14px;
  522. left: 1158px;
  523. height: 0px;
  524. width: 0px;
  525. }
  526. #style-qjh4f.style-qjh4f {
  527. top: -4px;
  528. left: -4px;
  529. height: 0px;
  530. width: 0px;
  531. }
  532. #style-dZFJE.style-dZFJE {
  533. top: 14px;
  534. left: 376px;
  535. height: 0px;
  536. width: 0px;
  537. }
  538. #style-JEQCP.style-JEQCP {
  539. top: 0px;
  540. left: 0px;
  541. position: absolute;
  542. }
  543. #snipcss-Webapp-container.style-ed2dZ {
  544. right: 70px;
  545. top: 374.3px;
  546. }
  547. #style-Qkvp2.style-Qkvp2 {
  548. touch-action: none;
  549. }
  550. #style-bz1Qo.style-bz1Qo {
  551. touch-action: none;
  552. }
  553. #style-6KZe7.style-6KZe7 {
  554. top: 14px;
  555. left: 378px;
  556. height: 0px;
  557. width: 0px;
  558. }
  559. #style-pIvvK.style-pIvvK {
  560. top: 14px;
  561. left: 1158px;
  562. height: 0px;
  563. width: 0px;
  564. }
  565. #style-lMspy.style-lMspy {
  566. top: -4px;
  567. left: -4px;
  568. height: 0px;
  569. width: 0px;
  570. }
  571. #style-Z7wYp.style-Z7wYp {
  572. top: 14px;
  573. left: 376px;
  574. height: 0px;
  575. width: 0px;
  576. }
  577. #style-BhfqZ.style-BhfqZ {
  578. top: -2px;
  579. left: 0px;
  580. height: 0px;
  581. width: 0px;
  582. }
  583. #style-sjrsy.style-sjrsy {
  584. top: -4px;
  585. left: -4px;
  586. height: 0px;
  587. width: 0px;
  588. }
  589. #style-XMFxd.style-XMFxd {
  590. top: -4px;
  591. left: -4px;
  592. height: 0px;
  593. width: 0px;
  594. }
  595. #style-RB4oW.style-RB4oW {
  596. top: -2px;
  597. left: -2px;
  598. height: 0px;
  599. width: 0px;
  600. }
  601. .css-oeby62 {
  602. width: 100%;
  603. height: auto;
  604. background-color: white;
  605. border-radius: 30px 30px 0px 0px;
  606. border-top: 4px solid rgb(244, 173, 51);
  607. padding: 2rem 0px;
  608. display: flex;
  609. -webkit-box-align: center;
  610. align-items: center;
  611. -webkit-box-pack: justify;
  612. justify-content: space-between;
  613. flex-direction: column;
  614. gap: 1rem;
  615. }
  616. .css-fyhhyl {
  617. margin: 0px;
  618. font-family: Roboto, Helvetica, Arial, sans-serif;
  619. font-weight: 500;
  620. font-size: 1.25rem;
  621. line-height: 1.6;
  622. letter-spacing: 0.0075em;
  623. color: black;
  624. }
  625. .css-1dtr6u8 {
  626. margin: 0px;
  627. font-family: Roboto, Helvetica, Arial, sans-serif;
  628. font-weight: 500;
  629. line-height: 1.6;
  630. letter-spacing: 0.0075em;
  631. color: gray;
  632. font-size: 15px;
  633. text-align: center;
  634. }
  635. .css-1f7zzfx {
  636. display: inline-flex;
  637. flex-direction: column;
  638. position: relative;
  639. min-width: 0px;
  640. padding: 0px;
  641. margin: 0px;
  642. border: 0px;
  643. vertical-align: top;
  644. width: 70%;
  645. text-align: center;
  646. direction: ltr;
  647. }
  648. .css-1hw9j7s {
  649. display: inline-flex;
  650. -webkit-box-align: center;
  651. align-items: center;
  652. -webkit-box-pack: center;
  653. justify-content: center;
  654. position: relative;
  655. box-sizing: border-box;
  656. -webkit-tap-highlight-color: transparent;
  657. outline: 0px;
  658. border: 0px;
  659. margin: 0px;
  660. cursor: pointer;
  661. user-select: none;
  662. vertical-align: middle;
  663. appearance: none;
  664. text-decoration: none;
  665. font-family: Roboto, Helvetica, Arial, sans-serif;
  666. font-weight: 500;
  667. font-size: 0.875rem;
  668. line-height: 1.75;
  669. letter-spacing: 0.02857em;
  670. text-transform: uppercase;
  671. min-width: 64px;
  672. padding: 6px 16px;
  673. border-radius: 4px;
  674. transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  675. color: rgb(255, 255, 255);
  676. background-color: rgb(25, 118, 210);
  677. box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 1px -2px, rgba(0, 0, 0, 0.14) 0px 2px 2px 0px, rgba(0, 0, 0, 0.12) 0px 1px 5px 0px;
  678. }
  679. .css-1hw9j7s.Mui-disabled {
  680. pointer-events: none;
  681. cursor: default;
  682. color: rgba(0, 0, 0, 0.26);
  683. box-shadow: none;
  684. background-color: rgba(0, 0, 0, 0.12);
  685. }
  686. .css-1hw9j7s:hover {
  687. text-decoration: none;
  688. background-color: rgb(21, 101, 192);
  689. box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px -1px, rgba(0, 0, 0, 0.14) 0px 4px 5px 0px, rgba(0, 0, 0, 0.12) 0px 1px 10px 0px;
  690. }
  691. .css-pzdgve {
  692. position: relative;
  693. width: 100px;
  694. height: 100px;
  695. display: flex;
  696. -webkit-box-align: center;
  697. align-items: center;
  698. -webkit-box-pack: center;
  699. justify-content: center;
  700. }
  701. .css-viw3r {
  702. margin: 0px;
  703. font-family: Roboto, Helvetica, Arial, sans-serif;
  704. font-weight: 500;
  705. line-height: 1.6;
  706. letter-spacing: 0.0075em;
  707. color: rgb(81, 81, 81);
  708. font-size: 16px;
  709. }
  710. .devider {
  711. width: 80%;
  712. display: flex;
  713. align-items: center;
  714. justify-content: space-between;
  715. margin: 0 auto;
  716. }
  717. .css-15bsez5 {
  718. margin: 0px;
  719. font-family: Roboto, Helvetica, Arial, sans-serif;
  720. font-weight: 500;
  721. line-height: 1.6;
  722. letter-spacing: 0.0075em;
  723. color: black;
  724. font-size: 16px;
  725. }
  726. .css-12wn12i {
  727. margin: 0px;
  728. font-family: Roboto, Helvetica, Arial, sans-serif;
  729. font-weight: 400;
  730. line-height: 1.5;
  731. letter-spacing: 0.00938em;
  732. color: grey;
  733. font-size: 14px;
  734. }
  735. a {
  736. font-weight: 500;
  737. color: #646cff;
  738. text-decoration: inherit;
  739. }
  740. a:hover {
  741. color: #535bf2;
  742. }
  743. .css-p0rm37 {
  744. color: rgba(0, 0, 0, 0.6);
  745. font-family: Roboto, Helvetica, Arial, sans-serif;
  746. font-weight: 400;
  747. font-size: 1rem;
  748. line-height: 1.4375em;
  749. letter-spacing: 0.00938em;
  750. padding: 0px;
  751. display: block;
  752. transform-origin: left top;
  753. white-space: nowrap;
  754. overflow: hidden;
  755. text-overflow: ellipsis;
  756. max-width: calc(100% - 24px);
  757. position: absolute;
  758. left: 0px;
  759. top: 0px;
  760. transform: translate(14px, 16px) scale(1);
  761. transition: color 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms, max-width 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  762. z-index: 1;
  763. pointer-events: none;
  764. }
  765. .css-1v4ccyo {
  766. font-family: Roboto, Helvetica, Arial, sans-serif;
  767. font-weight: 400;
  768. font-size: 1rem;
  769. line-height: 1.4375em;
  770. letter-spacing: 0.00938em;
  771. color: rgba(0, 0, 0, 0.87);
  772. box-sizing: border-box;
  773. cursor: text;
  774. display: inline-flex;
  775. -webkit-box-align: center;
  776. align-items: center;
  777. position: relative;
  778. border-radius: 4px;
  779. }
  780. .css-1utujq6 {
  781. margin: 0px;
  782. font-family: Roboto, Helvetica, Arial, sans-serif;
  783. font-weight: 400;
  784. line-height: 1.235;
  785. letter-spacing: 0.00735em;
  786. color: rgb(244, 173, 51);
  787. position: absolute;
  788. font-size: 16px;
  789. }
  790. .css-x1zqys {
  791. display: inline-block;
  792. transition: transform 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  793. position: absolute;
  794. color: rgb(244, 173, 51);
  795. }
  796. .devider div:nth-child(1) {
  797. width: 45%;
  798. height: 1px;
  799. background-image: linear-gradient(to right, white, transparent);
  800. }
  801. .devider.white-bg div:nth-child(1) {
  802. background-image: linear-gradient(to right, #F4AD33, transparent);
  803. }
  804. .devider div:nth-child(2) {
  805. width: 5px;
  806. height: 5px;
  807. background-color: #fff;
  808. }
  809. .devider.white-bg div:nth-child(2) {
  810. background-color: #f4ad33;
  811. }
  812. .devider div:nth-child(3) {
  813. width: 45%;
  814. height: 1px;
  815. background-image: linear-gradient(to left, white, transparent);
  816. }
  817. .devider.white-bg div:nth-child(3) {
  818. background-image: linear-gradient(to left, #F4AD33, transparent);
  819. }
  820. .css-1x5jdmq {
  821. font: inherit;
  822. letter-spacing: inherit;
  823. color: currentcolor;
  824. border: 0px;
  825. box-sizing: content-box;
  826. background: none;
  827. height: 1.4375em;
  828. margin: 0px;
  829. -webkit-tap-highlight-color: transparent;
  830. display: block;
  831. min-width: 0px;
  832. width: 100%;
  833. animation-name: mui-auto-fill-cancel;
  834. animation-duration: 10ms;
  835. padding: 16.5px 14px;
  836. }
  837. .css-igs3ac {
  838. text-align: left;
  839. position: absolute;
  840. inset: -5px 0px 0px;
  841. margin: 0px;
  842. padding: 0px 8px;
  843. pointer-events: none;
  844. border-radius: inherit;
  845. border-style: solid;
  846. border-width: 1px;
  847. overflow: hidden;
  848. min-width: 0%;
  849. border-color: rgba(0, 0, 0, 0.23);
  850. }
  851. .css-13o7eu2 {
  852. display: block;
  853. }
  854. .css-yjsfm1 {
  855. float: unset;
  856. width: auto;
  857. overflow: hidden;
  858. display: block;
  859. padding: 0px;
  860. height: 11px;
  861. font-size: 0.75em;
  862. visibility: hidden;
  863. max-width: 0.01px;
  864. transition: max-width 50ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  865. white-space: nowrap;
  866. }
  867. .css-yjsfm1>span {
  868. padding-left: 5px;
  869. padding-right: 5px;
  870. display: inline-block;
  871. opacity: 0;
  872. visibility: visible;
  873. }
  874. @keyframes mui-auto-fill-cancel {
  875. 0% {
  876. display: block;
  877. display: block;
  878. }
  879. }
  880. /* These were inline style tags. Uses id+class to override almost everything */
  881. #style-pQxh1.style-pQxh1 {
  882. width: 100px;
  883. height: 100px;
  884. transform: rotate(-90deg);
  885. }
  886. .css-x15wq9 {
  887. position: fixed;
  888. top: 0;
  889. left: auto;
  890. bottom: 0;
  891. z-index: 1199;
  892. right: 0;
  893. }
  894. .css-1sl8dhm {
  895. -webkit-box-flex: 1;
  896. -webkit-flex-grow: 1;
  897. -ms-flex-positive: 1;
  898. flex-grow: 1;
  899. width: 100%;
  900. }
  901. .css-1yugkl4 {
  902. width: 100%;
  903. height: 90%;
  904. overflow-y: scroll;
  905. overflow-x: hidden;
  906. }
  907. .css-8atqhb {
  908. width: 100%;
  909. }
  910. .css-enyiw4-MuiPaper-root-MuiAppBar-root {
  911. background-color: white;
  912. color: #fff;
  913. -webkit-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  914. transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  915. box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  916. display: -webkit-box;
  917. display: -webkit-flex;
  918. display: -ms-flexbox;
  919. display: flex;
  920. -webkit-flex-direction: column;
  921. -ms-flex-direction: column;
  922. flex-direction: column;
  923. width: 100%;
  924. box-sizing: border-box;
  925. -webkit-flex-shrink: 0;
  926. -ms-flex-negative: 0;
  927. flex-shrink: 0;
  928. position: static;
  929. }
  930. .dashboard .dashboard-grid {
  931. width: 100%;
  932. height: 100%;
  933. }
  934. .css-16lloyr-MuiBottomNavigation-root {
  935. display: -webkit-box;
  936. display: -webkit-flex;
  937. display: -ms-flexbox;
  938. display: flex;
  939. -webkit-box-pack: center;
  940. -ms-flex-pack: center;
  941. -webkit-justify-content: center;
  942. justify-content: center;
  943. height: 56px;
  944. background-color: #fff;
  945. }
  946. .css-hyum1k-MuiToolbar-root {
  947. position: relative;
  948. display: -webkit-box;
  949. display: -webkit-flex;
  950. display: -ms-flexbox;
  951. display: flex;
  952. -webkit-align-items: center;
  953. -webkit-box-align: center;
  954. -ms-flex-align: center;
  955. align-items: center;
  956. padding-left: 16px;
  957. padding-right: 16px;
  958. min-height: 56px;
  959. }
  960. @media (min-width: 600px) {
  961. .css-hyum1k-MuiToolbar-root {
  962. padding-left: 24px;
  963. padding-right: 24px;
  964. }
  965. }
  966. @media (orientation: landscape) {
  967. .css-hyum1k-MuiToolbar-root {
  968. min-height: 48px;
  969. }
  970. }
  971. @media (min-width: 600px) {
  972. .css-hyum1k-MuiToolbar-root {
  973. min-height: 64px;
  974. }
  975. }
  976. .css-xeip47-MuiGrid-root {
  977. box-sizing: border-box;
  978. display: -webkit-box;
  979. display: -webkit-flex;
  980. display: -ms-flexbox;
  981. display: flex;
  982. -webkit-box-flex-wrap: wrap;
  983. -webkit-flex-wrap: wrap;
  984. -ms-flex-wrap: wrap;
  985. flex-wrap: wrap;
  986. width: calc(100% + 16px);
  987. -webkit-flex-direction: row;
  988. -ms-flex-direction: row;
  989. flex-direction: row;
  990. margin-top: -16px;
  991. margin-left: -16px;
  992. padding: 2rem;
  993. }
  994. .css-1bjk3jo-MuiButtonBase-root-MuiBottomNavigationAction-root {
  995. display: -webkit-inline-box;
  996. display: -webkit-inline-flex;
  997. display: -ms-inline-flexbox;
  998. display: inline-flex;
  999. -webkit-align-items: center;
  1000. -webkit-box-align: center;
  1001. -ms-flex-align: center;
  1002. align-items: center;
  1003. -webkit-box-pack: center;
  1004. -ms-flex-pack: center;
  1005. -webkit-justify-content: center;
  1006. justify-content: center;
  1007. position: relative;
  1008. box-sizing: border-box;
  1009. -webkit-tap-highlight-color: transparent;
  1010. background-color: transparent;
  1011. outline: 0;
  1012. border: 0;
  1013. margin: 0;
  1014. border-radius: 0;
  1015. padding: 0px 12px;
  1016. cursor: pointer;
  1017. -webkit-user-select: none;
  1018. -moz-user-select: none;
  1019. -ms-user-select: none;
  1020. user-select: none;
  1021. vertical-align: middle;
  1022. -moz-appearance: none;
  1023. -webkit-appearance: none;
  1024. -webkit-text-decoration: none;
  1025. text-decoration: none;
  1026. color: rgba(0, 0, 0, 0.6);
  1027. -webkit-transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, padding-top 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  1028. transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, padding-top 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  1029. min-width: 80px;
  1030. max-width: 168px;
  1031. -webkit-flex-direction: column;
  1032. -ms-flex-direction: column;
  1033. flex-direction: column;
  1034. -webkit-flex: 1;
  1035. -ms-flex: 1;
  1036. flex: 1;
  1037. }
  1038. .css-1bjk3jo-MuiButtonBase-root-MuiBottomNavigationAction-root.Mui-selected {
  1039. color: #1976d2;
  1040. }
  1041. .css-16bghm4-MuiDivider-root {
  1042. margin: 0;
  1043. -webkit-flex-shrink: 0;
  1044. -ms-flex-negative: 0;
  1045. flex-shrink: 0;
  1046. border-width: 0;
  1047. border-style: solid;
  1048. border-color: rgba(0, 0, 0, 0.12);
  1049. border-bottom-width: 0;
  1050. margin-top: 8px;
  1051. margin-bottom: 8px;
  1052. height: auto;
  1053. border-right-width: thin;
  1054. -webkit-align-self: stretch;
  1055. -ms-flex-item-align: stretch;
  1056. align-self: stretch;
  1057. }
  1058. .css-i9gxme {
  1059. -webkit-box-flex: 1;
  1060. -webkit-flex-grow: 1;
  1061. -ms-flex-positive: 1;
  1062. flex-grow: 1;
  1063. }
  1064. .css-ancrnh-MuiButtonBase-root-MuiIconButton-root {
  1065. display: -webkit-inline-box;
  1066. display: -webkit-inline-flex;
  1067. display: -ms-inline-flexbox;
  1068. display: inline-flex;
  1069. -webkit-align-items: center;
  1070. -webkit-box-align: center;
  1071. -ms-flex-align: center;
  1072. align-items: center;
  1073. -webkit-box-pack: center;
  1074. -ms-flex-pack: center;
  1075. -webkit-justify-content: center;
  1076. justify-content: center;
  1077. position: relative;
  1078. box-sizing: border-box;
  1079. -webkit-tap-highlight-color: transparent;
  1080. background-color: transparent;
  1081. outline: 0;
  1082. border: 0;
  1083. margin: 0;
  1084. border-radius: 50%;
  1085. padding: 12px;
  1086. cursor: pointer;
  1087. -webkit-user-select: none;
  1088. -moz-user-select: none;
  1089. -ms-user-select: none;
  1090. user-select: none;
  1091. vertical-align: middle;
  1092. -moz-appearance: none;
  1093. -webkit-appearance: none;
  1094. -webkit-text-decoration: none;
  1095. text-decoration: none;
  1096. color: inherit;
  1097. text-align: center;
  1098. -webkit-flex: 0 0 auto;
  1099. -ms-flex: 0 0 auto;
  1100. flex: 0 0 auto;
  1101. font-size: 1.75rem;
  1102. overflow: visible;
  1103. -webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  1104. transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  1105. margin-left: -12px;
  1106. margin-right: 16px;
  1107. }
  1108. .css-ancrnh-MuiButtonBase-root-MuiIconButton-root:hover {
  1109. background-color: rgba(0, 0, 0, 0.04);
  1110. }
  1111. .css-1osj8n2-MuiGrid-root {
  1112. box-sizing: border-box;
  1113. margin: 0;
  1114. -webkit-flex-direction: row;
  1115. -ms-flex-direction: row;
  1116. flex-direction: row;
  1117. -webkit-flex-basis: 50%;
  1118. -ms-flex-preferred-size: 50%;
  1119. flex-basis: 50%;
  1120. -webkit-box-flex: 0;
  1121. -webkit-flex-grow: 0;
  1122. -ms-flex-positive: 0;
  1123. flex-grow: 0;
  1124. max-width: 50%;
  1125. }
  1126. @media (min-width: 600px) {
  1127. .css-1osj8n2-MuiGrid-root {
  1128. -webkit-flex-basis: 50%;
  1129. -ms-flex-preferred-size: 50%;
  1130. flex-basis: 50%;
  1131. -webkit-box-flex: 0;
  1132. -webkit-flex-grow: 0;
  1133. -ms-flex-positive: 0;
  1134. flex-grow: 0;
  1135. max-width: 50%;
  1136. }
  1137. }
  1138. @media (min-width: 900px) {
  1139. .css-1osj8n2-MuiGrid-root {
  1140. -webkit-flex-basis: 50%;
  1141. -ms-flex-preferred-size: 50%;
  1142. flex-basis: 50%;
  1143. -webkit-box-flex: 0;
  1144. -webkit-flex-grow: 0;
  1145. -ms-flex-positive: 0;
  1146. flex-grow: 0;
  1147. max-width: 50%;
  1148. }
  1149. }
  1150. @media (min-width: 1200px) {
  1151. .css-1osj8n2-MuiGrid-root {
  1152. -webkit-flex-basis: 50%;
  1153. -ms-flex-preferred-size: 50%;
  1154. flex-basis: 50%;
  1155. -webkit-box-flex: 0;
  1156. -webkit-flex-grow: 0;
  1157. -ms-flex-positive: 0;
  1158. flex-grow: 0;
  1159. max-width: 50%;
  1160. }
  1161. }
  1162. .css-xeip47-MuiGrid-root>.MuiGrid-item {
  1163. padding-top: 16px;
  1164. padding-left: 16px;
  1165. }
  1166. .css-i4bv87-MuiSvgIcon-root {
  1167. -webkit-user-select: none;
  1168. -moz-user-select: none;
  1169. -ms-user-select: none;
  1170. user-select: none;
  1171. width: 1em;
  1172. height: 1em;
  1173. display: inline-block;
  1174. fill: currentColor;
  1175. -webkit-flex-shrink: 0;
  1176. -ms-flex-negative: 0;
  1177. flex-shrink: 0;
  1178. -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  1179. transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  1180. font-size: 1.5rem;
  1181. }
  1182. .css-imwso6-MuiBottomNavigationAction-label {
  1183. font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  1184. font-size: 0.75rem;
  1185. opacity: 1;
  1186. -webkit-transition: font-size 0.2s, opacity 0.2s;
  1187. transition: font-size 0.2s, opacity 0.2s;
  1188. transition-delay: 0.1s;
  1189. }
  1190. .css-imwso6-MuiBottomNavigationAction-label.Mui-selected {
  1191. font-size: 0.875rem;
  1192. }
  1193. .css-8je8zh-MuiTouchRipple-root {
  1194. overflow: hidden;
  1195. pointer-events: none;
  1196. position: absolute;
  1197. z-index: 0;
  1198. top: 0;
  1199. right: 0;
  1200. bottom: 0;
  1201. left: 0;
  1202. border-radius: inherit;
  1203. }
  1204. .css-11byix0-MuiAvatar-root {
  1205. position: relative;
  1206. display: -webkit-box;
  1207. display: -webkit-flex;
  1208. display: -ms-flexbox;
  1209. display: flex;
  1210. -webkit-align-items: center;
  1211. -webkit-box-align: center;
  1212. -ms-flex-align: center;
  1213. align-items: center;
  1214. -webkit-box-pack: center;
  1215. -ms-flex-pack: center;
  1216. -webkit-justify-content: center;
  1217. justify-content: center;
  1218. -webkit-flex-shrink: 0;
  1219. -ms-flex-negative: 0;
  1220. flex-shrink: 0;
  1221. width: 24px;
  1222. height: 24px;
  1223. font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  1224. font-size: 1.25rem;
  1225. line-height: 1;
  1226. border-radius: 0;
  1227. overflow: hidden;
  1228. -webkit-user-select: none;
  1229. -moz-user-select: none;
  1230. -ms-user-select: none;
  1231. user-select: none;
  1232. }
  1233. .css-8w0c3l-MuiPaper-root-MuiCard-root {
  1234. background-color: #fff;
  1235. color: rgba(0, 0, 0, 0.87);
  1236. -webkit-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  1237. transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  1238. border-radius: 4px;
  1239. box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  1240. overflow: hidden;
  1241. max-width: 100%;
  1242. text-align: center;
  1243. display: -webkit-box;
  1244. display: -webkit-flex;
  1245. display: -ms-flexbox;
  1246. display: flex;
  1247. -webkit-align-items: center;
  1248. -webkit-box-align: center;
  1249. -ms-flex-align: center;
  1250. align-items: center;
  1251. -webkit-box-pack: center;
  1252. -ms-flex-pack: center;
  1253. -webkit-justify-content: center;
  1254. justify-content: center;
  1255. -webkit-flex-direction: column;
  1256. -ms-flex-direction: column;
  1257. flex-direction: column;
  1258. gap: 1rem;
  1259. padding-top: 1rem;
  1260. }
  1261. .css-1pqm26d-MuiAvatar-img {
  1262. width: 100%;
  1263. height: 100%;
  1264. text-align: center;
  1265. object-fit: cover;
  1266. color: transparent;
  1267. text-indent: 10000px;
  1268. }
  1269. .css-lhfcda-MuiCardMedia-root {
  1270. display: block;
  1271. -webkit-background-size: cover;
  1272. background-size: cover;
  1273. background-repeat: no-repeat;
  1274. -webkit-background-position: center;
  1275. background-position: center;
  1276. height: 50px;
  1277. width: 50px;
  1278. background-repeat-x: no-repeat;
  1279. background-repeat-y: no-repeat;
  1280. }
  1281. .css-1i9wt8r-MuiCardContent-root {
  1282. padding: 0px;
  1283. }
  1284. .css-1i9wt8r-MuiCardContent-root:last-child {
  1285. padding-bottom: 24px;
  1286. }
  1287. .css-13cyo3g-MuiTypography-root {
  1288. margin: 0;
  1289. font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  1290. font-weight: 500;
  1291. font-size: 15px;
  1292. line-height: 1.6;
  1293. letter-spacing: 0.0075em;
  1294. margin-bottom: 0.35em;
  1295. text-align: center;
  1296. }
  1297. /* These were inline style tags. Uses id+class to override almost everything */
  1298. #style-DoY6z.style-DoY6z {
  1299. background-image: url("../images/ico-add.png");
  1300. }
  1301. #style-Iex2K.style-Iex2K {
  1302. background-image: url("../images/ico-list.png");
  1303. }
  1304. #style-tEYjZ.style-tEYjZ {
  1305. background-image: url("../images/ico-law.png");
  1306. }
  1307. #style-NmIv9.style-NmIv9 {
  1308. background-image: url("../images/ico-tribunal.png");
  1309. }
  1310. #style-ogmNm.style-ogmNm {
  1311. background-image: url("../images/ico-books.png");
  1312. }
  1313. #style-IcKxY.style-IcKxY {
  1314. background-image: url("../images/ico-calc.png");
  1315. }
  1316. #style-F4sW5.style-F4sW5 {
  1317. width: 100%;
  1318. height: 100vh;
  1319. position: absolute;
  1320. top: 0;
  1321. left: 0;
  1322. pointer-events: none;
  1323. }
  1324. #style-F4sW5 .bg{
  1325. width: 100%;
  1326. height: 100%;
  1327. position: absolute;
  1328. background: rgba(0, 0, 0, 0);
  1329. z-index: -1;
  1330. pointer-events: none;
  1331. transition: background 0.3s;
  1332. }
  1333. #style-F4sW5 .bg.show{
  1334. pointer-events: auto;
  1335. background-color: rgba(0, 0, 0, 0.5);
  1336. }
  1337. .css-18hsv8r {
  1338. width: 250px;
  1339. height: 100%;
  1340. background-color: #4A4A4A;
  1341. text-align: right;
  1342. display: -webkit-box;
  1343. display: -webkit-flex;
  1344. display: -ms-flexbox;
  1345. display: flex;
  1346. -webkit-align-items: end;
  1347. -webkit-box-align: end;
  1348. -ms-flex-align: end;
  1349. align-items: end;
  1350. -webkit-box-pack: justify;
  1351. -webkit-justify-content: space-between;
  1352. justify-content: space-between;
  1353. -webkit-flex-direction: column;
  1354. -ms-flex-direction: column;
  1355. flex-direction: column;
  1356. transform: translateX(250px);
  1357. transition: transform 0.3s;
  1358. pointer-events: auto;
  1359. }
  1360. .css-18hsv8r.show{
  1361. transform: translateX(0px);
  1362. }
  1363. .css-1160xiw-MuiPaper-root-MuiDrawer-paper {
  1364. background-color: #fff;
  1365. color: rgba(0, 0, 0, 0.87);
  1366. -webkit-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  1367. transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  1368. box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  1369. overflow-y: auto;
  1370. display: -webkit-box;
  1371. display: -webkit-flex;
  1372. display: -ms-flexbox;
  1373. display: flex;
  1374. -webkit-flex-direction: column;
  1375. -ms-flex-direction: column;
  1376. flex-direction: column;
  1377. height: 100%;
  1378. -webkit-flex: 1 0 auto;
  1379. -ms-flex: 1 0 auto;
  1380. flex: 1 0 auto;
  1381. z-index: 1200;
  1382. -webkit-overflow-scrolling: touch;
  1383. position: fixed;
  1384. top: 0;
  1385. outline: 0;
  1386. right: 0;
  1387. }
  1388. .css-1u2w381-MuiModal-root-MuiDrawer-root {
  1389. position: fixed;
  1390. z-index: 1200;
  1391. right: 0;
  1392. bottom: 0;
  1393. top: 0;
  1394. left: 0;
  1395. }
  1396. .css-1sl8dhm {
  1397. -webkit-box-flex: 1;
  1398. -webkit-flex-grow: 1;
  1399. -ms-flex-positive: 1;
  1400. flex-grow: 1;
  1401. width: 100%;
  1402. }
  1403. .css-1ybg2od-MuiDivider-root {
  1404. margin: 0;
  1405. -webkit-flex-shrink: 0;
  1406. -ms-flex-negative: 0;
  1407. flex-shrink: 0;
  1408. border-width: 0;
  1409. border-style: solid;
  1410. border-color: rgba(0, 0, 0, 0.12);
  1411. border-bottom-width: thin;
  1412. margin-left: 16px;
  1413. margin-right: 16px;
  1414. background-color: white;
  1415. opacity: 0.3;
  1416. }
  1417. .css-y7auyh-MuiButtonGroup-root {
  1418. display: -webkit-inline-box;
  1419. display: -webkit-inline-flex;
  1420. display: -ms-inline-flexbox;
  1421. display: inline-flex;
  1422. border-radius: 4px;
  1423. }
  1424. .css-enyiw4-MuiPaper-root-MuiAppBar-root {
  1425. background-color: white;
  1426. color: #fff;
  1427. -webkit-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  1428. transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  1429. box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  1430. display: -webkit-box;
  1431. display: -webkit-flex;
  1432. display: -ms-flexbox;
  1433. display: flex;
  1434. -webkit-flex-direction: column;
  1435. -ms-flex-direction: column;
  1436. flex-direction: column;
  1437. width: 100%;
  1438. box-sizing: border-box;
  1439. -webkit-flex-shrink: 0;
  1440. -ms-flex-negative: 0;
  1441. flex-shrink: 0;
  1442. position: static;
  1443. }
  1444. .css-h4y409-MuiList-root {
  1445. list-style: none;
  1446. margin: 0;
  1447. padding: 0;
  1448. position: relative;
  1449. padding-top: 8px;
  1450. padding-bottom: 8px;
  1451. }
  1452. .css-1nxmd3h-MuiListItem-root {
  1453. display: -webkit-box;
  1454. display: -webkit-flex;
  1455. display: -ms-flexbox;
  1456. display: flex;
  1457. -webkit-box-pack: start;
  1458. -ms-flex-pack: start;
  1459. -webkit-justify-content: flex-start;
  1460. justify-content: flex-start;
  1461. -webkit-align-items: center;
  1462. -webkit-box-align: center;
  1463. -ms-flex-align: center;
  1464. align-items: center;
  1465. position: relative;
  1466. -webkit-text-decoration: none;
  1467. text-decoration: none;
  1468. width: 100%;
  1469. box-sizing: border-box;
  1470. text-align: left;
  1471. }
  1472. .css-ancrnh-MuiButtonBase-root-MuiIconButton-root {
  1473. display: -webkit-inline-box;
  1474. display: -webkit-inline-flex;
  1475. display: -ms-inline-flexbox;
  1476. display: inline-flex;
  1477. -webkit-align-items: center;
  1478. -webkit-box-align: center;
  1479. -ms-flex-align: center;
  1480. align-items: center;
  1481. -webkit-box-pack: center;
  1482. -ms-flex-pack: center;
  1483. -webkit-justify-content: center;
  1484. justify-content: center;
  1485. position: relative;
  1486. box-sizing: border-box;
  1487. -webkit-tap-highlight-color: transparent;
  1488. background-color: transparent;
  1489. outline: 0;
  1490. border: 0;
  1491. margin: 0;
  1492. border-radius: 50%;
  1493. padding: 12px;
  1494. cursor: pointer;
  1495. -webkit-user-select: none;
  1496. -moz-user-select: none;
  1497. -ms-user-select: none;
  1498. user-select: none;
  1499. vertical-align: middle;
  1500. -moz-appearance: none;
  1501. -webkit-appearance: none;
  1502. -webkit-text-decoration: none;
  1503. text-decoration: none;
  1504. color: inherit;
  1505. text-align: center;
  1506. -webkit-flex: 0 0 auto;
  1507. -ms-flex: 0 0 auto;
  1508. flex: 0 0 auto;
  1509. font-size: 1.75rem;
  1510. overflow: visible;
  1511. -webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  1512. transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  1513. margin-left: -12px;
  1514. margin-right: 16px;
  1515. }
  1516. .css-ancrnh-MuiButtonBase-root-MuiIconButton-root:hover {
  1517. background-color: rgba(0, 0, 0, 0.04);
  1518. }
  1519. .css-hyum1k-MuiToolbar-root {
  1520. position: relative;
  1521. display: -webkit-box;
  1522. display: -webkit-flex;
  1523. display: -ms-flexbox;
  1524. display: flex;
  1525. -webkit-align-items: center;
  1526. -webkit-box-align: center;
  1527. -ms-flex-align: center;
  1528. align-items: center;
  1529. padding-left: 16px;
  1530. padding-right: 16px;
  1531. min-height: 56px;
  1532. }
  1533. @media (min-width: 600px) {
  1534. .css-hyum1k-MuiToolbar-root {
  1535. padding-left: 24px;
  1536. padding-right: 24px;
  1537. }
  1538. }
  1539. @media (orientation: landscape) {
  1540. .css-hyum1k-MuiToolbar-root {
  1541. min-height: 48px;
  1542. }
  1543. }
  1544. @media (min-width: 600px) {
  1545. .css-hyum1k-MuiToolbar-root {
  1546. min-height: 64px;
  1547. }
  1548. }
  1549. .css-16ac5r2-MuiButtonBase-root-MuiListItemButton-root {
  1550. display: -webkit-inline-box;
  1551. display: -webkit-inline-flex;
  1552. display: -ms-inline-flexbox;
  1553. display: inline-flex;
  1554. -webkit-align-items: center;
  1555. -webkit-box-align: center;
  1556. -ms-flex-align: center;
  1557. align-items: center;
  1558. -webkit-box-pack: start;
  1559. -ms-flex-pack: start;
  1560. -webkit-justify-content: center;
  1561. justify-content: center;
  1562. position: relative;
  1563. box-sizing: border-box;
  1564. -webkit-tap-highlight-color: transparent;
  1565. background-color: transparent;
  1566. outline: 0;
  1567. border: 0;
  1568. margin: 0;
  1569. border-radius: 0;
  1570. padding: 0;
  1571. cursor: pointer;
  1572. -webkit-user-select: none;
  1573. -moz-user-select: none;
  1574. -ms-user-select: none;
  1575. user-select: none;
  1576. vertical-align: middle;
  1577. -moz-appearance: none;
  1578. -webkit-appearance: none;
  1579. -webkit-text-decoration: none;
  1580. text-decoration: none;
  1581. color: inherit;
  1582. display: -webkit-box;
  1583. display: -webkit-flex;
  1584. display: -ms-flexbox;
  1585. display: flex;
  1586. -webkit-box-flex: 1;
  1587. -webkit-flex-grow: 1;
  1588. -ms-flex-positive: 1;
  1589. flex-grow: 1;
  1590. -webkit-justify-content: flex-start;
  1591. justify-content: flex-start;
  1592. min-width: 0;
  1593. box-sizing: border-box;
  1594. text-align: left;
  1595. padding-top: 8px;
  1596. padding-bottom: 8px;
  1597. -webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  1598. transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  1599. padding-left: 16px;
  1600. padding-right: 16px;
  1601. }
  1602. .css-16ac5r2-MuiButtonBase-root-MuiListItemButton-root:hover {
  1603. -webkit-text-decoration: none;
  1604. text-decoration: none;
  1605. background-color: rgba(0, 0, 0, 0.04);
  1606. }
  1607. .css-11byix0-MuiAvatar-root {
  1608. position: relative;
  1609. display: -webkit-box;
  1610. display: -webkit-flex;
  1611. display: -ms-flexbox;
  1612. display: flex;
  1613. -webkit-align-items: center;
  1614. -webkit-box-align: center;
  1615. -ms-flex-align: center;
  1616. align-items: center;
  1617. -webkit-box-pack: center;
  1618. -ms-flex-pack: center;
  1619. -webkit-justify-content: center;
  1620. justify-content: center;
  1621. -webkit-flex-shrink: 0;
  1622. -ms-flex-negative: 0;
  1623. flex-shrink: 0;
  1624. width: 24px;
  1625. height: 24px;
  1626. font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  1627. font-size: 1.25rem;
  1628. line-height: 1;
  1629. border-radius: 0;
  1630. overflow: hidden;
  1631. -webkit-user-select: none;
  1632. -moz-user-select: none;
  1633. -ms-user-select: none;
  1634. user-select: none;
  1635. }
  1636. .css-8je8zh-MuiTouchRipple-root {
  1637. overflow: hidden;
  1638. pointer-events: none;
  1639. position: absolute;
  1640. z-index: 0;
  1641. top: 0;
  1642. right: 0;
  1643. bottom: 0;
  1644. left: 0;
  1645. border-radius: inherit;
  1646. }
  1647. .css-o8jgdr-MuiListItemText-root {
  1648. -webkit-flex: 1 1 auto;
  1649. -ms-flex: 1 1 auto;
  1650. flex: 1 1 auto;
  1651. min-width: 0;
  1652. margin-top: 4px;
  1653. margin-bottom: 4px;
  1654. color: white;
  1655. direction: rtl;
  1656. text-align: right;
  1657. }
  1658. .css-1pqm26d-MuiAvatar-img {
  1659. width: 100%;
  1660. height: 100%;
  1661. text-align: center;
  1662. object-fit: cover;
  1663. color: transparent;
  1664. text-indent: 10000px;
  1665. }
  1666. .css-10hburv-MuiTypography-root {
  1667. margin: 0;
  1668. font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  1669. font-weight: 400;
  1670. font-size: 1rem;
  1671. line-height: 1.5;
  1672. letter-spacing: 0.00938em;
  1673. display: block;
  1674. }
  1675. .css-1osj8n2-MuiGrid-root {
  1676. box-sizing: border-box;
  1677. margin: 0;
  1678. -webkit-flex-direction: row;
  1679. -ms-flex-direction: row;
  1680. flex-direction: row;
  1681. -webkit-flex-basis: 50%;
  1682. -ms-flex-preferred-size: 50%;
  1683. flex-basis: 50%;
  1684. -webkit-box-flex: 0;
  1685. -webkit-flex-grow: 0;
  1686. -ms-flex-positive: 0;
  1687. flex-grow: 0;
  1688. max-width: 50%;
  1689. }
  1690. @media (min-width: 600px) {
  1691. .css-1osj8n2-MuiGrid-root {
  1692. -webkit-flex-basis: 50%;
  1693. -ms-flex-preferred-size: 50%;
  1694. flex-basis: 50%;
  1695. -webkit-box-flex: 0;
  1696. -webkit-flex-grow: 0;
  1697. -ms-flex-positive: 0;
  1698. flex-grow: 0;
  1699. max-width: 50%;
  1700. }
  1701. }
  1702. @media (min-width: 900px) {
  1703. .css-1osj8n2-MuiGrid-root {
  1704. -webkit-flex-basis: 50%;
  1705. -ms-flex-preferred-size: 50%;
  1706. flex-basis: 50%;
  1707. -webkit-box-flex: 0;
  1708. -webkit-flex-grow: 0;
  1709. -ms-flex-positive: 0;
  1710. flex-grow: 0;
  1711. max-width: 50%;
  1712. }
  1713. }
  1714. @media (min-width: 1200px) {
  1715. .css-1osj8n2-MuiGrid-root {
  1716. -webkit-flex-basis: 50%;
  1717. -ms-flex-preferred-size: 50%;
  1718. flex-basis: 50%;
  1719. -webkit-box-flex: 0;
  1720. -webkit-flex-grow: 0;
  1721. -ms-flex-positive: 0;
  1722. flex-grow: 0;
  1723. max-width: 50%;
  1724. }
  1725. }
  1726. .css-xeip47-MuiGrid-root>.MuiGrid-item {
  1727. padding-top: 16px;
  1728. padding-left: 16px;
  1729. }
  1730. .css-xeip47-MuiGrid-root {
  1731. box-sizing: border-box;
  1732. display: -webkit-box;
  1733. display: -webkit-flex;
  1734. display: -ms-flexbox;
  1735. display: flex;
  1736. -webkit-box-flex-wrap: wrap;
  1737. -webkit-flex-wrap: wrap;
  1738. -ms-flex-wrap: wrap;
  1739. flex-wrap: wrap;
  1740. width: calc(100% + 16px);
  1741. -webkit-flex-direction: row;
  1742. -ms-flex-direction: row;
  1743. flex-direction: row;
  1744. margin-top: -16px;
  1745. margin-left: -16px;
  1746. padding: 2rem;
  1747. }
  1748. .dashboard .dashboard-grid {
  1749. width: 100%;
  1750. height: 100%;
  1751. }
  1752. .css-1yugkl4 {
  1753. width: 100%;
  1754. height: 90%;
  1755. overflow-y: scroll;
  1756. overflow-x: hidden;
  1757. }
  1758. .css-8w0c3l-MuiPaper-root-MuiCard-root {
  1759. background-color: #fff;
  1760. color: rgba(0, 0, 0, 0.87);
  1761. -webkit-transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  1762. transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  1763. border-radius: 4px;
  1764. box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  1765. overflow: hidden;
  1766. max-width: 100%;
  1767. text-align: center;
  1768. display: -webkit-box;
  1769. display: -webkit-flex;
  1770. display: -ms-flexbox;
  1771. display: flex;
  1772. -webkit-align-items: center;
  1773. -webkit-box-align: center;
  1774. -ms-flex-align: center;
  1775. align-items: center;
  1776. -webkit-box-pack: center;
  1777. -ms-flex-pack: center;
  1778. -webkit-justify-content: center;
  1779. justify-content: center;
  1780. -webkit-flex-direction: column;
  1781. -ms-flex-direction: column;
  1782. flex-direction: column;
  1783. gap: 1rem;
  1784. padding-top: 1rem;
  1785. }
  1786. /* These were inline style tags. Uses id+class to override almost everything */
  1787. #style-RcKqL.style-RcKqL {
  1788. width: 100%;
  1789. }
  1790. #style-spA84.style-spA84 {
  1791. width: 100%;
  1792. text-align: center;
  1793. }
  1794. .css-1x5jdmq:focus{
  1795. outline: 0;
  1796. }
  1797. .css-p0rm37{
  1798. padding: 0 10px;
  1799. background-color: #fff;
  1800. transition: transform 0.3s;
  1801. }
  1802. .css-p0rm37.top{
  1803. transform: translate(15px,-10px) scale(0.9);
  1804. }
  1805. .css-nbfpn7{
  1806. stroke-dasharray: 126.92;
  1807. stroke-dashoffset: 0px;
  1808. stroke: currentColor;
  1809. -webkit-transition: stroke-dashoffset 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  1810. transition: stroke-dashoffset 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  1811. }