style.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925
  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. .right-text {
  131. position: absolute;
  132. bottom: 0rem;
  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. .historyList-item {
  185. padding: 1rem;
  186. display: block;
  187. width: 80%;
  188. margin: 1rem auto;
  189. border: 1px solid rgb(177, 177, 177);
  190. border-radius: 10px;
  191. display: flex;
  192. font-size: .9rem;
  193. }
  194. .historyList-link {
  195. text-decoration: none;
  196. color: rgb(73, 73, 73);
  197. }
  198. .historyList-link:hover {
  199. color: rgb(124, 124, 124);
  200. }
  201. .content {
  202. width: calc(100% - 250px);
  203. }
  204. /*form styles*/
  205. #msform {
  206. max-width: 1000px;
  207. min-width: 370px;
  208. margin: 50px auto;
  209. margin-bottom: 20px;
  210. text-align: center;
  211. position: relative;
  212. }
  213. #msform fieldset {
  214. background: white;
  215. border: 0 none;
  216. border-radius: 3px;
  217. box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
  218. padding: 20px 30px;
  219. box-sizing: border-box;
  220. width: 80%;
  221. margin: 3rem 10%;
  222. /*stacking fieldsets above each other*/
  223. position: relative;
  224. }
  225. /*Hide all except first fieldset*/
  226. /*inputs*/
  227. #msform input[type="text"], #msform textarea, #msform input[type="email"] {
  228. padding: 15px;
  229. border: 1px solid #ccc;
  230. border-radius: 3px;
  231. margin-bottom: 16px;
  232. width: 100%;
  233. box-sizing: border-box;
  234. font-family: montserrat;
  235. color: #2C3E50;
  236. font-size: 14px;
  237. }
  238. /*buttons*/
  239. #msform .action-button {
  240. width: 100px;
  241. background: #1C7CE0;
  242. font-weight: bold;
  243. color: white;
  244. border: 0 none;
  245. border-radius: 1px;
  246. cursor: pointer;
  247. padding: 10px 5px;
  248. margin: 10px auto;
  249. display: block;
  250. }
  251. #msform .action-button:hover, #msform .action-button:focus {
  252. box-shadow: 0 0 0 2px white, 0 0 0 3px #1C7CE0;
  253. }
  254. #msform .next[disabled] {
  255. background-color: grey;
  256. }
  257. /*headings*/
  258. .fs-title {
  259. font-size: 15px;
  260. text-transform: uppercase;
  261. color: #2C3E50;
  262. margin-bottom: 10px;
  263. }
  264. .fs-subtitle {
  265. display: inline-block;
  266. font-weight: normal;
  267. font-size: 18px;
  268. color: #666;
  269. margin-bottom: 20px;
  270. padding-bottom: 3px;
  271. border-bottom: 2px solid #1C7CE0;
  272. margin-left: 2rem;
  273. margin-right: 2rem;
  274. }
  275. .fs-label {
  276. display: block;
  277. text-align: left;
  278. margin-bottom: 8px;
  279. }
  280. .fs-label > i {
  281. margin-right: 3px;
  282. }
  283. /*progressbar*/
  284. #progressbar {
  285. margin-bottom: 30px;
  286. overflow: hidden;
  287. /*CSS counters to number the steps*/
  288. counter-reset: step;
  289. }
  290. #progressbar li {
  291. list-style-type: none;
  292. color: black;
  293. text-transform: uppercase;
  294. font-size: 12px;
  295. width: 33.33%;
  296. float: left;
  297. position: relative;
  298. }
  299. #progressbar li:before {
  300. content: counter(step);
  301. counter-increment: step;
  302. width: 20px;
  303. line-height: 20px;
  304. display: block;
  305. font-size: 12px;
  306. color: #333;
  307. background: white;
  308. border-radius: 3px;
  309. margin: 0 auto 5px auto;
  310. }
  311. /*progressbar connectors*/
  312. #progressbar li:after {
  313. content: '';
  314. width: 100%;
  315. height: 2px;
  316. background: white;
  317. position: absolute;
  318. left: -50%;
  319. top: 9px;
  320. z-index: -1; /*put it behind the numbers*/
  321. }
  322. #progressbar li:first-child:after {
  323. /*connector not needed before the first step*/
  324. content: none;
  325. }
  326. /*marking active/completed steps green*/
  327. /*The number of the step and the connector before it = green*/
  328. #progressbar li.active:before, #progressbar li.active:after{
  329. background: #27AE60;
  330. color: white;
  331. }
  332. p.error-text {
  333. bottom: -23px;
  334. left: 24px;
  335. color: rgba(255, 0, 0, .7);
  336. font-size: .8em;
  337. margin-bottom: 0;
  338. }
  339. #term-error {
  340. color: rgba(255, 0, 0, .7);
  341. font-size: .8em;
  342. bottom: -23px;
  343. left: 24px;
  344. }
  345. select {
  346. padding: 15px;
  347. border: 1px solid #ccc;
  348. border-radius: 3px;
  349. margin-bottom: 10px;
  350. width: 100%;
  351. box-sizing: border-box;
  352. font-family: montserrat;
  353. color: #2C3E50;
  354. font-size: 13px;
  355. background-color: transparent;
  356. }
  357. .pl-0 {
  358. padding-left: 0;
  359. }
  360. .terms {
  361. font-size: .9rem;
  362. width: 95%;
  363. min-width: 250px;
  364. height: auto;
  365. overflow: scroll;
  366. margin-bottom: 1rem;
  367. margin-left: auto;
  368. margin-right: auto;
  369. border: 1px solid rgb(163, 163, 163);
  370. line-height: 1.5rem;
  371. }
  372. .term-link a {
  373. text-decoration: none;
  374. color: black;
  375. }
  376. .h2 {
  377. text-align: center;
  378. font-size: 1.2rem;
  379. font-weight: 500;
  380. margin-top: 2rem;
  381. }
  382. .left_align {
  383. font-size: 18px;
  384. text-align: left;
  385. }
  386. #overlay {
  387. position: fixed; /* Sit on top of the page content */
  388. display: none;
  389. width: 100%;
  390. height: 100%;
  391. top: 0;
  392. left: 0;
  393. right: 0;
  394. bottom: 0;
  395. background-color: rgba(0,0,0,0.5);
  396. z-index: 2;
  397. cursor: pointer;
  398. }
  399. .thankyou {
  400. margin: auto;
  401. min-width: 350px;
  402. height: 250px;
  403. margin-top: 190px;
  404. background: #fff;
  405. padding: 15px 20px;
  406. line-height: 25px;
  407. border-radius: 4px;
  408. text-align: center;
  409. }
  410. .thankyou input {
  411. margin-top: 40px;
  412. }
  413. .thankyou h3 {
  414. font-size: 2rem;
  415. font-weight: 700;
  416. color: #21ba45;
  417. line-height: 2.5rem;
  418. margin-bottom: 1.5rem;
  419. }
  420. .check_button {
  421. display: none;
  422. }
  423. .fs-label-type {
  424. background: transparent;
  425. padding: 5px;
  426. border: 1px solid black;
  427. border-radius: 5px;
  428. display: inline-block;
  429. }
  430. .check_button:checked + .fs-label-type{
  431. background-color: #27AE60;
  432. color: white;
  433. padding: 5px;
  434. border: 1px solid #27AE60;
  435. border-radius: 5px;
  436. }
  437. #checker1, #checker2 {
  438. display: inline;
  439. }
  440. .fs-label-info {
  441. background: transparent;
  442. padding: 5px;
  443. border: 1px solid black;
  444. border-radius: 5px;
  445. display: inline-block;
  446. margin-bottom: 8px;
  447. }
  448. input[type="radio"] {
  449. display: none;
  450. }
  451. input[type="radio"]:checked + .fs-label-info {
  452. background-color: #27AE60;
  453. color: white;
  454. padding: 5px;
  455. border: 1px solid #27AE60;
  456. border-radius: 5px;
  457. }
  458. input[type="checkbox"]:checked + .fs-label-info {
  459. background-color: #27AE60;
  460. color: white;
  461. padding: 5px;
  462. border: 1px solid #27AE60;
  463. border-radius: 5px;
  464. }
  465. .btn-exit {
  466. padding: .5rem .75rem;
  467. background-color: transparent;
  468. border: 1px solid black;
  469. margin-top: .3rem;
  470. }
  471. .btn-term-exit {
  472. padding: .5rem .75rem;
  473. background-color: transparent;
  474. border: 1px solid black;
  475. margin-top: .3rem;
  476. display: block;
  477. margin-left: auto;
  478. margin-right: auto;
  479. margin-bottom: 2rem;
  480. }
  481. footer {
  482. padding: 2rem;
  483. padding-top: .5rem;
  484. }
  485. .footer {
  486. display: flex;
  487. justify-content: center;
  488. }
  489. .img_fr {
  490. width: 80%;
  491. max-width: 850px;
  492. min-width: 300px;
  493. height: 60px;
  494. object-fit: contain;
  495. object-position: center;
  496. }
  497. .img_fr img {
  498. width: 100%;
  499. height: 90%;
  500. }
  501. #msform #userid, #msform #area {
  502. height: 0;
  503. padding: 0;
  504. margin: 0;
  505. border: none;
  506. }
  507. #msform input[type="text"].error {
  508. border-color: red;
  509. }
  510. .modal-header {
  511. border-bottom: none;
  512. }
  513. #avatarmega .modal-content {
  514. background-color: transparent;
  515. border: none;
  516. }
  517. #avatarmega .modal-title {
  518. color: white;
  519. }
  520. #avatarmega .btn-close {
  521. background: none;
  522. }
  523. #avatarmega .modal-header {
  524. position: absolute;
  525. top: -.5rem;
  526. right: 1.5rem;
  527. }
  528. .linker__box {
  529. padding: .5rem 1rem;
  530. border-radius: 1rem;
  531. box-shadow: 1px 1px 5px 1px rgb(201, 201, 201);
  532. width: max-content;
  533. margin: 0 auto;
  534. display: none;
  535. }
  536. .linker__box p {
  537. margin-bottom: 0;
  538. color: gray;
  539. }
  540. .linker__box i {
  541. color: gray;
  542. position: relative;
  543. }
  544. .linker__box i::after {
  545. position: absolute;
  546. content: " ";
  547. right: -5px;
  548. top: -10%;
  549. border-right: 2px solid rgb(163, 163, 163);
  550. width: 1px;
  551. height: 120%;
  552. }
  553. .item_imgfr {
  554. width: 15%;
  555. height: 50px;
  556. border-radius: 50%;
  557. overflow: hidden;
  558. margin: auto .5rem;
  559. }
  560. .item_imgfr img {
  561. height: 100%;
  562. width: 100%;
  563. }
  564. .content-box {
  565. width: 75%;
  566. }
  567. .box-title {
  568. margin-bottom: .2rem;
  569. cursor: pointer;
  570. }
  571. .box-title:hover {
  572. color: grey;
  573. text-decoration: underline;
  574. }
  575. .box-link {
  576. cursor: pointer;
  577. }
  578. .img_uploader {
  579. display: none;
  580. }
  581. #msform input[type="text"].imgsrc {
  582. width: calc(100% - 8rem);
  583. margin-right: 5px;
  584. }
  585. .upload-btn {
  586. display: inline-block;
  587. width: 6rem;
  588. background-color: #75a7dd;
  589. color: white;
  590. padding: .4rem .5rem;
  591. font-size: .9rem;
  592. border-radius: 3px;
  593. transition: all .3s;
  594. cursor: pointer;
  595. }
  596. .upload-btn img{
  597. width: 30px;
  598. height: 30px;
  599. }
  600. .upload-btn:hover {
  601. background-color: #3b86d6;
  602. }
  603. .add, .addimg {
  604. cursor: pointer;
  605. display: inline-block;
  606. width: 2rem;
  607. height: 2rem;
  608. background-color: #67abf3;
  609. font-size: 1.2rem;
  610. color: white;
  611. border-radius: 50%;
  612. transition: all .3s;
  613. }
  614. .add:hover, .addimg:hover {
  615. background-color: #398ee9;
  616. }
  617. body {
  618. font-family: "Lato", sans-serif;
  619. }
  620. .sidenav {
  621. height: 100%;
  622. width: 250px;
  623. position: fixed;
  624. z-index: 1;
  625. top: 0;
  626. left: 0;
  627. background: linear-gradient(to bottom, #1C7CE0, #150051);
  628. overflow-x: hidden;
  629. transition: 0.5s;
  630. }
  631. .sidenav a {
  632. text-decoration: none;
  633. font-size: 25px;
  634. color: #818181;
  635. display: block;
  636. transition: 0.3s;
  637. }
  638. .sidenav a:hover {
  639. color: #f1f1f1;
  640. }
  641. .sidenav .closebtn {
  642. position: absolute;
  643. top: 0;
  644. right: 25px;
  645. font-size: 36px;
  646. margin-left: 50px;
  647. }
  648. .container-login {
  649. width: 100vw;
  650. height: 100vh;
  651. display: grid;
  652. grid-template-columns: repeat(2, 1fr);
  653. grid-gap :7rem;
  654. padding: 0 2rem;
  655. }
  656. .navbar-nav button {
  657. background: white;
  658. border: none;
  659. outline: none;
  660. }
  661. .img-wave {
  662. position: fixed;
  663. bottom: 0;
  664. left: 0;
  665. height: 100%;
  666. z-index: -1;
  667. }
  668. .img-wave-profile {
  669. height: 80%;
  670. }
  671. .row-img {
  672. display: flex;
  673. justify-content: flex-end;
  674. align-items: center;
  675. }
  676. .row-login {
  677. display: flex;
  678. justify-content: flex-start;
  679. align-items: center;
  680. text-align: center;
  681. }
  682. .login-content {
  683. width: 80%;
  684. min-width: 350px;
  685. }
  686. .link_privacy {
  687. color: black;
  688. }
  689. .login-content img {
  690. height: 80px;
  691. }
  692. .row-img img {
  693. width: 450px;
  694. }
  695. .login-content .form-floating input{
  696. border: none;
  697. border-bottom: 2px solid #d9d9d9;
  698. border-radius: 0;
  699. }
  700. .login-content .form-floating input:focus{
  701. box-shadow: none;
  702. }
  703. .login-content #btn_login {
  704. background: linear-gradient(90deg, #0162c8, #55e7fc);
  705. font-weight: bold;
  706. color: white;
  707. border: 0 none;
  708. border-radius: 40px;
  709. cursor: pointer;
  710. padding: 10px 50px;
  711. margin: 10px auto;
  712. display: block;
  713. }
  714. .login-content #btn_login:hover {
  715. box-shadow: 0 0 0 2px white, 0 0 0 3px #1C7CE0;
  716. }
  717. .login-content .nav-tabs {
  718. border-bottom: none;
  719. }
  720. .login-content .nav {
  721. flex-direction: column;
  722. align-items: center;
  723. }
  724. .login-content .nav-tabs .nav-link {
  725. color: grey;
  726. }
  727. .login-content .nav-tabs .nav-link.active {
  728. border-color: #fff;
  729. text-transform: uppercase;
  730. color: black;
  731. }
  732. .navbar .btn-gocreate {
  733. background: linear-gradient(90deg, #0162c8, #55e7fc);
  734. color: white;
  735. border: 0 none;
  736. border-radius: 40px;
  737. cursor: pointer;
  738. padding: 10px 50px;
  739. }
  740. .container-profile {
  741. width: 100vw;
  742. height: 100vh;
  743. overflow-y: hidden;
  744. }
  745. .container-bg {
  746. position: absolute;
  747. width: 600px;
  748. height: 400px;
  749. right: 0;
  750. bottom: 0;
  751. }
  752. .container-profile .card-profile {
  753. width: 25%;
  754. min-width: 320px;
  755. margin: auto;
  756. margin-top: 4rem;
  757. border-radius: 10px;
  758. padding: 2rem;
  759. text-align: center;
  760. box-shadow: 0px 0px 20px 1px rgb(180, 180, 180);
  761. }
  762. .container-profile .card-profile img {
  763. width: 120px;
  764. margin: 1rem auto;
  765. }
  766. .card-profile-txt {
  767. color: rgb(109, 109, 109);
  768. font-size: 1.2rem;
  769. font-weight: 500;
  770. }
  771. .card-profile-cnt {
  772. font-size: 1.5rem;
  773. font-weight: 700;
  774. }
  775. @media screen and (max-width: 900px){
  776. .container-login{
  777. grid-template-columns: 1fr;
  778. }
  779. .row-img{
  780. display: none;
  781. }
  782. .img-wave {
  783. display: none;
  784. }
  785. .row-login{
  786. justify-content: center;
  787. }
  788. .container-bg {
  789. width: 400px;
  790. height: 300px;
  791. right: 0;
  792. bottom: 0;
  793. }
  794. }
  795. @media screen and (max-height: 450px) {
  796. .sidenav {padding-top: 15px;}
  797. .sidenav a {font-size: 18px;}
  798. }