top.blade.php 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661
  1. <head>
  2. <meta charset="utf-8" />
  3. <title>Research Admission</title>
  4. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  5. <meta name="description" content="Information & Guidance on the PhD Process, Connect with Supervisor and Many" />
  6. <meta name="keywords" content="" />
  7. <!-- facebook tags -->
  8. <meta property="og:url" content="http://www.facebook.com/researchadmission"/>
  9. <meta property="og:type" content="website"/>
  10. <meta property="og:title" content="Research Admission"/>
  11. <meta property="og:description" content="Information & Guidance on the PhD Process, Connect with Supervisor and Many"/>
  12. <!-- Linkedin tags -->
  13. <meta property="og:url" content="https://www.linkedin.com/company/researchadmission"/>
  14. <meta property="og:type" content="website"/>
  15. <meta property="og:title" content="Research Admission"/>
  16. <meta property="og:description" content="Information & Guidance on the PhD Process, Connect with Supervisor and Many"/>
  17. <!-- favicon -->
  18. <link rel="shortcut icon" href="{{asset('web/images/logo.png') }}">
  19. <!-- Bootstrap -->
  20. <link href="{{ asset('web/css/bootstrap.min.css') }}" rel="stylesheet" type="text/css" />
  21. <!-- tobii css -->
  22. <link href="{{asset('web/css/tobii.min.css')}}" rel="stylesheet" type="text/css" />
  23. <!-- Icons -->
  24. <link href="{{asset('web/css/materialdesignicons.min.css')}}" rel="stylesheet" type="text/css" />
  25. <link rel="stylesheet" type="text/css" href="{{ asset('web/stylesheets/font-awesome.min.css') }}" />
  26. <link rel="stylesheet" href="https://unicons.iconscout.com/release/v3.0.6/css/line.css">
  27. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
  28. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/limonte-sweetalert2/11.6.15/sweetalert2.min.css">
  29. <!-- Slider -->
  30. <link rel="stylesheet" href="{{asset('web/css/tiny-slider.css')}}"/>
  31. <!-- Main Css -->
  32. <link href="{{asset('web/css/style.css')}}" rel="stylesheet" type="text/css" id="theme-opt" />
  33. <link href="{{asset('web/css/colors/default.css')}}" rel="stylesheet" id="color-opt">
  34. <link rel="preconnect" href="https://fonts.googleapis.com">
  35. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  36. <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;900&display=swap" rel="stylesheet">
  37. <link rel="preconnect" href="https://fonts.googleapis.com">
  38. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  39. <link href="https://fonts.googleapis.com/css2?family=Oswald:wght@200&family=Quicksand:wght@400;500;600;700&display=swap" rel="stylesheet">
  40. <link rel="stylesheet" href="{{asset('web/css/datepicker.min.css')}}">
  41. <link rel="stylesheet" href="{{asset('web/css/sweetalert/sweetalert.css')}}">
  42. <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
  43. <!-- fonts -->
  44. <link rel="preconnect" href="https://fonts.googleapis.com">
  45. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  46. <link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@700&display=swap" rel="stylesheet">
  47. <link rel="preconnect" href="https://fonts.googleapis.com">
  48. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  49. <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;300&display=swap" rel="stylesheet">
  50. </head>
  51. <style>
  52. body {
  53. font-family: 'Quicksand', sans-serif !important;
  54. }
  55. h1, h2, h3, h4, h5, h6 {
  56. font-family: 'Quicksand', sans-serif !important;
  57. }
  58. p{
  59. font-family: 'Quicksand', sans-serif !important;
  60. }
  61. .bg-half-170 {
  62. padding:68px 0px 5px;
  63. }
  64. #topnav {
  65. background-color: #ffff;
  66. }
  67. #topnav .navigation-menu > li > a {
  68. color:white !important;
  69. font-family: Poppins !important;
  70. }
  71. #topnav .navigation-menu {
  72. display: flex;
  73. justify-content: left;
  74. font-family:Poppins !important;
  75. }
  76. #topnav .sub-menu-item.active a, #topnav .navigation-menu > li.active > a, #topnav .navigation-menu > li:hover > a, #topnav .navigation-menu > li > a:active {
  77. background-color: #ffff !important;
  78. padding: 6.5px 11px;
  79. min-height: 25px;
  80. margin-top: -12px !important;
  81. border-radius: 8px;
  82. font-weight: bold;
  83. font-family: Poppins !important;
  84. color:#141639c4 !important;
  85. transition: all 0.3s;
  86. }
  87. .form-control:focus {
  88. box-shadow: 0 0 0 0.25rem #8492a61f !important;
  89. border-color: #8492a61f !important;
  90. }
  91. .horizontal-menu .header-navbar.navbar-fixed {
  92. position: fixed;
  93. width: 100%;
  94. }
  95. .btn1{
  96. background-color: #141639c4 !important;
  97. color:white !important;
  98. border-radius: 20px;
  99. box-shadow:none !important;
  100. }
  101. .btn1:hover{
  102. background: #ffff !important;
  103. color: #141639c4 !important;
  104. border-radius: 20px;
  105. border: 1px solid #141639c4;
  106. }
  107. .title{
  108. font-size:12px;
  109. }
  110. .badge-title{
  111. background: #dedbf1;
  112. font-weight: 600;
  113. color: #2e1153;
  114. padding: 2px 8px;
  115. border-radius: 4px;
  116. border: 1px solid #d8e2e7;
  117. font-size: 11px;
  118. }
  119. .label_badge_radius {
  120. color: #2e1153;
  121. border-radius: 20px;
  122. padding: 1px 10px;
  123. font-size: 11px;
  124. line-height: 1.3;
  125. letter-spacing: .2px;
  126. font-weight: 600;
  127. background: rgb(255, 255, 255);
  128. }
  129. .body ul {
  130. list-style-type: none;
  131. padding-left: 0;
  132. margin-bottom: 0;
  133. font-size:12px;
  134. }
  135. .badge-lighter-green {
  136. background: #d8fdd8!important;
  137. color: green!important;
  138. }
  139. .badge-lighter-red {
  140. background: #f3dadc!important;
  141. color: #de1528!important;
  142. }
  143. .uil-map-marker {
  144. color: #2e1153;
  145. background: #f1f0fb;
  146. border-radius: 100%;
  147. font-size: 14px;
  148. padding: 4px 6px;
  149. border: 1px solid #ceccda;
  150. }
  151. .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 {
  152. background-color: #2e1153 !important;
  153. color: white!important;
  154. border-radius:0px !important;
  155. }
  156. .form-check-input.form-check-input:checked{
  157. background-color: #2f55d4 !important;
  158. border-radius: 7px !important;
  159. }
  160. .small, small {
  161. background-color: #dedbf1;
  162. border-radius: 20px;
  163. padding: 3px 22px;
  164. font-size: 11px;
  165. color: #2e1153 !important;
  166. }
  167. .small, small:hover, small:focus, small:active {
  168. background-color: #2e1153;
  169. border-radius: 20px;
  170. padding: 3px 22px;
  171. font-size: 11px;
  172. color: #fff !important;
  173. }
  174. .nav-pills {
  175. margin-bottom: 0px;
  176. background:none;
  177. }
  178. .content_header {
  179. display: flex;
  180. width: 100%;
  181. line-height: 1.2;
  182. }
  183. .content_header .left {
  184. width: 40px;
  185. align-self: center;
  186. margin-top: -3px;
  187. }
  188. .content_header .right .main_title {
  189. font-size: 18px;
  190. font-weight: 600;
  191. display: block;
  192. }
  193. .content_header .left .fa {
  194. background: #f1f0fb;
  195. border-color: transparent;
  196. color: #2e1153;
  197. border-radius: 100%;
  198. font-size: 14px;
  199. border: 1px solid #ceccda;
  200. }
  201. .submit_button {
  202. background-color: #2e1153!important;
  203. border-width: 1px!important;
  204. border-color: #2e1153!important;
  205. color: #fff!important;
  206. border-radius: 30px!important;
  207. padding: 0 11px!important;
  208. height: 28px!important;
  209. font-size: 14px!important;
  210. line-height: 1!important;
  211. font-weight: 600!important;
  212. }
  213. .ad_pref_item_header {
  214. display: flex;
  215. background: #dedbf1;
  216. padding: 7px 16px;
  217. border-radius: 7px;
  218. position: relative;
  219. font-size: 12px;
  220. font-weight: 700;
  221. justify-content: space-between;
  222. }
  223. .ad_pref_item_header .destination {
  224. width: 295px;
  225. align-self: center;
  226. }
  227. .ad_pref_item_header .second {
  228. align-self: center;
  229. width: 300px;
  230. }
  231. .ad_pref_item_header .third {
  232. width: 200px;
  233. align-self: center;
  234. margin-right: 25px;
  235. }
  236. .ad_pref_item_header .fourth {
  237. width: 50px;
  238. align-self: center;
  239. text-align: center;
  240. }
  241. .ad_pref_item_header .last {
  242. width: 125px;
  243. align-self: center;
  244. text-align: -webkit-right;
  245. }
  246. .single_ad_pref_item {
  247. padding: 10px;
  248. margin-top: 10px;
  249. border-radius: 7px;
  250. position: relative;
  251. border: 1px solid #e9f0f3;
  252. background-color: white;
  253. }
  254. .single_ad_pref_item2 {
  255. display: flex;
  256. margin-top: 10px;
  257. position: relative;
  258. border-bottom: 2px solid #eee;
  259. }
  260. .single_ad_pref_item1 {
  261. display: flex;
  262. padding: 6px;
  263. border-radius: 4px;
  264. margin-top: 10px;
  265. position: relative;
  266. background-color: #16183f69;
  267. color: #ffff;
  268. }
  269. .single_ad_pref_item .destination {
  270. align-self: center;
  271. display: flex;
  272. }
  273. .single_ad_pref_item .destination_left {
  274. align-self: center;
  275. }
  276. .single_ad_pref_item .left {
  277. align-self: center;
  278. }
  279. /* .single_ad_pref_item .left .uni_details {
  280. display: flex;
  281. width: 100%;
  282. }
  283. .single_ad_pref_item .left .uni_details .inner_left {
  284. width: 33px;
  285. align-self: center;
  286. }
  287. .single_ad_pref_item .left .uni_details .inner_left .fa-university {
  288. color: #2e1153;
  289. background: #f1f0fb;
  290. border-radius: 100%;
  291. padding: 5px;
  292. } */
  293. .ad_pref_part .single_ad_pref_item .left strong {
  294. color: #393b3e;
  295. font-size: 12px;
  296. }
  297. .single_ad_pref_item .label_badge_radius {
  298. background-image: linear-gradient(90deg,rgba(46,17,83,.19),#f5f4fd);
  299. color: #2e1153;
  300. border-radius: 20px;
  301. padding: 1px 10px;
  302. font-size: 11px;
  303. font-weight: 400;
  304. line-height: 1.3;
  305. letter-spacing: .2px;
  306. }
  307. .single_ad_pref_item .middle {
  308. align-self: center;
  309. margin-right: 25px;
  310. }
  311. .single_ad_pref_item .status_column {
  312. align-self: center;
  313. text-align: center;
  314. }
  315. .single_ad_pref_item .right {
  316. align-self: center;
  317. text-align: -webkit-right;
  318. }
  319. .table {
  320. width: 100%;
  321. color: #6e6b7b;
  322. }
  323. .list_table thead tr th {
  324. font-size: 12px;
  325. font-weight: 700;
  326. background-color: #16183f69 !important;
  327. text-transform: capitalize;
  328. color: #ffff;
  329. }
  330. .list_table thead tr th {
  331. padding: 11px 6px 10px!important;
  332. }
  333. .list_table .institute_info {
  334. display: flex !important;
  335. }
  336. .list_table .institute_info .left {
  337. width: 45px;
  338. align-self: center;
  339. }
  340. .list_table .institute_info .left .fa {
  341. background: #f1f0fb;
  342. padding: 10px;
  343. border-radius: 100%;
  344. font-size: 14px;
  345. color: #2e1153;
  346. }
  347. tbody, td, tfoot, th, thead, tr {
  348. border-color: inherit;
  349. border-style: dashed;
  350. border-width: 0;
  351. }
  352. .change_pass_btn {
  353. margin-top: 0;
  354. color: #2e1153;
  355. border: 1px solid #dedbf1;
  356. border-radius: 50%;
  357. padding: 5px 6px;
  358. margin-right: 0;
  359. background: #dedbf1;
  360. font-size: 15px!important;
  361. }
  362. .navbar {
  363. display: inline-block;
  364. }
  365. .change_pass_btn:hover {
  366. color: #ff7f00;
  367. transition: all 1s cubic-bezier(.19,1,.22,1) 0s;
  368. border: 1px solid #ff7f00!important;
  369. }
  370. .card {
  371. background-color: inherit;
  372. }
  373. .education{
  374. padding: 10px 16px;
  375. margin-left: -12px;
  376. margin-right: -12px;
  377. border-radius: 4px 4px 0px 0px;
  378. font-size: 13px;
  379. font-weight: bold;
  380. color: #141639c4;
  381. font-family:Poppins !important;
  382. }
  383. .form-label {
  384. font-weight: 700;
  385. font-size: 14px;
  386. color: white;
  387. }
  388. .fa:hover, .fa:active{
  389. color:#141639c4 !important;
  390. }
  391. .btn2{
  392. background-color: #141639c4 !important;
  393. color:white !important;
  394. border-radius: 20px;
  395. box-shadow:none !important;
  396. padding:3px 13px !important;
  397. font-size:13px;
  398. }
  399. .btn2:hover{
  400. background: #fff !important;
  401. color: #141639c4 !important;
  402. border-radius: 20px;
  403. border-color: #141639c4!important;
  404. }
  405. .btncl{
  406. padding: 2px 6px;
  407. color: #ffffff !important;
  408. background-color: #ffc107 !important;
  409. border-radius: 30px;
  410. }
  411. .btncl:hover {
  412. background-color: #ffffff !important;
  413. border-color: #ffc107 !important;
  414. color: #ffc107 !important;
  415. }
  416. .btn3{
  417. background-color: #141639c4 !important;
  418. color:white !important;
  419. border-radius: 20px;
  420. box-shadow:none !important;
  421. padding:3px 17px !important;
  422. font-size:13px;
  423. }
  424. .btn3:hover{
  425. background: #fff !important;
  426. color: #141639c4 !important;
  427. border-radius: 20px;
  428. border:1px solid #141639c4!important;
  429. }
  430. .features.fea-primary:hover {
  431. background-color:white !important;
  432. }
  433. .label_badge_radius {
  434. border-radius: 20px;
  435. padding: 1px 10px;
  436. font-size: 13px;
  437. font-weight: 800;
  438. line-height: 1.3;
  439. letter-spacing: .2px;
  440. display: inline-block;
  441. }
  442. .fea.icon-sm {
  443. height: 10px;
  444. width: 12px;
  445. }
  446. .key-feature:hover {
  447. transform: none;
  448. box-shadow: none !important;
  449. }
  450. .label_badge_radius {
  451. border-radius: 20px;
  452. padding: 1px 10px;
  453. font-size: 11px;
  454. font-weight: 400;
  455. line-height: 1.3;
  456. letter-spacing: .2px;
  457. display: inline-block;
  458. }
  459. .test_list {
  460. display: flex;
  461. flex-direction: row;
  462. width: 100%;
  463. margin: 10px 0;
  464. }
  465. .test_list .test_open {
  466. background: #dfdcf2;
  467. }
  468. .test_list .btn {
  469. display: inline-block;
  470. padding: 8px 16px;
  471. border-radius: 5px;
  472. border: 1px solid #d8e2e7;
  473. font-size: 13px;
  474. font-weight: 500;
  475. }
  476. .btn5{
  477. background-color:#dfdcf2 !important;
  478. }
  479. .btn6:hover{
  480. background-color:#dfdcf2 !important;
  481. }
  482. .btn7:hover{
  483. background-color:#dfdcf2 !important;
  484. }
  485. .list_table .label_badge_light {
  486. border-radius: 20px;
  487. padding: 1px 10px;
  488. font-size: 10px !important;
  489. font-weight: 400;
  490. line-height: 1.3;
  491. color: black;
  492. border-top-left-radius: 0;
  493. border-bottom-left-radius: 0;
  494. background-image: linear-gradient(to right, #dedbf1 , #f5f4fd);
  495. }
  496. .icon_bar {
  497. width: fit-content;
  498. overflow: auto;
  499. border-radius: 0.25rem;
  500. padding: 2px 4px;
  501. margin: 0 auto;
  502. border: 0.5px solid #d8e2e7;
  503. }
  504. .icon_bar a {
  505. text-align: center;
  506. padding: 0;
  507. color: #818084;
  508. font-size: 16px;
  509. margin: 0 3px;
  510. border-bottom: none;
  511. top: 0;
  512. }
  513. .full{
  514. height:595px !important;
  515. background-color:#dedbf1 !important;
  516. }
  517. /* .nav-link:hover{
  518. width: 231px !important;
  519. border-radius: 0px !important;
  520. background-color: #2e1153 !important;
  521. color: white !important;
  522. transition: none !important;
  523. }
  524. .nav-pills .nav-link.active{
  525. width: 231px !important;
  526. border-radius: 0px !important;
  527. background-color: #2e1153 !important;
  528. color: white !important;
  529. } */
  530. element.style {
  531. border-bottom: 0.5px dashed #e3e8ec;
  532. padding-bottom: 10px;
  533. }
  534. .info-palate {
  535. width: 100%;
  536. float: left;
  537. margin: 10px 0;
  538. position: relative;
  539. font-size: 12px !important;
  540. }
  541. .stage_form_header {
  542. display: flex;
  543. width: 100%;
  544. margin-bottom: 20px;
  545. line-height: 1.2;
  546. background-image: linear-gradient(to right, #dedbf1 , #f5f4fd);
  547. padding: 7px 10px;
  548. border-radius: 4px;
  549. border: none;
  550. }
  551. .stage_form_header .left {
  552. width: 40px;
  553. align-self: center;
  554. }
  555. .stage_form_header .right {
  556. width: 95%;
  557. }
  558. .stage_form_header .right .main_title {
  559. font-size: 13px;
  560. font-weight: 600;
  561. color: black;
  562. display: block;
  563. }
  564. .stage_form_header .right .sub_title {
  565. color: #343434;
  566. font-weight: 400;
  567. }
  568. .icn{
  569. background: #fff;
  570. border-radius: 100%;
  571. font-size: 14px;
  572. border: 1px solid #ceccda;
  573. }
  574. .tbl {
  575. color: #868e96;
  576. font-size: 10px;
  577. font-weight: 600 !important;
  578. margin:0px !important;
  579. }
  580. .tbl2 {
  581. font-weight: 600 !important;
  582. font-size: 11px !important;
  583. }
  584. .ed{
  585. border: 1px solid #d9d9d9;
  586. border-radius: 8px 0px 0px 8px !important;
  587. padding: 8px 18px;
  588. }
  589. .ed:active{
  590. background-color: #dedbf1;
  591. }
  592. .search-box{
  593. font-size: 14px !important;
  594. width: 95.3%;
  595. margin-left: 16px;
  596. font-size:13px;
  597. border-radius: 6px 17px 17px 6px;
  598. }
  599. .search-btn{
  600. margin-left: -5.7rem;
  601. border: 2px solid #ccc;
  602. width: 13%;
  603. border-radius: 18px 18px 18px 18px;
  604. background-color: #141639c4 !important;
  605. color: white;
  606. font-weight: 700;
  607. }
  608. .alert{
  609. border: 2px solid #e9f0f3 !important;
  610. width: 100%;
  611. display: -webkit-inline-box;
  612. font-size: 12px !important;
  613. font-weight:bold !important;
  614. color: black;
  615. border-radius: 6px;
  616. }
  617. .apply-modal{
  618. z-index: 3;
  619. display: none;
  620. padding-top: 100px;
  621. position: fixed;
  622. left: 0;
  623. top: 0;
  624. width: 100%;
  625. height: 100%;
  626. overflow: auto;
  627. background-color: rgba(0,0,0,0.4);
  628. }
  629. .apply-modal-content {
  630. margin: auto;
  631. background-color: #fff;
  632. padding: 0;
  633. outline: 0;
  634. width: 50%;
  635. }
  636. .apply-animate-top {
  637. position: relative;
  638. animation: animatetop 0.4s;
  639. }
  640. .apply-card-4, .apply-hover-shadow:hover {
  641. box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
  642. }
  643. .apply-teal, .apply-hover-teal:hover {
  644. color: #fff!important;
  645. background-color: #141639c4!important;
  646. height: 57px;
  647. }
  648. </style>
  649. @stack('css')
  650. </head>