top.blade.php 20 KB

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