style.css 28 KB

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