top.blade.php 17 KB

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