title.blade.php 63 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>Research Admission</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <meta name="description" content="Information & Guidance on the PhD Process, Connect with Supervisor and Many" />
  8. <meta name="keywords" content="" />
  9. <!-- facebook tags -->
  10. <meta property="og:url" content="http://www.facebook.com/researchadmission"/>
  11. <meta property="og:type" content="website"/>
  12. <meta property="og:title" content="Research Admission"/>
  13. <meta property="og:description" content="Information & Guidance on the PhD Process, Connect with Supervisor and Many"/>
  14. <!-- Linkedin tags -->
  15. <meta property="og:url" content="https://www.linkedin.com/company/researchadmission"/>
  16. <meta property="og:type" content="website"/>
  17. <meta property="og:title" content="Research Admission"/>
  18. <meta property="og:description" content="Information & Guidance on the PhD Process, Connect with Supervisor and Many"/>
  19. <!-- favicon -->
  20. <link rel="shortcut icon" href="{{asset('web/images/logo.png') }}">
  21. <!-- Bootstrap -->
  22. <link href="{{ asset('web/css/bootstrap.min.css') }}" rel="stylesheet" type="text/css" />
  23. <!-- tobii css -->
  24. <link href="{{asset('web/css/tobii.min.css')}}" rel="stylesheet" type="text/css" />
  25. <!-- Icons -->
  26. <link href="{{asset('web/css/materialdesignicons.min.css')}}" rel="stylesheet" type="text/css" />
  27. <link rel="stylesheet" type="text/css" href="{{ asset('web/stylesheets/font-awesome.min.css') }}" />
  28. <link rel="stylesheet" href="https://unicons.iconscout.com/release/v3.0.6/css/line.css">
  29. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
  30. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/limonte-sweetalert2/11.6.15/sweetalert2.min.css">
  31. <!-- Slider -->
  32. <link rel="stylesheet" href="{{asset('web/css/tiny-slider.css')}}"/>
  33. <!-- Main Css -->
  34. <link href="{{asset('web/css/style.css')}}" rel="stylesheet" type="text/css" id="theme-opt" />
  35. <link href="{{asset('web/css/colors/default.css')}}" rel="stylesheet" id="color-opt">
  36. <link rel="preconnect" href="https://fonts.googleapis.com">
  37. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  38. <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;900&display=swap" rel="stylesheet">
  39. <link rel="preconnect" href="https://fonts.googleapis.com">
  40. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  41. <link href="https://fonts.googleapis.com/css2?family=Oswald:wght@200&family=Quicksand:wght@400;500;600;700&display=swap" rel="stylesheet">
  42. <link rel="stylesheet" href="{{asset('web/css/datepicker.min.css')}}">
  43. <link rel="stylesheet" href="{{asset('web/css/sweetalert/sweetalert.css')}}">
  44. </head>
  45. <style>
  46. body {
  47. font-family: 'Oswald', sans-serif;
  48. font-family: 'Quicksand', sans-serif;
  49. }
  50. h1, h2, h3, h4, h5, h6 {
  51. font-family: 'Oswald', sans-serif;
  52. font-family: 'Quicksand', sans-serif;
  53. }
  54. .bg-half-170 {
  55. padding:0px;
  56. }
  57. #topnav {
  58. background-color: #1E0A46;
  59. }
  60. #topnav .navigation-menu > li > a {
  61. color:white !important;
  62. }
  63. #topnav .navigation-menu {
  64. display: initial;
  65. }
  66. #topnav.nav-sticky{
  67. background-color: #1E0A46;
  68. }
  69. .form-control:focus {
  70. box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%) !important;
  71. }
  72. .horizontal-menu .header-navbar.navbar-fixed {
  73. position: fixed;
  74. width: 100%;
  75. }
  76. .btn1{
  77. background-color: #aba3db !important;
  78. color:white !important;
  79. border-radius: 20px;
  80. box-shadow:none !important;
  81. }
  82. .btn1:hover{
  83. background: #453993 !important;
  84. color: #fff !important;
  85. border-radius: 20px;
  86. }
  87. .title{
  88. font-size:12px;
  89. }
  90. .badge-title{
  91. background: #dedbf1;
  92. font-weight: 600;
  93. color: #2e1153;
  94. padding: 2px 8px;
  95. border-radius: 4px;
  96. border: 1px solid #d8e2e7;
  97. font-size: 11px;
  98. }
  99. .label_badge_radius {
  100. color: #2e1153;
  101. border-radius: 20px;
  102. padding: 1px 10px;
  103. font-size: 11px;
  104. line-height: 1.3;
  105. letter-spacing: .2px;
  106. font-weight: 600;
  107. background: rgb(255, 255, 255);
  108. }
  109. .body ul {
  110. list-style-type: none;
  111. padding-left: 0;
  112. margin-bottom: 0;
  113. font-size:12px;
  114. }
  115. .badge-lighter-green {
  116. background: #d8fdd8!important;
  117. color: green!important;
  118. }
  119. .badge-lighter-red {
  120. background: #f3dadc!important;
  121. color: #de1528!important;
  122. }
  123. .uil-map-marker {
  124. color: #2e1153;
  125. background: #f1f0fb;
  126. border-radius: 100%;
  127. font-size: 14px;
  128. padding: 4px 6px;
  129. border: 1px solid #ceccda;
  130. }
  131. .bg-primary, .btn-primary, .btn-soft-primary:hover, .btn-soft-primary:focus, .btn-soft-primary:active, .btn-soft-primary.active, .btn-soft-primary.focus, .btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .pagination .page-item.active .page-link, .nav-pills .nav-link.active, #preloader #status .spinner .double-bounce1, #preloader #status .spinner .double-bounce2, .social-icon li a:hover, #topnav .navbar-toggle.open span:hover, .bg-animation-left.crypto-home:after, .bg-animation-left.task-management-home:after, .classic-app-image .bg-app-shape:after, .classic-saas-image .bg-saas-shape:after, .swiper-slider-hero .swiper-container .swiper-button-prev:hover, .features.fea-primary:hover, .tns-nav button.tns-nav-active, .ribbon.ribbon-primary span, .sidebar .widget .tagcloud > a:hover, .work-container.work-modern .icons .work-icon:hover, .timeline-page .timeline-item .date-label-left:after, .timeline-page .timeline-item .duration-right:after, #navmenu-nav li.account-menu.active .navbar-link, #navmenu-nav li.account-menu:hover .navbar-link, .form-check-input.form-check-input:checked, .qs-datepicker-container .qs-squares .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover, .qs-datepicker-container .qs-squares .qs-square.qs-current, .carousel-indicators [data-bs-target], .carousel-indicators .active, .tns-controls button[data-controls="prev"]:hover, .tns-controls button[data-controls="next"]:hover, .back-to-top {
  132. background-color: #2e1153 !important;
  133. color: white!important;
  134. }
  135. /* .nav-pills .nav-link {
  136. color: #625f8b !important;
  137. } */
  138. .form-check-input.form-check-input:checked{
  139. background-color: #2f55d4 !important;
  140. border-radius: 7px !important;
  141. }
  142. .small, small {
  143. background-color: #dedbf1;
  144. border-radius: 20px;
  145. padding: 3px 22px;
  146. font-size: 11px;
  147. color: #2e1153 !important;
  148. }
  149. .small, small:hover, small:focus, small:active {
  150. background-color: #2e1153;
  151. border-radius: 20px;
  152. padding: 3px 22px;
  153. font-size: 11px;
  154. color: #fff !important;
  155. }
  156. .nav-pills {
  157. margin-bottom: 0px;
  158. background:none;
  159. }
  160. .content_header {
  161. display: flex;
  162. width: 100%;
  163. line-height: 1.2;
  164. }
  165. .content_header .left {
  166. width: 40px;
  167. align-self: center;
  168. margin-top: -3px;
  169. }
  170. .content_header .right .main_title {
  171. font-size: 18px;
  172. font-weight: 600;
  173. display: block;
  174. }
  175. .content_header .left .fa {
  176. background: #f1f0fb;
  177. border-color: transparent;
  178. color: #2e1153;
  179. border-radius: 100%;
  180. font-size: 14px;
  181. border: 1px solid #ceccda;
  182. }
  183. .submit_button {
  184. background-color: #2e1153!important;
  185. border-width: 1px!important;
  186. border-color: #2e1153!important;
  187. color: #fff!important;
  188. border-radius: 30px!important;
  189. padding: 0 11px!important;
  190. height: 28px!important;
  191. font-size: 14px!important;
  192. line-height: 1!important;
  193. font-weight: 600!important;
  194. }
  195. .ad_pref_item_header {
  196. display: flex;
  197. background: #dedbf1;
  198. padding: 7px 16px;
  199. border-radius: 25px;
  200. position: relative;
  201. font-size: 12px;
  202. font-weight: 700;
  203. justify-content: space-between;
  204. }
  205. .ad_pref_item_header .destination {
  206. width: 295px;
  207. align-self: center;
  208. }
  209. .ad_pref_item_header .second {
  210. align-self: center;
  211. width: 300px;
  212. }
  213. .ad_pref_item_header .third {
  214. width: 200px;
  215. align-self: center;
  216. margin-right: 25px;
  217. }
  218. .ad_pref_item_header .fourth {
  219. width: 50px;
  220. align-self: center;
  221. text-align: center;
  222. }
  223. .ad_pref_item_header .last {
  224. width: 125px;
  225. align-self: center;
  226. text-align: -webkit-right;
  227. }
  228. .single_ad_pref_item {
  229. display: flex;
  230. padding: 10px;
  231. margin-top: 10px;
  232. border-radius: 7px;
  233. position: relative;
  234. border: 1px solid #e9f0f3;
  235. }
  236. .single_ad_pref_item2 {
  237. display: flex;
  238. margin-top: 10px;
  239. border-radius: 5px;
  240. position: relative;
  241. background-color: whitesmoke;
  242. }
  243. .single_ad_pref_item1 {
  244. display: flex;
  245. padding: 6px;
  246. border-radius: 4px;
  247. margin-top: 10px;
  248. position: relative;
  249. background-color: #ebf9ff;
  250. color: #898686;
  251. }
  252. .single_ad_pref_item .destination {
  253. align-self: center;
  254. display: flex;
  255. }
  256. .single_ad_pref_item .destination_left {
  257. align-self: center;
  258. }
  259. .single_ad_pref_item:hover {
  260. background: #f5f4fd;
  261. }
  262. .single_ad_pref_item .left {
  263. align-self: center;
  264. }
  265. .ad_pref_part .single_ad_pref_item .left strong {
  266. color: #393b3e;
  267. font-size: 12px;
  268. }
  269. .single_ad_pref_item .label_badge_radius {
  270. background-image: linear-gradient(90deg,rgba(46,17,83,.19),#f5f4fd);
  271. color: #2e1153;
  272. border-radius: 20px;
  273. padding: 1px 10px;
  274. font-size: 11px;
  275. font-weight: 400;
  276. line-height: 1.3;
  277. letter-spacing: .2px;
  278. }
  279. .single_ad_pref_item .middle {
  280. align-self: center;
  281. margin-right: 25px;
  282. }
  283. .single_ad_pref_item .status_column {
  284. align-self: center;
  285. text-align: center;
  286. }
  287. .single_ad_pref_item .right {
  288. align-self: center;
  289. text-align: -webkit-right;
  290. }
  291. .table {
  292. width: 100%;
  293. color: #6e6b7b;
  294. }
  295. .list_table thead tr th {
  296. font-size: 12px;
  297. font-weight: 700;
  298. background-color: #dedbf1!important;
  299. text-transform: capitalize;
  300. color: #343434;
  301. }
  302. .list_table thead tr th {
  303. padding: 11px 6px 10px!important;
  304. }
  305. .list_table .institute_info {
  306. display: flex !important;
  307. }
  308. .list_table .institute_info .left {
  309. width: 45px;
  310. align-self: center;
  311. }
  312. .list_table .institute_info .left .fa {
  313. background: #f1f0fb;
  314. padding: 10px;
  315. border-radius: 100%;
  316. font-size: 14px;
  317. color: #2e1153;
  318. }
  319. tbody, td, tfoot, th, thead, tr {
  320. border-color: inherit;
  321. border-style: dashed;
  322. border-width: 0;
  323. }
  324. .change_pass_btn {
  325. margin-top: 0;
  326. color: #2e1153;
  327. border: 1px solid #dedbf1;
  328. border-radius: 50%;
  329. padding: 5px 6px;
  330. margin-right: 0;
  331. background: #dedbf1;
  332. font-size: 15px!important;
  333. }
  334. .navbar {
  335. display: inline-block;
  336. }
  337. .change_pass_btn:hover {
  338. color: #ff7f00;
  339. transition: all 1s cubic-bezier(.19,1,.22,1) 0s;
  340. border: 1px solid #ff7f00!important;
  341. }
  342. .card {
  343. background-color: inherit;
  344. }
  345. .education{
  346. padding: 10px 16px;
  347. background-color: #dedbf1!important;
  348. margin-left: -12px;
  349. margin-right: -12px;
  350. border-radius: 4px 4px 0px 0px;
  351. font-size: 12px;
  352. }
  353. .btn2{
  354. background-color: #2e1153 !important;
  355. color:white !important;
  356. border-radius: 20px;
  357. box-shadow:none !important;
  358. padding:3px 13px !important;
  359. font-size:13px;
  360. }
  361. .btn2:hover{
  362. background: #fff !important;
  363. color: #2e1153 !important;
  364. border-radius: 20px;
  365. border-color: #2e1153!important;
  366. }
  367. .btncl{
  368. padding: 2px 6px;
  369. color: #ffffff !important;
  370. background-color: #ffc107 !important;
  371. border-radius: 30px;
  372. }
  373. .btncl:hover {
  374. background-color: #ffffff !important;
  375. border-color: #ffc107 !important;
  376. color: #ffc107 !important;
  377. }
  378. .btn3{
  379. background-color: #2e1153 !important;
  380. color:white !important;
  381. border-radius: 20px;
  382. box-shadow:none !important;
  383. padding:3px 17px !important;
  384. font-size:13px;
  385. }
  386. .btn3:hover{
  387. background: #fff !important;
  388. color: #2e1153 !important;
  389. border-radius: 20px;
  390. border-color: #2e1153!important;
  391. }
  392. .features.fea-primary:hover {
  393. background-color:white !important;
  394. }
  395. .label_badge_radius {
  396. border-radius: 20px;
  397. padding: 1px 10px;
  398. font-size: 13px;
  399. font-weight: 800;
  400. line-height: 1.3;
  401. letter-spacing: .2px;
  402. display: inline-block;
  403. }
  404. .fea.icon-sm {
  405. height: 10px;
  406. width: 12px;
  407. }
  408. .key-feature:hover {
  409. transform: none;
  410. box-shadow: none !important;
  411. }
  412. .label_badge_radius {
  413. border-radius: 20px;
  414. padding: 1px 10px;
  415. font-size: 11px;
  416. font-weight: 400;
  417. line-height: 1.3;
  418. letter-spacing: .2px;
  419. display: inline-block;
  420. }
  421. .test_list {
  422. display: flex;
  423. flex-direction: row;
  424. width: 100%;
  425. margin: 10px 0;
  426. }
  427. .test_list .test_open {
  428. background: #dfdcf2;
  429. }
  430. .test_list .btn {
  431. display: inline-block;
  432. padding: 8px 16px;
  433. border-radius: 5px;
  434. border: 1px solid #d8e2e7;
  435. font-size: 13px;
  436. font-weight: 500;
  437. }
  438. .btn5{
  439. background-color:#dfdcf2 !important;
  440. }
  441. .btn6:hover{
  442. background-color:#dfdcf2 !important;
  443. }
  444. .btn7:hover{
  445. background-color:#dfdcf2 !important;
  446. }
  447. .list_table .label_badge_light {
  448. border-radius: 20px;
  449. padding: 1px 10px;
  450. font-size: 10px !important;
  451. font-weight: 400;
  452. line-height: 1.3;
  453. color: black;
  454. border-top-left-radius: 0;
  455. border-bottom-left-radius: 0;
  456. background-image: linear-gradient(to right, #dedbf1 , #f5f4fd);
  457. }
  458. .icon_bar {
  459. width: fit-content;
  460. overflow: auto;
  461. border-radius: 0.25rem;
  462. padding: 2px 4px;
  463. margin: 0 auto;
  464. border: 0.5px solid #d8e2e7;
  465. }
  466. .icon_bar a {
  467. text-align: center;
  468. padding: 0;
  469. color: #818084;
  470. font-size: 16px;
  471. margin: 0 3px;
  472. border-bottom: none;
  473. top: 0;
  474. }
  475. element.style {
  476. border-bottom: 0.5px dashed #e3e8ec;
  477. padding-bottom: 10px;
  478. }
  479. .info-palate {
  480. width: 100%;
  481. float: left;
  482. margin: 10px 0;
  483. position: relative;
  484. font-size: 12px !important;
  485. }
  486. .stage_form_header {
  487. display: flex;
  488. width: 100%;
  489. margin-bottom: 20px;
  490. line-height: 1.2;
  491. background-image: linear-gradient(to right, #dedbf1 , #f5f4fd);
  492. padding: 7px 10px;
  493. border-radius: 4px;
  494. border: none;
  495. }
  496. .stage_form_header .left {
  497. width: 40px;
  498. align-self: center;
  499. }
  500. .stage_form_header .right {
  501. width: 95%;
  502. }
  503. .stage_form_header .right .main_title {
  504. font-size: 13px;
  505. font-weight: 600;
  506. color: black;
  507. display: block;
  508. }
  509. .stage_form_header .right .sub_title {
  510. color: #343434;
  511. font-weight: 400;
  512. }
  513. .icn{
  514. background: #fff;
  515. border-radius: 100%;
  516. font-size: 14px;
  517. border: 1px solid #ceccda;
  518. }
  519. .tbl {
  520. color: #868e96;
  521. font-size: 10px;
  522. font-weight: 600 !important;
  523. margin:0px !important;
  524. }
  525. .tbl2 {
  526. font-weight: 600 !important;
  527. font-size: 11px !important;
  528. }
  529. /* new css */
  530. .shadow {
  531. box-shadow: none !important;
  532. }
  533. .nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
  534. background-color: #dedbf1;
  535. font-size: 9px;
  536. color: #2e1153 !important;
  537. padding: 2px 15px !important;
  538. border-radius: 12px !important;
  539. }
  540. .nav-pills .nav-link.active{
  541. background-color: #dedbf1;
  542. font-size: 9px;
  543. color: #ffffff !important;
  544. padding: 2px 15px !important;
  545. border-radius: 12px !important;
  546. }
  547. .profile_top_part_info {
  548. background: linear-gradient(to bottom, #FFF 0%,#FFF 55%,#ebe8ff 80%,#eceaf7 100%);
  549. border-bottom: 1px solid #dedbf1;
  550. padding: 15px;
  551. }
  552. .profile_top_part_info .whole_part {
  553. width: 100%;
  554. display: flex;
  555. height: 145px;
  556. }
  557. .profile_top_part_info .whole_part .left_part {
  558. width: 150px;
  559. position: relative;
  560. line-height: 145px;
  561. }
  562. .profile_top_part_info .whole_part .left_part .profile-photo {
  563. left: 48%;
  564. transform: translate(-50%, 0);
  565. margin-left: 0 !important;
  566. }
  567. .profile-photo {
  568. position: absolute;
  569. }
  570. .profile-photo .profile_pic {
  571. width: 130px;
  572. }
  573. .profile_pic img {
  574. border: 2px solid #2e1153;
  575. border-radius: 1.25rem;
  576. }
  577. .profile_top_part_info .whole_part .right_part {
  578. width:100%;
  579. display: flex;
  580. }
  581. .profile_top_part_info .whole_part .right_part .right_part_right {
  582. width: 100%;
  583. margin-top: 10px;
  584. }
  585. .right_part_right_whole {
  586. display: flex;
  587. width: 100%;
  588. position: relative;
  589. justify-content: flex-end;
  590. }
  591. .summary_bordered_box {
  592. text-align-last: start;
  593. margin: 10px 20px 0;
  594. padding: 15px;
  595. border-radius: 0.25rem;
  596. position: relative;
  597. width: calc(100% - 310px);
  598. border: 1px solid #e9f0f3;
  599. }
  600. .review-block-title {
  601. font-size: 18px;
  602. font-weight: 600;
  603. margin-bottom: 3px !important;
  604. }
  605. .label {
  606. display: inline-block;
  607. line-height: 1;
  608. color: #fff;
  609. text-align: center;
  610. white-space: nowrap;
  611. vertical-align: baseline;
  612. border-radius: 0.25rem;
  613. font-size: 10px;
  614. font-weight: 400;
  615. }
  616. .left_function_part {
  617. display: flex;
  618. width: 100%;
  619. border-radius: 0.25rem;
  620. }
  621. .left_function_part .left {
  622. width: 125px;
  623. align-self: center;
  624. padding-right: 10px;
  625. }
  626. .left_function_part .left span {
  627. font-size: 10px;
  628. color: #2e1153;
  629. }
  630. .left_function_part .right {
  631. width: calc(100% - 125px);
  632. display: flex;
  633. }
  634. .top_part_status_name {
  635. border-radius: 20px;
  636. padding: 1px 22px 1px 10px;
  637. font-size: 10px;
  638. font-weight: 400;
  639. line-height: 1.3;
  640. letter-spacing: .2px;
  641. top: 0;
  642. position: relative;
  643. width: fit-content;
  644. display: flex;
  645. }
  646. .dropdown-menu {
  647. display: none;
  648. float: left;
  649. min-width: 7rem;
  650. padding: 0.5rem 0;
  651. margin: 0.125rem 0 0;
  652. color: #212529;
  653. text-align: left;
  654. list-style: none;
  655. background-color: #fff;
  656. background-clip: padding-box;
  657. border: 1px solid rgba(0,0,0,.15);
  658. border-radius: 0.25rem;
  659. font-size: 11px;
  660. background-color: #dedbf1;
  661. }
  662. .dropdown-item {
  663. display: block;
  664. width: 100%;
  665. clear: both;
  666. font-weight: 400;
  667. text-align: inherit;
  668. white-space: nowrap;
  669. background: 0 0;
  670. border: 0;
  671. padding: 4px 12px;
  672. }
  673. .top_part_status .dropdown .dropdown-menu.show .dropdown-item:first-child {
  674. border-top-left-radius: 0.25rem;
  675. border-top-right-radius: 0.25rem;
  676. }
  677. .top_part_status .dropdown .dropdown-menu.show .dropdown-item:hover {
  678. background: #2e1153;
  679. color: #fff !important;
  680. }
  681. .summary_edu_part {
  682. background: linear-gradient(115deg, #f5f4fd 65%, #f5f4fd 65%, #dedbf1 90%);
  683. padding: 15px 10px;
  684. border-radius: 7px;
  685. position: relative;
  686. }
  687. .summary_edu_part .education_head {
  688. display: flex;
  689. width: 100%;
  690. }
  691. .summary_edu_part .education_head .left {
  692. width: 80%;
  693. }
  694. .edu_title {
  695. background: #dedbf1;
  696. font-weight: 600;
  697. color: #2e1153;
  698. padding: 2px 8px;
  699. border-radius: 4px;
  700. border: 1px solid #d8e2e7;
  701. font-size: 11px;
  702. }
  703. .summary_edu_part .education_head .right {
  704. width: 20%;
  705. text-align: right;
  706. }
  707. .summary_edu_part .education_body ul {
  708. list-style-type: none;
  709. padding-left: 0;
  710. margin-bottom: 0;
  711. }
  712. .summary_edu_part .education_body ul li:first-child {
  713. font-size: 11px;
  714. font-weight: 600;
  715. color: black;
  716. }
  717. .summary_edu_part .education_body ul li {
  718. line-height: 1.5;
  719. color: #343434;
  720. font-weight: 400;
  721. font-size: 11px;
  722. }
  723. .summary_ielts_part {
  724. position: relative;
  725. padding: 10px;
  726. }
  727. .summary_ielts_part .education_head {
  728. display: flex;
  729. width: 100%;
  730. margin: 15px 0 10px;
  731. }
  732. .expiration {
  733. display: inline;
  734. margin-left: 5px;
  735. }
  736. .single_glance_row {
  737. background-color: rgb(255 255 255);
  738. font-size: 12px !important;
  739. margin: 0 !important;
  740. border: none;
  741. border-bottom: 1px solid #e8eef1;
  742. border-radius: 0;
  743. padding: 8px 10px;
  744. color: #343434;
  745. font-size: 1rem;
  746. }
  747. </style>
  748. <body>
  749. <header id="" class="defaultscroll sticky">
  750. <div class="container-fluid">
  751. <div class="row">
  752. <div class="col-lg-12">
  753. <nav class="mt-2 header-navbar navbar-expand-lg navbar-fixed align-items-center navbar-brand-center">
  754. <div class="navbar-container d-flex content">
  755. <div class="col-md-10">
  756. <div class="d-flex align-items-center">
  757. <ul class="nav navbar-nav mr-auto header_left">
  758. <li class="nav-item d-flex">
  759. <a href="" class="navbar-brand router-link-exact-active router-link-active">
  760. <img src="web/images/logo.png" style="max-width: 130px; height: 35px;">
  761. </a>
  762. <div style="align-self: center;">
  763. <span style="font-weight: 600; font-size: 18px;">DEMO</span>
  764. </div>
  765. </li>
  766. </ul>
  767. </div>
  768. </div>
  769. <div class="col-md-2" style="display:flex;">
  770. <ul class="nav navbar-nav align-items-center ml-auto header_right ps-5">
  771. <li class="nav-item dropdown dropdown-notification">
  772. <a href="">
  773. <i class="fa fa-bell change_pass_btn"></i>
  774. </a>
  775. </li>
  776. </ul>
  777. <ul class="nav navbar-nav align-items-center ml-auto header_right ps-2">
  778. <li class="nav-item dropdown dropdown-notification">
  779. <a href="">
  780. <i class="fa fa-cog change_pass_btn"></i>
  781. </a>
  782. </li>
  783. </ul>
  784. <ul class="nav navbar-nav align-items-center ml-auto header_right ps-2">
  785. <li class="nav-item dropdown dropdown-notification">
  786. <a href="">
  787. <i class="fa fa-sign-out change_pass_btn"></i>
  788. </a>
  789. </li>
  790. </ul>
  791. <ul class="nav navbar-nav align-items-center ml-auto header_right ps-2">
  792. <li class="nav-item dropdown dropdown-notification">
  793. <a href="">
  794. <h5 class="change_pass_btn" style="height: 33px; margin-top: 7px; padding: 5px 8px;">IZ</h5>
  795. </a>
  796. </li>
  797. </ul>
  798. </div>
  799. </div>
  800. </nav>
  801. </div>
  802. </div>
  803. </div>
  804. </header>
  805. <!-- Hero Start -->
  806. <section class="bg-half-170 d-table w-100 it-home" style="background-color: #efefef;">
  807. <div class="container-fluid">
  808. <div class="row">
  809. <div class="col-md-12 mt-4" style="padding-left: 21px; padding-right: 25px;">
  810. <div class="card profile_top_part_info">
  811. <div class="whole_part">
  812. <!-- <div class="left_part">
  813. <div class="profile-photo" style="margin-left: 25px;">
  814. <div class="profile_pic" style="border-radius: 0px;-webkit-border-radius:0px;">
  815. <img src="web/images/male.png" alt="">
  816. </div>
  817. </div>
  818. </div> -->
  819. <div class="right_part">
  820. <div class="right_part_right">
  821. <div class="right_part_right_whole">
  822. <div class="summary_bordered_box" style="line-height: 20px; width: 50%; background: linear-gradient(to bottom, #FFF 50%,#FFF 35%,#dedbf1 80%,#dedbf1 100%); height: 130px; margin: 0 15px 0 0;">
  823. <div class="review-block-title mb-0">
  824. <span>Mr B</span>
  825. <span>Islam</span>
  826. </div>
  827. <label class="label" style="padding: 0; background: #fff;">
  828. <label class="label" style="background: #2e1153; padding: 3px 7px; border-top-right-radius: 0; border-bottom-right-radius: 0; font-size: 10px;">
  829. Apply Reference
  830. </label>
  831. <label class="label" style="background: #fff; padding: 2px 7px 2px 4px; color: #2e1153; font-weight: 600; border-top-left-radius: 0; border-bottom-left-radius: 0;border: 1px solid #ceccda; position: relative; left: -3px; font-size: 10px;">
  832. 114673
  833. </label>
  834. </label>
  835. <br>
  836. <span style="font-size:10px;">
  837. <span style="color: #868e96;">Nationality :</span>
  838. <strong>Bangladesh</strong>
  839. </span>
  840. <br>
  841. <span style="font-size:10px;">
  842. <span style="color: #868e96;">Gender :</span>
  843. <strong>Male</strong>
  844. </span>
  845. <br>
  846. <span style="font-size:10px;">
  847. <span style="color: #868e96;">Age :</span>
  848. <strong>23 years 3 month</strong>
  849. </span>
  850. </div>
  851. <div class="top_right_info_box" style="width: 100%; border: 1px solid #e9f0f3; border-radius: 0.25rem; padding: 15px; background: linear-gradient(to bottom, #FFF 50%,#FFF 35%,#dedbf1 80%,#dedbf1 100%); margin-right: 15px; display: grid;">
  852. <div class="left_function_part">
  853. <div class="left" style="margin-top:-10px;">
  854. <span style="font-weight:800;">
  855. Title :
  856. </span>
  857. </div>
  858. <div class="right">
  859. <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px;">
  860. <span class="top_part_status_name">
  861. Lorem, ipsum dolor.
  862. </span>
  863. </div>
  864. </div>
  865. </div>
  866. <div class="left_function_part">
  867. <div class="left" style="margin-top:-5px;">
  868. <span>
  869. Methology :
  870. </span>
  871. </div>
  872. <div class="right">
  873. <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px;">
  874. <span class="top_part_status_name">
  875. Qualitative
  876. </span>
  877. </div>
  878. </div>
  879. </div>
  880. <div class="left_function_part">
  881. <div class="left" style="margin-top:-5px;">
  882. <span>
  883. Funding Status :
  884. </span>
  885. </div>
  886. <div class="right">
  887. <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px;">
  888. <span class="top_part_status_name">
  889. Self-funded
  890. </span>
  891. </div>
  892. </div>
  893. </div>
  894. <div class="left_function_part">
  895. <div class="left" style="margin-top:-10px;">
  896. <span>
  897. Preferred Start Date :
  898. </span>
  899. </div>
  900. <div class="right">
  901. <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px;">
  902. <span class="top_part_status_name">
  903. Mar 2023
  904. </span>
  905. </div>
  906. </div>
  907. </div>
  908. </div>
  909. <div class="top_right_info_box" style="width: 50%; border: 1px solid #e9f0f3; border-radius: 0.25rem; padding: 15px; background: linear-gradient(to bottom, #FFF 50%,#FFF 35%,#dedbf1 80%,#dedbf1 100%); display: grid;">
  910. <span style="margin-bottom: -10px; display: block; line-height: 18px; font-size:11px !important;">
  911. <i class="fa fa-building-o mr-1"></i>
  912. <strong class="margin-bottom: 3px;">IECC Application</strong>
  913. <br>
  914. <span style="margin-left: 16px; color: #868e96;">
  915. Accepted at:
  916. </span>
  917. 01 Mar 2023 .
  918. <span class="label_badge_radius" style="background: #e9e7f7; color: #4b4a50;">
  919. 6 hours
  920. </span> .
  921. <br>
  922. <span class="label_badge_radius ms-3 mt-1 mb-1" style="background: #d8fdd8; color: green;">
  923. 14 days
  924. </span><br>
  925. <span class="tooltips" style="font-size: 11px;" data-original-title="Expiration">
  926. <i class="fa fa-calendar-check-o mr-1"></i>
  927. Received On:
  928. </span>
  929. <span style="font-weight: 600; margin-left: 5px;">
  930. 28 Feb 2023
  931. </span> <br>
  932. <span class="tooltips" style="font-size: 11px;" data-original-title="Expiration">
  933. <i class="fa fa-calendar-check-o mr-1"></i>
  934. Approved On:
  935. </span>
  936. <span style="font-weight: 600; margin-left: 5px;">
  937. -
  938. </span>
  939. </span>
  940. </div>
  941. </div>
  942. </div>
  943. </div>
  944. </div>
  945. </div>
  946. </div>
  947. <div class="col-md-3 mt-4" style="padding: 0px 0px 0px 23px;">
  948. <div class="card shadow p-3 rounded border-0 mb-4" style="background-color: white;">
  949. <div class="info-palate mt-0" style="margin:0px;">
  950. <div class="left">
  951. <div>
  952. <div class="single_glance_row mt-1">
  953. <span class="title" style="font-size:11px; font-weight: 600;">Proposal Quality :</span>
  954. <span class="tbl2 mb-2">
  955. <i class="fa-solid fa-star"></i>
  956. <i class="fa-solid fa-star"></i>
  957. <i class="fa-solid fa-star"></i>
  958. <i class="fa-regular fa-star-half-stroke"></i>
  959. <i class="fa-regular fa-star"></i>
  960. </span>
  961. </div>
  962. <div class="single_glance_row mt-1">
  963. <span class="title" style="font-size:11px; font-weight: 600;">Concept :</span>
  964. <span style="font-size: 11px; color: #868e96;">Good</span>
  965. </div>
  966. <div class="single_glance_row mt-1" style="display: flex;">
  967. <span class="title" style="font-size:11px; font-weight: 600;">Status :</span>
  968. <div class="top_part_status" style="position: relative; width: fit-content; margin-left: 10px;">
  969. <span class="top_part_status_name" style="background: #dcdcdc; color: #8c9094;">
  970. Hold
  971. </span>
  972. <div class="dropdown" style="top: 0.4px; position: absolute; right: 9px;">
  973. <i class="fa fa-caret-down dropdown-toggle add_hover tooltips" id="dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true" data-original-title="Change Status" style="color: #8c9094;"></i>
  974. <div class="dropdown-menu" aria-labelledby="dropdownMenuButton" x-placement="bottom-start" style="position: absolute; transform: translate3d(10px, 13px, 0px); top: 0px; left: 0px; will-change: transform; margin-left: -75px; z-index: 2; margin-top: 10px;">
  975. <a class="dropdown-item document_review_status_change" data-sval="1" name="sublead_status" href="#">In Review</a>
  976. <a class="dropdown-item document_review_status_change" data-sval="3" name="sublead_status" href="#">Pause</a>
  977. <a class="dropdown-item document_review_status_change" data-sval="3" name="sublead_status" href="#">Rejected</a>
  978. <a class="dropdown-item document_review_status_change" data-sval="3" name="sublead_status" href="#">Interested</a>
  979. </div>
  980. </div>
  981. </div>
  982. </div>
  983. <div class="single_glance_row mt-1" style="border-bottom: none;">
  984. <span class="title" style="font-size:11px; font-weight: 600;">Feedback :</span>
  985. <span class="tbl2">
  986. <div class="mb-2">
  987. <div class="form-icon position-relative">
  988. <textarea class="form-control" name="message" required=""></textarea>
  989. </div>
  990. </div>
  991. <div class="text-end">
  992. <button class="btn btn2">Save</button>
  993. </div>
  994. </span>
  995. </div>
  996. </div>
  997. </div>
  998. </div>
  999. </div>
  1000. <div class="card shadow p-3 rounded border-0 mb-4" style="background-color: white;">
  1001. <div class="info-palate mt-0">
  1002. <div class="left">
  1003. <div class="ad_pref_item_header mb-2">
  1004. <div class="Feedback">Applicate Profile</div>
  1005. </div>
  1006. <div class="summary_edu_part">
  1007. <div class="education_head">
  1008. <div class="left">
  1009. <span class="edu_title">Bachelor Degree</span>
  1010. </div>
  1011. <div class="right">
  1012. <span class="label_badge_radius" style="font-weight: 600; background: #fff;">2.90 </span>
  1013. </div>
  1014. </div>
  1015. <div class="education_body mt-3">
  1016. <ul>
  1017. <li>Philosophy</li>
  1018. <li>M.C College, Sylhet</li>
  1019. <li>June 2013 - September 2017</li>
  1020. </ul>
  1021. </div>
  1022. </div>
  1023. <div class="summary_ielts_part">
  1024. <div class="education_head">
  1025. <div class="left">
  1026. <span class="edu_title">OIETC - ELLT</span>
  1027. <div class="expiration">
  1028. <span class="tooltips" style="font-size: 11px; color: #868e96;" data-original-title="Expiration">
  1029. <i class="fa fa-calendar-check-o mr-1" style="color: #908f8f;"></i>
  1030. 19 Feb 2023
  1031. </span>
  1032. </div>
  1033. <span class="label_badge_radius" style="position: absolute; right: 0; font-weight: 600; background-image: linear-gradient(to right, rgb(46 17 83 / 19%), rgb(245, 244, 253)); color: rgb(46, 17, 83);">8</span>
  1034. </div>
  1035. </div>
  1036. <div class="education_body mt-3" style="border-bottom: 1px solid #e8eef1;padding: 8px 0px">
  1037. <div class="result" style="display: flex;">
  1038. <div class="result-part" style="font-size: 11px;">
  1039. <span class="single_point">Speaking:
  1040. <span class="point_number" style="font-weight: 700;">7 ,
  1041. </span>
  1042. </span>
  1043. </div>
  1044. <div class="result-part" style="font-size: 11px;">
  1045. <span class="single_point">Listening:
  1046. <span class="point_number" style="font-weight: 700;">9 ,
  1047. </span>
  1048. </span>
  1049. </div>
  1050. <div class="result-part" style="font-size: 11px;">
  1051. <span class="single_point">Writing:
  1052. <span class="point_number" style="font-weight: 700;">8 ,
  1053. </span>
  1054. </span>
  1055. </div>
  1056. <div class="result-part" style="font-size: 11px;">
  1057. <span class="single_point">Reading:
  1058. <span class="point_number" style="font-weight: 700;">7 ,
  1059. </span>
  1060. </span>
  1061. </div>
  1062. </div>
  1063. </div>
  1064. </div>
  1065. <div class="single_glance_row mt-1">
  1066. <span class="title" style="font-size:11px; font-weight: 600;">Work Exp:</span>
  1067. <span class="label_badge_radius" style="background: #e7f3ea !important; color: #0ba52e; margin-left: 3px;">5 Years</span>
  1068. <span style="font-size: 11px; color: #868e96;">(01 Nov 2017 - Continue)</span>
  1069. </div>
  1070. <div class="single_glance_row mt-3">
  1071. <span class="title" style="font-size:11px; font-weight: 600;">Reference:</span>
  1072. <span class="label_badge_radius" style="background: #e7f3ea !important; color: #0ba52e; margin-left: 3px;">1</span>
  1073. </div>
  1074. <div class="single_glance_row mt-3">
  1075. <span class="title" style="font-size:11px; font-weight: 600;">Passport No:</span>
  1076. <span style="font-size: 11px;">A00067018 </span>
  1077. <span style="font-size: 11px; color: #868e96;">(976 Days Left)</span>
  1078. </div>
  1079. <div class="single_glance_row mt-3">
  1080. <span class="title" style="font-size:11px; font-weight: 600;">Visa History:</span>
  1081. <span class="label_badge_radius" style="background: #f3dadc !important; color: #de1528; margin-left: 3px;">No</span>
  1082. </div>
  1083. <div class="single_glance_row mt-3">
  1084. <span class="title" style="font-size:11px; font-weight: 600;">Visa Rejection:</span>
  1085. <span class="label_badge_radius" style="background: #f3dadc !important; color: #de1528; margin-left: 3px;">No</span>
  1086. </div>
  1087. </div>
  1088. </div>
  1089. </div>
  1090. </div><!--end col-->
  1091. <div class="col-md-9 mt-4" style="padding: 3px;">
  1092. <div class="card border-0" style="border-radius:0px !important;">
  1093. <div class="container-fluid">
  1094. <div class="row">
  1095. <div class="col-md-12 mb-4" style="width: 99%; background-color:white; border-radius: 6px; padding: 10px;">
  1096. <ul class="nav nav-pills shadow flex-column flex-sm-row d-md-inline-flex nav-justified mb-0 bg-white rounded-top position-relative overflow-hidden" id="pills-tab" role="tablist">
  1097. <li class="nav-item m-1">
  1098. <i class="fa fa-graduation-cap"></i></br>
  1099. <a class="nav-link active rounded" id="buy-login" data-bs-toggle="pill" href="#buy" role="tab" aria-controls="buy" aria-selected="false" style="width:100px;">
  1100. Proposal
  1101. </a>
  1102. </li>
  1103. <li class="nav-item m-1 ms-3">
  1104. <i class="fa fa-list-ul"></i></br>
  1105. <a class="nav-link rounded" id="sold-login" data-bs-toggle="pill" href="#sold" role="tab" aria-controls="sold" aria-selected="false" style="width:114px;">
  1106. Doc/Info Required
  1107. </a>
  1108. </li>
  1109. </ul>
  1110. </div>
  1111. <div class="col-md-12">
  1112. <div class="row align-items-center">
  1113. <div class="col-md-8 mb-3" style="padding:0px;">
  1114. <div class="card rounded border-0 shadow" style="background-color:white;">
  1115. <div class="container" style="padding-left: 13px; padding-right: 12px;">
  1116. <div class="row mt-3 mb-3">
  1117. <div class="col-12" style="height:700px !important;">
  1118. <div class="tab-content bg-white rounded-bottom shadow" id="pills-tabContent">
  1119. <div class="card border-0 tab-pane fade show active" id="buy" role="tabpanel" aria-labelledby="buy-login">
  1120. <div class="row align-items-center">
  1121. <div class="col-md-12">
  1122. <embed src="web/files/CRM.pdf" type="application/pdf" width="100%" height="700px"/>
  1123. </div><!--end col-->
  1124. </div><!--end row-->
  1125. </div><!--end teb pane-->
  1126. <div class="card border-0 tab-pane fade" id="sold" role="tabpanel" aria-labelledby="sold-login">
  1127. <div class="row align-items-center">
  1128. <div class="col-md-12 mt-2">
  1129. <div class="row">
  1130. <div class="col-md-10" style="width:83%;">
  1131. <div class="content_header ml-0">
  1132. <div class="left">
  1133. <i class="fa fa-university" style="padding: 7px;"></i>
  1134. </div>
  1135. <div class="right">
  1136. <span class="main_title">Admission Preference</span>
  1137. </div>
  1138. </div>
  1139. </div>
  1140. <div class="col-md-2 text-right">
  1141. <button class="submit_button" style="margin-left:2.6rem;">Add New</button>
  1142. </div>
  1143. </div>
  1144. </div><!--end col-->
  1145. <div class="col-md-12">
  1146. <div class="ad_pref_item_header" style="margin-top: 15px;">
  1147. <div class="destination">Destination</div>
  1148. <div class="second">University Details</div>
  1149. <div class="third">Course Information</div>
  1150. <div class="fourth">Status</div>
  1151. <div class="last">Action</div>
  1152. </div>
  1153. <div class="scrolled_content_part">
  1154. <div class="single_ad_pref_item">
  1155. <div class="destination">
  1156. <div class="destination_left">
  1157. <i class="fa fa-map"></i>
  1158. <!-- <img src="" class="img-fluid" alt=""> -->
  1159. </div>
  1160. <div class="destination_info">
  1161. <strong style="font-size:13px;">United Kingdom</strong>
  1162. </div>
  1163. </div>
  1164. <div class="left">
  1165. <div class="uni_details">
  1166. <div class="inner_left">
  1167. <i class="fa fa fa-university"></i>
  1168. </div>
  1169. <div class="inner_right">
  1170. <strong style="font-size:13px;">De Montfort University</strong></br>
  1171. <span class="label_badge_radius">Masters</span>
  1172. <span>.</span>
  1173. <span class="label_badge_radius">Apr 2021</span>
  1174. </div>
  1175. </div>
  1176. </div>
  1177. <div class="middle">
  1178. <span style="font-size:11px;">MBA with Placement</span></br>
  1179. <span class="label_badge_radius" style="background: rgb(255, 237, 204); color: orange;">2nd Choice</span>
  1180. </div>
  1181. <div class="status_column"></div>
  1182. <div class="right">
  1183. <i class="fa fa-ellipsis-v"></i>
  1184. </div>
  1185. </div>
  1186. </div>
  1187. </div><!--end col-->
  1188. </div><!--end row-->
  1189. </div><!--end row-->
  1190. </div><!--end tab content-->
  1191. </div><!--end col-->
  1192. </div><!--end row-->
  1193. </div><!--end container-->
  1194. </div>
  1195. </div><!--end col-->
  1196. <div class="col-md-4" style="margin-top: -30.4rem;">
  1197. <div class="card shadow p-3 rounded border-0 mb-4" style="background-color: white;">
  1198. <div class="info-palate mt-0">
  1199. <div class="left">
  1200. <div class="ad_pref_item_header">
  1201. <div class="Feedback">Feedback from others</div>
  1202. </div>
  1203. <div class="single_radius_item">
  1204. <div style="border-bottom: 1px solid #e8eef1;">
  1205. <div class="left p-2" style="font-size:11px; border-bottom: 1px solid #e8eef1;">
  1206. <span class="edu_title">Uni. Name</span><br>
  1207. <span>Proposal Quality</span><br>
  1208. <span>Content Quality</span><br>
  1209. <span style="color: rgb(134, 142, 150); font-size: 10px !important; margin: 0 4px;">01 Mar 2023, 06:21 AM</span>
  1210. </div>
  1211. </div>
  1212. <div style="border-bottom: 1px solid #e8eef1;">
  1213. <div class="left p-2" style="font-size:11px; border-bottom: 1px solid #e8eef1;">
  1214. <span class="edu_title">Uni. Name</span><br>
  1215. <span>Proposal Quality</span><br>
  1216. <span>Content Quality</span><br>
  1217. <span style="color: rgb(134, 142, 150); font-size: 10px !important; margin: 0 4px;">01 Mar 2023, 06:21 AM</span>
  1218. </div>
  1219. </div>
  1220. </div>
  1221. </div>
  1222. </div>
  1223. </div>
  1224. </div><!--end row-->
  1225. </div><!--end container-->
  1226. </div>
  1227. </div><!--end col-->
  1228. </div>
  1229. </div><!--end row-->
  1230. </div><!--end container-->
  1231. </section><!--end section-->
  1232. <!-- Hero End -->
  1233. <!-- Main Js -->
  1234. <script src="{{asset('web/js/bootstrap.bundle.min.js')}}"></script>
  1235. <!-- tobii js -->
  1236. <script src="{{asset('web/js/tobii.min.js')}}"></script>
  1237. <!-- SLIDER -->
  1238. <script src="{{asset('web/js/tiny-slider.js')}}"></script>
  1239. <!-- Icons -->
  1240. <script src="{{asset('web/js/feather.min.js')}}"></script>
  1241. <!-- Main Js -->
  1242. <script src="https://cdn.jsdelivr.net/npm/jquery@3.6.0/dist/jquery.slim.min.js"></script>
  1243. <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.1/dist/js/bootstrap.bundle.min.js"></script>
  1244. <script src="https://cdnjs.cloudflare.com/ajax/libs/limonte-sweetalert2/11.6.15/sweetalert2.min.js"></script>
  1245. <script src="{{asset('web/js/plugins.init.js')}}"></script>
  1246. <script src="{{asset('web/js/app.js')}}"></script>
  1247. <script src="{{asset('web/js/datepicker.min.js')}}"></script>
  1248. <script src="{{asset('web/js/bootstrap.bundle.min.js')}}"></script>
  1249. <script src="{{asset('web/js/plugins.init.js')}}"></script>
  1250. <script src="{{asset('web/js/app.js')}}"></script>
  1251. <script src="{{asset('web/css/sweetalert/sweetalert.min.js')}}"></script>
  1252. <script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>
  1253. </body>
  1254. </html>