top.blade.php 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687
  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="stylesheet" href="{{asset('web/css/datepicker.min.css')}}">
  35. <link rel="stylesheet" href="{{asset('web/css/sweetalert/sweetalert.css')}}">
  36. <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
  37. <!-- fonts -->
  38. <link rel="preconnect" href="https://fonts.googleapis.com">
  39. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  40. <link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@700&display=swap" rel="stylesheet">
  41. <link rel="preconnect" href="https://fonts.googleapis.com">
  42. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  43. <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;300&display=swap" rel="stylesheet">
  44. {{-- Ajax Form Submit --}}
  45. <link href="{{ asset('css/noty/lib/noty.css') }}" rel="stylesheet" type="text/css">
  46. <link href="{{ asset('css/noty/lib/themes/sunset.css') }}" rel="stylesheet" type="text/css">
  47. <link href="{{ asset('css/flatpickr/dist/flatpickr.min.css') }}" rel="stylesheet" type="text/css">
  48. <link href="{{ asset('css/wait-me/waitMe.min.css')}}" rel="stylesheet" type="text/css">
  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:73px 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: black;
  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. element.style {
  513. border-bottom: 0.5px dashed #e3e8ec;
  514. padding-bottom: 10px;
  515. }
  516. .info-palate {
  517. width: 100%;
  518. float: left;
  519. margin: 10px 0;
  520. position: relative;
  521. font-size: 12px !important;
  522. }
  523. .stage_form_header {
  524. display: flex;
  525. width: 100%;
  526. margin-bottom: 20px;
  527. line-height: 1.2;
  528. background-image: linear-gradient(to right, #dedbf1 , #f5f4fd);
  529. padding: 7px 10px;
  530. border-radius: 4px;
  531. border: none;
  532. }
  533. .stage_form_header .left {
  534. width: 40px;
  535. align-self: center;
  536. }
  537. .stage_form_header .right {
  538. width: 95%;
  539. }
  540. .stage_form_header .right .main_title {
  541. font-size: 13px;
  542. font-weight: 600;
  543. color: black;
  544. display: block;
  545. }
  546. .stage_form_header .right .sub_title {
  547. color: #343434;
  548. font-weight: 400;
  549. }
  550. .icn{
  551. background: #fff;
  552. border-radius: 100%;
  553. font-size: 14px;
  554. border: 1px solid #ceccda;
  555. }
  556. .tbl {
  557. color: #868e96;
  558. font-size: 10px;
  559. font-weight: 600 !important;
  560. margin:0px !important;
  561. }
  562. .tbl2 {
  563. font-weight: 600 !important;
  564. font-size: 11px !important;
  565. }
  566. .ed{
  567. border: 1px solid #d9d9d9;
  568. border-radius: 8px 0px 0px 8px !important;
  569. padding: 8px 18px;
  570. }
  571. .ed:active{
  572. background-color: #dedbf1;
  573. }
  574. .search-box{
  575. font-size: 14px !important;
  576. width: 100%;
  577. height: 45px;
  578. font-weight: 600;
  579. }
  580. .search-btn{
  581. border: 2px solid #ccc;
  582. width: 11%;
  583. border-radius: 18px 18px 18px 18px;
  584. background-color: #141639c4 !important;
  585. color: white;
  586. font-weight: 700;
  587. height: 34px;
  588. margin-top: 5.5px;
  589. }
  590. .alert{
  591. width: 100%;
  592. display: -webkit-inline-box;
  593. font-size: 12px !important;
  594. font-weight:bold !important;
  595. color: black;
  596. border-radius: 6px;
  597. }
  598. .apply-modal{
  599. z-index: 3;
  600. display: none;
  601. padding-top: 100px;
  602. position: fixed;
  603. left: 0;
  604. top: 0;
  605. width: 100%;
  606. height: 100%;
  607. overflow: auto;
  608. background-color: rgba(0,0,0,0.4);
  609. }
  610. .apply-modal-content {
  611. margin: auto;
  612. background-color: #eee;
  613. padding: 0;
  614. outline: 0;
  615. width: 50%;
  616. }
  617. .apply-animate-top {
  618. position: relative;
  619. animation: animatetop 0.4s;
  620. }
  621. .apply-card-4, .apply-hover-shadow:hover {
  622. box-shadow: 0 4px 10px 0 rgba(0,0,0,0.2), 0 4px 20px 0 rgba(0,0,0,0.19);
  623. }
  624. .apply-teal, .apply-hover-teal:hover {
  625. color: #fff!important;
  626. background-color: #141639c4!important;
  627. height: 57px;
  628. padding:0px;
  629. }
  630. .propose{
  631. font-size: 12px !important;
  632. color: black;
  633. border-radius: 6px;
  634. padding: 8px 15px;
  635. }
  636. .sidebar-footer {
  637. position: sticky;
  638. }
  639. .site-header {
  640. position: fixed;
  641. top: 0;
  642. left: 0;
  643. width: 100%;
  644. height: auto;
  645. max-height: 80px;
  646. background: #fff;
  647. padding: 0px 15px 0 0;
  648. z-index: 80;
  649. }
  650. .wrapper .sidebar-menu ul li a {
  651. display: inline-block;
  652. width: 100%;
  653. text-decoration: none;
  654. position: relative;
  655. padding:7px 15px 7px 20px;
  656. }
  657. .wrapper .sidebar-menu ul li:hover>a{
  658. background-color: #141639c4 !important;
  659. color:white;
  660. border-radius: 0px !important
  661. }
  662. .method{
  663. background-color: #2c2d4d;
  664. margin-top: -11px;
  665. width: 16%;
  666. font-size: 14px !important;
  667. color: #fff;
  668. padding-left: 9px;
  669. border-radius: 5px;
  670. font-weight: bolder;
  671. }
  672. .method-box{
  673. width: 47.8%;
  674. background-color: #eee;
  675. border-radius: 5px;
  676. }
  677. </style>
  678. @stack('css')
  679. </head>