style.scss 22 KB

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