top.blade.php 20 KB

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