pages.css 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763
  1. /*
  2. Template Name: Moltran Dashboard
  3. Author: CoderThemes
  4. Email: coderthemes@gmail.com
  5. File: Pages
  6. */
  7. /*
  8. - Profile
  9. - Timeline-2
  10. - Pricing
  11. - Sweet Alerts
  12. - Maps
  13. - Email
  14. - Timeline
  15. - Charts
  16. - Count Down
  17. - Gallery
  18. - Maintenance
  19. - Account Pages
  20. */
  21. /* ==============
  22. Profile
  23. ===================*/
  24. .bg-img {
  25. background: url(../img/bg/bg.jpg) center;
  26. }
  27. .bg-overlay {
  28. -moz-border-radius: 6px 6px 0px 0px;
  29. -webkit-border-radius: 6px 6px 0px 0px;
  30. background-color: rgba(49, 126, 235, 0.4);
  31. border-radius: 6px 6px 0px 0px;
  32. height: 100%;
  33. left: 0px;
  34. position: absolute;
  35. top: 0px;
  36. width: 100%;
  37. }
  38. .bg-picture {
  39. -webkit-background-size: cover;
  40. background-position: center;
  41. background-repeat: no-repeat;
  42. background-size: cover;
  43. margin: -20px -25px 0px -25px;
  44. padding: 100px 0px;
  45. position: relative;
  46. }
  47. .bg-picture > .bg-picture-overlay {
  48. background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.4) 100%);
  49. background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.4)));
  50. background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.4) 100%);
  51. background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.4) 100%);
  52. bottom: 0;
  53. left: 0;
  54. position: absolute;
  55. right: 0;
  56. top: 0;
  57. }
  58. .profile-info-name {
  59. position: relative;
  60. }
  61. .profile-tab-content {
  62. background-color: transparent !important;
  63. box-shadow: none !important;
  64. margin-top: 35px;
  65. }
  66. .user-tabs {
  67. background-color: #ffffff;
  68. box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  69. margin-left: -35px;
  70. padding-left: 25px;
  71. }
  72. .user-tabs .nav.nav-tabs {
  73. box-shadow: none !important;
  74. }
  75. .user-tabs .nav.nav-tabs a {
  76. text-transform: uppercase;
  77. }
  78. .user-tabs .pull-right .btn {
  79. margin-top: 8px;
  80. }
  81. .about-info-p {
  82. margin-bottom: 20px;
  83. }
  84. .about-info-p p {
  85. font-size: 16px;
  86. }
  87. /* ==============
  88. Timeline-2
  89. ===================*/
  90. .timeline-2 {
  91. border-left: 2px solid #14082d;
  92. position: relative;
  93. }
  94. .timeline-2 .time-item:after {
  95. background-color: #ffffff;
  96. border-color: #14082d;
  97. border-radius: 10px;
  98. border-style: solid;
  99. border-width: 2px;
  100. bottom: 0;
  101. content: '';
  102. height: 14px;
  103. left: 0;
  104. margin-left: -8px;
  105. position: absolute;
  106. top: 5px;
  107. width: 14px;
  108. }
  109. .time-item {
  110. border-color: #dee5e7;
  111. padding-bottom: 1px;
  112. position: relative;
  113. }
  114. .time-item:before {
  115. content: " ";
  116. display: table;
  117. }
  118. .time-item:after {
  119. background-color: #ffffff;
  120. border-color: #14082d;
  121. border-radius: 10px;
  122. border-style: solid;
  123. border-width: 2px;
  124. bottom: 0;
  125. content: '';
  126. height: 14px;
  127. left: 0;
  128. margin-left: -8px;
  129. position: absolute;
  130. top: 5px;
  131. width: 14px;
  132. }
  133. .time-item-item:after {
  134. content: " ";
  135. display: table;
  136. }
  137. .item-info {
  138. margin-bottom: 15px;
  139. margin-left: 15px;
  140. }
  141. .item-info p {
  142. margin-bottom: 10px !important;
  143. }
  144. /* ==============
  145. Sweet Alert
  146. ===================*/
  147. .sweet-alert p {
  148. font-size: 14px;
  149. font-weight: 500;
  150. line-height: 22px;
  151. }
  152. button.confirm {
  153. background-color: #6e8cd7 !important;
  154. border-color: #6e8cd7 !important;
  155. box-shadow: none !important;
  156. }
  157. /* ==============
  158. Pricing
  159. ===================*/
  160. .pricing-plan {
  161. padding-bottom: 50px;
  162. }
  163. .price_card {
  164. -moz-border-radius: 5px;
  165. -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  166. -webkit-border-radius: 5px;
  167. background: #fafafa;
  168. border-radius: 5px;
  169. box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  170. margin-bottom: 30px;
  171. padding-bottom: 20px;
  172. position: relative;
  173. webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  174. }
  175. .price_card .name {
  176. display: block;
  177. font-size: 16px;
  178. font-weight: 700;
  179. padding: 0 0 30px;
  180. text-align: center;
  181. width: 100%;
  182. }
  183. .price_card button {
  184. margin-top: 20px;
  185. }
  186. .pricing-header {
  187. -moz-border-radius-topleft: 5px;
  188. -moz-border-radius-topright: 5px;
  189. -webkit-border-top-left-radius: 5px;
  190. -webkit-border-top-right-radius: 5px;
  191. border-top-left-radius: 5px;
  192. border-top-right-radius: 5px;
  193. color: #ffffff;
  194. }
  195. .price {
  196. display: block;
  197. font-size: 48px;
  198. font-weight: 300;
  199. padding: 30px 0 10px;
  200. text-align: center;
  201. width: 100%;
  202. }
  203. .price-features {
  204. color: #8a8a8a;
  205. list-style: none;
  206. margin: 0;
  207. padding: 0;
  208. text-align: center;
  209. }
  210. .price-features li {
  211. margin: 0 35px;
  212. padding: 20px 15px;
  213. }
  214. .pricing-item {
  215. margin: 0 0 30px;
  216. position: relative;
  217. text-align: center;
  218. }
  219. .pricing-item-inner {
  220. -moz-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  221. -ms-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  222. -o-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  223. -webkit-transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  224. border-radius: 7px;
  225. border: 2px solid rgba(151, 160, 175, 0.2);
  226. transition: all 0.27s cubic-bezier(0, 0, 0.58, 1);
  227. vertical-align: middle;
  228. }
  229. .pricing-wrap {
  230. -moz-box-sizing: border-box;
  231. -webkit-box-sizing: border-box;
  232. box-sizing: border-box;
  233. overflow: hidden;
  234. padding: 30px 20px;
  235. position: relative;
  236. text-align: center;
  237. }
  238. .pricing-icon {
  239. font-size: 32px;
  240. padding-bottom: 5px;
  241. padding-top: 10px;
  242. position: relative;
  243. z-index: 1;
  244. }
  245. .pricing-title {
  246. font-size: 16px;
  247. font-weight: 700;
  248. margin-bottom: 40px;
  249. position: relative;
  250. text-transform: uppercase;
  251. z-index: 1;
  252. }
  253. .pr-list {
  254. color: #97a0af;
  255. font-size: 12px;
  256. font-weight: 400;
  257. margin: 0 -20px 30px;
  258. padding: 0;
  259. text-transform: uppercase;
  260. }
  261. .pr-list li {
  262. list-style: none;
  263. padding: 12px 20px;
  264. }
  265. .pricing-num {
  266. font-size: 40px;
  267. font-weight: 700;
  268. line-height: 1;
  269. }
  270. .pricing-num sup {
  271. font-size: 18px;
  272. font-weight: 400;
  273. left: -3px;
  274. margin-left: -7px;
  275. position: relative;
  276. top: -20px;
  277. }
  278. .pr-per {
  279. color: #97a0af;
  280. font-size: 12px;
  281. }
  282. .pr-button {
  283. margin-top: 30px;
  284. }
  285. /* ==============
  286. Timeline
  287. ===================*/
  288. .cd-container {
  289. width: 90%;
  290. max-width: 1170px;
  291. margin: 0 auto;
  292. }
  293. .cd-container::after {
  294. content: '';
  295. display: table;
  296. clear: both;
  297. }
  298. #cd-timeline {
  299. margin-bottom: 2em;
  300. margin-top: 2em;
  301. padding: 2em 0;
  302. position: relative;
  303. }
  304. #cd-timeline::before {
  305. background: #ffffff;
  306. content: '';
  307. height: 100%;
  308. left: 18px;
  309. position: absolute;
  310. top: 0;
  311. width: 4px;
  312. }
  313. @media only screen and (min-width: 1170px) {
  314. #cd-timeline {
  315. margin-bottom: 3em;
  316. margin-top: 3em;
  317. }
  318. #cd-timeline::before {
  319. left: 50%;
  320. margin-left: -2px;
  321. }
  322. }
  323. .cd-timeline-block {
  324. margin: 2em 0;
  325. position: relative;
  326. }
  327. .cd-timeline-block:after {
  328. clear: both;
  329. content: "";
  330. display: table;
  331. }
  332. .cd-timeline-block:first-child {
  333. margin-top: 0;
  334. }
  335. .cd-timeline-block:last-child {
  336. margin-bottom: 0;
  337. }
  338. @media only screen and (min-width: 1170px) {
  339. .cd-timeline-block {
  340. margin: 4em 0;
  341. }
  342. .cd-timeline-block:first-child {
  343. margin-top: 0;
  344. }
  345. .cd-timeline-block:last-child {
  346. margin-bottom: 0;
  347. }
  348. }
  349. .cd-timeline-img {
  350. position: absolute;
  351. top: 0;
  352. left: 0;
  353. width: 40px;
  354. height: 40px;
  355. border-radius: 50%;
  356. box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
  357. text-align: center;
  358. line-height: 40px;
  359. font-size: 20px;
  360. color: #fff;
  361. }
  362. .cd-timeline-img.cd-success {
  363. background: #33b86c;
  364. }
  365. .cd-timeline-img.cd-info {
  366. background: #29b6f6;
  367. }
  368. .cd-timeline-img.cd-pink {
  369. background: #ec407a;
  370. }
  371. .cd-timeline-img.cd-danger {
  372. background: #ef5350;
  373. }
  374. .cd-timeline-img.cd-primary {
  375. background: #6e8cd7;
  376. }
  377. .cd-timeline-img.cd-warning {
  378. background: #ffd740;
  379. }
  380. @media only screen and (min-width: 1170px) {
  381. .cd-timeline-img {
  382. width: 60px;
  383. height: 60px;
  384. line-height: 60px;
  385. left: 50%;
  386. margin-left: -30px;
  387. -webkit-transform: translateZ(0);
  388. -webkit-backface-visibility: hidden;
  389. }
  390. .cssanimations .cd-timeline-img.is-hidden {
  391. visibility: hidden;
  392. }
  393. .cssanimations .cd-timeline-img.bounce-in {
  394. visibility: visible;
  395. -webkit-animation: cd-bounce-1 0.6s;
  396. -moz-animation: cd-bounce-1 0.6s;
  397. animation: cd-bounce-1 0.6s;
  398. }
  399. }
  400. .cd-timeline-content {
  401. -moz-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  402. -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  403. background: white;
  404. border-radius: 0;
  405. box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  406. margin-left: 60px;
  407. padding: 1em;
  408. position: relative;
  409. }
  410. .cd-timeline-content img {
  411. display: block;
  412. width: 100%;
  413. }
  414. .cd-timeline-content:after {
  415. clear: both;
  416. content: "";
  417. display: table;
  418. }
  419. .cd-timeline-content h2 {
  420. margin-top: 0;
  421. }
  422. .cd-timeline-content p {
  423. color: #666666;
  424. font-size: 14px;
  425. margin: 10px 0px 10px 0px;
  426. }
  427. .cd-timeline-content .cd-read-more {
  428. background: #acb7c0;
  429. border-radius: 0.25em;
  430. color: white;
  431. display: inline-block;
  432. float: right;
  433. font-size: 14px;
  434. padding: .8em 1em;
  435. }
  436. .cd-timeline-content .cd-date {
  437. display: inline-block;
  438. font-size: 14px;
  439. }
  440. .cd-timeline-content h3 {
  441. font-size: 21px;
  442. margin: 0px;
  443. }
  444. .no-touch .cd-timeline-content .cd-read-more:hover {
  445. background-color: #bac4cb;
  446. }
  447. .cd-timeline-content .cd-date {
  448. float: left;
  449. padding: .8em 0;
  450. opacity: .7;
  451. }
  452. .cd-timeline-content::before {
  453. content: '';
  454. position: absolute;
  455. top: 16px;
  456. right: 100%;
  457. height: 0;
  458. width: 0;
  459. border: 7px solid transparent;
  460. border-right: 7px solid white;
  461. }
  462. @media only screen and (min-width: 1170px) {
  463. .cd-timeline-content {
  464. margin-left: 0;
  465. padding: 1.6em;
  466. width: 45%;
  467. }
  468. .cd-timeline-content::before {
  469. top: 24px;
  470. left: 100%;
  471. border-color: transparent;
  472. border-left-color: white;
  473. }
  474. .cd-timeline-content .cd-read-more {
  475. float: left;
  476. }
  477. .cd-timeline-content .cd-date {
  478. position: absolute;
  479. width: 100%;
  480. left: 122%;
  481. top: 6px;
  482. }
  483. .cd-timeline-block:nth-child(even) .cd-timeline-content {
  484. float: right;
  485. }
  486. .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
  487. top: 24px;
  488. left: auto;
  489. right: 100%;
  490. border-color: transparent;
  491. border-right-color: white;
  492. }
  493. .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
  494. float: right;
  495. }
  496. .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
  497. left: auto;
  498. right: 122%;
  499. text-align: right;
  500. }
  501. .cssanimations .cd-timeline-content.is-hidden {
  502. visibility: hidden;
  503. }
  504. .cssanimations .cd-timeline-content.bounce-in {
  505. visibility: visible;
  506. -webkit-animation: cd-bounce-2 0.6s;
  507. -moz-animation: cd-bounce-2 0.6s;
  508. animation: cd-bounce-2 0.6s;
  509. }
  510. }
  511. @media only screen and (min-width: 1170px) {
  512. .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
  513. -webkit-animation: cd-bounce-2-inverse 0.6s;
  514. -moz-animation: cd-bounce-2-inverse 0.6s;
  515. animation: cd-bounce-2-inverse 0.6s;
  516. }
  517. }
  518. /* ==============
  519. Charts
  520. ===================*/
  521. .jqstooltip {
  522. -webkit-box-sizing: content-box;
  523. -moz-box-sizing: content-box;
  524. box-sizing: content-box;
  525. }
  526. .chart {
  527. position: relative;
  528. display: inline-block;
  529. width: 110px;
  530. height: 110px;
  531. margin-top: 20px;
  532. margin-bottom: 20px;
  533. text-align: center;
  534. }
  535. .chart canvas {
  536. position: absolute;
  537. top: 0;
  538. left: 0;
  539. }
  540. .chart.chart-widget-pie {
  541. margin-top: 5px;
  542. margin-bottom: 5px;
  543. }
  544. .percent {
  545. display: inline-block;
  546. line-height: 110px;
  547. z-index: 2;
  548. }
  549. .percent:after {
  550. content: '%';
  551. margin-left: 0.1em;
  552. font-size: .8em;
  553. }
  554. #flotTip {
  555. padding: 4px 8px;
  556. background-color: #000000;
  557. z-index: 100;
  558. color: #ffffff;
  559. opacity: .7;
  560. font-size: 12px;
  561. -webkit-border-radius: 5px;
  562. -moz-border-radius: 5px;
  563. border-radius: 5px;
  564. }
  565. /* ==============
  566. Email
  567. ===================*/
  568. .mails a {
  569. color: #444444;
  570. }
  571. .mails .checkbox {
  572. margin-bottom: 0px;
  573. margin-top: 0px;
  574. vertical-align: middle;
  575. }
  576. .mails .checkbox label {
  577. min-height: 16px;
  578. }
  579. /* ==============
  580. Count Down
  581. ===================*/
  582. .home-wrapper {
  583. margin: 10% 0px;
  584. }
  585. .home-text {
  586. font-family: 'Nunito', sans-serif;
  587. }
  588. .lj-countdown {
  589. color: #6e8cd7;
  590. margin-top: 40px;
  591. text-align: center;
  592. }
  593. .lj-countdown div {
  594. display: inline-block;
  595. }
  596. .lj-countdown div span {
  597. display: block;
  598. width: 150px;
  599. }
  600. .lj-countdown div span:first-child {
  601. font-size: 3em;
  602. font-weight: 700;
  603. height: 48px;
  604. line-height: 48px;
  605. }
  606. .lj-countdown div span:last-child {
  607. color: #333333;
  608. font-size: 0.9em;
  609. height: 25px;
  610. line-height: 25px;
  611. }
  612. .lj-countdown > * {
  613. text-align: center;
  614. }
  615. /* ==============
  616. Gallery
  617. ===================*/
  618. .portfolioFilter a {
  619. -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  620. -moz-transition: all 0.3s ease-out;
  621. -ms-transition: all 0.3s ease-out;
  622. -o-transition: all 0.3s ease-out;
  623. -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  624. -webkit-transition: all 0.3s ease-out;
  625. box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
  626. color: #333333;
  627. padding: 5px 10px;
  628. transition: all 0.3s ease-out;
  629. }
  630. .portfolioFilter a:hover {
  631. background-color: #6e8cd7;
  632. color: #ffffff;
  633. }
  634. .portfolioFilter a.current {
  635. background-color: #6e8cd7;
  636. color: #ffffff;
  637. }
  638. .thumb {
  639. background-color: #ffffff;
  640. border-radius: 3px;
  641. box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  642. margin-top: 30px;
  643. padding-bottom: 10px;
  644. padding-left: 10px;
  645. padding-right: 10px;
  646. padding-top: 10px;
  647. width: 100%;
  648. }
  649. .thumb-img {
  650. border-radius: 2px;
  651. overflow: hidden;
  652. width: 100%;
  653. }
  654. .gal-detail h4 {
  655. margin-top: 16px;
  656. }
  657. /* ==============
  658. Maintenance
  659. ===================*/
  660. .icon-main {
  661. font-size: 88px;
  662. margin-bottom: 50px;
  663. }
  664. .maintenance-page {
  665. margin: 10% 0%;
  666. }
  667. .mainten-box {
  668. margin-bottom: 30px;
  669. }
  670. .mainten-box .text-m-mode {
  671. margin: 0px auto;
  672. width: 80%;
  673. }
  674. .media-main a.pull-left {
  675. width: 100px;
  676. }
  677. .media-main .info {
  678. color: #000000;
  679. overflow: hidden;
  680. }
  681. .media-main .info h4 {
  682. margin-bottom: 5px;
  683. padding-top: 10px;
  684. }
  685. /* ==============
  686. Maps
  687. ===================*/
  688. .gmaps,
  689. .gmaps-panaroma {
  690. height: 300px;
  691. background: #eeeeee;
  692. border-radius: 3px;
  693. }
  694. .gmaps-overlay {
  695. display: block;
  696. text-align: center;
  697. color: #ffffff;
  698. font-size: 16px;
  699. line-height: 40px;
  700. background: #6e8cd7;
  701. border-radius: 4px;
  702. padding: 10px 20px;
  703. }
  704. .gmaps-overlay_arrow {
  705. left: 50%;
  706. margin-left: -16px;
  707. width: 0;
  708. height: 0;
  709. position: absolute;
  710. }
  711. .gmaps-overlay_arrow.above {
  712. bottom: -15px;
  713. border-left: 16px solid transparent;
  714. border-right: 16px solid transparent;
  715. border-top: 16px solid #6e8cd7;
  716. }
  717. .gmaps-overlay_arrow.below {
  718. top: -15px;
  719. border-left: 16px solid transparent;
  720. border-right: 16px solid transparent;
  721. border-bottom: 16px solid #6e8cd7;
  722. }
  723. /* ==============
  724. Account Pages
  725. ===================*/
  726. .wrapper-page {
  727. margin: 7.5% auto;
  728. width: 420px;
  729. }
  730. .panel-pages {
  731. border-radius: 6px;
  732. }
  733. .panel-pages .panel-body {
  734. padding: 30px;
  735. }
  736. .panel-pages .panel-heading {
  737. -moz-border-radius: 6px 6px 0px 0px;
  738. -webkit-border-radius: 6px 6px 0px 0px;
  739. border-radius: 6px 6px 0px 0px;
  740. padding: 40px 20px;
  741. position: relative;
  742. }
  743. .panel-pages .panel-heading h3 {
  744. position: relative;
  745. z-index: 999;
  746. }
  747. .user-thumb {
  748. margin-top: -44px;
  749. position: relative;
  750. z-index: 999;
  751. }
  752. .user-thumb img {
  753. height: 88px;
  754. margin: 0px auto;
  755. width: 88px;
  756. }
  757. .ex-page-content h1 {
  758. color: #252932;
  759. font-size: 98px;
  760. font-weight: 700;
  761. line-height: 150px;
  762. text-shadow: rgba(61, 61, 61, 0.3) 1px 1px, rgba(61, 61, 61, 0.2) 2px 2px, rgba(61, 61, 61, 0.3) 3px 3px;
  763. }