style.scss 27 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666
  1. @charset "UTF-8";
  2. /*custom font*/
  3. @import url(https://fonts.googleapis.com/css?family=Montserrat);
  4. @import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
  5. /*basic reset*/
  6. * {
  7. margin: 0;
  8. padding: 0;
  9. }
  10. $moblie: 767px;
  11. $desktop: 1025px;
  12. html {
  13. min-height: 100%;
  14. height: auto;
  15. /*Image only BG fallback*/
  16. /*background = gradient + image pattern combo*/
  17. /* background:
  18. linear-gradient(rgba(196, 102, 0, 0.6), rgba(155, 89, 182, 0.6)); */
  19. }
  20. body {
  21. font-family: "Montserrat", sans-serif;
  22. background-color: white;
  23. font-size: 1.05rem;
  24. }
  25. .ml {
  26. margin-left: 10px;
  27. }
  28. .mr {
  29. margin-right: 10px;
  30. }
  31. .mb {
  32. margin-bottom: 12px;
  33. }
  34. .top {
  35. margin-top: 20px;
  36. position: sticky;
  37. top: 0;
  38. left: 50%;
  39. z-index: 20;
  40. background-color: inherit;
  41. }
  42. .copy {
  43. cursor: pointer;
  44. }
  45. .navbar {
  46. background-color: white;
  47. .menu-bar {
  48. @media screen and(min-width:$desktop) {
  49. display: none;
  50. }
  51. }
  52. }
  53. .navbar-des {
  54. @media screen and(max-width:$moblie) {
  55. display: none;
  56. }
  57. }
  58. /* .imf {
  59. position: fixed;
  60. top: 0;
  61. left: 50%;
  62. transform: translateX(-50%);
  63. z-index: 3;
  64. } */
  65. .img_banner {
  66. background-image: url("images/banner_top1.jpg");
  67. background-repeat: no-repeat;
  68. background-size: contain;
  69. background-position: center;
  70. width: 100%;
  71. height: 65px;
  72. }
  73. /*form styles*/
  74. .img_logo {
  75. display: inline-block;
  76. margin: 0 auto;
  77. margin-bottom: 10px;
  78. }
  79. .title__block {
  80. display: flex;
  81. justify-content: center;
  82. align-items: center;
  83. margin: 0px auto;
  84. }
  85. .sub-logo {
  86. display: inline-block;
  87. font-weight: 700;
  88. font-size: 1.4rem;
  89. color: white;
  90. }
  91. .slogan {
  92. display: block;
  93. font-weight: 700;
  94. font-size: 1.2rem;
  95. color: white;
  96. }
  97. .notice_card {
  98. box-sizing: border-box;
  99. width: 80%;
  100. margin: 0 10%;
  101. margin-bottom: 1.5rem;
  102. background: white;
  103. border: 0 none;
  104. border-radius: 3px;
  105. box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  106. padding: 10px 20px;
  107. line-height: 1.5rem;
  108. }
  109. #myProgress {
  110. width: 100%;
  111. background-color: #ddd;
  112. }
  113. #myBar {
  114. width: 10%;
  115. height: 30px;
  116. background-color: #1c7ce0;
  117. text-align: center;
  118. line-height: 30px;
  119. color: white;
  120. }
  121. .go_title {
  122. color: white;
  123. font-family: "Montserrat", sans-serif;
  124. padding: 1rem;
  125. }
  126. .nav-list {
  127. color: white;
  128. margin-top: 1.5rem;
  129. }
  130. .nav-list-item {
  131. font-size: 1.2rem;
  132. cursor: pointer;
  133. position: relative;
  134. }
  135. .nav-list-item::after {
  136. content: " ";
  137. position: absolute;
  138. width: 100%;
  139. height: 100%;
  140. left: 0;
  141. top: 0;
  142. border-bottom: 1px solid white;
  143. opacity: 0;
  144. transition: all 0.4s;
  145. }
  146. .nav-list-item:hover::after {
  147. opacity: 1;
  148. }
  149. .loader {
  150. position: absolute;
  151. top: 30%;
  152. left: 45%;
  153. }
  154. .imgfr {
  155. width: 90px;
  156. height: 90px;
  157. border-radius: 50%;
  158. overflow: hidden;
  159. margin: 1rem auto 0 auto;
  160. }
  161. .card-title {
  162. font-family: "Montserrat", sans-serif;
  163. font-size: 1rem;
  164. }
  165. .strong {
  166. font-weight: 600;
  167. }
  168. .card {
  169. border: none;
  170. position: relative;
  171. }
  172. .card.active {
  173. border: 1px solid gray;
  174. }
  175. .card.active::before {
  176. position: absolute;
  177. content: "✓";
  178. bottom: 0;
  179. right: 5px;
  180. }
  181. .zoomin {
  182. display: none;
  183. position: absolute;
  184. bottom: 0;
  185. left: 0;
  186. }
  187. .script_err {
  188. display: none;
  189. }
  190. /* .history-modal {
  191. height: 80vh;
  192. }
  193. .history-modal .modal-content{
  194. height: 80vh;
  195. }
  196. .history-modal .modal-conten .modal-terms {
  197. height: 90%;
  198. overflow: scroll;
  199. } */
  200. .history {
  201. height: 75vh;
  202. overflow: scroll;
  203. }
  204. .historyList-item {
  205. padding: 1rem;
  206. display: block;
  207. width: 80%;
  208. margin: 1rem auto;
  209. border-radius: 10px;
  210. display: flex;
  211. font-size: 0.9rem;
  212. box-shadow: 1px 1px 4px 1px rgb(207, 207, 207);
  213. background-color: white;
  214. }
  215. .historyList-link {
  216. text-decoration: none;
  217. color: rgb(73, 73, 73);
  218. }
  219. .historyList-link:hover {
  220. color: rgb(124, 124, 124);
  221. }
  222. .listimg__fr {
  223. width: 50px;
  224. height: 50px;
  225. border-radius: 50%;
  226. overflow: hidden;
  227. margin: auto 0.5rem;
  228. }
  229. .listimg__fr img {
  230. width: 100%;
  231. height: 100%;
  232. }
  233. .content {
  234. width: calc(100% - 250px);
  235. }
  236. /*form styles*/
  237. #msform {
  238. max-width: 1000px;
  239. min-width: 370px;
  240. margin: 50px auto;
  241. margin-bottom: 20px;
  242. text-align: center;
  243. position: relative;
  244. }
  245. #msform fieldset {
  246. background: white;
  247. border: 0 none;
  248. border-radius: 3px;
  249. box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  250. padding: 20px 30px;
  251. box-sizing: border-box;
  252. width: 80%;
  253. margin: 3rem 10%;
  254. /*stacking fieldsets above each other*/
  255. position: relative;
  256. @media screen and(max-width:$moblie) {
  257. width: 90%;
  258. margin: 3rem auto;
  259. padding: 10px 15px;
  260. }
  261. }
  262. /*Hide all except first fieldset*/
  263. /*inputs*/
  264. #msform input[type="text"],
  265. #msform textarea,
  266. #msform input[type="email"] {
  267. padding: 15px;
  268. border: 1px solid #ccc;
  269. border-radius: 3px;
  270. margin-bottom: 16px;
  271. width: 100%;
  272. box-sizing: border-box;
  273. font-family: montserrat;
  274. color: #2c3e50;
  275. font-size: 14px;
  276. }
  277. /*buttons*/
  278. #msform .action-button {
  279. width: 100px;
  280. background: #1c7ce0;
  281. font-weight: bold;
  282. color: white;
  283. border: 0 none;
  284. border-radius: 1px;
  285. cursor: pointer;
  286. padding: 10px 5px;
  287. margin: 10px auto;
  288. display: block;
  289. }
  290. #msform .action-button:hover,
  291. #msform .action-button:focus {
  292. box-shadow: 0 0 0 2px white, 0 0 0 3px #1c7ce0;
  293. }
  294. #msform .next[disabled] {
  295. background-color: grey;
  296. }
  297. .draft-btn {
  298. padding: 10px 5px;
  299. background-color: rgb(209, 209, 209);
  300. display: inline-block;
  301. position: absolute;
  302. left: 1rem;
  303. bottom: 1rem;
  304. font-size: 1rem;
  305. transition: all 0.3s;
  306. cursor: pointer;
  307. &:hover {
  308. background-color: rgb(170, 170, 170);
  309. }
  310. }
  311. /*headings*/
  312. .fs-title {
  313. font-size: 15px;
  314. text-transform: uppercase;
  315. color: #2c3e50;
  316. margin-bottom: 10px;
  317. }
  318. .fs-subtitle {
  319. display: inline-block;
  320. font-weight: normal;
  321. font-size: 18px;
  322. color: #666;
  323. margin-bottom: 20px;
  324. padding-bottom: 3px;
  325. border-bottom: 2px solid #1c7ce0;
  326. margin-left: 2rem;
  327. margin-right: 2rem;
  328. }
  329. .fs-label {
  330. display: block;
  331. text-align: left;
  332. margin-bottom: 8px;
  333. }
  334. .fs-label > i {
  335. margin-right: 3px;
  336. }
  337. /*progressbar*/
  338. #progressbar {
  339. margin-bottom: 30px;
  340. overflow: hidden;
  341. /*CSS counters to number the steps*/
  342. counter-reset: step;
  343. }
  344. #progressbar li {
  345. list-style-type: none;
  346. color: black;
  347. text-transform: uppercase;
  348. font-size: 12px;
  349. width: 33.33%;
  350. float: left;
  351. position: relative;
  352. }
  353. #progressbar li:before {
  354. content: counter(step);
  355. counter-increment: step;
  356. width: 20px;
  357. line-height: 20px;
  358. display: block;
  359. font-size: 12px;
  360. color: #333;
  361. background: white;
  362. border-radius: 3px;
  363. margin: 0 auto 5px auto;
  364. }
  365. /*progressbar connectors*/
  366. #progressbar li:after {
  367. content: "";
  368. width: 100%;
  369. height: 2px;
  370. background: white;
  371. position: absolute;
  372. left: -50%;
  373. top: 9px;
  374. z-index: -1; /*put it behind the numbers*/
  375. }
  376. #progressbar li:first-child:after {
  377. /*connector not needed before the first step*/
  378. content: none;
  379. }
  380. /*marking active/completed steps green*/
  381. /*The number of the step and the connector before it = green*/
  382. #progressbar li.active:before,
  383. #progressbar li.active:after {
  384. background: #27ae60;
  385. color: white;
  386. }
  387. p.error-text {
  388. bottom: -23px;
  389. left: 24px;
  390. color: rgba(255, 0, 0, 0.7);
  391. font-size: 0.8em;
  392. margin-bottom: 0;
  393. }
  394. #term-error {
  395. color: rgba(255, 0, 0, 0.7);
  396. font-size: 0.8em;
  397. bottom: -23px;
  398. left: 24px;
  399. }
  400. select {
  401. padding: 15px;
  402. border: 1px solid #ccc;
  403. border-radius: 3px;
  404. margin-bottom: 10px;
  405. width: 100%;
  406. box-sizing: border-box;
  407. font-family: montserrat;
  408. color: #2c3e50;
  409. font-size: 13px;
  410. background-color: transparent;
  411. }
  412. .pl-0 {
  413. padding-left: 0;
  414. }
  415. .terms {
  416. font-size: 0.9rem;
  417. width: 95%;
  418. min-width: 250px;
  419. height: auto;
  420. overflow: scroll;
  421. margin-bottom: 1rem;
  422. margin-left: auto;
  423. margin-right: auto;
  424. border: 1px solid rgb(163, 163, 163);
  425. line-height: 1.5rem;
  426. }
  427. .term-link a {
  428. text-decoration: none;
  429. color: black;
  430. }
  431. .h2 {
  432. text-align: center;
  433. font-size: 1.2rem;
  434. font-weight: 500;
  435. margin-top: 2rem;
  436. }
  437. .left_align {
  438. font-size: 18px;
  439. text-align: left;
  440. }
  441. #overlay {
  442. position: fixed; /* Sit on top of the page content */
  443. display: none;
  444. width: 100%;
  445. height: 100%;
  446. top: 0;
  447. left: 0;
  448. right: 0;
  449. bottom: 0;
  450. background-color: rgba(0, 0, 0, 0.5);
  451. z-index: 2;
  452. cursor: pointer;
  453. }
  454. .thankyou {
  455. margin: auto;
  456. min-width: 350px;
  457. height: 250px;
  458. margin-top: 190px;
  459. background: #fff;
  460. padding: 15px 20px;
  461. line-height: 25px;
  462. border-radius: 4px;
  463. text-align: center;
  464. }
  465. .thankyou input {
  466. margin-top: 40px;
  467. }
  468. .thankyou h3 {
  469. font-size: 2rem;
  470. font-weight: 700;
  471. color: #21ba45;
  472. line-height: 2.5rem;
  473. margin-bottom: 1.5rem;
  474. }
  475. .check_button {
  476. display: none;
  477. }
  478. .fs-label-type {
  479. background: transparent;
  480. padding: 5px;
  481. border: 1px solid black;
  482. border-radius: 5px;
  483. display: inline-block;
  484. }
  485. .check_button:checked + .fs-label-type {
  486. background-color: #27ae60;
  487. color: white;
  488. padding: 5px;
  489. border: 1px solid #27ae60;
  490. border-radius: 5px;
  491. }
  492. #checker1,
  493. #checker2 {
  494. display: inline;
  495. }
  496. .fs-label-info {
  497. background: transparent;
  498. padding: 5px;
  499. border: 1px solid black;
  500. border-radius: 5px;
  501. display: inline-block;
  502. margin-bottom: 8px;
  503. }
  504. input[type="radio"] {
  505. display: none;
  506. }
  507. input[type="radio"]:checked + .fs-label-info {
  508. background-color: #27ae60;
  509. color: white;
  510. padding: 5px;
  511. border: 1px solid #27ae60;
  512. border-radius: 5px;
  513. }
  514. input[type="checkbox"]:checked + .fs-label-info {
  515. background-color: #27ae60;
  516. color: white;
  517. padding: 5px;
  518. border: 1px solid #27ae60;
  519. border-radius: 5px;
  520. }
  521. .btn-exit {
  522. padding: 0.5rem 0.75rem;
  523. background-color: transparent;
  524. border: 1px solid black;
  525. margin-top: 0.3rem;
  526. }
  527. .btn-term-exit {
  528. padding: 0.5rem 0.75rem;
  529. background-color: transparent;
  530. border: 1px solid black;
  531. margin-top: 0.3rem;
  532. display: block;
  533. margin-left: auto;
  534. margin-right: auto;
  535. margin-bottom: 2rem;
  536. }
  537. footer {
  538. padding: 2rem;
  539. padding-top: 0.5rem;
  540. }
  541. .footer {
  542. display: flex;
  543. justify-content: center;
  544. }
  545. .img_fr {
  546. width: 80%;
  547. max-width: 850px;
  548. min-width: 300px;
  549. height: 60px;
  550. object-fit: contain;
  551. object-position: center;
  552. }
  553. .img_fr img {
  554. width: 100%;
  555. height: 90%;
  556. }
  557. #msform #userid,
  558. #msform #area {
  559. height: 0;
  560. padding: 0;
  561. margin: 0;
  562. border: none;
  563. }
  564. #msform input[type="text"].error {
  565. border-color: red;
  566. }
  567. .modal-header {
  568. border-bottom: none;
  569. }
  570. .btn-dismiss {
  571. background: linear-gradient(90deg, #0162c8, #55e7fc);
  572. font-weight: bold;
  573. color: white;
  574. border: 0 none;
  575. border-radius: 20px;
  576. cursor: pointer;
  577. padding: 10px 35px;
  578. margin: 10px auto;
  579. display: block;
  580. }
  581. #avatarmega .modal-content {
  582. background-color: transparent;
  583. border: none;
  584. }
  585. #avatarmega .modal-title {
  586. color: white;
  587. }
  588. #avatarmega .modal-header {
  589. position: absolute;
  590. top: -0.5rem;
  591. right: 1.5rem;
  592. }
  593. .linker__box {
  594. padding: 0.5rem 1rem;
  595. border-radius: 1rem;
  596. box-shadow: 1px 1px 5px 1px rgb(201, 201, 201);
  597. width: max-content;
  598. margin: 0 auto;
  599. display: none;
  600. }
  601. .linker__box p {
  602. margin-bottom: 0;
  603. color: gray;
  604. }
  605. .linker__box i {
  606. color: gray;
  607. position: relative;
  608. }
  609. .linker__box i::after {
  610. position: absolute;
  611. content: " ";
  612. right: -5px;
  613. top: -10%;
  614. border-right: 2px solid rgb(163, 163, 163);
  615. width: 1px;
  616. height: 120%;
  617. }
  618. .item_imgfr {
  619. width: 15%;
  620. height: 50px;
  621. border-radius: 50%;
  622. overflow: hidden;
  623. margin: auto 0.5rem;
  624. }
  625. .item_imgfr img {
  626. height: 100%;
  627. width: 100%;
  628. }
  629. .content-box {
  630. width: 75%;
  631. }
  632. .box-title {
  633. margin-bottom: 0.2rem;
  634. cursor: pointer;
  635. }
  636. .box-title:hover {
  637. color: grey;
  638. text-decoration: underline;
  639. }
  640. .box-link {
  641. cursor: pointer;
  642. }
  643. .img_uploader {
  644. display: none;
  645. }
  646. #msform input[type="text"].imgsrc {
  647. width: calc(100% - 8rem);
  648. margin-right: 5px;
  649. @media screen and(max-width:$moblie) {
  650. margin-right: 15px;
  651. }
  652. }
  653. .upload-btn {
  654. display: inline-block;
  655. width: 6rem;
  656. background-color: #75a7dd;
  657. color: white;
  658. padding: 0.4rem 0.5rem;
  659. font-size: 0.9rem;
  660. border-radius: 3px;
  661. transition: all 0.3s;
  662. cursor: pointer;
  663. }
  664. .upload-btn img {
  665. width: 30px;
  666. height: 30px;
  667. }
  668. .upload-btn:hover {
  669. background-color: #3b86d6;
  670. }
  671. .add,
  672. .add-subline,
  673. .addimg {
  674. cursor: pointer;
  675. display: inline-block;
  676. width: 2rem;
  677. height: 2rem;
  678. background-color: #67abf3;
  679. font-size: 1.2rem;
  680. color: white;
  681. border-radius: 50%;
  682. transition: all 0.3s;
  683. }
  684. .add:hover,
  685. .add-subline:hover,
  686. .addimg:hover {
  687. background-color: #398ee9;
  688. }
  689. body {
  690. font-family: "Lato", sans-serif;
  691. }
  692. #mySidenav::-webkit-scrollbar-track {
  693. -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  694. border-radius: 10px;
  695. background-color: #f5f5f5;
  696. }
  697. #mySidenav::-webkit-scrollbar {
  698. width: 12px;
  699. background-color: #f5f5f5;
  700. display: none;
  701. }
  702. #mySidenav::-webkit-scrollbar:hover {
  703. display: block;
  704. }
  705. #mySidenav::-webkit-scrollbar-thumb {
  706. border-radius: 10px;
  707. -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  708. background-color: #aaa;
  709. }
  710. // .sidenav {
  711. // height: 100%;
  712. // width: 250px;
  713. // position: fixed;
  714. // z-index: 1;
  715. // top: 0;
  716. // left: 0;
  717. // background: linear-gradient(to bottom, #1c7ce0, #150051);
  718. // overflow-x: hidden;
  719. // transition: 0.5s;
  720. // }
  721. .sidenav a {
  722. text-decoration: none;
  723. font-size: 25px;
  724. color: #818181;
  725. display: block;
  726. transition: 0.3s;
  727. }
  728. .sidenav a:hover {
  729. color: #f1f1f1;
  730. }
  731. .sidenav .closebtn {
  732. position: absolute;
  733. top: 0;
  734. right: 25px;
  735. font-size: 36px;
  736. margin-left: 50px;
  737. }
  738. .container-login {
  739. width: 100vw;
  740. height: 100vh;
  741. display: grid;
  742. grid-template-columns: repeat(2, 1fr);
  743. grid-gap: 7rem;
  744. padding: 0rem;
  745. }
  746. .navbar-nav button {
  747. background: white;
  748. border: none;
  749. outline: none;
  750. }
  751. .img-wave {
  752. position: fixed;
  753. bottom: 0;
  754. left: 0;
  755. height: 100%;
  756. z-index: -1;
  757. }
  758. .img-wave-profile {
  759. height: 80%;
  760. }
  761. .row-img {
  762. position: relative;
  763. display: flex;
  764. justify-content: center;
  765. align-items: center;
  766. background-image: linear-gradient(to right bottom, rgba(#10448e, 0.7), rgba(#10448e, 0.7));
  767. background-size: cover;
  768. background-position: center;
  769. overflow: hidden;
  770. .video {
  771. height: 100%;
  772. z-index: -1;
  773. position: absolute;
  774. left: -10%;
  775. top: 0;
  776. }
  777. .row-img-box {
  778. color: white;
  779. }
  780. .row-img-txt {
  781. position: absolute;
  782. bottom: 2rem;
  783. color: white;
  784. left: 2rem;
  785. font-size: 1.3rem;
  786. }
  787. }
  788. .row-login {
  789. display: flex;
  790. justify-content: flex-start;
  791. align-items: center;
  792. text-align: center;
  793. position: relative;
  794. @media screen and(max-width:$moblie) {
  795. align-items:start;
  796. margin-top: 50px;
  797. }
  798. .title {
  799. position: relative;
  800. color: #052859;
  801. &::after {
  802. position: absolute;
  803. content: "";
  804. left: 45%;
  805. top: 20%;
  806. width: 10%;
  807. height: 100%;
  808. border-bottom: 4px solid #052859;
  809. }
  810. }
  811. .login-top {
  812. position: absolute;
  813. right: 1rem;
  814. top: 1rem;
  815. .navbar-nav {
  816. flex-direction: row;
  817. .nav-item {
  818. margin: 0 0.5rem;
  819. a {
  820. color: black;
  821. }
  822. }
  823. }
  824. }
  825. }
  826. .login-content {
  827. width: 80%;
  828. min-width: 350px;
  829. box-shadow: 0 0 12px 5px rgb(221, 221, 221);
  830. padding: 1.5rem;
  831. border-radius: 2rem;
  832. }
  833. .link_privacy {
  834. color: black;
  835. }
  836. .login-content img {
  837. height: 80px;
  838. }
  839. .row-img img {
  840. width: 450px;
  841. }
  842. .login-content .form-floating input {
  843. border: none;
  844. border-bottom: 2px solid #d9d9d9;
  845. border-radius: 0;
  846. }
  847. .login-content .form-floating input:focus {
  848. box-shadow: none;
  849. }
  850. .login-content #btn_login {
  851. background: linear-gradient(90deg, #0162c8, #55e7fc);
  852. font-weight: bold;
  853. color: white;
  854. border: 0 none;
  855. border-radius: 40px;
  856. cursor: pointer;
  857. padding: 10px 50px;
  858. margin: 10px auto;
  859. display: block;
  860. }
  861. .login-content #btn_login:hover {
  862. box-shadow: 0 0 0 2px white, 0 0 0 3px #1c7ce0;
  863. }
  864. .login-content .btn-register {
  865. background: linear-gradient(90deg, #0162c8, #55e7fc);
  866. font-weight: bold;
  867. color: white;
  868. border: 0 none;
  869. border-radius: 40px;
  870. cursor: pointer;
  871. padding: 10px 50px;
  872. margin: 10px auto;
  873. display: block;
  874. }
  875. .login-content .btn-register:hover {
  876. box-shadow: 0 0 0 2px white, 0 0 0 3px #1c7ce0;
  877. }
  878. .login-content .nav-tabs {
  879. border-bottom: none;
  880. }
  881. .login-content .nav {
  882. flex-direction: column;
  883. align-items: center;
  884. }
  885. .login-content .nav-tabs .nav-link {
  886. color: grey;
  887. }
  888. .login-content .nav-tabs .nav-link.active {
  889. border-color: #fff;
  890. text-transform: uppercase;
  891. color: black;
  892. }
  893. .navbar .btn-gocreate {
  894. background: linear-gradient(90deg, #0162c8, #55e7fc);
  895. color: white;
  896. border: 0 none;
  897. border-radius: 40px;
  898. cursor: pointer;
  899. padding: 10px 50px;
  900. }
  901. .container-bg {
  902. position: absolute;
  903. width: 600px;
  904. height: 400px;
  905. right: 0;
  906. bottom: 0;
  907. z-index: -1;
  908. }
  909. .container-profile .card-profile {
  910. margin-top: 4rem;
  911. border-radius: 10px;
  912. padding: 2rem;
  913. text-align: center;
  914. box-shadow: 0px 0px 20px 1px rgb(180, 180, 180);
  915. }
  916. .container-profile .card-profile img {
  917. width: 120px;
  918. margin: 1rem auto;
  919. }
  920. .card-profile-txt {
  921. color: rgb(109, 109, 109);
  922. font-size: 1.2rem;
  923. font-weight: 500;
  924. }
  925. .card-profile-cnt {
  926. font-size: 1.5rem;
  927. font-weight: 700;
  928. }
  929. @media screen and (max-width: 900px) {
  930. .container-login {
  931. grid-template-columns: 1fr;
  932. }
  933. .row-img {
  934. display: none;
  935. }
  936. .img-wave {
  937. display: none;
  938. }
  939. .row-login {
  940. justify-content: center;
  941. }
  942. .container-bg {
  943. width: 400px;
  944. height: 300px;
  945. right: 0;
  946. bottom: 0;
  947. }
  948. }
  949. @media screen and (max-height: 450px) {
  950. .sidenav {
  951. padding-top: 15px;
  952. }
  953. .sidenav a {
  954. font-size: 18px;
  955. }
  956. }
  957. /* Pricing */
  958. .pricingTable {
  959. background: #fff;
  960. font-family: "Open Sans", sans-serif;
  961. text-align: center;
  962. padding: 30px 15px 15px;
  963. border-radius: 25px;
  964. overflow: hidden;
  965. position: relative;
  966. z-index: 1;
  967. }
  968. .pricingTable:before,
  969. .pricingTable:after {
  970. content: "";
  971. background: linear-gradient(-45deg, #5a98fb, #5a98fb, #3f64fa, #3f64fa);
  972. height: 170px;
  973. width: 150%;
  974. outline: 5px solid #fff;
  975. outline-offset: -10px;
  976. opacity: 0.9;
  977. transform: translateX(-50%) rotate(7deg);
  978. position: absolute;
  979. left: 50%;
  980. top: -65px;
  981. z-index: -1;
  982. }
  983. .pricingTable:after {
  984. height: 250px;
  985. transform: translateX(-50%) rotate(-20deg) rotateX(180deg);
  986. top: auto;
  987. bottom: -150px;
  988. }
  989. .pricingTable .pricingTable-header {
  990. color: #fff;
  991. margin: 0 0 75px;
  992. }
  993. .pricingTable .title {
  994. font-size: 40px;
  995. font-weight: 700;
  996. text-transform: uppercase;
  997. letter-spacing: 1px;
  998. margin: 0;
  999. @media screen and(max-width:767px) {
  1000. font-size: 30px;
  1001. }
  1002. }
  1003. .pricingTable .pricing-content {
  1004. text-align: left;
  1005. padding: 0;
  1006. margin: 0 0 10px;
  1007. display: inline-block;
  1008. }
  1009. .pricingTable .pricing-content li {
  1010. color: #333;
  1011. font-size: 17px;
  1012. font-weight: 500;
  1013. line-height: 22px;
  1014. text-transform: uppercase;
  1015. padding: 0 40px 0 0;
  1016. margin: 0 0 15px;
  1017. list-style-position: inside;
  1018. position: relative;
  1019. }
  1020. .pricingTable .pricing-content li:after {
  1021. content: "\f00c";
  1022. color: #e58e26;
  1023. font-family: "Font Awesome 5 Free";
  1024. font-size: 18px;
  1025. font-weight: 900;
  1026. position: absolute;
  1027. top: 0;
  1028. right: 0;
  1029. }
  1030. .pricingTable .pricing-content li.disable:after {
  1031. content: "\f00d";
  1032. }
  1033. .pricingTable .price-value {
  1034. margin: 0 0 15px;
  1035. }
  1036. .pricingTable .price-title {
  1037. color: #c70039;
  1038. font-size: 30px;
  1039. text-align: left;
  1040. text-transform: uppercase;
  1041. line-height: 30px;
  1042. width: calc(100% - 130px);
  1043. padding: 15px 0 0;
  1044. display: inline-block;
  1045. }
  1046. .pricingTable .price-title b {
  1047. display: block;
  1048. }
  1049. .pricingTable .price-amount {
  1050. color: #3f64fa;
  1051. background: #fff;
  1052. font-size: 30px;
  1053. font-weight: 700;
  1054. line-height: 30px;
  1055. width: 120px;
  1056. height: 120px;
  1057. padding: 33px 10px 10px;
  1058. display: inline-block;
  1059. vertical-align: top;
  1060. clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
  1061. position: relative;
  1062. z-index: 1;
  1063. }
  1064. .pricingTable .price-amount:before,
  1065. .pricingTable .price-amount:after {
  1066. content: "";
  1067. background: linear-gradient(-45deg, #5a98fb, #5a98fb, #3f64fa, #3f64fa);
  1068. width: calc(100% - 12px);
  1069. height: calc(100% - 12px);
  1070. transform: translateX(-50%) translateY(-50%);
  1071. position: absolute;
  1072. top: 50%;
  1073. left: 50%;
  1074. z-index: -1;
  1075. clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
  1076. }
  1077. .pricingTable .price-amount:after {
  1078. background: #fff;
  1079. width: calc(100% - 16px);
  1080. height: calc(100% - 16px);
  1081. }
  1082. .pricingTable .price-amount .duration {
  1083. font-size: 16px;
  1084. font-weight: 600;
  1085. text-transform: capitalize;
  1086. display: block;
  1087. }
  1088. .pricingTable .pricingTable-signup a {
  1089. color: #fff;
  1090. font-size: 20px;
  1091. font-weight: 700;
  1092. letter-spacing: 2px;
  1093. text-transform: uppercase;
  1094. padding: 10px 20px;
  1095. border: 2px solid #fff;
  1096. border-radius: 50px;
  1097. display: inline-block;
  1098. transition: all 0.3s;
  1099. }
  1100. .pricingTable .pricingTable-signup a:hover {
  1101. text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.5);
  1102. box-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
  1103. }
  1104. .pricingTable.green:before,
  1105. .pricingTable.green:after,
  1106. .pricingTable.green .price-amount:before {
  1107. background: linear-gradient(-45deg, #76d243, #76d243, #109739, #109739);
  1108. }
  1109. .pricingTable.green .price-amount {
  1110. color: #109739;
  1111. }
  1112. .pricingTable.pink:before,
  1113. .pricingTable.pink:after,
  1114. .pricingTable.pink .price-amount:before {
  1115. background: linear-gradient(-45deg, #e969a6, #e969a6, #ed2e96, #ed2e96);
  1116. }
  1117. .pricingTable.pink .price-amount {
  1118. color: #ed2e96;
  1119. }
  1120. @media only screen and (max-width: 990px) {
  1121. .pricingTable {
  1122. margin: 0 0 40px;
  1123. }
  1124. }
  1125. // new user_profile
  1126. .profile-bgimg {
  1127. @media screen and(max-width:$moblie) {
  1128. width: 100%;
  1129. height: 300px;
  1130. object-fit: cover;
  1131. display: none;
  1132. }
  1133. }
  1134. .profile-bgimg-m {
  1135. @media screen and(min-width:$desktop) {
  1136. display: none;
  1137. }
  1138. }
  1139. .navbar {
  1140. background: none !important;
  1141. }
  1142. .arrowdoup {
  1143. transform: rotate(180deg);
  1144. }
  1145. .arrowdown {
  1146. cursor: pointer;
  1147. }
  1148. .userprofile {
  1149. position: relative;
  1150. top: -80px;
  1151. z-index: 20;
  1152. @media screen and(max-width:$moblie) {
  1153. top: 10px;
  1154. z-index: 0;
  1155. }
  1156. .userprofile-content {
  1157. width: 83vw;
  1158. @media screen and(max-width:$moblie) {
  1159. width: 95vw;
  1160. }
  1161. .user-information {
  1162. .information {
  1163. width: 50%;
  1164. margin: 0 auto;
  1165. @media screen and(max-width:$moblie) {
  1166. width: 100%;
  1167. }
  1168. h1 {
  1169. color: #707070;
  1170. font-size: 56px;
  1171. }
  1172. .share {
  1173. font-size: 16px;
  1174. .facebook {
  1175. @media screen and(max-width:$moblie) {
  1176. left: 15px;
  1177. top: 1px;
  1178. }
  1179. }
  1180. a {
  1181. text-decoration: none;
  1182. color: #183790;
  1183. }
  1184. }
  1185. }
  1186. .card {
  1187. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  1188. border-radius: 15px;
  1189. }
  1190. .check-history {
  1191. cursor: pointer;
  1192. }
  1193. .historical-record {
  1194. th {
  1195. border-bottom: none !important;
  1196. color: #183790;
  1197. font-weight: 900;
  1198. }
  1199. td {
  1200. font-size: 15px;
  1201. }
  1202. }
  1203. .draft {
  1204. color: #183790;
  1205. font-weight: 900;
  1206. }
  1207. .draft-table {
  1208. th {
  1209. border-bottom: none !important;
  1210. color: #183790;
  1211. font-weight: 900;
  1212. }
  1213. .draft-content {
  1214. &-icon {
  1215. cursor: pointer;
  1216. }
  1217. }
  1218. }
  1219. }
  1220. }
  1221. }
  1222. // 側邊欄選單
  1223. .sidenav {
  1224. width: 250px;
  1225. position: fixed;
  1226. height: 100%;
  1227. z-index: 50;
  1228. top: 0;
  1229. overflow-x: hidden;
  1230. transition: 0.5s;
  1231. text-align: center;
  1232. background: linear-gradient(to bottom, #1c7ce0, #150051);
  1233. @media screen and(min-width:$desktop) {
  1234. left: 0;
  1235. }
  1236. @media screen and(max-width:767px) {
  1237. display: none;
  1238. right: 0px;
  1239. }
  1240. .sidenav-content {
  1241. // @media only screen and (min-width: 1439px) {
  1242. // transform: scale(1);
  1243. // }
  1244. // @media only screen and (max-width: 1280px) {
  1245. // margin-top: -50px;
  1246. // transform: scale(0.85);
  1247. // }
  1248. .close-btn {
  1249. @media screen and(min-width:$desktop) {
  1250. opacity: 0;
  1251. }
  1252. }
  1253. .Mobile-nav {
  1254. @media screen and(min-width:$desktop) {
  1255. display: none;
  1256. }
  1257. }
  1258. .choozmologo {
  1259. @media screen and(max-width:$moblie) {
  1260. margin-top: 10px;
  1261. }
  1262. }
  1263. .reply {
  1264. margin-left: 70px;
  1265. @media screen and(min-width:$desktop) {
  1266. display: none;
  1267. }
  1268. }
  1269. }
  1270. hr {
  1271. background: #fff;
  1272. opacity: 1 !important;
  1273. height: 1px;
  1274. width: 85%;
  1275. margin: 15px auto;
  1276. }
  1277. .sidebar {
  1278. width: 80%;
  1279. margin: 0 auto;
  1280. }
  1281. .user {
  1282. object-fit: cover;
  1283. width: 8vw;
  1284. @media screen and(max-width:767px) {
  1285. width: 20vw;
  1286. }
  1287. }
  1288. .user-name {
  1289. font-size: 1.5rem;
  1290. }
  1291. .navbar-nav {
  1292. flex-direction: row;
  1293. .btn-gocreate {
  1294. font-size: 1.7vmin;
  1295. background: linear-gradient(90deg, #0162c8, #55e7fc);
  1296. // background:#31426C;
  1297. color: white;
  1298. border: 0 none;
  1299. border-radius: 10px;
  1300. cursor: pointer;
  1301. margin: 10px 3px;
  1302. display: inline;
  1303. @media screen and(max-width:$moblie) {
  1304. font-size: 3.5vmin;
  1305. }
  1306. }
  1307. .active {
  1308. background: linear-gradient(90deg, #0162c8, #55e7fc);
  1309. }
  1310. }
  1311. a {
  1312. text-decoration: none;
  1313. font-size: 32px;
  1314. color: #f1f1f1;
  1315. display: block;
  1316. transition: 0.3s;
  1317. &:hover {
  1318. color: #818181;
  1319. }
  1320. }
  1321. .sidenav .closebtn {
  1322. position: absolute;
  1323. top: 0;
  1324. right: 25px;
  1325. font-size: 36px;
  1326. margin-left: 50px;
  1327. }
  1328. .nav-list {
  1329. color: white;
  1330. list-style: none;
  1331. text-align: center;
  1332. .nav-list-item {
  1333. font-size: 18px;
  1334. cursor: pointer;
  1335. position: relative;
  1336. }
  1337. .nav-list-item::after {
  1338. content: " ";
  1339. position: absolute;
  1340. width: 50%;
  1341. height: 100%;
  1342. left: 25%;
  1343. top: 5px;
  1344. border-bottom: 1px solid white;
  1345. opacity: 0;
  1346. transition: all 0.4s;
  1347. }
  1348. .nav-list-item:hover::after {
  1349. opacity: 1;
  1350. }
  1351. }
  1352. .right-text {
  1353. padding-top: 150px;
  1354. // position: absolute;
  1355. // bottom: 0;
  1356. // left: 0;
  1357. color: #fff;
  1358. @media screen and(max-width:$moblie) {
  1359. padding-top: 50px;
  1360. }
  1361. @media only screen and (max-width: 1280px) {
  1362. // left: 10px;
  1363. }
  1364. a {
  1365. font-size: 16px;
  1366. display: inline;
  1367. margin: 2px;
  1368. img {
  1369. filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(102deg) brightness(102%) contrast(101%);
  1370. }
  1371. }
  1372. p {
  1373. @media only screen and (max-width: 1280px) {
  1374. font-size: 16px;
  1375. }
  1376. }
  1377. }
  1378. }
  1379. // 首頁價格介紹
  1380. .price-int {
  1381. padding-bottom: 10vw;
  1382. .price-content {
  1383. width: 80vw;
  1384. @media screen and(max-width:767px) {
  1385. width: 90vw;
  1386. }
  1387. h1 {
  1388. text-align: center;
  1389. font-weight: 900;
  1390. font-size: 2rem;
  1391. }
  1392. .price-content-1 {
  1393. margin-top: 50px;
  1394. h2 {
  1395. margin-top: 15px;
  1396. font-weight: 600;
  1397. font-size: 1.3rem;
  1398. @media screen and(max-width:767px) {
  1399. font-size: 5.5vmin;
  1400. }
  1401. }
  1402. ul {
  1403. text-align: left;
  1404. li {
  1405. list-style-type: disc;
  1406. @media screen and(max-width:767px) {
  1407. font-size: 4.5vmin;
  1408. }
  1409. }
  1410. }
  1411. .price-text {
  1412. padding-left: 80px;
  1413. }
  1414. }
  1415. .get-started {
  1416. border: none;
  1417. border-radius: 3rem;
  1418. padding: 1rem 2.5rem;
  1419. background: linear-gradient(20deg, #ea5413, #920783);
  1420. color: #fff;
  1421. font-size: 1.2rem;
  1422. font-weight: 900;
  1423. }
  1424. p {
  1425. font-size: 24px;
  1426. }
  1427. }
  1428. }
  1429. .register_btn {
  1430. @media screen and(min-width:$desktop) {
  1431. display: none;
  1432. }
  1433. }
  1434. .register_text {
  1435. @media screen and(max-width:$moblie) {
  1436. display: none;
  1437. }
  1438. }
  1439. // 頁尾
  1440. .footer {
  1441. background-color: #f0f0f0;
  1442. padding: 3rem;
  1443. padding-left: 13rem;
  1444. @media screen and(max-width:767px) {
  1445. padding: 0.5rem;
  1446. text-align: center;
  1447. padding-top: 3rem;
  1448. padding-left: 0;
  1449. }
  1450. h5 {
  1451. font-size: 16px;
  1452. font-weight: 700;
  1453. color: #555555;
  1454. }
  1455. }
  1456. .footer .row {
  1457. display: flex;
  1458. align-items: center;
  1459. }
  1460. .footer .footer-aigirl {
  1461. font-weight: 600;
  1462. font-size: 1.5rem;
  1463. margin-top: 1rem;
  1464. margin-bottom: 2.5rem;
  1465. color: #555555;
  1466. @media screen and(max-width:767px) {
  1467. font-size: 1.3rem;
  1468. margin-bottom: 2rem;
  1469. }
  1470. }
  1471. .footer .footer-follow {
  1472. font-size: 1rem;
  1473. margin-bottom: 1rem;
  1474. }
  1475. .footer-socials {
  1476. @media screen and(max-width:767px) {
  1477. margin-bottom: 2rem;
  1478. }
  1479. }
  1480. .footer .footer-socials a {
  1481. margin-right: 5px;
  1482. @media screen and(max-width:767px) {
  1483. margin-right: 10px;
  1484. }
  1485. }
  1486. .footer-contacts {
  1487. @media screen and(max-width:767px) {
  1488. font-size: 14px;
  1489. }
  1490. }
  1491. // 登入頁面
  1492. // 行動版彈跳式選單
  1493. .menu-box {
  1494. width: 40vw;
  1495. right: 0px;
  1496. position: fixed;
  1497. z-index: 20;
  1498. overflow: hidden;
  1499. display: none;
  1500. @media screen and(min-width:$desktop) {
  1501. display: none;
  1502. }
  1503. .menu-box2 {
  1504. padding-bottom: 5vw;
  1505. position: relative;
  1506. width: 40vw;
  1507. background: linear-gradient(to bottom, #1c7ce0, #150051);
  1508. z-index: 7;
  1509. text-align: center;
  1510. a {
  1511. display: inline-block;
  1512. text-decoration: none;
  1513. color: #fff;
  1514. font-size: 18px;
  1515. text-align: center;
  1516. }
  1517. }
  1518. }