style.scss 26 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621
  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,.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. .title {
  795. position: relative;
  796. color: #052859;
  797. &::after {
  798. position: absolute;
  799. content: "";
  800. left: 45%;
  801. top: 20%;
  802. width: 10%;
  803. height: 100%;
  804. border-bottom: 4px solid #052859;
  805. }
  806. }
  807. .login-top {
  808. position: absolute;
  809. right: 1rem;
  810. top: 1rem;
  811. .navbar-nav {
  812. flex-direction: row;
  813. .nav-item {
  814. margin: 0 0.5rem;
  815. a {
  816. color: black;
  817. }
  818. }
  819. }
  820. }
  821. }
  822. .login-content {
  823. width: 80%;
  824. min-width: 350px;
  825. box-shadow: 0 0 12px 5px rgb(221, 221, 221);
  826. padding: 1.5rem;
  827. border-radius: 2rem;
  828. }
  829. .link_privacy {
  830. color: black;
  831. }
  832. .login-content img {
  833. height: 80px;
  834. }
  835. .row-img img {
  836. width: 450px;
  837. }
  838. .login-content .form-floating input {
  839. border: none;
  840. border-bottom: 2px solid #d9d9d9;
  841. border-radius: 0;
  842. }
  843. .login-content .form-floating input:focus {
  844. box-shadow: none;
  845. }
  846. .login-content #btn_login {
  847. background: linear-gradient(90deg, #0162c8, #55e7fc);
  848. font-weight: bold;
  849. color: white;
  850. border: 0 none;
  851. border-radius: 40px;
  852. cursor: pointer;
  853. padding: 10px 50px;
  854. margin: 10px auto;
  855. display: block;
  856. }
  857. .login-content #btn_login:hover {
  858. box-shadow: 0 0 0 2px white, 0 0 0 3px #1c7ce0;
  859. }
  860. .login-content .btn-register {
  861. background: linear-gradient(90deg, #0162c8, #55e7fc);
  862. font-weight: bold;
  863. color: white;
  864. border: 0 none;
  865. border-radius: 40px;
  866. cursor: pointer;
  867. padding: 10px 50px;
  868. margin: 10px auto;
  869. display: block;
  870. }
  871. .login-content .btn-register:hover {
  872. box-shadow: 0 0 0 2px white, 0 0 0 3px #1c7ce0;
  873. }
  874. .login-content .nav-tabs {
  875. border-bottom: none;
  876. }
  877. .login-content .nav {
  878. flex-direction: column;
  879. align-items: center;
  880. }
  881. .login-content .nav-tabs .nav-link {
  882. color: grey;
  883. }
  884. .login-content .nav-tabs .nav-link.active {
  885. border-color: #fff;
  886. text-transform: uppercase;
  887. color: black;
  888. }
  889. .navbar .btn-gocreate {
  890. background: linear-gradient(90deg, #0162c8, #55e7fc);
  891. color: white;
  892. border: 0 none;
  893. border-radius: 40px;
  894. cursor: pointer;
  895. padding: 10px 50px;
  896. }
  897. .container-bg {
  898. position: absolute;
  899. width: 600px;
  900. height: 400px;
  901. right: 0;
  902. bottom: 0;
  903. z-index: -1;
  904. }
  905. .container-profile .card-profile {
  906. margin-top: 4rem;
  907. border-radius: 10px;
  908. padding: 2rem;
  909. text-align: center;
  910. box-shadow: 0px 0px 20px 1px rgb(180, 180, 180);
  911. }
  912. .container-profile .card-profile img {
  913. width: 120px;
  914. margin: 1rem auto;
  915. }
  916. .card-profile-txt {
  917. color: rgb(109, 109, 109);
  918. font-size: 1.2rem;
  919. font-weight: 500;
  920. }
  921. .card-profile-cnt {
  922. font-size: 1.5rem;
  923. font-weight: 700;
  924. }
  925. @media screen and (max-width: 900px) {
  926. .container-login {
  927. grid-template-columns: 1fr;
  928. }
  929. .row-img {
  930. display: none;
  931. }
  932. .img-wave {
  933. display: none;
  934. }
  935. .row-login {
  936. justify-content: center;
  937. }
  938. .container-bg {
  939. width: 400px;
  940. height: 300px;
  941. right: 0;
  942. bottom: 0;
  943. }
  944. }
  945. @media screen and (max-height: 450px) {
  946. .sidenav {
  947. padding-top: 15px;
  948. }
  949. .sidenav a {
  950. font-size: 18px;
  951. }
  952. }
  953. /* Pricing */
  954. .pricingTable {
  955. background: #fff;
  956. font-family: "Open Sans", sans-serif;
  957. text-align: center;
  958. padding: 30px 15px 15px;
  959. border-radius: 25px;
  960. overflow: hidden;
  961. position: relative;
  962. z-index: 1;
  963. }
  964. .pricingTable:before,
  965. .pricingTable:after {
  966. content: "";
  967. background: linear-gradient(-45deg, #5a98fb, #5a98fb, #3f64fa, #3f64fa);
  968. height: 170px;
  969. width: 150%;
  970. outline: 5px solid #fff;
  971. outline-offset: -10px;
  972. opacity: 0.9;
  973. transform: translateX(-50%) rotate(7deg);
  974. position: absolute;
  975. left: 50%;
  976. top: -65px;
  977. z-index: -1;
  978. }
  979. .pricingTable:after {
  980. height: 250px;
  981. transform: translateX(-50%) rotate(-20deg) rotateX(180deg);
  982. top: auto;
  983. bottom: -150px;
  984. }
  985. .pricingTable .pricingTable-header {
  986. color: #fff;
  987. margin: 0 0 75px;
  988. }
  989. .pricingTable .title {
  990. font-size: 40px;
  991. font-weight: 700;
  992. text-transform: uppercase;
  993. letter-spacing: 1px;
  994. margin: 0;
  995. @media screen and(max-width:767px) {
  996. font-size: 30px;
  997. }
  998. }
  999. .pricingTable .pricing-content {
  1000. text-align: left;
  1001. padding: 0;
  1002. margin: 0 0 10px;
  1003. display: inline-block;
  1004. }
  1005. .pricingTable .pricing-content li {
  1006. color: #333;
  1007. font-size: 17px;
  1008. font-weight: 500;
  1009. line-height: 22px;
  1010. text-transform: uppercase;
  1011. padding: 0 40px 0 0;
  1012. margin: 0 0 15px;
  1013. list-style-position: inside;
  1014. position: relative;
  1015. }
  1016. .pricingTable .pricing-content li:after {
  1017. content: "\f00c";
  1018. color: #e58e26;
  1019. font-family: "Font Awesome 5 Free";
  1020. font-size: 18px;
  1021. font-weight: 900;
  1022. position: absolute;
  1023. top: 0;
  1024. right: 0;
  1025. }
  1026. .pricingTable .pricing-content li.disable:after {
  1027. content: "\f00d";
  1028. }
  1029. .pricingTable .price-value {
  1030. margin: 0 0 15px;
  1031. }
  1032. .pricingTable .price-title {
  1033. color: #c70039;
  1034. font-size: 30px;
  1035. text-align: left;
  1036. text-transform: uppercase;
  1037. line-height: 30px;
  1038. width: calc(100% - 130px);
  1039. padding: 15px 0 0;
  1040. display: inline-block;
  1041. }
  1042. .pricingTable .price-title b {
  1043. display: block;
  1044. }
  1045. .pricingTable .price-amount {
  1046. color: #3f64fa;
  1047. background: #fff;
  1048. font-size: 30px;
  1049. font-weight: 700;
  1050. line-height: 30px;
  1051. width: 120px;
  1052. height: 120px;
  1053. padding: 33px 10px 10px;
  1054. display: inline-block;
  1055. vertical-align: top;
  1056. clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
  1057. position: relative;
  1058. z-index: 1;
  1059. }
  1060. .pricingTable .price-amount:before,
  1061. .pricingTable .price-amount:after {
  1062. content: "";
  1063. background: linear-gradient(-45deg, #5a98fb, #5a98fb, #3f64fa, #3f64fa);
  1064. width: calc(100% - 12px);
  1065. height: calc(100% - 12px);
  1066. transform: translateX(-50%) translateY(-50%);
  1067. position: absolute;
  1068. top: 50%;
  1069. left: 50%;
  1070. z-index: -1;
  1071. clip-path: polygon(50% 0%, 80% 10%, 100% 35%, 100% 70%, 80% 90%, 50% 100%, 20% 90%, 0% 70%, 0% 35%, 20% 10%);
  1072. }
  1073. .pricingTable .price-amount:after {
  1074. background: #fff;
  1075. width: calc(100% - 16px);
  1076. height: calc(100% - 16px);
  1077. }
  1078. .pricingTable .price-amount .duration {
  1079. font-size: 16px;
  1080. font-weight: 600;
  1081. text-transform: capitalize;
  1082. display: block;
  1083. }
  1084. .pricingTable .pricingTable-signup a {
  1085. color: #fff;
  1086. font-size: 20px;
  1087. font-weight: 700;
  1088. letter-spacing: 2px;
  1089. text-transform: uppercase;
  1090. padding: 10px 20px;
  1091. border: 2px solid #fff;
  1092. border-radius: 50px;
  1093. display: inline-block;
  1094. transition: all 0.3s;
  1095. }
  1096. .pricingTable .pricingTable-signup a:hover {
  1097. text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.5);
  1098. box-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
  1099. }
  1100. .pricingTable.green:before,
  1101. .pricingTable.green:after,
  1102. .pricingTable.green .price-amount:before {
  1103. background: linear-gradient(-45deg, #76d243, #76d243, #109739, #109739);
  1104. }
  1105. .pricingTable.green .price-amount {
  1106. color: #109739;
  1107. }
  1108. .pricingTable.pink:before,
  1109. .pricingTable.pink:after,
  1110. .pricingTable.pink .price-amount:before {
  1111. background: linear-gradient(-45deg, #e969a6, #e969a6, #ed2e96, #ed2e96);
  1112. }
  1113. .pricingTable.pink .price-amount {
  1114. color: #ed2e96;
  1115. }
  1116. @media only screen and (max-width: 990px) {
  1117. .pricingTable {
  1118. margin: 0 0 40px;
  1119. }
  1120. }
  1121. // new user_profile
  1122. .profile-bgimg {
  1123. @media screen and(max-width:$moblie) {
  1124. width: 100%;
  1125. height: 300px;
  1126. object-fit: cover;
  1127. display: none;
  1128. }
  1129. }
  1130. .profile-bgimg-m {
  1131. @media screen and(min-width:$desktop) {
  1132. display: none;
  1133. }
  1134. }
  1135. .navbar {
  1136. background: none !important;
  1137. }
  1138. .arrowdoup {
  1139. transform: rotate(180deg);
  1140. }
  1141. .arrowdown {
  1142. cursor: pointer;
  1143. }
  1144. .userprofile {
  1145. position: relative;
  1146. top: -80px;
  1147. z-index: 20;
  1148. @media screen and(max-width:$moblie) {
  1149. top: 10px;
  1150. z-index: 0;
  1151. }
  1152. .userprofile-content {
  1153. width: 83vw;
  1154. @media screen and(max-width:$moblie) {
  1155. width: 95vw;
  1156. }
  1157. .user-information {
  1158. .information {
  1159. width: 50%;
  1160. margin: 0 auto;
  1161. @media screen and(max-width:$moblie) {
  1162. width: 100%;
  1163. }
  1164. h1 {
  1165. color: #707070;
  1166. font-size: 56px;
  1167. }
  1168. .share {
  1169. font-size: 16px;
  1170. .facebook {
  1171. @media screen and(max-width:$moblie) {
  1172. left: 15px;
  1173. top: 1px;
  1174. }
  1175. }
  1176. a {
  1177. text-decoration: none;
  1178. color: #183790;
  1179. }
  1180. }
  1181. }
  1182. .card {
  1183. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  1184. border-radius: 15px;
  1185. }
  1186. .check-history {
  1187. cursor: pointer;
  1188. }
  1189. .historical-record {
  1190. th {
  1191. border-bottom: none !important;
  1192. color: #183790;
  1193. font-weight: 900;
  1194. }
  1195. td {
  1196. font-size: 15px;
  1197. }
  1198. }
  1199. .draft {
  1200. color: #183790;
  1201. font-weight: 900;
  1202. }
  1203. .draft-table {
  1204. th {
  1205. border-bottom: none !important;
  1206. color: #183790;
  1207. font-weight: 900;
  1208. }
  1209. .draft-content {
  1210. &-icon {
  1211. cursor: pointer;
  1212. }
  1213. }
  1214. }
  1215. }
  1216. }
  1217. }
  1218. // 側邊欄選單
  1219. .sidenav {
  1220. width: 250px;
  1221. position: fixed;
  1222. height: 100%;
  1223. z-index: 50;
  1224. top: 0;
  1225. overflow-x: hidden;
  1226. transition: 0.5s;
  1227. text-align: center;
  1228. background: linear-gradient(to bottom, #1c7ce0, #150051);
  1229. @media screen and(min-width:$desktop) {
  1230. left: 0;
  1231. }
  1232. @media screen and(max-width:767px) {
  1233. display: none;
  1234. right: 0px;
  1235. }
  1236. .sidenav-content {
  1237. // @media only screen and (min-width: 1439px) {
  1238. // transform: scale(1);
  1239. // }
  1240. // @media only screen and (max-width: 1280px) {
  1241. // margin-top: -50px;
  1242. // transform: scale(0.85);
  1243. // }
  1244. .close-btn{
  1245. @media screen and(min-width:$desktop) {
  1246. opacity: 0;
  1247. }
  1248. }
  1249. .Mobile-nav{
  1250. @media screen and(min-width:$desktop) {
  1251. display: none;
  1252. }
  1253. }
  1254. .choozmologo {
  1255. @media screen and(max-width:$moblie) {
  1256. margin-top: 10px;
  1257. }
  1258. }
  1259. .reply {
  1260. margin-left: 70px;
  1261. @media screen and(min-width:$desktop) {
  1262. display: none;
  1263. }
  1264. }
  1265. }
  1266. hr {
  1267. background: #fff;
  1268. opacity: 1 !important;
  1269. height: 1px;
  1270. width: 85%;
  1271. margin: 15px auto;
  1272. }
  1273. .sidebar {
  1274. width: 80%;
  1275. margin: 0 auto;
  1276. }
  1277. .user {
  1278. object-fit: cover;
  1279. width: 8vw;
  1280. @media screen and(max-width:767px) {
  1281. width: 30vw;
  1282. }
  1283. }
  1284. .user-name {
  1285. font-size: 1.5rem;
  1286. }
  1287. .navbar-nav {
  1288. flex-direction: row;
  1289. .btn-gocreate {
  1290. font-size: 1.7vmin;
  1291. background: linear-gradient(90deg, #0162c8, #55e7fc);
  1292. // background:#31426C;
  1293. color: white;
  1294. border: 0 none;
  1295. border-radius: 10px;
  1296. cursor: pointer;
  1297. margin: 10px 3px;
  1298. display: inline;
  1299. @media screen and(max-width:$moblie) {
  1300. font-size: 3.5vmin;
  1301. }
  1302. }
  1303. .active {
  1304. background: linear-gradient(90deg, #0162c8, #55e7fc);
  1305. }
  1306. }
  1307. a {
  1308. text-decoration: none;
  1309. font-size: 32px;
  1310. color: #f1f1f1;
  1311. display: block;
  1312. transition: 0.3s;
  1313. &:hover {
  1314. color: #818181;
  1315. }
  1316. }
  1317. .sidenav .closebtn {
  1318. position: absolute;
  1319. top: 0;
  1320. right: 25px;
  1321. font-size: 36px;
  1322. margin-left: 50px;
  1323. }
  1324. .nav-list {
  1325. color: white;
  1326. list-style: none;
  1327. text-align: center;
  1328. .nav-list-item {
  1329. font-size: 18px;
  1330. cursor: pointer;
  1331. position: relative;
  1332. }
  1333. .nav-list-item::after {
  1334. content: " ";
  1335. position: absolute;
  1336. width: 50%;
  1337. height: 100%;
  1338. left: 25%;
  1339. top: 5px;
  1340. border-bottom: 1px solid white;
  1341. opacity: 0;
  1342. transition: all 0.4s;
  1343. }
  1344. .nav-list-item:hover::after {
  1345. opacity: 1;
  1346. }
  1347. }
  1348. .right-text {
  1349. padding-top: 150px;
  1350. // position: absolute;
  1351. // bottom: 0;
  1352. // left: 0;
  1353. color: #fff;
  1354. @media only screen and (max-width: 1280px) {
  1355. // left: 10px;
  1356. }
  1357. a {
  1358. font-size: 16px;
  1359. display: inline;
  1360. margin: 2px;
  1361. img {
  1362. filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(102deg) brightness(102%) contrast(101%);
  1363. }
  1364. }
  1365. p {
  1366. @media only screen and (max-width: 1280px) {
  1367. font-size: 16px;
  1368. }
  1369. }
  1370. }
  1371. }
  1372. // 首頁價格介紹
  1373. .price-int {
  1374. padding-bottom: 10vw;
  1375. .price-content {
  1376. width: 80vw;
  1377. @media screen and(max-width:767px) {
  1378. width: 90vw;
  1379. }
  1380. h1 {
  1381. text-align: center;
  1382. font-weight: 900;
  1383. font-size: 2rem;
  1384. }
  1385. .price-content-1 {
  1386. margin-top: 50px;
  1387. h2 {
  1388. margin-top: 15px;
  1389. font-weight: 600;
  1390. font-size: 1.3rem;
  1391. @media screen and(max-width:767px) {
  1392. font-size: 5.5vmin;
  1393. }
  1394. }
  1395. ul {
  1396. text-align: left;
  1397. li {
  1398. list-style-type: disc;
  1399. @media screen and(max-width:767px) {
  1400. font-size: 4.5vmin;
  1401. }
  1402. }
  1403. }
  1404. .price-text {
  1405. padding-left: 80px;
  1406. }
  1407. }
  1408. .get-started {
  1409. border: none;
  1410. border-radius: 3rem;
  1411. padding: 1rem 2.5rem;
  1412. background: linear-gradient(20deg, #ea5413, #920783);
  1413. color: #fff;
  1414. font-size: 1.2rem;
  1415. font-weight: 900;
  1416. }
  1417. p {
  1418. font-size: 24px;
  1419. }
  1420. }
  1421. }
  1422. // 頁尾
  1423. .footer {
  1424. background-color: #f0f0f0;
  1425. padding: 3rem;
  1426. padding-left: 13rem;
  1427. @media screen and(max-width:767px) {
  1428. padding: 0.5rem;
  1429. text-align: center;
  1430. padding-top: 3rem;
  1431. padding-left: 0;
  1432. }
  1433. h5 {
  1434. font-size: 16px;
  1435. font-weight: 700;
  1436. color: #555555;
  1437. }
  1438. }
  1439. .footer .row {
  1440. display: flex;
  1441. align-items: center;
  1442. }
  1443. .footer .footer-aigirl {
  1444. font-weight: 600;
  1445. font-size: 1.5rem;
  1446. margin-top: 1rem;
  1447. margin-bottom: 2.5rem;
  1448. color: #555555;
  1449. @media screen and(max-width:767px) {
  1450. font-size: 1.3rem;
  1451. margin-bottom: 2rem;
  1452. }
  1453. }
  1454. .footer .footer-follow {
  1455. font-size: 1rem;
  1456. margin-bottom: 1rem;
  1457. }
  1458. .footer-socials {
  1459. @media screen and(max-width:767px) {
  1460. margin-bottom: 2rem;
  1461. }
  1462. }
  1463. .footer .footer-socials a {
  1464. margin-right: 5px;
  1465. @media screen and(max-width:767px) {
  1466. margin-right: 10px;
  1467. }
  1468. }
  1469. .footer-contacts {
  1470. @media screen and(max-width:767px) {
  1471. font-size: 14px;
  1472. }
  1473. }