style.css 29 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661
  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. position: absolute;
  1304. bottom: 0;
  1305. left: 0;
  1306. color: #fff;
  1307. }
  1308. .sidenav .right-text a {
  1309. font-size: 18px;
  1310. display: inline;
  1311. margin: 2px;
  1312. }
  1313. .sidenav .right-text a img {
  1314. -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(102deg) brightness(102%) contrast(101%);
  1315. filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(102deg) brightness(102%) contrast(101%);
  1316. }
  1317. .price-int {
  1318. padding-bottom: 10vw;
  1319. }
  1320. .price-int .price-content {
  1321. width: 80vw;
  1322. }
  1323. @media screen and (max-width: 767px) {
  1324. .price-int .price-content {
  1325. width: 90vw;
  1326. }
  1327. }
  1328. .price-int .price-content h1 {
  1329. text-align: center;
  1330. font-weight: 900;
  1331. font-size: 2rem;
  1332. }
  1333. .price-int .price-content .price-content-1 {
  1334. margin-top: 50px;
  1335. }
  1336. .price-int .price-content .price-content-1 h2 {
  1337. margin-top: 15px;
  1338. font-weight: 600;
  1339. font-size: 1.3rem;
  1340. }
  1341. @media screen and (max-width: 767px) {
  1342. .price-int .price-content .price-content-1 h2 {
  1343. font-size: 5.5vmin;
  1344. }
  1345. }
  1346. .price-int .price-content .price-content-1 ul {
  1347. text-align: left;
  1348. }
  1349. .price-int .price-content .price-content-1 ul li {
  1350. list-style-type: disc;
  1351. }
  1352. @media screen and (max-width: 767px) {
  1353. .price-int .price-content .price-content-1 ul li {
  1354. font-size: 4.5vmin;
  1355. }
  1356. }
  1357. .price-int .price-content .price-content-1 .price-text {
  1358. padding-left: 80px;
  1359. }
  1360. .price-int .price-content .get-started {
  1361. border: none;
  1362. border-radius: 3rem;
  1363. padding: 1rem 2.5rem;
  1364. background: linear-gradient(20deg, #EA5413, #920783);
  1365. color: #fff;
  1366. font-size: 1.2rem;
  1367. font-weight: 900;
  1368. }
  1369. .price-int .price-content p {
  1370. font-size: 24px;
  1371. }
  1372. .footer {
  1373. background-color: #F0F0F0;
  1374. padding: 3rem;
  1375. padding-left: 13rem;
  1376. }
  1377. @media screen and (max-width: 767px) {
  1378. .footer {
  1379. padding: 0.5rem;
  1380. text-align: center;
  1381. padding-top: 3rem;
  1382. padding-left: 0;
  1383. }
  1384. }
  1385. .footer h5 {
  1386. font-size: 16px;
  1387. font-weight: 700;
  1388. color: #555555;
  1389. }
  1390. .footer .row {
  1391. display: -webkit-box;
  1392. display: -ms-flexbox;
  1393. display: flex;
  1394. -webkit-box-align: center;
  1395. -ms-flex-align: center;
  1396. align-items: center;
  1397. }
  1398. .footer .footer-aigirl {
  1399. font-weight: 600;
  1400. font-size: 1.5rem;
  1401. margin-top: 1rem;
  1402. margin-bottom: 2.5rem;
  1403. color: #555555;
  1404. }
  1405. @media screen and (max-width: 767px) {
  1406. .footer .footer-aigirl {
  1407. font-size: 1.3rem;
  1408. margin-bottom: 2rem;
  1409. }
  1410. }
  1411. .footer .footer-follow {
  1412. font-size: 1rem;
  1413. margin-bottom: 1rem;
  1414. }
  1415. @media screen and (max-width: 767px) {
  1416. .footer-socials {
  1417. margin-bottom: 2rem;
  1418. }
  1419. }
  1420. .footer .footer-socials a {
  1421. margin-right: 5px;
  1422. }
  1423. @media screen and (max-width: 767px) {
  1424. .footer .footer-socials a {
  1425. margin-right: 10px;
  1426. }
  1427. }
  1428. @media screen and (max-width: 767px) {
  1429. .footer-contacts {
  1430. font-size: 14px;
  1431. }
  1432. }
  1433. /*# sourceMappingURL=style.css.map */