top.blade.php 17 KB

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