style.scss 21 KB

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