title.blade.php 66 KB

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