top.blade.php 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698
  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. .single_glance_row_publication {
  382. background-color: rgb(255 255 255);
  383. font-size: 12px !important;
  384. margin: 0 !important;
  385. border: none;
  386. border-radius: 0;
  387. padding: 8px 10px;
  388. color: #343434;
  389. font-size: 1rem;
  390. }
  391. .config{
  392. font-size: 13px;
  393. font-weight: 600;
  394. color: black;
  395. }
  396. .content_header {
  397. display: flex;
  398. width: 100%;
  399. line-height: 1.2;
  400. }
  401. .content_header .left {
  402. width: 40px;
  403. align-self: center;
  404. }
  405. .content_header .left .fa {
  406. padding: 6px 6.8px;
  407. background: #f1f0fb;
  408. border-color: transparent;
  409. color: #2e1153;
  410. border-radius: 100%;
  411. font-size: 14px;
  412. border: 1px solid #ceccda;
  413. }
  414. .content_header .right {
  415. width: calc(100% - 40px);
  416. align-self: center;
  417. }
  418. .content_header .right .main_title {
  419. font-size: 18px;
  420. font-weight: 600;
  421. display: block;
  422. }
  423. .method{
  424. background-color: #2c2d4d;
  425. margin-top: -11px;
  426. width: 20%;
  427. font-size: 14px !important;
  428. color: #fff;
  429. padding-left: 9px;
  430. border-radius: 5px;
  431. }
  432. .method-box{
  433. width: 31.5%;
  434. background-color: #eee;
  435. border-radius: 5px;
  436. }
  437. .label_badge_no {
  438. color: #e75555;
  439. border-radius: 20px;
  440. padding: 1px 10px;
  441. font-size: 11px;
  442. line-height: 1.3;
  443. letter-spacing: .2px;
  444. font-weight: 600;
  445. background-color: #eed4ce;
  446. }
  447. .hand{
  448. cursor: pointer;
  449. }
  450. .pro_top_rating {
  451. border: none;
  452. float: left;
  453. }
  454. .pro_top_rating > label {
  455. color: #90A0A3;
  456. float: right;
  457. }
  458. .pro_top_rating > label:before {
  459. margin-right: 5px;
  460. font-size: .7rem;
  461. font-family: FontAwesome;
  462. content: "\f005";
  463. display: inline-block;
  464. }
  465. .pro_top_rating > input {
  466. display: none;
  467. }
  468. .pro_top_rating > input:checked ~ label,
  469. .pro_top_rating:not(:checked) > label:hover,
  470. .pro_top_rating:not(:checked) > label:hover ~ label {
  471. color: #F79426;
  472. }
  473. .pro_top_rating > input:checked + label:hover,
  474. .pro_top_rating > input:checked ~ label:hover,
  475. .pro_top_rating > label:hover ~ input:checked ~ label,
  476. .pro_top_rating > input:checked ~ label:hover ~ label {
  477. color: #FECE31;
  478. }
  479. /* stnd-proposal */
  480. .horizontal-menu .header-navbar.navbar-fixed {
  481. position: fixed;
  482. width: 100%;
  483. }
  484. .btn1{
  485. background-color: #aba3db !important;
  486. color:white !important;
  487. border-radius: 20px;
  488. box-shadow:none !important;
  489. }
  490. .btn1:hover{
  491. background: #453993 !important;
  492. color: #fff !important;
  493. border-radius: 20px;
  494. }
  495. .title{
  496. font-size:12px;
  497. }
  498. .badge-title{
  499. background: #dedbf1;
  500. font-weight: 600;
  501. color: #2e1153;
  502. padding: 2px 8px;
  503. border-radius: 4px;
  504. border: 1px solid #d8e2e7;
  505. font-size: 11px;
  506. }
  507. .badge-lighter-green {
  508. background: #d8fdd8!important;
  509. color: green!important;
  510. }
  511. .badge-lighter-red {
  512. background: #f3dadc!important;
  513. color: #de1528!important;
  514. }
  515. .uil-map-marker {
  516. color: #2e1153;
  517. background: #f1f0fb;
  518. border-radius: 100%;
  519. font-size: 14px;
  520. padding: 4px 6px;
  521. border: 1px solid #ceccda;
  522. }
  523. /* .navbar {
  524. display: inline-block;
  525. } */
  526. .card {
  527. background-color: inherit;
  528. }
  529. .education{
  530. padding: 10px 16px;
  531. background-color: #dedbf1!important;
  532. margin-left: -12px;
  533. margin-right: -12px;
  534. border-radius: 4px 4px 0px 0px;
  535. font-size: 12px;
  536. }
  537. .btn3{
  538. background-color: #2e1153 !important;
  539. color:white !important;
  540. border-radius: 20px;
  541. box-shadow:none !important;
  542. padding:3px 17px !important;
  543. font-size:13px;
  544. }
  545. .btn3:hover{
  546. background: #fff !important;
  547. color: #2e1153 !important;
  548. border-radius: 20px;
  549. border-color: #2e1153!important;
  550. }
  551. .fea.icon-sm {
  552. height: 10px;
  553. width: 12px;
  554. }
  555. .tbl {
  556. color: #868e96;
  557. font-size: 10px;
  558. font-weight: 600 !important;
  559. margin:0px !important;
  560. }
  561. .tbl2 {
  562. font-weight: 600 !important;
  563. font-size: 11px !important;
  564. }
  565. .profile_top_part_info {
  566. background: white;
  567. border: none;
  568. padding: 15px;
  569. }
  570. .profile_top_part_info .whole_part {
  571. width: 100%;
  572. display: flex;
  573. }
  574. .profile_top_part_info .whole_part .left_part {
  575. width: 150px;
  576. position: relative;
  577. line-height: 145px;
  578. }
  579. .profile_top_part_info .whole_part .left_part .profile-photo {
  580. left: 48%;
  581. transform: translate(-50%, 0);
  582. margin-left: 0 !important;
  583. }
  584. .profile-photo {
  585. position: absolute;
  586. }
  587. .profile-photo .profile_pic {
  588. width: 130px;
  589. }
  590. .profile_pic img {
  591. border: 2px solid #2e1153;
  592. border-radius: 1.25rem;
  593. }
  594. .profile_top_part_info .whole_part .right_part {
  595. width:100%;
  596. display: flex;
  597. }
  598. .profile_top_part_info .whole_part .right_part .right_part_right {
  599. width: 100%;
  600. }
  601. .right_part_right_whole {
  602. display: flex;
  603. width: 100%;
  604. position: relative;
  605. justify-content: flex-end;
  606. }
  607. .label {
  608. display: inline-block;
  609. line-height: 1;
  610. color: #fff;
  611. text-align: center;
  612. white-space: nowrap;
  613. vertical-align: baseline;
  614. border-radius: 0.25rem;
  615. font-size: 10px;
  616. font-weight: 400;
  617. }
  618. .top_part_status_name {
  619. border-radius: 20px;
  620. padding: 1px 22px 1px 10px;
  621. font-size: 10px;
  622. font-weight: 400;
  623. line-height: 1.3;
  624. letter-spacing: .2px;
  625. top: 0;
  626. position: relative;
  627. width: fit-content;
  628. display: flex;
  629. }
  630. .dropdown-menu {
  631. display: none;
  632. float: left;
  633. min-width: 7rem;
  634. padding: 0.5rem 0;
  635. margin: 0.125rem 0 0;
  636. color: #212529;
  637. text-align: left;
  638. list-style: none;
  639. background-color: #fff;
  640. background-clip: padding-box;
  641. border: 1px solid rgba(0,0,0,.15);
  642. border-radius: 0.25rem;
  643. font-size: 11px;
  644. background-color: #dedbf1;
  645. }
  646. .dropdown-item {
  647. display: block;
  648. width: 100%;
  649. clear: both;
  650. font-weight: 400;
  651. text-align: inherit;
  652. white-space: nowrap;
  653. background: 0 0;
  654. border: 0;
  655. padding: 4px 12px;
  656. }
  657. .top_part_status .dropdown .dropdown-menu.show .dropdown-item:first-child {
  658. border-top-left-radius: 0.25rem;
  659. border-top-right-radius: 0.25rem;
  660. }
  661. .top_part_status .dropdown .dropdown-menu.show .dropdown-item:hover {
  662. background: #2e1153;
  663. color: #fff !important;
  664. }
  665. .left-box{
  666. width: 25.1%;
  667. border-radius: 0px;
  668. border-right: 1px solid #eee;
  669. }
  670. .ref {
  671. background-color: #ffad00;
  672. margin-top: -11px;
  673. font-size: 13px !important;
  674. color: #191e38;
  675. padding-left: 8px;
  676. border-radius: 5px;
  677. width: fit-content;
  678. padding-right: 8px;
  679. }
  680. </style>
  681. @stack('css')
  682. </head>