dashboard_css.blade.php 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440
  1. @font-face {
  2. font-family: "Expo-Arabic-Light";
  3. src: url({!! env('APP_ASSETS').'fonts/Expo-Arabic-Light.ttf' !!});
  4. src: url({!! env('APP_ASSETS').'fonts/Expo-Arabic-Light.ttf' !!}) format("ttf"),
  5. url({!! env('APP_ASSETS').'fonts/Expo-Arabic-Light.ttf' !!}) format("ttf"),
  6. }
  7. @font-face {
  8. font-family: "Expo-Arabic-Medium";
  9. src: url({!! env('APP_ASSETS').'fonts/Expo-Arabic-Medium.ttf' !!});
  10. src: url({!! env('APP_ASSETS').'fonts/Expo-Arabic-Medium.ttf' !!}) format("ttf"),
  11. url({!! env('APP_ASSETS').'fonts/Expo-Arabic-Medium.ttf' !!}) format("ttf"),
  12. }
  13. .fixed .multinav{
  14. overflow: auto;
  15. }
  16. /* width */
  17. .fixed .multinav::-webkit-scrollbar {
  18. width: 10px !important;
  19. }
  20. /* Track */
  21. .fixed .multinav::-webkit-scrollbar-track {
  22. background: transparent !important;
  23. }
  24. /* Handle */
  25. .fixed .multinav::-webkit-scrollbar-thumb {
  26. background: rgba(0,0,0,0.2) !important;
  27. }
  28. /* Handle on hover */
  29. .fixed .multinav::-webkit-scrollbar-thumb:hover {
  30. background: rgba(0,0,0,0.5) !important;
  31. }
  32. .lg-d-none{
  33. display: none;
  34. }
  35. .visiblity-none{
  36. visibility: hidden;
  37. }
  38. .page-top-title {
  39. padding: 7px 10px;
  40. }
  41. .pr-0{
  42. padding-right: 0 !important;
  43. }
  44. .ovrflow-x-auto{
  45. overflow-x: auto;
  46. }
  47. .app.ovrflow-x-auto{
  48. overflow-y: hidden;
  49. }
  50. .order-his-tbl .dataTables_wrapper{
  51. padding-right: 0;
  52. background: #fff;
  53. padding-left: 0;
  54. }
  55. .table {
  56. --bs-table-bg: #ffffff;
  57. --bs-table-striped-bg:#fff5de;
  58. }
  59. table.dataTable {
  60. clear: both;
  61. margin-top: 6px !important;
  62. margin-bottom: 6px !important;
  63. max-width: none !important;
  64. border-collapse: collapse !important;
  65. font-family: 'Open Sans';
  66. }
  67. .table > tbody > tr > td {
  68. border-bottom-width: 0;
  69. padding: 1.5rem;
  70. }
  71. .content{
  72. padding-top:0 !important;
  73. }
  74. .btn-default{
  75. border-color: transparent;
  76. }
  77. .main-header .logo .logo-lg{ padding-left: 13px;}
  78. label.error{
  79. color:#FF0000;
  80. }
  81. .sidebar-active{
  82. display: block !important;
  83. width: 100% !important;
  84. }
  85. .theme-primary .btn-primary{
  86. background-color: #ffab00;
  87. border-color: #ffab00;
  88. }
  89. .theme-primary .badge-primary{
  90. background-color: #ffab00;
  91. border-color: #ffab00;
  92. }
  93. .sidebar-active .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span{ display: block !important;}
  94. .sidebar-menu > li .badge {
  95. margin-left: 5px;
  96. width: 20px;
  97. height: 20px;
  98. padding-left: 4px;
  99. padding-top: 6px;
  100. border-radius: 100%;
  101. line-height: 9px;
  102. text-align: center;
  103. font-weight: 300;
  104. margin-top: 3px;
  105. display: none;
  106. }
  107. .main-header .navbar{
  108. margin-left: 16.29rem;
  109. }
  110. .new-order {
  111. background: rgb(110 195 82 / 50%) !important;
  112. color: #000;
  113. }
  114. .alert{ display: none}
  115. #loader{
  116. background: #fff url({!! env('APP_ASSETS') !!}images/preloaders/preloader.svg) no-repeat center center;
  117. left: 0px !important;
  118. top: 0;
  119. }
  120. .theme-primary .btn-primary:hover, .theme-primary .btn-primary:active, .theme-primary .btn-primary:focus, .theme-primary .btn-primary.active{
  121. background-color: #ffab00 !important;
  122. border-color: #ffab00 !important;
  123. }
  124. .sidebar-menu > li,.sidebar-menu > li:hover { margin-bottom: 2px}
  125. .theme-primary.light-skin .sidebar-menu > li.active > a {
  126. color: #fff;
  127. background-color: #FEC34D ;padding:0px 10px;
  128. }
  129. .theme-primary.light-skin .sidebar-menu > li:hover > a, .theme-primary.light-skin .sidebar-menu > li:active > a, .theme-primary.light-skin .sidebar-menu > li.active > a{
  130. padding:0px 4px 0 4px;
  131. transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  132. }
  133. .sidebar-menu > li > a > i{
  134. margin-right: -2px;
  135. }
  136. #dropdownMenu2 {
  137. border-radius: 0px;
  138. background: #ffd684;
  139. text-align: left;
  140. padding-left: 23px;
  141. font-size: 14px;
  142. font-weight: 600;
  143. }
  144. .btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary.active{
  145. background-color: #ffd684 !important;
  146. border-color: #ffd684 !important;
  147. }
  148. .dropdown-item:hover, .dropdown-item:focus {
  149. background-color: transparent;
  150. }
  151. #dropdownMenu2 i{
  152. font-size:1.5714285714rem
  153. }
  154. .sidebar-collapse .sidebar-menu.tree{margin-top: 10px}
  155. /* .theme-primary.light-skin .sidebar-menu > li.active > a > i{
  156. background-color: #FFAD12 !important;
  157. box-shadow: 0 4px 5px 0 #d4b483 !important;
  158. }*/
  159. .theme-primary.light-skin .sidebar-menu > li.active {
  160. background-color: rgba(76, 149, 221, 0);
  161. color: #000;
  162. border-left: 0px solid #000;
  163. }
  164. .theme-primary.light-skin .sidebar-menu > li.active > a > i{
  165. box-shadow: 0 4px 5px 0 rgb(0 0 0 / 50%);
  166. }
  167. .theme-primary.light-skin .sidebar-menu > li:hover > a > i, .theme-primary.light-skin .sidebar-menu > li:active > a > i, .theme-primary.light-skin .sidebar-menu > li.active > a > i{
  168. background-color: rgba(0, 0, 0, 0);
  169. margin-bottom: 5px;
  170. }
  171. ul.footer-drop{
  172. transform: translate(269px, 2px) !important;
  173. box-shadow: 3px 0 4px rgba(0, 0, 0, 0.06);
  174. }
  175. .notification-badge{
  176. font-size: 75%;position: absolute;top: -2px !important;right: -13px;padding: 5px 10px;border-radius: 50%;background: red;color: white;
  177. }
  178. button .pull-right-container {
  179. position: absolute;
  180. right: calc(100% - 87%);
  181. top: calc(100% - 54%);
  182. margin-top: -7px;
  183. }
  184. @php
  185. $no_gap_pages = ['OrderListing','outlets-form','OutletEdit','outlets-address','outlets-delivery','outlets-pickup','outlets-delivery-area','outlets-new-delivery-area','outlets-digital-menu','marketing','payment-links'];
  186. @endphp
  187. @if(in_array(Route::currentRouteName(),$no_gap_pages))
  188. .content-wrapper {
  189. width: calc(100% - 270px);
  190. background-color: #fff !important;
  191. }
  192. .fixed .content-wrapper {
  193. margin-top: 0px;
  194. margin-left: 270px;
  195. margin-left: 270px;
  196. }
  197. @else
  198. .content-wrapper {
  199. width: calc(100% - 280px);
  200. background-color: #fff !important;
  201. }
  202. .fixed .content-wrapper {
  203. margin-top: 0px;
  204. margin-left: 275px;
  205. }
  206. @endif
  207. html[dir="rtl"] header .logo-box {
  208. margin-right: -25.76rem !important;
  209. margin-left:unset !important;
  210. float:right !important;
  211. }
  212. @media (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
  213. html[dir="rtl"] header .logo-box {
  214. margin-right: 0rem !important;
  215. }
  216. }
  217. @media (min-width: 950px) and (max-width: 1020px){
  218. .d-md-none{
  219. display: block !important;
  220. }
  221. .push-btn{
  222. display: none !important;
  223. }
  224. .fixed .content-wrapper{
  225. margin-left: 223px !important;
  226. }
  227. .delivery-section {
  228. width: 356px !important;
  229. left:0 !important;
  230. top: 0 !important;
  231. }
  232. .save-delivery-area{
  233. width: 200px;
  234. }
  235. .content-wrapper {
  236. width: calc(100% - 223px);
  237. }
  238. .nav-tabs .nav-link {
  239. padding: 0.5rem 2.25rem!important;
  240. font-size: 15px;
  241. }
  242. .main-sidebar,.fixed .multinav,.main-header div.logo-box{
  243. width: 16.29rem;
  244. }
  245. .sidebar-menu.tree {
  246. margin-top: 0px !important;
  247. margin-left: 0px !important;
  248. }
  249. .sidebar-menu {
  250. list-style: none;
  251. margin: 0 0px;
  252. padding: 10px 0px 50px 0px;
  253. }
  254. .light-skin .sidebar-menu > li > a > span {
  255. background-color: transparent !important;
  256. box-shadow: none !important;
  257. margin-left: 11px;
  258. -webkit-transform: none;
  259. font-size: 14px;
  260. }
  261. .theme-primary.light-skin .sidebar-menu > li:hover > a > i, .theme-primary.light-skin .sidebar-menu > li:active > a > i, .theme-primary.light-skin .sidebar-menu > li.active > a > i{
  262. margin-bottom: 0;
  263. }
  264. .sidebar-menu > li > a{
  265. padding: 1px 5px;
  266. }
  267. .theme-primary.light-skin .sidebar-menu > li.active {
  268. background-color: rgba(76, 149, 221, 0);
  269. color: #000;
  270. border-left: 0px solid #000;
  271. }
  272. .theme-primary.light-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span{
  273. display: inline-block !important;
  274. background: transparent !important;
  275. font-size: 14px;
  276. }
  277. .theme-primary.light-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li.active > a > span{
  278. background: transparent !important; font-size: 14px;
  279. }
  280. .sidebar-collapse .sidebar-menu > li > a {
  281. padding: 1px 12px;
  282. }
  283. .main-sidebar .dropdown{
  284. width: 228px;
  285. }
  286. .sidebar-mini.sidebar-collapse .dropdown button > span{ display: inline-block !important; }
  287. .add-outlet{ width: 200px; }
  288. }
  289. @media (min-width: 1025px) {
  290. .main-header .logo {
  291. height: 61px;
  292. }
  293. .main-header .logo .logo-lg{
  294. line-height: 56px;
  295. }
  296. }
  297. @media (min-width: 800px) and (max-width: 949px){
  298. .fixed .multinav{
  299. width: 100%;
  300. }
  301. html[dir="rtl"] header .logo-box{
  302. margin-right: -1.76rem !important;
  303. }
  304. .main-header .logo {
  305. width: 100%;
  306. float: none;
  307. text-align: center;
  308. }
  309. .main-header > div {
  310. width: auto !important;
  311. float: none;
  312. margin-left: 0 !important;
  313. }
  314. html[dir="rtl"] .main-header .logo {
  315. text-align: left!important;
  316. }
  317. html[dir="rtl"] .main-header .navbar{
  318. margin-left: 0rem;
  319. min-height: 0px !important;
  320. padding: 0 0 0 1.5rem !important;
  321. }
  322. .order-sections-list {
  323. width: 100%;
  324. }
  325. html[dir="rtl"] .content-wrapper{
  326. margin-right: 0 !important;
  327. }
  328. .main-header .navbar {
  329. margin-left: 16.29rem;
  330. width: auto;
  331. float: none;
  332. margin: 0;
  333. z-index: 999;
  334. }
  335. }
  336. @media (device-width: 854px) and (device-height: 534px) {
  337. html[dir="rtl"] .content-wrapper {
  338. margin-right: 271px !important;
  339. }
  340. html[dir="rtl"] header .logo-box{
  341. margin-right: -1.5rem !important;
  342. }
  343. }
  344. @media only screen
  345. and (min-device-width: 768px)
  346. and (max-device-width: 1024px)
  347. and (orientation: portrait)
  348. and (-webkit-min-device-pixel-ratio: 1) {
  349. .content-wrapper {
  350. width: calc(100%) !important;
  351. background-color: #fff !important;
  352. }
  353. .fixed .content-wrapper {
  354. margin-top: 60px !important;
  355. margin-left: 0px;
  356. padding: 5px;
  357. }
  358. .add-outlet{
  359. margin-top: 15px;
  360. }
  361. .sidebar-mini .sidebar-menu > li > a > span{
  362. }
  363. .light-skin .sidebar-menu > li > a > span{
  364. background-color: transparent !important;
  365. box-shadow:none !important;
  366. margin-left: 11px;
  367. -webkit-transform:none;
  368. font-size: 16px;
  369. }
  370. .sidebar-footer {
  371. width: auto;
  372. }
  373. .sidebar-mini .dropdown button > span {
  374. border-top-right-radius: 5px;
  375. display: inline-grid !important;
  376. -webkit-transform: translateZ(0);
  377. }
  378. .sidebar-menu.tree {
  379. margin-top: 34px;
  380. margin-left: 25px;
  381. }
  382. button .pull-right-container {
  383. position: absolute;
  384. right: calc(100% - 96%);
  385. top: calc(100% - 60%);
  386. margin-top: -7px;
  387. }
  388. .theme-primary.light-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li.active > a > span {
  389. background: transparent !important;
  390. }
  391. .col-sm-12.col-md-6.box-shadowed{
  392. width: 100%;
  393. }
  394. .order-sections-list{
  395. width: 100%;
  396. }
  397. .no-order{
  398. padding-top: 30% !important;
  399. height: 48.2vh !important;
  400. }
  401. .all-orders{ max-height: 300px !important; height: 300px !important; min-height:300px !important;}
  402. /*.nav-tabs .nav-link {
  403. padding: 14px 21px !important;
  404. }*/
  405. }
  406. @media (min-width: 950px) and (max-width: 1020px){
  407. .order-sections-list ,.box-shadowed{
  408. width: calc(100% - 16.4rem);
  409. }
  410. html[dir="rtl"] .fixed .content-wrapper {
  411. margin-right: 223px !important;
  412. margin-left: inherit;
  413. }
  414. html[dir="rtl"] .main-header .navbar{
  415. margin-right: 16.29rem;
  416. margin-left: inherit;
  417. }
  418. html[dir="rtl"] header .logo-box {
  419. margin-right: -1.76rem !important;
  420. margin-left: inherit;
  421. float: right !important;
  422. width: 16.44rem;
  423. }
  424. }
  425. @media (max-width: 767px){
  426. .navbar{
  427. background-color: transparent !important;
  428. }
  429. .hs:before, .hs:after{
  430. display: none
  431. }
  432. .fixed .multinav{
  433. width: 100% ;
  434. }
  435. }
  436. @media only screen
  437. and (min-device-width: 768px)
  438. and (max-device-width: 1024px)
  439. and (orientation: landscape)
  440. and (-webkit-min-device-pixel-ratio: 1) {
  441. .navbar{
  442. background-color: transparent !important;
  443. }
  444. .sidebar-menu li a {
  445. font-size: inherit !important;
  446. }
  447. .sidebar-footer button {
  448. font-size: inherit !important;
  449. }
  450. .fixed .content-wrapper {
  451. margin-top: -0px;
  452. margin-left: 271px;
  453. padding: 5px;
  454. }
  455. .main-header .logo{
  456. height: 60px;
  457. }
  458. .main-header .logo .logo-lg {
  459. line-height: 64px;
  460. }
  461. .main-header .navbar{
  462. height: 60px;
  463. display: none;
  464. }
  465. .switch-lang{
  466. top: 19px !important;
  467. }
  468. .main-sidebar{
  469. padding-top: 66px;
  470. }
  471. .no-order,.order-section{
  472. height: 98.7vh;
  473. }
  474. .col-md-6.box-shadowed{
  475. width: 66%;
  476. }
  477. .tab-pane{
  478. max-height: 88.5vh !important;
  479. }
  480. /*.navbar-static-top{ display: none !important;}*/
  481. }
  482. @media only screen
  483. and (min-device-width: 950px)
  484. and (max-device-width: 1024px)
  485. and (orientation: landscape)
  486. and (-webkit-min-device-pixel-ratio: 1){
  487. .sidebar-menu {
  488. white-space: nowrap;
  489. overflow: auto;
  490. /*side bar hiding the content/link because max-height*/
  491. /*max-height: 350px;*/
  492. }
  493. .order-sections-list{
  494. width: calc(100% - 470px) !important;
  495. }
  496. .col-md-6.box-shadowed {
  497. width: 56% !important;
  498. }
  499. .back-to-orders{
  500. display: none !important;
  501. }
  502. .tab-pane {
  503. max-height: 77.5vh !important;
  504. }
  505. .no-order, .order-section {
  506. height: 89.7vh !important;
  507. }
  508. }
  509. @media (max-width:641px) {
  510. .navbar{
  511. background-color: transparent !important;
  512. }
  513. .content-wrapper {
  514. width: 100%;
  515. background-color: #fff !important;
  516. }
  517. .fixed .content-wrapper {
  518. margin-top: 60px ;
  519. margin-left: 0px;
  520. padding: 5px;
  521. }
  522. .add-outlet{
  523. margin-top: 15px;
  524. }
  525. .sidebar-mini .sidebar-menu > li > a > span{
  526. }
  527. .light-skin .sidebar-menu > li > a > span{
  528. background-color: transparent !important;
  529. box-shadow:none !important;
  530. margin-left: 11px;
  531. -webkit-transform:none;
  532. font-size: 16px;
  533. }
  534. .fixed .multinav{
  535. width: 100%;
  536. }
  537. .sidebar-footer {
  538. width: auto;
  539. }
  540. .sidebar-mini .dropdown button > span {
  541. border-top-right-radius: 5px;
  542. display: inline-grid !important;
  543. -webkit-transform: translateZ(0);
  544. }
  545. button .pull-right-container {
  546. position: absolute;
  547. right: calc(100% - 96%);
  548. top: calc(100% - 60%);
  549. margin-top: -7px;
  550. }
  551. .theme-primary.light-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li.active > a > span {
  552. background: transparent !important;
  553. }
  554. .col-sm-12.col-md-6.box-shadowed{
  555. width: 100%;
  556. }
  557. .order-sections-list{
  558. width: 100%;
  559. }
  560. .no-order{
  561. padding-top: 30% !important;
  562. height: 48.2vh !important;
  563. }
  564. /* .all-orders{ max-height: 300px !important; height: 300px !important; min-height:300px !important;}*/
  565. /*.nav-tabs .nav-link {
  566. padding: 14px 21px !important;
  567. }*/
  568. .nav-tabs {
  569. height: 57px;
  570. margin-top: 11px;
  571. }
  572. /*.hs.full.nav.nav-tabs{
  573. height: 57px;
  574. margin-top: 11px;
  575. }*/
  576. }
  577. @media (min-width: 768px) and (max-width: 1024px) {
  578. /*.head_sub_div, .navbar {*/
  579. /* background-color: var(--navcolor) !important;*/
  580. /*}*/
  581. .main-header .navbar {
  582. min-height: 80px;
  583. }
  584. .right_bar {
  585. display: inherit;
  586. }
  587. .left_bar{
  588. display: none !important;
  589. }
  590. .hs:before, .hs:after{
  591. display: none
  592. }
  593. /*.switch-lang{*/
  594. /* position: absolute;*/
  595. /* right:50%;*/
  596. /* top: 30px;*/
  597. /* z-index: 1081;*/
  598. /* margin: 0px !important;*/
  599. /*}*/
  600. .content-wrapper .navbar.navbar-static-top {
  601. background: transparent !important;
  602. }
  603. }
  604. @media (max-width:767px){
  605. .right-panel-footer{
  606. --bs-gutter-x: 0;
  607. }
  608. .count_div {
  609. padding: 10px;
  610. }
  611. .order-section{
  612. overflow: auto !important;
  613. }
  614. .theme-primary.light-skin .sidebar-menu > li.active {
  615. background-color: rgba(76, 149, 221, 0);
  616. color: #000;
  617. border-left: 0px solid #000;
  618. }
  619. .sidebar-menu {
  620. list-style: none;
  621. margin: 0 0px;
  622. padding: 20px 0px 50px 0px;
  623. }
  624. .back-to-orders{
  625. padding: 10px;
  626. background: orange;
  627. font-size: 14px;
  628. cursor: pointer;
  629. font-weight: 600;
  630. }
  631. .address_action_div{
  632. padding: 0rem 0.4rem !important;
  633. }
  634. .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl{padding-left: 0}
  635. .right-panel-box div.box-body{
  636. padding: 0rem 1.5rem 10px !important;
  637. }
  638. .box-header{
  639. padding: 0.5rem;
  640. }
  641. #show-recipes .box-header {.order-section
  642. padding: 15px 0.5rem 5px !important;
  643. }
  644. .right-panel-footer {
  645. /*margin-bottom: 25px !important;*/
  646. padding: 10px 1.5rem;
  647. }
  648. .all-orders{
  649. max-height: 71vh !important;
  650. height: 66vh !important;
  651. min-height: 67vh !important;
  652. }
  653. .all-orders.full{
  654. max-height: 76vh !important;
  655. height: 72vh !important;
  656. min-height: 79vh !important;
  657. }
  658. .load-more-order{
  659. padding: 10px !important;
  660. bottom: -10% !important;
  661. }
  662. .order-section{
  663. height: 100vh !important;
  664. overflow-x: auto;
  665. position: absolute;
  666. z-index: 999;
  667. top: 50px;
  668. background: white;
  669. left: 0;
  670. right: 0;
  671. }
  672. input, select:focus{
  673. border-right-width: 1px !important;
  674. }
  675. .circle-div{ width: 40px; height: 40px}
  676. .gap-items p.min{
  677. line-height: 11px !important;
  678. padding-top: 8px !important;
  679. font-size: 11px;
  680. }
  681. .box-bodys{ margin-bottom: 10px;}
  682. .p-15{
  683. padding:5px !important;
  684. }
  685. .add-outlet{ width: 100%;}
  686. .navbar{
  687. background-color: transparent !important;
  688. }
  689. .content-wrapper {
  690. width: 100%;
  691. background-color: #fff !important;
  692. }
  693. .fixed .content-wrapper {
  694. margin-top: 35px ;
  695. margin-left: 0px !important;
  696. padding: 5px;
  697. overflow:hidden;
  698. }
  699. .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span{
  700. display: inline-grid !important
  701. }
  702. .light-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span{
  703. background-color: transparent !important;
  704. box-shadow:none !important;
  705. margin-left: 11px;
  706. -webkit-transform:none;
  707. font-size: 16px;
  708. }
  709. .sidebar-collapse .sidebar-footer {
  710. width: auto;
  711. }
  712. .sidebar-mini.sidebar-collapse .dropdown button > span {
  713. border-top-right-radius: 5px;
  714. display: inline-grid !important;
  715. -webkit-transform: translateZ(0);
  716. }
  717. .sidebar-collapse .sidebar-menu.tree {
  718. margin-top: 34px;
  719. margin-left: 25px;
  720. }
  721. button .pull-right-container {
  722. position: absolute;
  723. right: calc(100% - 96%);
  724. top: calc(100% - 60%);
  725. margin-top: -7px;
  726. }
  727. .theme-primary.light-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li.active > a > span {
  728. background: transparent !important;
  729. }
  730. .col-sm-12.col-md-6.box-shadowed{
  731. width: 100%;
  732. }
  733. .order-sections-list{
  734. width: 100%;
  735. position: relative;
  736. /*width: 414px;*/
  737. right: 0;
  738. }
  739. .no-order{
  740. padding-top: 30% !important;
  741. height: 48.2vh !important;
  742. display: none;
  743. }
  744. .hs > li, .item{
  745. width: auto;
  746. margin: auto !important;
  747. }
  748. /*.nav-tabs .nav-link {
  749. padding: 7px 13px !important;
  750. }*/
  751. .nav-tabs {
  752. height: 57px;
  753. margin-top: 11px;
  754. }
  755. }
  756. @media (max-width:440px){
  757. #discount-info{
  758. width: auto !important;
  759. left: 0 !important;
  760. right: 0;
  761. margin: 5px;
  762. bottom: 26% !important;
  763. }
  764. .all-orders{
  765. max-height: 64vh !important;
  766. height: 65vh !important;
  767. min-height: 65vh !important;
  768. }
  769. .load-more-order{
  770. padding: 10px !important;
  771. bottom: -11% !important;
  772. }
  773. .sidebar-footer {
  774. width: 100%;
  775. }
  776. .switch-lang{
  777. position: absolute;
  778. right:50%;
  779. top: 13px;
  780. z-index: 1081;
  781. margin: 0px !important;
  782. }
  783. .switch-lang{
  784. left: 26px;
  785. right: inherit;
  786. top: 15px;
  787. }
  788. html[dir="rtl"] .main-header .logo{
  789. text-align: left!important;
  790. }
  791. .main-header > div .logo {
  792. text-align: revert;
  793. }
  794. .order-sections-list{
  795. width:100%;
  796. }
  797. .tab-bar-section{
  798. width:465px;
  799. }
  800. html[dir="rtl"] .tab-bar-section .nav-tabs {
  801. margin-right: -43px;
  802. }
  803. .hs > li, .item{
  804. width:auto !important;
  805. margin:auto !important;
  806. }
  807. }
  808. @media (max-width:428px){
  809. .tab-bar-section {
  810. width: 451px;
  811. }
  812. }
  813. @media (max-width:414px){
  814. .tab-bar-section {
  815. width: 435px;
  816. }
  817. html[dir="rtl"] .tab-bar-section .nav-tabs {
  818. margin-right: -42px;
  819. }
  820. /*html[dir="rtl"] .nav-tabs .nav-link {
  821. padding: 7px 11px !important;
  822. }*/
  823. }
  824. @media (max-width:390px){
  825. .tab-bar-section {
  826. width: 414px;
  827. }
  828. html[dir="rtl"] .tab-bar-section .nav-tabs {
  829. margin-right: -49px;
  830. }
  831. html[dir="rtl"] .nav-tabs .nav-link {
  832. font-size: 12px !important;
  833. }
  834. }
  835. @media (max-width:375px){
  836. .tab-bar-section {
  837. width: 395px;
  838. }
  839. html[dir="rtl"] .nav-tabs .nav-link {
  840. font-size: 12px !important;
  841. }
  842. .nav-tabs .nav-link {
  843. padding: 7px 8px !important;
  844. }
  845. }
  846. @media (max-width:320px){
  847. .order-section{
  848. height: 100vh !important;
  849. overflow-x: auto;
  850. position: absolute;
  851. z-index: 999999;
  852. top: 0;
  853. background: white;
  854. left: 0;
  855. right: 0;
  856. }
  857. .circle-div{ width: 40px; height: 40px}
  858. .gap-items p.min{
  859. line-height: 11px !important;
  860. padding-top: 8px !important;
  861. font-size: 11px;
  862. }
  863. .box-bodys{ margin-bottom: 10px;}
  864. .p-15{
  865. padding:5px !important;
  866. }
  867. .add-outlet{ width: 100%;}
  868. .navbar{
  869. background-color: transparent !important;
  870. }
  871. .content-wrapper {
  872. width: calc(100%) !important;
  873. background-color: #fff !important;
  874. }
  875. .fixed .content-wrapper {
  876. margin-top: 35px ;
  877. margin-left: 0px;
  878. padding: 5px;
  879. }
  880. .theme-primary.light-skin .sidebar-menu > li:hover > a, .theme-primary.light-skin .sidebar-menu > li:active > a, .theme-primary.light-skin .sidebar-menu > li.active > a{
  881. background: none !important;
  882. }
  883. .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span{
  884. display: inline-grid !important
  885. }
  886. .light-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span{
  887. background-color: transparent !important;
  888. box-shadow:none !important;
  889. margin-left: 11px;
  890. -webkit-transform:none;
  891. font-size: 16px;
  892. }
  893. .sidebar-collapse .sidebar-footer {
  894. width: auto;
  895. }
  896. .sidebar-mini.sidebar-collapse .dropdown button > span {
  897. border-top-right-radius: 5px;
  898. display: inline-grid !important;
  899. -webkit-transform: translateZ(0);
  900. }
  901. .sidebar-collapse .sidebar-menu.tree {
  902. margin-top: 34px;
  903. margin-left: 25px;
  904. }
  905. button .pull-right-container {
  906. position: absolute;
  907. right: calc(100% - 96%);
  908. top: calc(100% - 60%);
  909. margin-top: -7px;
  910. }
  911. .theme-primary.light-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li.active > a > span {
  912. background: transparent !important;
  913. }
  914. .col-sm-12.col-md-6.box-shadowed{
  915. width: 100%;
  916. }
  917. .order-sections-list{
  918. width: 100%;
  919. }
  920. .no-order{
  921. padding-top: 30% !important;
  922. height: 48.2vh !important;
  923. display: none;
  924. }
  925. .hs > li, .item{
  926. width: 160px;
  927. }
  928. .nav-tabs .nav-link {
  929. padding: 7px 13px !important;
  930. }
  931. .nav-tabs {
  932. height: 57px;
  933. margin-top: 11px;
  934. }
  935. }
  936. * {
  937. font-family:"Expo-Arabic-Medium"
  938. }
  939. h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
  940. font-family:"Expo-Arabic-Medium" !important;
  941. }
  942. /* CSS by Sadaf(customdev) start */
  943. html[dir="rtl"] .content-wrapper {
  944. width: calc(100% - 270px);
  945. margin-right:270px;
  946. /*width: calc(100% - 21rem) ;
  947. margin-right: 19.5rem ;*/
  948. }
  949. html[dir="rtl"] .btn-toggle.btn-sm:after{
  950. right: 0.3rem;
  951. }
  952. html[dir="rtl"] .switch-me.btn-toggle.btn-sm.btn-outlet.switch-me[aria-pressed=" false "]{
  953. background: grey !important;
  954. }
  955. html[dir="rtl"] .main-sidebar {
  956. right:0 !important;
  957. }
  958. html[dir="rtl"] .d-flex {
  959. direction:rtl !important;
  960. }
  961. html[dir="rtl"] .d-flex:has(>.iqd_small) {
  962. flex-direction: row-reverse !important;
  963. }
  964. html[dir="rtl"] p, html[dir="rtl"] h1, html[dir="rtl"] h2, html[dir="rtl"] h3, html[dir="rtl"] h4, html[dir="rtl"] h5, html[dir="rtl"] h6, html[dir="rtl"] input, html[dir="rtl"] textarea, html[dir="rtl"] button{
  965. direction:rtl !important;
  966. }
  967. html[dir="rtl"] select{
  968. direction:rtl!important;
  969. background-position: left 0.8rem center;
  970. }
  971. .form-group.has-search {
  972. position:relative;
  973. }
  974. .form-group.has-search input {
  975. padding-right:30px !important;
  976. }
  977. .form-group.has-search .fa-search {
  978. right:10px !important;
  979. width:15px !important;
  980. }
  981. html[dir="rtl"] .form-group.has-search input {
  982. padding-left:30px !important;
  983. }
  984. html[dir="rtl"] .form-group.has-search input.search-outlet {
  985. padding-left:0.75rem !important;
  986. padding-right:0.75rem !important;
  987. }
  988. html[dir="rtl"] .form-group.has-search .fa-search {
  989. left:10px !important;
  990. right:unset !important;
  991. }
  992. html[dir="rtl"] form p {
  993. text-align: right !important;
  994. }
  995. html[dir="rtl"] .sidebar-menu > li > a > i {
  996. transform: scaleX(-1);
  997. -moz-transform: scaleX(-1);
  998. -webkit-transform: scaleX(-1);
  999. -ms-transform: scaleX(-1);
  1000. }
  1001. html[dir="rtl"] .main-sidebar .sidebar-footer {
  1002. right:0 !important;
  1003. left:unset !important;
  1004. }
  1005. html[dir="rtl"] .main-sidebar .sidebar-footer ul.footer-drop {
  1006. transform: translate(-269px, 2px) !important;
  1007. }
  1008. html[dir="rtl"] .main-sidebar .sidebar-footer #dropdownMenu2 {
  1009. text-align: right !important;
  1010. padding-right: 45px !important;
  1011. }
  1012. html[dir="rtl"] .main-sidebar .sidebar-footer button .pull-right-container {
  1013. right: unset !important;
  1014. left: calc(100% - 93%) !important;
  1015. }
  1016. html[dir="rtl"] .main-sidebar .sidebar-footer #dropdownMenu2 i {
  1017. transform: scaleX(-1);
  1018. -moz-transform: scaleX(-1);
  1019. -webkit-transform: scaleX(-1);
  1020. -ms-transform: scaleX(-1);
  1021. }
  1022. .sidebar-menu > li:hover > a > i, .sidebar-menu > li:active > a > i, .sidebar-menu > li.active > a > i {
  1023. margin-bottom: 0 !important;
  1024. }
  1025. .theme-primary.light-skin .sidebar-menu > li:hover > a, .theme-primary.light-skin .sidebar-menu > li:active > a, .theme-primary.light-skin .sidebar-menu > li.active > a {
  1026. padding:5px; !important;
  1027. }
  1028. @if(app()->getLocale()=="ar")
  1029. html[dir="rtl"] .theme-primary.light-skin .sidebar-menu > li > a, html[dir="rtl"] .theme-primary.light-skin .sidebar-menu > li > a, html[dir="rtl"] .theme-primary.light-skin .sidebar-menu > li > a{
  1030. padding:11.7px 30px 11.7px 30px !important;
  1031. }
  1032. html[dir="rtl"] .theme-primary.light-skin .sidebar-menu > li:hover > a, html[dir="rtl"] .theme-primary.light-skin .sidebar-menu > li:active > a, html[dir="rtl"] .theme-primary.light-skin .sidebar-menu > li.active > a{
  1033. padding:11.7px 30px 11.7px 30px !important;
  1034. }
  1035. @else
  1036. html[dir="rtl"] .theme-primary.light-skin .sidebar-menu > li:hover > a, html[dir="rtl"] .theme-primary.light-skin .sidebar-menu > li:active > a, html[dir="rtl"] .theme-primary.light-skin .sidebar-menu > li.active > a{
  1037. padding:11.7px !important;
  1038. }
  1039. @endif
  1040. html[dir="rtl"] .sidebar-menu > li:hover > a, html[dir="rtl"] .sidebar-menu > li:active > a, html[dir="rtl"] .sidebar-menu > li.active > a {
  1041. padding:8px 30px; !important;
  1042. }
  1043. h3[style="margin-left: 10px"] {
  1044. margin-right: 10px; !important;
  1045. margin-left:unset !important;
  1046. }
  1047. html[dir="rtl"] .sidebar-menu > li .notification-badge {
  1048. margin-right: 5px !important;
  1049. right: unset !important;
  1050. }
  1051. html[dir="rtl"] .sidebar-menu li svg {
  1052. margin-top: unset !important;
  1053. }
  1054. html[dir="rtl"] .sidebar-menu li > a > i {
  1055. width: 24px !important;
  1056. height: auto !important;
  1057. line-height: 50% !important;
  1058. margin-right: 0 !important;
  1059. margin-left: 3px !important;
  1060. }
  1061. html[dir="rtl"] .main-header .logo {
  1062. text-align: right ;
  1063. padding-right: 45px !important;
  1064. }
  1065. html[dir="rtl"] foreignObject[x="10"] .ct-label.ct-vertical.ct-start{
  1066. -webkit-transform:rotateY(180deg);
  1067. -moz-transform:rotateY(180deg);
  1068. -o-transform:rotateY(180deg);
  1069. -ms-transform:rotateY(180deg);
  1070. justify-content: flex-start !important
  1071. }
  1072. html[dir="rtl"] .sidebar-menu > li > a {
  1073. padding: 8px 14px !important;
  1074. }
  1075. html[dir="rtl"] .ct-chart-bar.ct-horizontal-bars {
  1076. transform: scaleX(-1);
  1077. -moz-transform: scaleX(-1);
  1078. -webkit-transform: scaleX(-1);
  1079. -ms-transform: scaleX(-1);
  1080. }
  1081. html[dir="rtl"] .btn-primary.add-outlet {
  1082. float:left !important;
  1083. }
  1084. html[dir="rtl"] .has-search a {
  1085. left: 15px !important;
  1086. right:unset !important;
  1087. }
  1088. html[dir="rtl"] .content-wrapper .order-sections-list .media-list .media {
  1089. flex-direction: row-reverse !important;
  1090. }
  1091. html[dir="rtl"] .content-wrapper .order-sections-list .search-div [type="search"] {
  1092. border-right-width:1px !important;
  1093. border-left-width:0 !important;
  1094. }
  1095. html[dir="rtl"] .content-wrapper .order-sections-list .search-div .btn {
  1096. border-left-width:1px !important;
  1097. border-right-width:0 !important;
  1098. }
  1099. html[dir="rtl"] .content-wrapper .content .row:first-child .col-6:nth-child(2) .btn {
  1100. float:left !important;
  1101. margin-left: 10px !important;
  1102. }
  1103. html[dir="rtl"] .content-wrapper .content .col-md-5 .btn.add-discount {
  1104. float:left !important;
  1105. margin-left: 15px !important;
  1106. }
  1107. html[dir="rtl"] .content .dataTables_wrapper .row:first-child {
  1108. flex-direction: row-reverse !important;
  1109. }
  1110. html[dir="rtl"] a.search-location {
  1111. right: unset !important;
  1112. top: 27px !important;
  1113. left: 15px !important;
  1114. }
  1115. html[dir="rtl"] [name="delivery_fee"], html[dir="rtl"] [name="min_basket"] {
  1116. border-top-right-radius: 0 !important;
  1117. border-bottom-right-radius: 0 !important;
  1118. border-right: 0 !important;
  1119. border-top-left-radius: 10px !important;
  1120. border-bottom-left-radius: 10px !important;
  1121. border-left:1px solid #ced4da !important;
  1122. }
  1123. html[dir="rtl"] .input-group:has([name="delivery_fee"]) .input-group-addon, html[dir="rtl"] .input-group:has([name="min_basket"]) .input-group-addon {
  1124. border-top-right-radius: 10px !important;
  1125. border-bottom-right-radius: 10px !important;
  1126. border-top-left-radius: 0 !important;
  1127. border-bottom-left-radius: 0 !important;
  1128. border-left: 0 !important;
  1129. }
  1130. html[dir="rtl"] .form-group:has(a.search-location) #pac-input {
  1131. position:unset !important;
  1132. }
  1133. html[dir="rtl"] .form-group:has(a.search-location) {
  1134. float:right !important;
  1135. padding-top:26px !important;
  1136. }
  1137. html[dir="rtl"] .order-section .actions {
  1138. right: unset !important;
  1139. left:22px !important
  1140. }
  1141. html[dir="rtl"] foreignObject:not([x="10"]) .ct-label.ct-horizontal.ct-end {
  1142. -webkit-transform:rotateY(180deg);
  1143. -moz-transform:rotateY(180deg);
  1144. -o-transform:rotateY(180deg);
  1145. -ms-transform:rotateY(180deg);
  1146. justify-content: flex-start !important
  1147. }
  1148. html[dir="rtl"] [type="checkbox"]:not(:checked), html[dir="rtl"] [type="checkbox"]:checked {
  1149. left: unset !important;
  1150. right: -9999px !important;
  1151. }
  1152. html[dir="rtl"] .p-outletnameP {
  1153. padding-right: 47px;
  1154. padding-left: unset !important;
  1155. }
  1156. ul:has(.change-lang) {
  1157. display: flex;
  1158. list-style: none;
  1159. margin: 10px;
  1160. }
  1161. li:has( > .change-lang) {
  1162. background: hsla(0,0%,100%,.4);
  1163. border-radius: 20px;
  1164. color: #828282;
  1165. float: left;
  1166. font-size: 10px;
  1167. height: 20px;
  1168. line-height: 20px;
  1169. margin: 2px;
  1170. text-align: center;
  1171. width: 20px;
  1172. }
  1173. html[dir="rtl"] li:has( > .change-lang[data-lang="en"]) {
  1174. background: #fff;
  1175. color: #000;
  1176. height: 22px;
  1177. line-height: 22px;
  1178. margin-top: 1px;
  1179. width: 22px;
  1180. }
  1181. html[lang="en"] li:has( > .change-lang[data-lang="ar"]) {
  1182. background: #fff;
  1183. color: #000;
  1184. height: 22px;
  1185. line-height: 22px;
  1186. margin-top: 1px;
  1187. width: 22px;
  1188. }
  1189. @media(min-width:1024px)
  1190. {
  1191. html[dir="rtl"] .content-wrapper:has(.order-sections-list) {
  1192. width: calc(100% - 270px) ;
  1193. margin-right: 270px !important;
  1194. }
  1195. }
  1196. @media (min-width: 768px) {
  1197. html[dir="rtl"] .col-md-5:has(.btn-primary.add-outlet) {
  1198. width:50% !important;
  1199. }
  1200. html[dir="rtl"] .col-md-5:has(.btn.add-discount) {
  1201. width:50% !important;
  1202. }
  1203. }
  1204. @media (max-width: 767px){
  1205. html[dir="rtl"] .main-sidebar .sidebar-footer ul.footer-drop {
  1206. transform: translate(0) !important;
  1207. }
  1208. }
  1209. @media (max-width: 641px) {
  1210. html[dir="rtl"] .content-wrapper {
  1211. width: 100% !important;
  1212. margin-right: 0 !important;
  1213. }
  1214. /*html[dir="rtl"] .main-sidebar .sidebar-footer ul.footer-drop {
  1215. transform: translate(0px, -42px) !important;
  1216. }*/
  1217. html[dir="rtl"] header .logo-box {
  1218. margin-right: 0 !important;
  1219. }
  1220. html[dir="rtl"] header .logo-box .left_bar {
  1221. order: -1 !important;
  1222. }
  1223. .main-header > div .logo .logo-lg {
  1224. margin-right: calc(100% + -200%) !important;
  1225. margin-left:unset !important;
  1226. }
  1227. html[dir="rtl"] .order-sections-list{
  1228. /*width: 100% !important;
  1229. position: unset !important;*/
  1230. }
  1231. html[dir="rtl"] .text-end:has(.print) {
  1232. text-align: left !important;
  1233. }
  1234. /*.mlist_li.selected .box:not(.bg-danger) {
  1235. background-color:#000 !important;
  1236. }
  1237. .mlist_li.selected .box.bg-danger {
  1238. background-color:#e66430 !important;
  1239. }
  1240. .mlist_li.selected {
  1241. color: #fff !important;
  1242. background-color: transparent !important;
  1243. }
  1244. .mlist_li.selected .media-list {
  1245. color: #fff !important;
  1246. background-color: transparent !important;
  1247. }*/
  1248. .mlist_li.selected p {
  1249. color: #fff !important;
  1250. }
  1251. .mlist_li.selected p {
  1252. color: #fff !important;
  1253. }
  1254. .media-list-hover > .media:not(.media-list-header):not(.media-list-footer):hover, .media-list-hover .media-list-body > .media:hover {
  1255. background-color: transparent !important;
  1256. }
  1257. .fixed .main-header {
  1258. z-index: 999999 !important;
  1259. }
  1260. }