Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 

1080 wiersze
22 KiB

  1. /*!
  2. =========================================================
  3. * NextJS Material Kit v1.1.0 based on Material Kit Free - v2.0.2 (Bootstrap 4.0.0 Final Edition) and Material Kit React v1.8.0
  4. =========================================================
  5. * Product Page: https://www.creative-tim.com/product/nextjs-material-kit
  6. * Copyright 2020 Creative Tim (https://www.creative-tim.com)
  7. * Licensed under MIT (https://github.com/creativetimofficial/nextjs-material-kit/blob/master/LICENSE.md)
  8. * Coded by Creative Tim
  9. =========================================================
  10. * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  11. */
  12. html * {
  13. -webkit-font-smoothing: antialiased;
  14. -moz-osx-font-smoothing: grayscale; }
  15. body {
  16. font-size: 1rem; }
  17. body,
  18. h1,
  19. h2,
  20. h3,
  21. h4,
  22. h5,
  23. h6 {
  24. font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  25. font-weight: 300;
  26. line-height: 1.5em; }
  27. h1,
  28. h2,
  29. h3,
  30. h4,
  31. h5,
  32. h6 {
  33. color: inherit; }
  34. h1,
  35. h2,
  36. h3 {
  37. margin-top: 20px;
  38. margin-bottom: 10px; }
  39. h4,
  40. h5,
  41. h6 {
  42. margin-top: 10px;
  43. margin-bottom: 10px; }
  44. h1 {
  45. font-size: 3.3125rem;
  46. line-height: 1.15em; }
  47. h2 {
  48. font-size: 2.25rem;
  49. line-height: 1.5em; }
  50. h3 {
  51. font-size: 1.5625rem;
  52. line-height: 1.4em; }
  53. h4 {
  54. font-size: 1.125rem;
  55. line-height: 1.5em; }
  56. h5 {
  57. font-size: 1.0625rem;
  58. line-height: 1.55em; }
  59. h6 {
  60. font-size: 0.75rem;
  61. text-transform: uppercase;
  62. font-weight: 500; }
  63. p {
  64. font-size: 14px;
  65. margin: 0 0 10px; }
  66. html {
  67. font-family: sans-serif;
  68. line-height: 1.15;
  69. -webkit-text-size-adjust: 100%;
  70. -ms-text-size-adjust: 100%;
  71. -ms-overflow-style: scrollbar;
  72. -webkit-tap-highlight-color: transparent; }
  73. body {
  74. background-color: #e5e5e5;
  75. color: #3c4858;
  76. margin: 0;
  77. font-size: 1rem;
  78. text-align: left; }
  79. legend {
  80. border-bottom: 0; }
  81. * {
  82. -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  83. -webkit-tap-highlight-color: transparent;
  84. box-sizing: border-box; }
  85. *:focus {
  86. outline: 0; }
  87. a {
  88. color: #9c27b0;
  89. text-decoration: none;
  90. background-color: transparent; }
  91. a:hover, a:focus {
  92. color: #89229b;
  93. text-decoration: none; }
  94. label {
  95. font-size: 14px;
  96. line-height: 1.42857;
  97. color: #aaaaaa;
  98. font-weight: 400; }
  99. small {
  100. font-size: 75%;
  101. color: #777;
  102. font-weight: 400; }
  103. img {
  104. vertical-align: middle;
  105. border-style: none; }
  106. form {
  107. margin-bottom: 1.125rem; }
  108. .body-page-transition {
  109. overflow: hidden; }
  110. .body-page-transition #page-transition {
  111. position: fixed;
  112. z-index: 9999;
  113. width: 100%;
  114. display: flex;
  115. height: 100%;
  116. justify-content: center;
  117. align-items: center; }
  118. .body-page-transition #page-transition > div:after {
  119. content: "";
  120. background-image: url(/_next/static/images/bg7-ee057e7ba5d3ad7d62e3d60881ffc71a.jpg);
  121. background-size: cover;
  122. position: fixed;
  123. z-index: 9998;
  124. width: 100%;
  125. height: 100%;
  126. top: 0;
  127. left: 0; }
  128. .body-page-transition #page-transition > div:before {
  129. top: 0;
  130. left: 0;
  131. width: 100%;
  132. height: 100%;
  133. content: '';
  134. display: block;
  135. z-index: 9999;
  136. position: absolute;
  137. background: rgba(0, 0, 0, 0.5); }
  138. /*! nouislider - 14.0.2 - 6/28/2019 */
  139. /* Functional styling;
  140. * These styles are required for noUiSlider to function.
  141. * You don't need to change these rules to apply your design.
  142. */
  143. /*
  144. This file was modified by Creative-Tim
  145. */
  146. .noUi-target,
  147. .noUi-target * {
  148. -webkit-touch-callout: none;
  149. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  150. -webkit-user-select: none;
  151. -ms-touch-action: none;
  152. touch-action: none;
  153. -ms-user-select: none;
  154. -moz-user-select: none;
  155. user-select: none;
  156. -moz-box-sizing: border-box;
  157. box-sizing: border-box; }
  158. .noUi-target {
  159. position: relative;
  160. direction: ltr; }
  161. .noUi-base,
  162. .noUi-connects {
  163. width: 100%;
  164. height: 100%;
  165. position: relative;
  166. z-index: 1; }
  167. /* Wrapper for all connect elements.
  168. */
  169. .noUi-connects {
  170. overflow: hidden;
  171. z-index: 0; }
  172. .noUi-connect,
  173. .noUi-origin {
  174. will-change: transform;
  175. position: absolute;
  176. z-index: 1;
  177. top: 0;
  178. left: 0;
  179. -ms-transform-origin: 0 0;
  180. -webkit-transform-origin: 0 0;
  181. -webkit-transform-style: preserve-3d;
  182. transform-origin: 0 0;
  183. transform-style: flat; }
  184. .noUi-connect {
  185. height: 100%;
  186. width: 100%; }
  187. .noUi-origin {
  188. height: 10%;
  189. width: 10%; }
  190. /* Offset direction
  191. */
  192. html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  193. left: auto;
  194. right: 0; }
  195. /* Give origins 0 height/width so they don't interfere with clicking the
  196. * connect elements.
  197. */
  198. .noUi-vertical .noUi-origin {
  199. width: 0; }
  200. .noUi-horizontal .noUi-origin {
  201. height: 0; }
  202. .noUi-handle {
  203. -webkit-backface-visibility: hidden;
  204. backface-visibility: hidden;
  205. position: absolute; }
  206. .noUi-touch-area {
  207. height: 100%;
  208. width: 100%; }
  209. .noUi-state-tap .noUi-connect,
  210. .noUi-state-tap .noUi-origin {
  211. -webkit-transition: transform 0.3s;
  212. transition: transform 0.3s; }
  213. .noUi-state-drag * {
  214. cursor: inherit !important; }
  215. /* Slider size and handle placement;
  216. */
  217. .noUi-horizontal {
  218. height: 2px;
  219. margin: 15px 0; }
  220. .noUi-horizontal .noUi-handle {
  221. box-sizing: border-box;
  222. width: 14px;
  223. height: 14px;
  224. left: -10px;
  225. top: -6px;
  226. cursor: pointer;
  227. border-radius: 100%;
  228. -webkit-transition: all .2s ease-out;
  229. transition: all .2s ease-out;
  230. border: 1px solid #9c27b0;
  231. background: #fff;
  232. box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }
  233. .noUi-vertical {
  234. width: 18px; }
  235. .noUi-vertical .noUi-handle {
  236. width: 15px;
  237. height: 15px;
  238. left: 0px;
  239. top: -7px; }
  240. html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  241. right: -4px;
  242. left: auto; }
  243. /* Styling;
  244. * Giving the connect element a border radius causes issues with using transform: scale
  245. */
  246. .noUi-target {
  247. background-color: #c8c8c8;
  248. border-radius: 3px; }
  249. .noUi-connects {
  250. border-radius: 3px; }
  251. /* Handles and cursors;
  252. */
  253. .noUi-draggable {
  254. cursor: ew-resize; }
  255. .noUi-vertical .noUi-draggable {
  256. cursor: ns-resize; }
  257. .noUi-handle {
  258. border-radius: 3px;
  259. background: #FFF;
  260. cursor: default;
  261. box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB; }
  262. .noUi-active {
  263. box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }
  264. .noUi-handle.noUi-active {
  265. transform: scale3d(1.5, 1.5, 1); }
  266. /* Disabled state;
  267. */
  268. [disabled] .noUi-connect {
  269. background: #B8B8B8; }
  270. [disabled].noUi-target,
  271. [disabled].noUi-handle,
  272. [disabled] .noUi-handle {
  273. cursor: not-allowed; }
  274. /* Base;
  275. *
  276. */
  277. .noUi-pips,
  278. .noUi-pips * {
  279. -moz-box-sizing: border-box;
  280. box-sizing: border-box; }
  281. .noUi-pips {
  282. position: absolute;
  283. color: #999; }
  284. /* Values;
  285. *
  286. */
  287. .noUi-value {
  288. position: absolute;
  289. white-space: nowrap;
  290. text-align: center; }
  291. .noUi-value-sub {
  292. color: #ccc;
  293. font-size: 10px; }
  294. /* Markings;
  295. *
  296. */
  297. .noUi-marker {
  298. position: absolute;
  299. background: #CCC; }
  300. .noUi-marker-sub {
  301. background: #AAA; }
  302. .noUi-marker-large {
  303. background: #AAA; }
  304. /* Horizontal layout;
  305. *
  306. */
  307. .noUi-pips-horizontal {
  308. padding: 10px 0;
  309. height: 80px;
  310. top: 100%;
  311. left: 0;
  312. width: 100%; }
  313. .noUi-value-horizontal {
  314. -webkit-transform: translate(-50%, 50%);
  315. transform: translate(-50%, 50%); }
  316. .noUi-rtl .noUi-value-horizontal {
  317. -webkit-transform: translate(50%, 50%);
  318. transform: translate(50%, 50%); }
  319. .noUi-marker-horizontal.noUi-marker {
  320. margin-left: -1px;
  321. width: 2px;
  322. height: 5px; }
  323. .noUi-marker-horizontal.noUi-marker-sub {
  324. height: 10px; }
  325. .noUi-marker-horizontal.noUi-marker-large {
  326. height: 15px; }
  327. /* Vertical layout;
  328. *
  329. */
  330. .noUi-pips-vertical {
  331. padding: 0 10px;
  332. height: 100%;
  333. top: 0;
  334. left: 100%; }
  335. .noUi-value-vertical {
  336. -webkit-transform: translate(0, -50%);
  337. transform: translate(0, -50%);
  338. padding-left: 25px; }
  339. .noUi-rtl .noUi-value-vertical {
  340. -webkit-transform: translate(0, 50%);
  341. transform: translate(0, 50%); }
  342. .noUi-marker-vertical.noUi-marker {
  343. width: 5px;
  344. height: 2px;
  345. margin-top: -1px; }
  346. .noUi-marker-vertical.noUi-marker-sub {
  347. width: 10px; }
  348. .noUi-marker-vertical.noUi-marker-large {
  349. width: 15px; }
  350. .noUi-tooltip {
  351. display: block;
  352. position: absolute;
  353. border: 1px solid #D9D9D9;
  354. border-radius: 3px;
  355. background: #fff;
  356. color: #000;
  357. padding: 5px;
  358. text-align: center;
  359. white-space: nowrap; }
  360. .noUi-horizontal .noUi-tooltip {
  361. -webkit-transform: translate(-50%, 0);
  362. transform: translate(-50%, 0);
  363. left: 50%;
  364. bottom: 120%; }
  365. .noUi-vertical .noUi-tooltip {
  366. -webkit-transform: translate(0, -50%);
  367. transform: translate(0, -50%);
  368. top: 50%;
  369. right: 120%; }
  370. .noUi-target .noUi-handle {
  371. border: 1px solid #333; }
  372. .noUi-target.slider-primary .noUi-connect, .noUi-target.slider-primary.noUi-connect {
  373. background-color: #9c27b0; }
  374. .noUi-target.slider-primary .noUi-handle {
  375. border-color: #9c27b0; }
  376. .noUi-target.slider-info .noUi-connect, .noUi-target.slider-info.noUi-connect {
  377. background-color: #00bcd4; }
  378. .noUi-target.slider-info .noUi-handle {
  379. border-color: #00bcd4; }
  380. .noUi-target.slider-success .noUi-connect, .noUi-target.slider-success.noUi-connect {
  381. background-color: #4caf50; }
  382. .noUi-target.slider-success .noUi-handle {
  383. border-color: #4caf50; }
  384. .noUi-target.slider-warning .noUi-connect, .noUi-target.slider-warning.noUi-connect {
  385. background-color: #ff9800; }
  386. .noUi-target.slider-warning .noUi-handle {
  387. border-color: #ff9800; }
  388. .noUi-target.slider-danger .noUi-connect, .noUi-target.slider-danger.noUi-connect {
  389. background-color: #f44336; }
  390. .noUi-target.slider-danger .noUi-handle {
  391. border-color: #f44336; }
  392. .noUi-target.slider-rose .noUi-connect, .noUi-target.slider-rose.noUi-connect {
  393. background-color: #e91e63; }
  394. .noUi-target.slider-rose .noUi-handle {
  395. border-color: #e91e63; }
  396. /*!
  397. * https://github.com/YouCanBookMe/react-datetime
  398. */
  399. .rdt {
  400. position: relative; }
  401. .rdt .rdtPicker {
  402. -webkit-transition: all 150ms linear;
  403. -moz-transition: all 150ms linear;
  404. -o-transition: all 150ms linear;
  405. -ms-transition: all 150ms linear;
  406. transition: all 150ms linear;
  407. margin-top: -20px;
  408. visibility: hidden;
  409. display: block;
  410. opacity: 0; }
  411. .rdt.rdtOpen .rdtPicker {
  412. opacity: 1;
  413. visibility: visible;
  414. margin-top: 0; }
  415. .rdt input.form-control {
  416. border: 0;
  417. background-image: linear-gradient(#9c27b0, #9c27b0), linear-gradient(#d2d2d2, #d2d2d2);
  418. background-size: 0 2px, 100% 1px;
  419. background-repeat: no-repeat;
  420. background-position: center bottom, center calc(100% - 1px);
  421. background-color: rgba(0, 0, 0, 0);
  422. transition: background 0s ease-out;
  423. float: none;
  424. box-shadow: none;
  425. border-radius: 0;
  426. font-weight: 400;
  427. width: 100%;
  428. height: 36px;
  429. padding: 7px 0;
  430. font-size: 14px;
  431. font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  432. font-weight: 400;
  433. line-height: 1.42857;
  434. display: block;
  435. width: 100%;
  436. color: #555; }
  437. .rdt input.form-control:focus {
  438. outline: none;
  439. background-image: linear-gradient(#9c27b0, #9c27b0), linear-gradient(#d2d2d2, #d2d2d2);
  440. background-size: 100% 2px, 100% 1px;
  441. box-shadow: none;
  442. transition-duration: 0.3s; }
  443. .rdtPicker {
  444. display: none;
  445. position: absolute;
  446. width: 260px;
  447. padding: 4px;
  448. margin-top: 1px;
  449. z-index: 99999 !important;
  450. background: #fff;
  451. border-radius: 0.125rem;
  452. box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.2);
  453. -webkit-background-clip: padding-box;
  454. background-clip: padding-box;
  455. min-width: 160px; }
  456. .rdtPicker:before {
  457. display: inline-block;
  458. position: absolute;
  459. width: 0;
  460. height: 0;
  461. vertical-align: middle;
  462. content: "";
  463. top: -5px;
  464. left: 10px;
  465. right: auto;
  466. color: #ffffff;
  467. border-bottom: 0.4em solid;
  468. border-right: 0.4em solid transparent;
  469. border-left: 0.4em solid transparent; }
  470. .rdtPicker:after {
  471. border-bottom: 0.4em solid #ffffff;
  472. border-right: 0.4em solid transparent;
  473. border-left: 0.4em solid transparent;
  474. content: "";
  475. display: inline-block;
  476. position: absolute;
  477. top: -5px;
  478. left: 10px; }
  479. .rdtPicker {
  480. display: block;
  481. top: 40px; }
  482. .rdtStatic .rdtPicker {
  483. box-shadow: none;
  484. position: static; }
  485. .rdtPicker .rdtTimeToggle {
  486. text-align: center;
  487. padding: 5px;
  488. border-radius: 4px; }
  489. .rdtPicker table {
  490. width: 100%;
  491. margin: 0;
  492. border-color: #fff !important;
  493. border-collapse: collapse; }
  494. .rdtPicker td,
  495. .rdtPicker th {
  496. text-align: center;
  497. padding: 1px; }
  498. .rdtPicker td {
  499. cursor: pointer; }
  500. .rdtDay {
  501. height: 30px;
  502. line-height: 33px;
  503. width: 30px;
  504. text-align: center;
  505. padding: 0px;
  506. border-radius: 50%; }
  507. .rdtDay.rdtToday.rdtActive, .rdtDay.rdtActive, .rdtDay.rdtActive:hover {
  508. background-color: #9c27b0 !important;
  509. color: #fff;
  510. box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgba(156, 39, 176, 0.6); }
  511. .rdtDays tr .dow {
  512. border-bottom: 1px solid #e3e3e3;
  513. text-align: center;
  514. font-size: 12px;
  515. text-transform: uppercase;
  516. font-weight: inherit;
  517. padding-bottom: 5px;
  518. padding-top: 10px; }
  519. .rdtDays tr .rdtOld,
  520. .rdtDays tr .rdtNew {
  521. color: #bdbdbd; }
  522. .rdtPicker td.rdtDay:hover,
  523. .rdtPicker td.rdtHour:hover,
  524. .rdtPicker td.rdtMinute:hover,
  525. .rdtPicker td.rdtSecond:hover,
  526. .rdtPicker .rdtTimeToggle:hover {
  527. background: #eeeeee;
  528. cursor: pointer; }
  529. .rdtPicker td.rdtToday {
  530. position: relative; }
  531. .rdtPicker td.rdtActive.rdtToday:before {
  532. border-bottom-color: #fff; }
  533. .rdtPicker td.rdtDisabled,
  534. .rdtPicker td.rdtDisabled:hover {
  535. background: none;
  536. color: #999999;
  537. cursor: not-allowed; }
  538. .rdtPicker td span.rdtOld {
  539. color: #999999; }
  540. .rdtPicker td span.rdtDisabled,
  541. .rdtPicker td span.rdtDisabled:hover {
  542. background: none;
  543. color: #999999;
  544. cursor: not-allowed; }
  545. .rdtPicker .dow {
  546. width: 14.2857%;
  547. border-bottom: none; }
  548. .rdtPicker th.rdtSwitch {
  549. width: 50px;
  550. padding: 5px;
  551. border-radius: 4px; }
  552. .rdtPicker th.rdtNext,
  553. .rdtPicker th.rdtPrev {
  554. font-size: 21px;
  555. vertical-align: top;
  556. border-radius: 50%;
  557. line-height: 33px; }
  558. .rdtPicker .dow,
  559. .rdtPicker th.rdtSwitch,
  560. .rdtPicker th.rdtNext,
  561. .rdtPicker th.rdtPrev,
  562. .rdtPicker .rdtTimeToggle {
  563. color: #9c27b0; }
  564. .rdtPrev span,
  565. .rdtNext span {
  566. display: block;
  567. -webkit-touch-callout: none;
  568. /* iOS Safari */
  569. -webkit-user-select: none;
  570. /* Chrome/Safari/Opera */
  571. -khtml-user-select: none;
  572. /* Konqueror */
  573. -moz-user-select: none;
  574. /* Firefox */
  575. -ms-user-select: none;
  576. /* Internet Explorer/Edge */
  577. user-select: none; }
  578. .rdtPicker th.rdtDisabled,
  579. .rdtPicker th.rdtDisabled:hover {
  580. background: none;
  581. color: #999999;
  582. cursor: not-allowed; }
  583. .rdtPicker thead tr:first-child th {
  584. cursor: pointer; }
  585. .rdtPicker thead tr:first-child th:hover {
  586. background: #eeeeee; }
  587. .rdtPicker button {
  588. border: none;
  589. background: none;
  590. cursor: pointer; }
  591. .rdtPicker button:hover {
  592. background-color: #eee; }
  593. .rdtPicker thead button {
  594. width: 100%;
  595. height: 100%; }
  596. td.rdtMonth,
  597. td.rdtYear {
  598. height: 50px;
  599. width: 25%;
  600. cursor: pointer; }
  601. td.rdtMonth:hover,
  602. td.rdtYear:hover {
  603. background: #eee; }
  604. .rdtCounters {
  605. display: inline-block; }
  606. .rdtCounters > div {
  607. float: left;
  608. width: 40px;
  609. font-weight: inherit;
  610. margin: 3px;
  611. border-radius: 50%; }
  612. .rdtCounters .rdtCounterSeparator {
  613. width: 0;
  614. border: 1px solid transparent; }
  615. .rdtCounter {
  616. height: 100px; }
  617. .rdtCounter {
  618. width: 40px; }
  619. .rdtCounter .rdtCount {
  620. padding: 7px;
  621. height: 40px;
  622. border: 1px solid transparent; }
  623. .rdtCounters .rdtCounter:last-child .rdtCount {
  624. color: #9c27b0;
  625. border-radius: 50%;
  626. border: 1px solid #9c27b0; }
  627. .rdtCounterSeparator {
  628. padding: 7px;
  629. line-height: 100px; }
  630. .rdtCounter .rdtBtn {
  631. line-height: 40px;
  632. cursor: pointer;
  633. display: block;
  634. border-radius: 50%;
  635. color: #eee;
  636. -webkit-transition: all 60ms ease-in;
  637. -moz-transition: all 60ms ease-in;
  638. -o-transition: all 60ms ease-in;
  639. -ms-transition: all 60ms ease-in;
  640. transition: all 60ms ease-in;
  641. -webkit-touch-callout: none;
  642. /* iOS Safari */
  643. -webkit-user-select: none;
  644. /* Chrome/Safari/Opera */
  645. -khtml-user-select: none;
  646. /* Konqueror */
  647. -moz-user-select: none;
  648. /* Firefox */
  649. -ms-user-select: none;
  650. /* Internet Explorer/Edge */
  651. user-select: none; }
  652. .rdtCounter .rdtBtn:hover {
  653. background: #eee;
  654. color: #797979; }
  655. .rdtCounter .rdtCount {
  656. font-size: inherit;
  657. line-height: 25px; }
  658. .rdtMilli {
  659. vertical-align: middle;
  660. padding-left: 8px;
  661. width: 48px; }
  662. .rdtMilli input {
  663. width: 100%;
  664. font-size: inherit;
  665. margin-top: 37px; }
  666. .rdtMonths,
  667. .rdtYears {
  668. padding-bottom: 10px; }
  669. .rdtMonths .rdtMonth,
  670. .rdtMonths .rdtYear,
  671. .rdtYears .rdtMonth,
  672. .rdtYears .rdtYear {
  673. display: inline-block;
  674. width: 56px;
  675. height: 56px;
  676. line-height: 56px;
  677. margin: 3px 3px;
  678. cursor: pointer;
  679. border-radius: 50%;
  680. text-align: center; }
  681. .rdtMonths .rdtMonth.rdtActive,
  682. .rdtMonths .rdtYear.rdtActive,
  683. .rdtYears .rdtMonth.rdtActive,
  684. .rdtYears .rdtYear.rdtActive {
  685. background-color: #9c27b0 !important;
  686. color: #fff; }
  687. /* Slider */
  688. .slick-slider {
  689. position: relative;
  690. display: block;
  691. box-sizing: border-box;
  692. -webkit-user-select: none;
  693. -moz-user-select: none;
  694. -ms-user-select: none;
  695. user-select: none;
  696. -webkit-touch-callout: none;
  697. -khtml-user-select: none;
  698. -ms-touch-action: pan-y;
  699. touch-action: pan-y;
  700. -webkit-tap-highlight-color: transparent; }
  701. @media (min-width: 768px) {
  702. .slick-slider .slick-caption {
  703. display: block !important; } }
  704. .slick-slider .slick-caption {
  705. padding-bottom: 45px;
  706. position: absolute;
  707. right: 15%;
  708. bottom: 20px;
  709. left: 15%;
  710. z-index: 10;
  711. padding-top: 20px;
  712. color: #ffffff;
  713. text-align: center;
  714. z-index: 3;
  715. display: none; }
  716. .slick-slider .slick-slide > div:first-child {
  717. position: relative; }
  718. .slick-slider .slick-icons {
  719. position: relative;
  720. top: 5px; }
  721. .slick-slider .slick-image {
  722. width: 100% !important;
  723. display: inline-flex !important; }
  724. .slick-list {
  725. position: relative;
  726. display: block;
  727. overflow: hidden;
  728. margin: 0;
  729. padding: 0; }
  730. .slick-list:focus {
  731. outline: none; }
  732. .slick-list.dragging {
  733. cursor: pointer;
  734. cursor: hand; }
  735. .slick-slider .slick-track,
  736. .slick-slider .slick-list {
  737. -webkit-transform: translate3d(0, 0, 0);
  738. -moz-transform: translate3d(0, 0, 0);
  739. -ms-transform: translate3d(0, 0, 0);
  740. -o-transform: translate3d(0, 0, 0);
  741. transform: translate3d(0, 0, 0); }
  742. .slick-track {
  743. position: relative;
  744. top: 0;
  745. left: 0;
  746. display: block;
  747. margin-left: auto;
  748. margin-right: auto; }
  749. .slick-track:before,
  750. .slick-track:after {
  751. display: table;
  752. content: ""; }
  753. .slick-track:after {
  754. clear: both; }
  755. .slick-loading .slick-track {
  756. visibility: hidden; }
  757. .slick-slide {
  758. display: none;
  759. float: left;
  760. height: 100%;
  761. min-height: 1px; }
  762. [dir="rtl"] .slick-slide {
  763. float: right; }
  764. .slick-slide img {
  765. display: block; }
  766. .slick-slide.slick-loading img {
  767. display: none; }
  768. .slick-slide.dragging img {
  769. pointer-events: none; }
  770. .slick-initialized .slick-slide {
  771. display: block; }
  772. .slick-loading .slick-slide {
  773. visibility: hidden; }
  774. .slick-vertical .slick-slide {
  775. display: block;
  776. height: auto;
  777. border: 1px solid transparent; }
  778. .slick-arrow.slick-hidden {
  779. display: none; }
  780. button.slick-arrow.slick-prev,
  781. button.slick-arrow.slick-next {
  782. font-size: 0;
  783. line-height: 0;
  784. position: absolute;
  785. top: 50%;
  786. display: block;
  787. height: 100%;
  788. padding: 0;
  789. -ms-transform: translateY(-50%);
  790. transform: translateY(-50%);
  791. cursor: pointer;
  792. border: none;
  793. color: transparent;
  794. outline: none;
  795. background: transparent;
  796. width: 15%;
  797. z-index: 2;
  798. opacity: 0.5; }
  799. .slick-prev {
  800. left: 0; }
  801. .slick-prev::before {
  802. content: "\F053";
  803. font-weight: 600;
  804. font-family: Font Awesome\ 5 Free;
  805. -moz-osx-font-smoothing: grayscale;
  806. -webkit-font-smoothing: antialiased;
  807. display: inline-block;
  808. font-style: normal;
  809. font-variant: normal;
  810. text-rendering: auto;
  811. line-height: 1;
  812. color: white;
  813. font-size: 30px;
  814. width: 100%; }
  815. .slick-next {
  816. right: 0; }
  817. .slick-next::before {
  818. content: "\F054";
  819. font-weight: 600;
  820. font-family: Font Awesome\ 5 Free;
  821. -moz-osx-font-smoothing: grayscale;
  822. -webkit-font-smoothing: antialiased;
  823. display: inline-block;
  824. font-style: normal;
  825. font-variant: normal;
  826. text-rendering: auto;
  827. line-height: 1;
  828. color: #fff;
  829. font-size: 30px;
  830. width: 100%; }
  831. .slick-list {
  832. z-index: 1; }
  833. .slick-dots {
  834. margin-top: 0;
  835. margin-bottom: 1rem;
  836. position: absolute;
  837. bottom: 5px;
  838. width: 100%;
  839. padding: 0;
  840. list-style: none;
  841. text-align: center;
  842. z-index: 3; }
  843. .slick-dots li,
  844. .slick-dots li button {
  845. width: 20px;
  846. height: 20px;
  847. cursor: pointer; }
  848. .slick-dots li {
  849. position: relative;
  850. display: inline-block;
  851. margin: 0 5px;
  852. padding: 0; }
  853. .slick-dots li button {
  854. font-size: 0;
  855. line-height: 0;
  856. display: block;
  857. padding: 5px;
  858. color: transparent;
  859. border: 0;
  860. outline: none;
  861. background: transparent; }
  862. .slick-dots li button::before {
  863. position: absolute;
  864. top: 0;
  865. left: 0;
  866. width: 10px;
  867. height: 10px;
  868. content: "\2022";
  869. text-align: center;
  870. opacity: 1;
  871. background-color: #fff;
  872. -webkit-font-smoothing: antialiased;
  873. -moz-osx-font-smoothing: grayscale;
  874. box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  875. border-radius: 2px;
  876. transition: all 300ms linear; }
  877. .slick-dots li.slick-active button:before {
  878. width: 15px;
  879. height: 15px;
  880. box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  881. top: -3px; }
  882. .header{
  883. color: white;
  884. }
  885. .float{
  886. position:fixed;
  887. width:60px;
  888. height:60px;
  889. bottom:40px;
  890. right:40px;
  891. background-color:#25d366;
  892. color:#FFF;
  893. border-radius:50px;
  894. text-align:center;
  895. font-size:30px;
  896. z-index:100;
  897. }
  898. .button-float{
  899. position:fixed;
  900. width:60px;
  901. height:60px;
  902. bottom:40px;
  903. right:40px;
  904. background-color:#25d366;
  905. color:#fff;
  906. border-radius:50px;
  907. text-align:center;
  908. font-size:30px;
  909. z-index:100;
  910. }
  911. .my-float{
  912. margin-top:16px;
  913. }
  914. /*# sourceMappingURL=styles.chunk.css.map*/