style.css 29 KB

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