top.blade.php 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688
  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/4.7.0/css/font-awesome.css">
  30. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
  31. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/limonte-sweetalert2/11.6.15/sweetalert2.min.css">
  32. <!-- Slider -->
  33. <link rel="stylesheet" href="{{asset('web/css/tiny-slider.css')}}"/>
  34. <!-- Main Css -->
  35. <link href="{{asset('web/css/style.css')}}" rel="stylesheet" type="text/css" id="theme-opt" />
  36. <link href="{{asset('web/css/colors/default.css')}}" rel="stylesheet" id="color-opt">
  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=Ubuntu:wght@700&display=swap" rel="stylesheet">
  40. <link rel="preconnect" href="https://fonts.googleapis.com">
  41. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  42. <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;300&display=swap" rel="stylesheet">
  43. <link rel="stylesheet" href="{{asset('web/css/datepicker.min.css')}}">
  44. <link rel="stylesheet" href="{{asset('web/css/sweetalert/sweetalert.css')}}">
  45. {{-- Ajax Form Submit --}}
  46. <link href="{{ asset('css/noty/lib/noty.css') }}" rel="stylesheet" type="text/css">
  47. <link href="{{ asset('css/noty/lib/themes/sunset.css') }}" rel="stylesheet" type="text/css">
  48. <link href="{{ asset('css/flatpickr/dist/flatpickr.min.css') }}" rel="stylesheet" type="text/css">
  49. <link href="{{ asset('css/wait-me/waitMe.min.css')}}" rel="stylesheet" type="text/css">
  50. <link href="{{ asset('css/pretty-checkbox/pretty-checkbox.min.css')}}" rel="stylesheet" type="text/css">
  51. <style>
  52. body {
  53. font-family: 'Oswald', sans-serif;
  54. font-family: 'Quicksand', sans-serif;
  55. }
  56. h1, h2, h3, h4, h5, h6 {
  57. font-family: 'Oswald', sans-serif;
  58. font-family: 'Quicksand', sans-serif;
  59. }
  60. .bg-half-170 {
  61. padding:0px;
  62. }
  63. .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, .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 {
  64. background-color: #141639c4 !important;
  65. color: white!important;
  66. border-radius:0px !important;
  67. border-color: #141639c4 !important;
  68. }
  69. .form-check-input.form-check-input:checked{
  70. border-radius:20px !important;
  71. background-color: #141639c4 !important;
  72. }
  73. .form-check-input:focus {
  74. border-color: #141639c4 !important;
  75. background-image:#141639c4 !important;
  76. }
  77. .nav-pills .nav-link{
  78. color: white !important;
  79. }
  80. .nav-pills {
  81. margin-bottom: 0px;
  82. background:none;
  83. }
  84. .logo {
  85. font-weight: 700;
  86. font-size: 24px;
  87. margin-right: 0px;
  88. padding: 0 0 6px;
  89. letter-spacing: 1px;
  90. line-height: 68px;
  91. }
  92. a {
  93. text-decoration: none !important;
  94. }
  95. .table {
  96. width: 100%;
  97. color: #6e6b7b;
  98. }
  99. .list_table thead tr th {
  100. font-size: 12px;
  101. font-weight: 700;
  102. background-color: #16183f69;
  103. text-transform: capitalize;
  104. color: #ffff;
  105. }
  106. .list_table thead tr th {
  107. padding: 11px 6px 10px!important;
  108. }
  109. .list_table .institute_info {
  110. display: flex !important;
  111. }
  112. .list_table .institute_info .left {
  113. width: 37px;
  114. align-self: center;
  115. }
  116. .list_table .institute_info .left .fa {
  117. background: #f1f0fb;
  118. padding: 10px;
  119. border-radius: 100%;
  120. font-size: 14px;
  121. color: #2e1153;
  122. }
  123. tbody, td, tfoot, th, thead, tr {
  124. border-color: inherit;
  125. /* border-style: dashed; */
  126. border-width: 0;
  127. }
  128. .change_pass_btn {
  129. margin-top: 0;
  130. color: #ffff;
  131. border: 1px solid #9f9fa169;
  132. border-radius: 50%;
  133. padding: 8px 8px;
  134. margin-right: 0;
  135. background: #16183f69;
  136. font-size: 15px!important;
  137. }
  138. .change_pass_btn:hover {
  139. color: #ff7f00;
  140. transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  141. border: 1px solid #ff7f00 !important;
  142. }
  143. .icon_bar {
  144. width: fit-content;
  145. overflow: auto;
  146. border-radius: 0.25rem;
  147. padding: 2px 4px;
  148. margin: 0 auto;
  149. border: 0.5px solid #d8e2e7;
  150. }
  151. .icon_bar a {
  152. text-align: center;
  153. padding: 0;
  154. color: #818084;
  155. font-size: 16px;
  156. margin: 0 3px;
  157. border-bottom: none;
  158. top: 0;
  159. }
  160. .label_badge_radius {
  161. color: #2e1153;
  162. border-radius: 20px;
  163. padding: 1px 10px;
  164. font-size: 10px;
  165. line-height: 1.3;
  166. letter-spacing: .2px;
  167. font-weight: 600;
  168. /* background-image: linear-gradient(to right, rgb(46 17 83 / 19%), rgb(245, 244, 253)); */
  169. }
  170. .label_badge_no {
  171. color: red;
  172. border-radius: 20px;
  173. padding: 1px 10px;
  174. font-size: 11px;
  175. line-height: 1.3;
  176. letter-spacing: .2px;
  177. font-weight: 600;
  178. background-color:#ffecee;
  179. }
  180. .label_badge_gpa {
  181. color: #00b4d8;
  182. border-radius: 20px;
  183. padding: 1px 10px;
  184. font-size: 11px;
  185. line-height: 1.3;
  186. letter-spacing: .2px;
  187. font-weight: 600;
  188. background-color:#e2edff;
  189. }
  190. .label_badge_work {
  191. color: #10bd77;
  192. border-radius: 20px;
  193. padding: 1px 10px;
  194. font-size: 11px;
  195. line-height: 1.3;
  196. letter-spacing: .2px;
  197. font-weight: 600;
  198. background-color:#dffff2;;
  199. }
  200. .ms-5 {
  201. margin-left: 2.4rem!important;
  202. }
  203. .btncl{
  204. padding: 2px 6px;
  205. color: #ffffff !important;
  206. background-color: #ffc107 !important;
  207. border-radius: 30px;
  208. }
  209. .btncl:hover {
  210. background-color: #ffffff !important;
  211. border-color: #ffc107 !important;
  212. color: #ffc107 !important;
  213. }
  214. .btn2{
  215. background-color: #141639c4 !important;
  216. color:white !important;
  217. border-radius: 20px;
  218. box-shadow:none !important;
  219. padding:3px 13px !important;
  220. font-size:13px;
  221. }
  222. .btn2:hover{
  223. background: #fff !important;
  224. color: #141639c4 !important;
  225. border-radius: 20px;
  226. border-color: #2e1153!important;
  227. }
  228. .submit_button {
  229. background-color: #2e1153!important;
  230. border-width: 1px!important;
  231. border-color: #2e1153!important;
  232. color: #fff!important;
  233. border-radius: 30px!important;
  234. padding: 6px 11px!important;
  235. height: 28px!important;
  236. font-size: 14px!important;
  237. line-height: 1!important;
  238. font-weight: 600!important;
  239. }
  240. .submit_button:hover {
  241. background-color: #fff;
  242. border-color: #2e1153;
  243. color: #2e1153;
  244. }
  245. .top_part_status_name {
  246. border-radius: 20px;
  247. padding: 1px 22px 1px 10px;
  248. font-size: 10px;
  249. font-weight: 400;
  250. line-height: 1.3;
  251. letter-spacing: .2px;
  252. top: 0;
  253. position: relative;
  254. width: fit-content;
  255. display: flex;
  256. }
  257. .top_part_status .dropdown .dropdown-menu.show .dropdown-item:first-child {
  258. border-top-left-radius: 0.25rem;
  259. border-top-right-radius: 0.25rem;
  260. }
  261. .top_part_status .dropdown .dropdown-menu.show .dropdown-item:hover {
  262. background: #2e1153;
  263. color: #fff !important;
  264. }
  265. .dropdown-menu {
  266. display: none;
  267. float: left;
  268. min-width:5rem;
  269. padding: 0.5rem 0;
  270. margin: 0.125rem 0 0;
  271. color: #212529;
  272. text-align: left;
  273. list-style: none;
  274. background-color: #fff;
  275. background-clip: padding-box;
  276. border: 1px solid rgba(0,0,0,.15);
  277. border-radius: 0.25rem;
  278. font-size: 11px;
  279. background-color: #dedbf1;
  280. }
  281. .dropdown-item {
  282. display: block;
  283. width: 100%;
  284. clear: both;
  285. font-weight: 400;
  286. text-align: inherit;
  287. white-space: nowrap;
  288. background: 0 0;
  289. border: 0;
  290. padding: 4px 12px;
  291. }
  292. .site-header {
  293. position: fixed;
  294. top: 0;
  295. left: 0;
  296. width: 100%;
  297. height: auto;
  298. max-height: 80px;
  299. background: #fff;
  300. padding: 0px 15px 0 0;
  301. z-index: 80;
  302. }
  303. .sidebar-wrapper .sidebar-menu ul li a {
  304. display: inline-block;
  305. width: 100%;
  306. text-decoration: none;
  307. position: relative;
  308. padding:7px 15px 7px 20px;
  309. }
  310. .sidebar-wrapper .sidebar-menu ul li:hover>a{
  311. background-color: #141639c4 !important;
  312. color:white;
  313. border-radius: 0px !important
  314. }
  315. .sidebar-footer {
  316. position: sticky;
  317. }
  318. .edu_title {
  319. background: #191e38;
  320. font-weight: 600;
  321. color: white;
  322. padding: 2px 8px;
  323. border-radius: 6px;
  324. font-size: 11px;
  325. }
  326. .summary_edu_part {
  327. padding: 15px 10px;
  328. position: relative;
  329. background: #eee;
  330. border-radius: 7px;
  331. }
  332. .summary_edu_part .education_head {
  333. display: flex;
  334. width: 100%;
  335. }
  336. .summary_edu_part .education_head .left {
  337. width: 80%;
  338. }
  339. .summary_edu_part .education_head .right {
  340. width: 20%;
  341. text-align: right;
  342. }
  343. .summary_edu_part .education_body ul {
  344. list-style-type: none;
  345. padding-left: 0;
  346. margin-bottom: 0;
  347. }
  348. .summary_edu_part .education_body ul li:first-child {
  349. font-size: 11px;
  350. font-weight: 600;
  351. color: black;
  352. }
  353. .summary_edu_part .education_body ul li {
  354. line-height: 1.5;
  355. color: #343434;
  356. font-weight: 400;
  357. font-size: 11px;
  358. }
  359. .summary_ielts_part {
  360. position: relative;
  361. }
  362. .summary_ielts_part .education_head {
  363. display: flex;
  364. width: 100%;
  365. }
  366. .expiration {
  367. display: inline;
  368. margin-left: 5px;
  369. }
  370. .single_glance_row {
  371. background-color: rgb(255 255 255);
  372. font-size: 12px !important;
  373. margin: 0 !important;
  374. border: none;
  375. border-bottom: 1px solid #e8eef1;
  376. border-radius: 0;
  377. padding: 8px 10px;
  378. color: #343434;
  379. font-size: 1rem;
  380. }
  381. .config{
  382. font-size: 13px;
  383. font-weight: 600;
  384. color: black;
  385. }
  386. .content_header {
  387. display: flex;
  388. width: 100%;
  389. line-height: 1.2;
  390. }
  391. .content_header .left {
  392. width: 40px;
  393. align-self: center;
  394. }
  395. .content_header .left .fa {
  396. padding: 6px 6.8px;
  397. background: #f1f0fb;
  398. border-color: transparent;
  399. color: #2e1153;
  400. border-radius: 100%;
  401. font-size: 14px;
  402. border: 1px solid #ceccda;
  403. }
  404. .content_header .right {
  405. width: calc(100% - 40px);
  406. align-self: center;
  407. }
  408. .content_header .right .main_title {
  409. font-size: 18px;
  410. font-weight: 600;
  411. display: block;
  412. }
  413. .method{
  414. background-color: #2c2d4d;
  415. margin-top: -11px;
  416. width: 20%;
  417. font-size: 14px !important;
  418. color: #fff;
  419. padding-left: 9px;
  420. border-radius: 5px;
  421. }
  422. .method-box{
  423. width: 31.5%;
  424. background-color: #eee;
  425. border-radius: 5px;
  426. }
  427. .label_badge_no {
  428. color: #e75555;
  429. border-radius: 20px;
  430. padding: 1px 10px;
  431. font-size: 11px;
  432. line-height: 1.3;
  433. letter-spacing: .2px;
  434. font-weight: 600;
  435. background-color: #eed4ce;
  436. }
  437. .hand{
  438. cursor: pointer;
  439. }
  440. .pro_top_rating {
  441. border: none;
  442. float: left;
  443. }
  444. .pro_top_rating > label {
  445. color: #90A0A3;
  446. float: right;
  447. }
  448. .pro_top_rating > label:before {
  449. margin-right: 5px;
  450. font-size: .7rem;
  451. font-family: FontAwesome;
  452. content: "\f005";
  453. display: inline-block;
  454. }
  455. .pro_top_rating > input {
  456. display: none;
  457. }
  458. .pro_top_rating > input:checked ~ label,
  459. .pro_top_rating:not(:checked) > label:hover,
  460. .pro_top_rating:not(:checked) > label:hover ~ label {
  461. color: #F79426;
  462. }
  463. .pro_top_rating > input:checked + label:hover,
  464. .pro_top_rating > input:checked ~ label:hover,
  465. .pro_top_rating > label:hover ~ input:checked ~ label,
  466. .pro_top_rating > input:checked ~ label:hover ~ label {
  467. color: #FECE31;
  468. }
  469. /* stnd-proposal */
  470. .horizontal-menu .header-navbar.navbar-fixed {
  471. position: fixed;
  472. width: 100%;
  473. }
  474. .btn1{
  475. background-color: #aba3db !important;
  476. color:white !important;
  477. border-radius: 20px;
  478. box-shadow:none !important;
  479. }
  480. .btn1:hover{
  481. background: #453993 !important;
  482. color: #fff !important;
  483. border-radius: 20px;
  484. }
  485. .title{
  486. font-size:12px;
  487. }
  488. .badge-title{
  489. background: #dedbf1;
  490. font-weight: 600;
  491. color: #2e1153;
  492. padding: 2px 8px;
  493. border-radius: 4px;
  494. border: 1px solid #d8e2e7;
  495. font-size: 11px;
  496. }
  497. .badge-lighter-green {
  498. background: #d8fdd8!important;
  499. color: green!important;
  500. }
  501. .badge-lighter-red {
  502. background: #f3dadc!important;
  503. color: #de1528!important;
  504. }
  505. .uil-map-marker {
  506. color: #2e1153;
  507. background: #f1f0fb;
  508. border-radius: 100%;
  509. font-size: 14px;
  510. padding: 4px 6px;
  511. border: 1px solid #ceccda;
  512. }
  513. /* .navbar {
  514. display: inline-block;
  515. } */
  516. .card {
  517. background-color: inherit;
  518. }
  519. .education{
  520. padding: 10px 16px;
  521. background-color: #dedbf1!important;
  522. margin-left: -12px;
  523. margin-right: -12px;
  524. border-radius: 4px 4px 0px 0px;
  525. font-size: 12px;
  526. }
  527. .btn3{
  528. background-color: #2e1153 !important;
  529. color:white !important;
  530. border-radius: 20px;
  531. box-shadow:none !important;
  532. padding:3px 17px !important;
  533. font-size:13px;
  534. }
  535. .btn3:hover{
  536. background: #fff !important;
  537. color: #2e1153 !important;
  538. border-radius: 20px;
  539. border-color: #2e1153!important;
  540. }
  541. .fea.icon-sm {
  542. height: 10px;
  543. width: 12px;
  544. }
  545. .tbl {
  546. color: #868e96;
  547. font-size: 10px;
  548. font-weight: 600 !important;
  549. margin:0px !important;
  550. }
  551. .tbl2 {
  552. font-weight: 600 !important;
  553. font-size: 11px !important;
  554. }
  555. .profile_top_part_info {
  556. background: white;
  557. border: none;
  558. padding: 15px;
  559. }
  560. .profile_top_part_info .whole_part {
  561. width: 100%;
  562. display: flex;
  563. }
  564. .profile_top_part_info .whole_part .left_part {
  565. width: 150px;
  566. position: relative;
  567. line-height: 145px;
  568. }
  569. .profile_top_part_info .whole_part .left_part .profile-photo {
  570. left: 48%;
  571. transform: translate(-50%, 0);
  572. margin-left: 0 !important;
  573. }
  574. .profile-photo {
  575. position: absolute;
  576. }
  577. .profile-photo .profile_pic {
  578. width: 130px;
  579. }
  580. .profile_pic img {
  581. border: 2px solid #2e1153;
  582. border-radius: 1.25rem;
  583. }
  584. .profile_top_part_info .whole_part .right_part {
  585. width:100%;
  586. display: flex;
  587. }
  588. .profile_top_part_info .whole_part .right_part .right_part_right {
  589. width: 100%;
  590. }
  591. .right_part_right_whole {
  592. display: flex;
  593. width: 100%;
  594. position: relative;
  595. justify-content: flex-end;
  596. }
  597. .label {
  598. display: inline-block;
  599. line-height: 1;
  600. color: #fff;
  601. text-align: center;
  602. white-space: nowrap;
  603. vertical-align: baseline;
  604. border-radius: 0.25rem;
  605. font-size: 10px;
  606. font-weight: 400;
  607. }
  608. .top_part_status_name {
  609. border-radius: 20px;
  610. padding: 1px 22px 1px 10px;
  611. font-size: 10px;
  612. font-weight: 400;
  613. line-height: 1.3;
  614. letter-spacing: .2px;
  615. top: 0;
  616. position: relative;
  617. width: fit-content;
  618. display: flex;
  619. }
  620. .dropdown-menu {
  621. display: none;
  622. float: left;
  623. min-width: 7rem;
  624. padding: 0.5rem 0;
  625. margin: 0.125rem 0 0;
  626. color: #212529;
  627. text-align: left;
  628. list-style: none;
  629. background-color: #fff;
  630. background-clip: padding-box;
  631. border: 1px solid rgba(0,0,0,.15);
  632. border-radius: 0.25rem;
  633. font-size: 11px;
  634. background-color: #dedbf1;
  635. }
  636. .dropdown-item {
  637. display: block;
  638. width: 100%;
  639. clear: both;
  640. font-weight: 400;
  641. text-align: inherit;
  642. white-space: nowrap;
  643. background: 0 0;
  644. border: 0;
  645. padding: 4px 12px;
  646. }
  647. .top_part_status .dropdown .dropdown-menu.show .dropdown-item:first-child {
  648. border-top-left-radius: 0.25rem;
  649. border-top-right-radius: 0.25rem;
  650. }
  651. .top_part_status .dropdown .dropdown-menu.show .dropdown-item:hover {
  652. background: #2e1153;
  653. color: #fff !important;
  654. }
  655. .left-box{
  656. width: 25.1%;
  657. border-radius: 0px;
  658. border-right: 1px solid #eee;
  659. }
  660. .ref {
  661. background-color: #ffad00;
  662. margin-top: -11px;
  663. font-size: 13px !important;
  664. color: #191e38;
  665. padding-left: 8px;
  666. border-radius: 5px;
  667. width: fit-content;
  668. padding-right: 8px;
  669. }
  670. </style>
  671. @stack('css')
  672. </head>