style.scss 25 KB

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