styles.css 31 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304
  1. /* src/overrides.css */
  2. .is-phone .fc {
  3. height: calc(100% - 4rem);
  4. }
  5. .fc {
  6. height: 100%;
  7. --fc-button-text-color: var(--text-normal);
  8. --fc-button-bg-color: var(--interactive-normal);
  9. --fc-button-border-color: var(--interactive-normal);
  10. --fc-button-hover-bg-color: var(--interactive-hover);
  11. --fc-button-hover-border-color: var(--interactive-hover);
  12. --fc-button-active-border-color: var(--interactive-accent);
  13. --fc-button-active-bg-color: var(--interactive-accent);
  14. --fc-event-border-color: var(--interactive-accent);
  15. --fc-event-bg-color: var(--interactive-accent);
  16. --fc-event-text-color: var(--text-on-accent);
  17. --fc-list-event-hover-bg-color: var(--background-secondary);
  18. --fc-neutral-bg-color: var(--background-primary-alt);
  19. --fc-page-bg-color: var(--background-primary);
  20. --fc-border-color: var(--background-modifier-border);
  21. --fc-now-indicator-color: var(--text-error-hover);
  22. --fc-more-link-bg-color: var(--background-primary-alt);
  23. --fc-more-link-text-color: var(--text-accent);
  24. --fc-today-bg-color: var(--background-modifier-cover);
  25. --fc-neutral-text-color: var(--text-muted);
  26. --fc-neutral-bg-color: var(--interactive-normal);
  27. --fc-highlight-color: var(--text-highlight-bg);
  28. --fc-bg-event-color: var(--background-modifier-success);
  29. --fc-non-business-color: var(--background-modifier-box-shadow);
  30. }
  31. .fc a {
  32. text-decoration-line: none;
  33. }
  34. .fc-button-active {
  35. color: var(--text-on-accent) !important;
  36. }
  37. .fc .fc-button {
  38. border: 0px solid transparent !important;
  39. line-height: 1 !important;
  40. padding: var(--size-4-1) var(--size-4-3) !important;
  41. }
  42. /* node_modules/@fullcalendar/common/main.css */
  43. .fc-not-allowed,
  44. .fc-not-allowed .fc-event {
  45. cursor: not-allowed;
  46. }
  47. .fc-unselectable {
  48. -webkit-user-select: none;
  49. -moz-user-select: none;
  50. -ms-user-select: none;
  51. user-select: none;
  52. -webkit-touch-callout: none;
  53. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  54. }
  55. .fc {
  56. display: flex;
  57. flex-direction: column;
  58. font-size: 1em;
  59. }
  60. .fc,
  61. .fc *,
  62. .fc *:before,
  63. .fc *:after {
  64. box-sizing: border-box;
  65. }
  66. .fc table {
  67. border-collapse: collapse;
  68. border-spacing: 0;
  69. font-size: 1em;
  70. }
  71. .fc th {
  72. text-align: center;
  73. }
  74. .fc th,
  75. .fc td {
  76. vertical-align: top;
  77. padding: 0;
  78. }
  79. .fc a[data-navlink] {
  80. cursor: pointer;
  81. }
  82. .fc a[data-navlink]:hover {
  83. text-decoration: underline;
  84. }
  85. .fc-direction-ltr {
  86. direction: ltr;
  87. text-align: left;
  88. }
  89. .fc-direction-rtl {
  90. direction: rtl;
  91. text-align: right;
  92. }
  93. .fc-theme-standard td,
  94. .fc-theme-standard th {
  95. border: 1px solid #ddd;
  96. border: 1px solid var(--fc-border-color, #ddd);
  97. }
  98. .fc-liquid-hack td,
  99. .fc-liquid-hack th {
  100. position: relative;
  101. }
  102. @font-face {
  103. font-family: "fcicons";
  104. src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format("truetype");
  105. font-weight: normal;
  106. font-style: normal;
  107. }
  108. .fc-icon {
  109. display: inline-block;
  110. width: 1em;
  111. height: 1em;
  112. text-align: center;
  113. -webkit-user-select: none;
  114. -moz-user-select: none;
  115. -ms-user-select: none;
  116. user-select: none;
  117. font-family: "fcicons" !important;
  118. speak: none;
  119. font-style: normal;
  120. font-weight: normal;
  121. font-variant: normal;
  122. text-transform: none;
  123. line-height: 1;
  124. -webkit-font-smoothing: antialiased;
  125. -moz-osx-font-smoothing: grayscale;
  126. }
  127. .fc-icon-chevron-left:before {
  128. content: "\e900";
  129. }
  130. .fc-icon-chevron-right:before {
  131. content: "\e901";
  132. }
  133. .fc-icon-chevrons-left:before {
  134. content: "\e902";
  135. }
  136. .fc-icon-chevrons-right:before {
  137. content: "\e903";
  138. }
  139. .fc-icon-minus-square:before {
  140. content: "\e904";
  141. }
  142. .fc-icon-plus-square:before {
  143. content: "\e905";
  144. }
  145. .fc-icon-x:before {
  146. content: "\e906";
  147. }
  148. .fc {
  149. }
  150. .fc .fc-button {
  151. border-radius: 0;
  152. overflow: visible;
  153. text-transform: none;
  154. margin: 0;
  155. font-family: inherit;
  156. font-size: inherit;
  157. line-height: inherit;
  158. }
  159. .fc .fc-button:focus {
  160. outline: 1px dotted;
  161. outline: 5px auto -webkit-focus-ring-color;
  162. }
  163. .fc .fc-button {
  164. -webkit-appearance: button;
  165. }
  166. .fc .fc-button:not(:disabled) {
  167. cursor: pointer;
  168. }
  169. .fc .fc-button::-moz-focus-inner {
  170. padding: 0;
  171. border-style: none;
  172. }
  173. .fc {
  174. }
  175. .fc .fc-button {
  176. display: inline-block;
  177. font-weight: 400;
  178. text-align: center;
  179. vertical-align: middle;
  180. -webkit-user-select: none;
  181. -moz-user-select: none;
  182. -ms-user-select: none;
  183. user-select: none;
  184. background-color: transparent;
  185. border: 1px solid transparent;
  186. padding: 0.4em 0.65em;
  187. font-size: 1em;
  188. line-height: 1.5;
  189. border-radius: 0.25em;
  190. }
  191. .fc .fc-button:hover {
  192. text-decoration: none;
  193. }
  194. .fc .fc-button:focus {
  195. outline: 0;
  196. box-shadow: 0 0 0 0.2rem rgba(44, 62, 80, 0.25);
  197. }
  198. .fc .fc-button:disabled {
  199. opacity: 0.65;
  200. }
  201. .fc {
  202. }
  203. .fc .fc-button-primary {
  204. color: #fff;
  205. color: var(--fc-button-text-color, #fff);
  206. background-color: #2C3E50;
  207. background-color: var(--fc-button-bg-color, #2C3E50);
  208. border-color: #2C3E50;
  209. border-color: var(--fc-button-border-color, #2C3E50);
  210. }
  211. .fc .fc-button-primary:hover {
  212. color: #fff;
  213. color: var(--fc-button-text-color, #fff);
  214. background-color: #1e2b37;
  215. background-color: var(--fc-button-hover-bg-color, #1e2b37);
  216. border-color: #1a252f;
  217. border-color: var(--fc-button-hover-border-color, #1a252f);
  218. }
  219. .fc .fc-button-primary:disabled {
  220. color: #fff;
  221. color: var(--fc-button-text-color, #fff);
  222. background-color: #2C3E50;
  223. background-color: var(--fc-button-bg-color, #2C3E50);
  224. border-color: #2C3E50;
  225. border-color: var(--fc-button-border-color, #2C3E50);
  226. }
  227. .fc .fc-button-primary:focus {
  228. box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
  229. }
  230. .fc .fc-button-primary:not(:disabled):active,
  231. .fc .fc-button-primary:not(:disabled).fc-button-active {
  232. color: #fff;
  233. color: var(--fc-button-text-color, #fff);
  234. background-color: #1a252f;
  235. background-color: var(--fc-button-active-bg-color, #1a252f);
  236. border-color: #151e27;
  237. border-color: var(--fc-button-active-border-color, #151e27);
  238. }
  239. .fc .fc-button-primary:not(:disabled):active:focus,
  240. .fc .fc-button-primary:not(:disabled).fc-button-active:focus {
  241. box-shadow: 0 0 0 0.2rem rgba(76, 91, 106, 0.5);
  242. }
  243. .fc {
  244. }
  245. .fc .fc-button .fc-icon {
  246. vertical-align: middle;
  247. font-size: 1.5em;
  248. }
  249. .fc .fc-button-group {
  250. position: relative;
  251. display: inline-flex;
  252. vertical-align: middle;
  253. }
  254. .fc .fc-button-group > .fc-button {
  255. position: relative;
  256. flex: 1 1 auto;
  257. }
  258. .fc .fc-button-group > .fc-button:hover {
  259. z-index: 1;
  260. }
  261. .fc .fc-button-group > .fc-button:focus,
  262. .fc .fc-button-group > .fc-button:active,
  263. .fc .fc-button-group > .fc-button.fc-button-active {
  264. z-index: 1;
  265. }
  266. .fc-direction-ltr .fc-button-group > .fc-button:not(:first-child) {
  267. margin-left: -1px;
  268. border-top-left-radius: 0;
  269. border-bottom-left-radius: 0;
  270. }
  271. .fc-direction-ltr .fc-button-group > .fc-button:not(:last-child) {
  272. border-top-right-radius: 0;
  273. border-bottom-right-radius: 0;
  274. }
  275. .fc-direction-rtl .fc-button-group > .fc-button:not(:first-child) {
  276. margin-right: -1px;
  277. border-top-right-radius: 0;
  278. border-bottom-right-radius: 0;
  279. }
  280. .fc-direction-rtl .fc-button-group > .fc-button:not(:last-child) {
  281. border-top-left-radius: 0;
  282. border-bottom-left-radius: 0;
  283. }
  284. .fc .fc-toolbar {
  285. display: flex;
  286. justify-content: space-between;
  287. align-items: center;
  288. }
  289. .fc .fc-toolbar.fc-header-toolbar {
  290. margin-bottom: 1.5em;
  291. }
  292. .fc .fc-toolbar.fc-footer-toolbar {
  293. margin-top: 1.5em;
  294. }
  295. .fc .fc-toolbar-title {
  296. font-size: 1.75em;
  297. margin: 0;
  298. }
  299. .fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
  300. margin-left: .75em;
  301. }
  302. .fc-direction-rtl .fc-toolbar > * > :not(:first-child) {
  303. margin-right: .75em;
  304. }
  305. .fc-direction-rtl .fc-toolbar-ltr {
  306. flex-direction: row-reverse;
  307. }
  308. .fc .fc-scroller {
  309. -webkit-overflow-scrolling: touch;
  310. position: relative;
  311. }
  312. .fc .fc-scroller-liquid {
  313. height: 100%;
  314. }
  315. .fc .fc-scroller-liquid-absolute {
  316. position: absolute;
  317. top: 0;
  318. right: 0;
  319. left: 0;
  320. bottom: 0;
  321. }
  322. .fc .fc-scroller-harness {
  323. position: relative;
  324. overflow: hidden;
  325. direction: ltr;
  326. }
  327. .fc .fc-scroller-harness-liquid {
  328. height: 100%;
  329. }
  330. .fc-direction-rtl .fc-scroller-harness > .fc-scroller {
  331. direction: rtl;
  332. }
  333. .fc-theme-standard .fc-scrollgrid {
  334. border: 1px solid #ddd;
  335. border: 1px solid var(--fc-border-color, #ddd);
  336. }
  337. .fc .fc-scrollgrid,
  338. .fc .fc-scrollgrid table {
  339. width: 100%;
  340. table-layout: fixed;
  341. }
  342. .fc .fc-scrollgrid table {
  343. border-top-style: hidden;
  344. border-left-style: hidden;
  345. border-right-style: hidden;
  346. }
  347. .fc .fc-scrollgrid {
  348. border-collapse: separate;
  349. border-right-width: 0;
  350. border-bottom-width: 0;
  351. }
  352. .fc .fc-scrollgrid-liquid {
  353. height: 100%;
  354. }
  355. .fc .fc-scrollgrid-section {
  356. height: 1px;
  357. }
  358. .fc .fc-scrollgrid-section > td {
  359. height: 1px;
  360. }
  361. .fc .fc-scrollgrid-section table {
  362. height: 1px;
  363. }
  364. .fc .fc-scrollgrid-section-liquid > td {
  365. height: 100%;
  366. }
  367. .fc .fc-scrollgrid-section > * {
  368. border-top-width: 0;
  369. border-left-width: 0;
  370. }
  371. .fc .fc-scrollgrid-section-header > *,
  372. .fc .fc-scrollgrid-section-footer > * {
  373. border-bottom-width: 0;
  374. }
  375. .fc .fc-scrollgrid-section-body table,
  376. .fc .fc-scrollgrid-section-footer table {
  377. border-bottom-style: hidden;
  378. }
  379. .fc {
  380. }
  381. .fc .fc-scrollgrid-section-sticky > * {
  382. background: #fff;
  383. background: var(--fc-page-bg-color, #fff);
  384. position: sticky;
  385. z-index: 3;
  386. }
  387. .fc .fc-scrollgrid-section-header.fc-scrollgrid-section-sticky > * {
  388. top: 0;
  389. }
  390. .fc .fc-scrollgrid-section-footer.fc-scrollgrid-section-sticky > * {
  391. bottom: 0;
  392. }
  393. .fc .fc-scrollgrid-sticky-shim {
  394. height: 1px;
  395. margin-bottom: -1px;
  396. }
  397. .fc-sticky {
  398. position: sticky;
  399. }
  400. .fc .fc-view-harness {
  401. flex-grow: 1;
  402. position: relative;
  403. }
  404. .fc {
  405. }
  406. .fc .fc-view-harness-active > .fc-view {
  407. position: absolute;
  408. top: 0;
  409. right: 0;
  410. bottom: 0;
  411. left: 0;
  412. }
  413. .fc .fc-col-header-cell-cushion {
  414. display: inline-block;
  415. padding: 2px 4px;
  416. }
  417. .fc .fc-bg-event,
  418. .fc .fc-non-business,
  419. .fc .fc-highlight {
  420. position: absolute;
  421. top: 0;
  422. left: 0;
  423. right: 0;
  424. bottom: 0;
  425. }
  426. .fc .fc-non-business {
  427. background: rgba(215, 215, 215, 0.3);
  428. background: var(--fc-non-business-color, rgba(215, 215, 215, 0.3));
  429. }
  430. .fc .fc-bg-event {
  431. background: rgb(143, 223, 130);
  432. background: var(--fc-bg-event-color, rgb(143, 223, 130));
  433. opacity: 0.3;
  434. opacity: var(--fc-bg-event-opacity, 0.3);
  435. }
  436. .fc .fc-bg-event .fc-event-title {
  437. margin: .5em;
  438. font-size: .85em;
  439. font-size: var(--fc-small-font-size, .85em);
  440. font-style: italic;
  441. }
  442. .fc .fc-highlight {
  443. background: rgba(188, 232, 241, 0.3);
  444. background: var(--fc-highlight-color, rgba(188, 232, 241, 0.3));
  445. }
  446. .fc .fc-cell-shaded,
  447. .fc .fc-day-disabled {
  448. background: rgba(208, 208, 208, 0.3);
  449. background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  450. }
  451. a.fc-event,
  452. a.fc-event:hover {
  453. text-decoration: none;
  454. }
  455. .fc-event[href],
  456. .fc-event.fc-event-draggable {
  457. cursor: pointer;
  458. }
  459. .fc-event .fc-event-main {
  460. position: relative;
  461. z-index: 2;
  462. }
  463. .fc-event-dragging:not(.fc-event-selected) {
  464. opacity: 0.75;
  465. }
  466. .fc-event-dragging.fc-event-selected {
  467. box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  468. }
  469. .fc-event .fc-event-resizer {
  470. display: none;
  471. position: absolute;
  472. z-index: 4;
  473. }
  474. .fc-event:hover,
  475. .fc-event-selected {
  476. }
  477. .fc-event:hover .fc-event-resizer,
  478. .fc-event-selected .fc-event-resizer {
  479. display: block;
  480. }
  481. .fc-event-selected .fc-event-resizer {
  482. border-radius: 4px;
  483. border-radius: calc(var(--fc-event-resizer-dot-total-width, 8px) / 2);
  484. border-width: 1px;
  485. border-width: var(--fc-event-resizer-dot-border-width, 1px);
  486. width: 8px;
  487. width: var(--fc-event-resizer-dot-total-width, 8px);
  488. height: 8px;
  489. height: var(--fc-event-resizer-dot-total-width, 8px);
  490. border-style: solid;
  491. border-color: inherit;
  492. background: #fff;
  493. background: var(--fc-page-bg-color, #fff);
  494. }
  495. .fc-event-selected .fc-event-resizer:before {
  496. content: "";
  497. position: absolute;
  498. top: -20px;
  499. left: -20px;
  500. right: -20px;
  501. bottom: -20px;
  502. }
  503. .fc-event-selected,
  504. .fc-event:focus {
  505. box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  506. }
  507. .fc-event-selected:before,
  508. .fc-event:focus:before {
  509. content: "";
  510. position: absolute;
  511. z-index: 3;
  512. top: 0;
  513. left: 0;
  514. right: 0;
  515. bottom: 0;
  516. }
  517. .fc-event-selected,
  518. .fc-event:focus {
  519. }
  520. .fc-event-selected:after,
  521. .fc-event:focus:after {
  522. content: "";
  523. background: rgba(0, 0, 0, 0.25);
  524. background: var(--fc-event-selected-overlay-color, rgba(0, 0, 0, 0.25));
  525. position: absolute;
  526. z-index: 1;
  527. top: -1px;
  528. left: -1px;
  529. right: -1px;
  530. bottom: -1px;
  531. }
  532. .fc-h-event {
  533. display: block;
  534. border: 1px solid #3788d8;
  535. border: 1px solid var(--fc-event-border-color, #3788d8);
  536. background-color: #3788d8;
  537. background-color: var(--fc-event-bg-color, #3788d8);
  538. }
  539. .fc-h-event .fc-event-main {
  540. color: #fff;
  541. color: var(--fc-event-text-color, #fff);
  542. }
  543. .fc-h-event .fc-event-main-frame {
  544. display: flex;
  545. }
  546. .fc-h-event .fc-event-time {
  547. max-width: 100%;
  548. overflow: hidden;
  549. }
  550. .fc-h-event .fc-event-title-container {
  551. flex-grow: 1;
  552. flex-shrink: 1;
  553. min-width: 0;
  554. }
  555. .fc-h-event .fc-event-title {
  556. display: inline-block;
  557. vertical-align: top;
  558. left: 0;
  559. right: 0;
  560. max-width: 100%;
  561. overflow: hidden;
  562. }
  563. .fc-h-event.fc-event-selected:before {
  564. top: -10px;
  565. bottom: -10px;
  566. }
  567. .fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-start),
  568. .fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-end) {
  569. border-top-left-radius: 0;
  570. border-bottom-left-radius: 0;
  571. border-left-width: 0;
  572. }
  573. .fc-direction-ltr .fc-daygrid-block-event:not(.fc-event-end),
  574. .fc-direction-rtl .fc-daygrid-block-event:not(.fc-event-start) {
  575. border-top-right-radius: 0;
  576. border-bottom-right-radius: 0;
  577. border-right-width: 0;
  578. }
  579. .fc-h-event:not(.fc-event-selected) .fc-event-resizer {
  580. top: 0;
  581. bottom: 0;
  582. width: 8px;
  583. width: var(--fc-event-resizer-thickness, 8px);
  584. }
  585. .fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start,
  586. .fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end {
  587. cursor: w-resize;
  588. left: -4px;
  589. left: calc(-0.5 * var(--fc-event-resizer-thickness, 8px));
  590. }
  591. .fc-direction-ltr .fc-h-event:not(.fc-event-selected) .fc-event-resizer-end,
  592. .fc-direction-rtl .fc-h-event:not(.fc-event-selected) .fc-event-resizer-start {
  593. cursor: e-resize;
  594. right: -4px;
  595. right: calc(-0.5 * var(--fc-event-resizer-thickness, 8px));
  596. }
  597. .fc-h-event.fc-event-selected .fc-event-resizer {
  598. top: 50%;
  599. margin-top: -4px;
  600. margin-top: calc(-0.5 * var(--fc-event-resizer-dot-total-width, 8px));
  601. }
  602. .fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-start,
  603. .fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-end {
  604. left: -4px;
  605. left: calc(-0.5 * var(--fc-event-resizer-dot-total-width, 8px));
  606. }
  607. .fc-direction-ltr .fc-h-event.fc-event-selected .fc-event-resizer-end,
  608. .fc-direction-rtl .fc-h-event.fc-event-selected .fc-event-resizer-start {
  609. right: -4px;
  610. right: calc(-0.5 * var(--fc-event-resizer-dot-total-width, 8px));
  611. }
  612. .fc .fc-popover {
  613. position: absolute;
  614. z-index: 9999;
  615. box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
  616. }
  617. .fc .fc-popover-header {
  618. display: flex;
  619. flex-direction: row;
  620. justify-content: space-between;
  621. align-items: center;
  622. padding: 3px 4px;
  623. }
  624. .fc .fc-popover-title {
  625. margin: 0 2px;
  626. }
  627. .fc .fc-popover-close {
  628. cursor: pointer;
  629. opacity: 0.65;
  630. font-size: 1.1em;
  631. }
  632. .fc-theme-standard .fc-popover {
  633. border: 1px solid #ddd;
  634. border: 1px solid var(--fc-border-color, #ddd);
  635. background: #fff;
  636. background: var(--fc-page-bg-color, #fff);
  637. }
  638. .fc-theme-standard .fc-popover-header {
  639. background: rgba(208, 208, 208, 0.3);
  640. background: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  641. }
  642. /* node_modules/@fullcalendar/daygrid/main.css */
  643. :root {
  644. --fc-daygrid-event-dot-width: 8px;
  645. }
  646. .fc-daygrid-day-frame,
  647. .fc-daygrid-day-events,
  648. .fc-daygrid-event-harness {
  649. }
  650. .fc-daygrid-day-frame:before,
  651. .fc-daygrid-day-events:before,
  652. .fc-daygrid-event-harness:before {
  653. content: "";
  654. clear: both;
  655. display: table;
  656. }
  657. .fc-daygrid-day-frame:after,
  658. .fc-daygrid-day-events:after,
  659. .fc-daygrid-event-harness:after {
  660. content: "";
  661. clear: both;
  662. display: table;
  663. }
  664. .fc .fc-daygrid-body {
  665. position: relative;
  666. z-index: 1;
  667. }
  668. .fc .fc-daygrid-day.fc-day-today {
  669. background-color: rgba(255, 220, 40, 0.15);
  670. background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
  671. }
  672. .fc .fc-daygrid-day-frame {
  673. position: relative;
  674. min-height: 100%;
  675. }
  676. .fc {
  677. }
  678. .fc .fc-daygrid-day-top {
  679. display: flex;
  680. flex-direction: row-reverse;
  681. }
  682. .fc .fc-day-other .fc-daygrid-day-top {
  683. opacity: 0.3;
  684. }
  685. .fc {
  686. }
  687. .fc .fc-daygrid-day-number {
  688. position: relative;
  689. z-index: 4;
  690. padding: 4px;
  691. }
  692. .fc {
  693. }
  694. .fc .fc-daygrid-day-events {
  695. margin-top: 1px;
  696. }
  697. .fc {
  698. }
  699. .fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
  700. position: absolute;
  701. left: 0;
  702. right: 0;
  703. }
  704. .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  705. position: relative;
  706. min-height: 2em;
  707. }
  708. .fc .fc-daygrid-body-natural {
  709. }
  710. .fc .fc-daygrid-body-natural .fc-daygrid-day-events {
  711. margin-bottom: 1em;
  712. }
  713. .fc {
  714. }
  715. .fc .fc-daygrid-event-harness {
  716. position: relative;
  717. }
  718. .fc .fc-daygrid-event-harness-abs {
  719. position: absolute;
  720. top: 0;
  721. left: 0;
  722. right: 0;
  723. }
  724. .fc .fc-daygrid-bg-harness {
  725. position: absolute;
  726. top: 0;
  727. bottom: 0;
  728. }
  729. .fc {
  730. }
  731. .fc .fc-daygrid-day-bg .fc-non-business {
  732. z-index: 1;
  733. }
  734. .fc .fc-daygrid-day-bg .fc-bg-event {
  735. z-index: 2;
  736. }
  737. .fc .fc-daygrid-day-bg .fc-highlight {
  738. z-index: 3;
  739. }
  740. .fc {
  741. }
  742. .fc .fc-daygrid-event {
  743. z-index: 6;
  744. margin-top: 1px;
  745. }
  746. .fc .fc-daygrid-event.fc-event-mirror {
  747. z-index: 7;
  748. }
  749. .fc {
  750. }
  751. .fc .fc-daygrid-day-bottom {
  752. font-size: .85em;
  753. padding: 2px 3px 0;
  754. }
  755. .fc .fc-daygrid-day-bottom:before {
  756. content: "";
  757. clear: both;
  758. display: table;
  759. }
  760. .fc .fc-daygrid-more-link {
  761. position: relative;
  762. z-index: 4;
  763. cursor: pointer;
  764. }
  765. .fc {
  766. }
  767. .fc .fc-daygrid-week-number {
  768. position: absolute;
  769. z-index: 5;
  770. top: 0;
  771. padding: 2px;
  772. min-width: 1.5em;
  773. text-align: center;
  774. background-color: rgba(208, 208, 208, 0.3);
  775. background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  776. color: #808080;
  777. color: var(--fc-neutral-text-color, #808080);
  778. }
  779. .fc {
  780. }
  781. .fc .fc-more-popover .fc-popover-body {
  782. min-width: 220px;
  783. padding: 10px;
  784. }
  785. .fc-direction-ltr .fc-daygrid-event.fc-event-start,
  786. .fc-direction-rtl .fc-daygrid-event.fc-event-end {
  787. margin-left: 2px;
  788. }
  789. .fc-direction-ltr .fc-daygrid-event.fc-event-end,
  790. .fc-direction-rtl .fc-daygrid-event.fc-event-start {
  791. margin-right: 2px;
  792. }
  793. .fc-direction-ltr .fc-daygrid-week-number {
  794. left: 0;
  795. border-radius: 0 0 3px 0;
  796. }
  797. .fc-direction-rtl .fc-daygrid-week-number {
  798. right: 0;
  799. border-radius: 0 0 0 3px;
  800. }
  801. .fc-liquid-hack .fc-daygrid-day-frame {
  802. position: static;
  803. }
  804. .fc-daygrid-event {
  805. position: relative;
  806. white-space: nowrap;
  807. border-radius: 3px;
  808. font-size: .85em;
  809. font-size: var(--fc-small-font-size, .85em);
  810. }
  811. .fc-daygrid-block-event .fc-event-time {
  812. font-weight: bold;
  813. }
  814. .fc-daygrid-block-event .fc-event-time,
  815. .fc-daygrid-block-event .fc-event-title {
  816. padding: 1px;
  817. }
  818. .fc-daygrid-dot-event {
  819. display: flex;
  820. align-items: center;
  821. padding: 2px 0;
  822. }
  823. .fc-daygrid-dot-event .fc-event-title {
  824. flex-grow: 1;
  825. flex-shrink: 1;
  826. min-width: 0;
  827. overflow: hidden;
  828. font-weight: bold;
  829. }
  830. .fc-daygrid-dot-event:hover,
  831. .fc-daygrid-dot-event.fc-event-mirror {
  832. background: rgba(0, 0, 0, 0.1);
  833. }
  834. .fc-daygrid-dot-event.fc-event-selected:before {
  835. top: -10px;
  836. bottom: -10px;
  837. }
  838. .fc-daygrid-event-dot {
  839. margin: 0 4px;
  840. box-sizing: content-box;
  841. width: 0;
  842. height: 0;
  843. border: 4px solid #3788d8;
  844. border: calc(var(--fc-daygrid-event-dot-width, 8px) / 2) solid var(--fc-event-border-color, #3788d8);
  845. border-radius: 4px;
  846. border-radius: calc(var(--fc-daygrid-event-dot-width, 8px) / 2);
  847. }
  848. .fc-direction-ltr .fc-daygrid-event .fc-event-time {
  849. margin-right: 3px;
  850. }
  851. .fc-direction-rtl .fc-daygrid-event .fc-event-time {
  852. margin-left: 3px;
  853. }
  854. /* node_modules/@fullcalendar/timegrid/main.css */
  855. .fc-v-event {
  856. display: block;
  857. border: 1px solid #3788d8;
  858. border: 1px solid var(--fc-event-border-color, #3788d8);
  859. background-color: #3788d8;
  860. background-color: var(--fc-event-bg-color, #3788d8);
  861. }
  862. .fc-v-event .fc-event-main {
  863. color: #fff;
  864. color: var(--fc-event-text-color, #fff);
  865. height: 100%;
  866. }
  867. .fc-v-event .fc-event-main-frame {
  868. height: 100%;
  869. display: flex;
  870. flex-direction: column;
  871. }
  872. .fc-v-event .fc-event-time {
  873. flex-grow: 0;
  874. flex-shrink: 0;
  875. max-height: 100%;
  876. overflow: hidden;
  877. }
  878. .fc-v-event .fc-event-title-container {
  879. flex-grow: 1;
  880. flex-shrink: 1;
  881. min-height: 0;
  882. }
  883. .fc-v-event .fc-event-title {
  884. top: 0;
  885. bottom: 0;
  886. max-height: 100%;
  887. overflow: hidden;
  888. }
  889. .fc-v-event:not(.fc-event-start) {
  890. border-top-width: 0;
  891. border-top-left-radius: 0;
  892. border-top-right-radius: 0;
  893. }
  894. .fc-v-event:not(.fc-event-end) {
  895. border-bottom-width: 0;
  896. border-bottom-left-radius: 0;
  897. border-bottom-right-radius: 0;
  898. }
  899. .fc-v-event.fc-event-selected:before {
  900. left: -10px;
  901. right: -10px;
  902. }
  903. .fc-v-event {
  904. }
  905. .fc-v-event .fc-event-resizer-start {
  906. cursor: n-resize;
  907. }
  908. .fc-v-event .fc-event-resizer-end {
  909. cursor: s-resize;
  910. }
  911. .fc-v-event {
  912. }
  913. .fc-v-event:not(.fc-event-selected) .fc-event-resizer {
  914. height: 8px;
  915. height: var(--fc-event-resizer-thickness, 8px);
  916. left: 0;
  917. right: 0;
  918. }
  919. .fc-v-event:not(.fc-event-selected) .fc-event-resizer-start {
  920. top: -4px;
  921. top: calc(var(--fc-event-resizer-thickness, 8px) / -2);
  922. }
  923. .fc-v-event:not(.fc-event-selected) .fc-event-resizer-end {
  924. bottom: -4px;
  925. bottom: calc(var(--fc-event-resizer-thickness, 8px) / -2);
  926. }
  927. .fc-v-event {
  928. }
  929. .fc-v-event.fc-event-selected .fc-event-resizer {
  930. left: 50%;
  931. margin-left: -4px;
  932. margin-left: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
  933. }
  934. .fc-v-event.fc-event-selected .fc-event-resizer-start {
  935. top: -4px;
  936. top: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
  937. }
  938. .fc-v-event.fc-event-selected .fc-event-resizer-end {
  939. bottom: -4px;
  940. bottom: calc(var(--fc-event-resizer-dot-total-width, 8px) / -2);
  941. }
  942. .fc .fc-timegrid .fc-daygrid-body {
  943. z-index: 2;
  944. }
  945. .fc .fc-timegrid-divider {
  946. padding: 0 0 2px;
  947. }
  948. .fc .fc-timegrid-body {
  949. position: relative;
  950. z-index: 1;
  951. min-height: 100%;
  952. }
  953. .fc .fc-timegrid-axis-chunk {
  954. position: relative;
  955. }
  956. .fc .fc-timegrid-axis-chunk > table {
  957. position: relative;
  958. z-index: 1;
  959. }
  960. .fc .fc-timegrid-slots {
  961. position: relative;
  962. z-index: 1;
  963. }
  964. .fc .fc-timegrid-slot {
  965. height: 1.5em;
  966. border-bottom: 0;
  967. }
  968. .fc .fc-timegrid-slot:empty:before {
  969. content: "\a0";
  970. }
  971. .fc .fc-timegrid-slot-minor {
  972. border-top-style: dotted;
  973. }
  974. .fc .fc-timegrid-slot-label-cushion {
  975. display: inline-block;
  976. white-space: nowrap;
  977. }
  978. .fc .fc-timegrid-slot-label {
  979. vertical-align: middle;
  980. }
  981. .fc {
  982. }
  983. .fc .fc-timegrid-axis-cushion,
  984. .fc .fc-timegrid-slot-label-cushion {
  985. padding: 0 4px;
  986. }
  987. .fc {
  988. }
  989. .fc .fc-timegrid-axis-frame-liquid {
  990. height: 100%;
  991. }
  992. .fc .fc-timegrid-axis-frame {
  993. overflow: hidden;
  994. display: flex;
  995. align-items: center;
  996. justify-content: flex-end;
  997. }
  998. .fc .fc-timegrid-axis-cushion {
  999. max-width: 60px;
  1000. flex-shrink: 0;
  1001. }
  1002. .fc-direction-ltr .fc-timegrid-slot-label-frame {
  1003. text-align: right;
  1004. }
  1005. .fc-direction-rtl .fc-timegrid-slot-label-frame {
  1006. text-align: left;
  1007. }
  1008. .fc-liquid-hack .fc-timegrid-axis-frame-liquid {
  1009. height: auto;
  1010. position: absolute;
  1011. top: 0;
  1012. right: 0;
  1013. bottom: 0;
  1014. left: 0;
  1015. }
  1016. .fc .fc-timegrid-col.fc-day-today {
  1017. background-color: rgba(255, 220, 40, 0.15);
  1018. background-color: var(--fc-today-bg-color, rgba(255, 220, 40, 0.15));
  1019. }
  1020. .fc .fc-timegrid-col-frame {
  1021. min-height: 100%;
  1022. position: relative;
  1023. }
  1024. .fc-media-screen.fc-liquid-hack .fc-timegrid-col-frame {
  1025. height: auto;
  1026. position: absolute;
  1027. top: 0;
  1028. right: 0;
  1029. bottom: 0;
  1030. left: 0;
  1031. }
  1032. .fc-media-screen .fc-timegrid-cols {
  1033. position: absolute;
  1034. top: 0;
  1035. left: 0;
  1036. right: 0;
  1037. bottom: 0;
  1038. }
  1039. .fc-media-screen .fc-timegrid-cols > table {
  1040. height: 100%;
  1041. }
  1042. .fc-media-screen .fc-timegrid-col-bg,
  1043. .fc-media-screen .fc-timegrid-col-events,
  1044. .fc-media-screen .fc-timegrid-now-indicator-container {
  1045. position: absolute;
  1046. top: 0;
  1047. left: 0;
  1048. right: 0;
  1049. }
  1050. .fc {
  1051. }
  1052. .fc .fc-timegrid-col-bg {
  1053. z-index: 2;
  1054. }
  1055. .fc .fc-timegrid-col-bg .fc-non-business {
  1056. z-index: 1;
  1057. }
  1058. .fc .fc-timegrid-col-bg .fc-bg-event {
  1059. z-index: 2;
  1060. }
  1061. .fc .fc-timegrid-col-bg .fc-highlight {
  1062. z-index: 3;
  1063. }
  1064. .fc .fc-timegrid-bg-harness {
  1065. position: absolute;
  1066. left: 0;
  1067. right: 0;
  1068. }
  1069. .fc {
  1070. }
  1071. .fc .fc-timegrid-col-events {
  1072. z-index: 3;
  1073. }
  1074. .fc {
  1075. }
  1076. .fc .fc-timegrid-now-indicator-container {
  1077. bottom: 0;
  1078. overflow: hidden;
  1079. }
  1080. .fc-direction-ltr .fc-timegrid-col-events {
  1081. margin: 0 2.5% 0 2px;
  1082. }
  1083. .fc-direction-rtl .fc-timegrid-col-events {
  1084. margin: 0 2px 0 2.5%;
  1085. }
  1086. .fc-timegrid-event-harness {
  1087. position: absolute;
  1088. }
  1089. .fc-timegrid-event-harness > .fc-timegrid-event {
  1090. position: absolute;
  1091. top: 0;
  1092. bottom: 0;
  1093. left: 0;
  1094. right: 0;
  1095. }
  1096. .fc-timegrid-event-harness-inset .fc-timegrid-event,
  1097. .fc-timegrid-event.fc-event-mirror,
  1098. .fc-timegrid-more-link {
  1099. box-shadow: 0px 0px 0px 1px #fff;
  1100. box-shadow: 0px 0px 0px 1px var(--fc-page-bg-color, #fff);
  1101. }
  1102. .fc-timegrid-event,
  1103. .fc-timegrid-more-link {
  1104. font-size: .85em;
  1105. font-size: var(--fc-small-font-size, .85em);
  1106. border-radius: 3px;
  1107. }
  1108. .fc-timegrid-event {
  1109. margin-bottom: 1px;
  1110. }
  1111. .fc-timegrid-event .fc-event-main {
  1112. padding: 1px 1px 0;
  1113. }
  1114. .fc-timegrid-event .fc-event-time {
  1115. white-space: nowrap;
  1116. font-size: .85em;
  1117. font-size: var(--fc-small-font-size, .85em);
  1118. margin-bottom: 1px;
  1119. }
  1120. .fc-timegrid-event-short .fc-event-main-frame {
  1121. flex-direction: row;
  1122. overflow: hidden;
  1123. }
  1124. .fc-timegrid-event-short .fc-event-time:after {
  1125. content: "\a0-\a0";
  1126. }
  1127. .fc-timegrid-event-short .fc-event-title {
  1128. font-size: .85em;
  1129. font-size: var(--fc-small-font-size, .85em);
  1130. }
  1131. .fc-timegrid-more-link {
  1132. position: absolute;
  1133. z-index: 9999;
  1134. color: inherit;
  1135. color: var(--fc-more-link-text-color, inherit);
  1136. background: #d0d0d0;
  1137. background: var(--fc-more-link-bg-color, #d0d0d0);
  1138. cursor: pointer;
  1139. margin-bottom: 1px;
  1140. }
  1141. .fc-timegrid-more-link-inner {
  1142. padding: 3px 2px;
  1143. top: 0;
  1144. }
  1145. .fc-direction-ltr .fc-timegrid-more-link {
  1146. right: 0;
  1147. }
  1148. .fc-direction-rtl .fc-timegrid-more-link {
  1149. left: 0;
  1150. }
  1151. .fc {
  1152. }
  1153. .fc .fc-timegrid-now-indicator-line {
  1154. position: absolute;
  1155. z-index: 4;
  1156. left: 0;
  1157. right: 0;
  1158. border-style: solid;
  1159. border-color: red;
  1160. border-color: var(--fc-now-indicator-color, red);
  1161. border-width: 1px 0 0;
  1162. }
  1163. .fc {
  1164. }
  1165. .fc .fc-timegrid-now-indicator-arrow {
  1166. position: absolute;
  1167. z-index: 4;
  1168. margin-top: -5px;
  1169. border-style: solid;
  1170. border-color: red;
  1171. border-color: var(--fc-now-indicator-color, red);
  1172. }
  1173. .fc-direction-ltr .fc-timegrid-now-indicator-arrow {
  1174. left: 0;
  1175. border-width: 5px 0 5px 6px;
  1176. border-top-color: transparent;
  1177. border-bottom-color: transparent;
  1178. }
  1179. .fc-direction-rtl .fc-timegrid-now-indicator-arrow {
  1180. right: 0;
  1181. border-width: 5px 6px 5px 0;
  1182. border-top-color: transparent;
  1183. border-bottom-color: transparent;
  1184. }
  1185. /* node_modules/@fullcalendar/list/main.css */
  1186. :root {
  1187. --fc-list-event-dot-width: 10px;
  1188. --fc-list-event-hover-bg-color: #f5f5f5;
  1189. }
  1190. .fc-theme-standard .fc-list {
  1191. border: 1px solid #ddd;
  1192. border: 1px solid var(--fc-border-color, #ddd);
  1193. }
  1194. .fc {
  1195. }
  1196. .fc .fc-list-empty {
  1197. background-color: rgba(208, 208, 208, 0.3);
  1198. background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  1199. height: 100%;
  1200. display: flex;
  1201. justify-content: center;
  1202. align-items: center;
  1203. }
  1204. .fc .fc-list-empty-cushion {
  1205. margin: 5em 0;
  1206. }
  1207. .fc {
  1208. }
  1209. .fc .fc-list-table {
  1210. width: 100%;
  1211. border-style: hidden;
  1212. }
  1213. .fc .fc-list-table tr > * {
  1214. border-left: 0;
  1215. border-right: 0;
  1216. }
  1217. .fc .fc-list-sticky .fc-list-day > * {
  1218. position: sticky;
  1219. top: 0;
  1220. background: #fff;
  1221. background: var(--fc-page-bg-color, #fff);
  1222. }
  1223. .fc {
  1224. }
  1225. .fc .fc-list-table thead {
  1226. position: absolute;
  1227. left: -10000px;
  1228. }
  1229. .fc {
  1230. }
  1231. .fc .fc-list-table tbody > tr:first-child th {
  1232. border-top: 0;
  1233. }
  1234. .fc .fc-list-table th {
  1235. padding: 0;
  1236. }
  1237. .fc .fc-list-table td,
  1238. .fc .fc-list-day-cushion {
  1239. padding: 8px 14px;
  1240. }
  1241. .fc {
  1242. }
  1243. .fc .fc-list-day-cushion:after {
  1244. content: "";
  1245. clear: both;
  1246. display: table;
  1247. }
  1248. .fc-theme-standard .fc-list-day-cushion {
  1249. background-color: rgba(208, 208, 208, 0.3);
  1250. background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3));
  1251. }
  1252. .fc-direction-ltr .fc-list-day-text,
  1253. .fc-direction-rtl .fc-list-day-side-text {
  1254. float: left;
  1255. }
  1256. .fc-direction-ltr .fc-list-day-side-text,
  1257. .fc-direction-rtl .fc-list-day-text {
  1258. float: right;
  1259. }
  1260. .fc-direction-ltr .fc-list-table .fc-list-event-graphic {
  1261. padding-right: 0;
  1262. }
  1263. .fc-direction-rtl .fc-list-table .fc-list-event-graphic {
  1264. padding-left: 0;
  1265. }
  1266. .fc .fc-list-event.fc-event-forced-url {
  1267. cursor: pointer;
  1268. }
  1269. .fc .fc-list-event:hover td {
  1270. background-color: #f5f5f5;
  1271. background-color: var(--fc-list-event-hover-bg-color, #f5f5f5);
  1272. }
  1273. .fc {
  1274. }
  1275. .fc .fc-list-event-graphic,
  1276. .fc .fc-list-event-time {
  1277. white-space: nowrap;
  1278. width: 1px;
  1279. }
  1280. .fc .fc-list-event-dot {
  1281. display: inline-block;
  1282. box-sizing: content-box;
  1283. width: 0;
  1284. height: 0;
  1285. border: 5px solid #3788d8;
  1286. border: calc(var(--fc-list-event-dot-width, 10px) / 2) solid var(--fc-event-border-color, #3788d8);
  1287. border-radius: 5px;
  1288. border-radius: calc(var(--fc-list-event-dot-width, 10px) / 2);
  1289. }
  1290. .fc {
  1291. }
  1292. .fc .fc-list-event-title a {
  1293. color: inherit;
  1294. text-decoration: none;
  1295. }
  1296. .fc {
  1297. }
  1298. .fc .fc-list-event.fc-event-forced-url:hover a {
  1299. text-decoration: underline;
  1300. }