liveorder.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872
  1. :root {
  2. --orange: #ffab00;
  3. }
  4. body {
  5. background-color: #E0E0E0;
  6. width:100%;
  7. padding-right:0px !important;
  8. }
  9. .side-navbar {
  10. width: 280px;
  11. height: 100%;
  12. position: fixed;
  13. margin-left: -300px;
  14. background-color: var(--orange);
  15. transition: 0.5s;
  16. }
  17. .inkitchen-btn
  18. {
  19. background-color:#5AD534 !important;
  20. }
  21. .org-color
  22. {
  23. color:var(--orange) !important;
  24. }
  25. .org-bg
  26. {
  27. border-color: var(--orange) !important;;
  28. background-color:var(--orange) !important;
  29. }
  30. .blu-bg{
  31. border-color: #0ED0DF !important;;
  32. background-color:#0ED0DF !important;
  33. }
  34. .green-bg{
  35. border-color: #24df00 !important;;
  36. background-color: #24df00 !important;
  37. }
  38. .btn-w50{
  39. width:25% !important;
  40. }
  41. .btn-w80{
  42. width:47% !important;
  43. }
  44. /*---start top nav bar---*/
  45. .app {
  46. padding: var(--gutter) 0;
  47. display: grid;
  48. grid-gap: var(--gutter) 0;
  49. grid-template-columns: var(--gutter) 1fr var(--gutter);
  50. align-content: start;
  51. /*overflow-x: scroll;*/
  52. }
  53. .hs {
  54. display: grid;
  55. grid-auto-flow: column;
  56. /* overflow-x: auto;*/
  57. }
  58. .hs:before,
  59. .hs:after {
  60. content: '';
  61. width: 0px;
  62. }
  63. .nav-tabs .nav-link{
  64. border: 0px solid #fff !important;
  65. }
  66. .no-scrollbar {
  67. scrollbar-width: none;
  68. margin-bottom: 0;
  69. padding-bottom: 0;
  70. }
  71. .no-scrollbar::-webkit-scrollbar {
  72. display: none;
  73. }
  74. /*---end top nav bar---*/
  75. /*---list div----*/
  76. .media-list > .media:not(.circle-div> p,span) {
  77. color: white !important;
  78. }
  79. .circle-div{
  80. border-radius:50% !important;
  81. width:50px;
  82. /*background-color:var(--orange) !important;*/
  83. height:50px;
  84. }
  85. .list-ul li{
  86. margin-bottom:-20px;
  87. }
  88. .media-list-hover > .media:not(.media-list-header):not(.media-list-footer):hover, .media-list-hover .media-list-body > .media:hover
  89. {
  90. background-color: #f1f1f1 !important;
  91. }
  92. .media:hover *
  93. {
  94. color:#000 !important;
  95. }
  96. .total_txt{
  97. color:#0084FF !important;
  98. }
  99. .ready-collect{
  100. background-color:var(--orange);
  101. color:white !important;
  102. font-family: OpenSans-Bold;
  103. font-weight: normal;
  104. color: #fff;
  105. }
  106. .ready-collect:hover{
  107. background-color:var(--orange) !important;
  108. }
  109. .main-header .app-menu .search-bx .btn {
  110. background-color: #ffffff;
  111. color: #172b4c;
  112. font-weight: 700;
  113. font-size: 18px;
  114. border-radius: 0 5px 5px 0;
  115. box-shadow: none;
  116. }
  117. .btn-sarch{
  118. border: solid 1px #7e8299 !important;
  119. border-left-width: 0px !important;
  120. border-radius: 0px 0px 0px 0px !important;
  121. }
  122. .btn-sarch:hover{
  123. box-shadow:none !important;
  124. text-decoration: none !important;
  125. }
  126. .media-body > p:last-child {
  127. color:white;
  128. }
  129. /*---end list div---*/
  130. /*---right side panel start---*/
  131. .right-panel-footer{
  132. background-color:#fff7e8;
  133. }
  134. .right-bar-content {
  135. color:black !important;
  136. margin:0px;
  137. }
  138. .blue-anchor{
  139. color:#0084FF !important;
  140. font-family: OpenSans-SemiBold;
  141. font-weight: normal;
  142. }
  143. /*---right side panel end---*/
  144. /*---hover section start----*/
  145. .navbar {
  146. background-color:white;
  147. }
  148. .nav-tabs li.item a{
  149. color:black !important;
  150. }
  151. .nav-link:active,
  152. .nav-link:focus,
  153. .nav-link:hover {
  154. background-color: var(--orange);
  155. }
  156. .nav-link:hover,
  157. .nav-link:focus {
  158. background:transparent !important;
  159. color: black !important;
  160. border-radius: 2px !important;
  161. }
  162. .nav-item:hover span {
  163. background-color:white !important;
  164. }
  165. .nav-link:hover .right {
  166. color: var(--orange);
  167. }
  168. .frow .btn-md:hover {
  169. background-color: var(--orange) !important;
  170. border-color:var(--orange) !important;
  171. color:white !important;
  172. }
  173. .btn-md:hover {
  174. background-color: var(--orange) !important;
  175. border-color:var(--orange) !important;
  176. color:white !important;
  177. }
  178. .table .btn:hover{
  179. background-color: var(--orange) !important;
  180. border-color:var(--orange) !important;
  181. color:white !important;
  182. }
  183. .form-control:active,
  184. .form-select:active {
  185. height: 46px !important;
  186. border-color: var(--orange);
  187. }
  188. input,select:focus{
  189. border-color: var(--orange) !important;
  190. }
  191. .sub-menu ul li a:hover {
  192. color: #fff;
  193. }
  194. /*---hover section end----*/
  195. .nav-tabs .nav-link{
  196. color:black;
  197. }
  198. .my-container {
  199. transition: 0.4s;
  200. }
  201. .sidebar-mini.sidebar-collapse .content-wrapper{
  202. width: 35% !important;
  203. }
  204. .active-nav {
  205. margin-left: 0;
  206. }
  207. /* for main section */
  208. .active-cont {
  209. margin-left: 280px;
  210. }
  211. #menu-btn {
  212. background-color: #100901;
  213. color: #fff;
  214. }
  215. .bg-dark {
  216. background-color: #000 !important;
  217. color: #ffffff !important;
  218. }
  219. .nav-link {
  220. font-size: 16px;
  221. font-weight: 600;
  222. padding-top: 8px;
  223. padding-bottom: 8px;
  224. }
  225. .side-navbar .flex-column > li > a {
  226. border-radius: 50px !important;
  227. }
  228. .theme-primary .nav-tabs .nav-link.active
  229. {
  230. background-color: var(--orange) !important;
  231. color: black;
  232. }
  233. .nav-link .right {
  234. font-size: 20px;
  235. font-weight: 600;
  236. padding-top: 0;
  237. }
  238. .sub-menu ul {
  239. padding-left: 6px;
  240. }
  241. .sub-menu ul li {
  242. list-style: none;
  243. margin: 10px 0;
  244. }
  245. .sub-menu ul li a {
  246. font-size: 16px;
  247. font-weight: 600;
  248. color: #000;
  249. }
  250. .nav li {
  251. padding: 0 10px;
  252. }
  253. .bg-yellow {
  254. background: #ffd684;
  255. padding-top: 7px !important;
  256. padding-bottom: 7px !important;
  257. }
  258. .title {
  259. font-weight: 600;
  260. }
  261. .form-label {
  262. font-size: 15px;
  263. font-weight: 600;
  264. padding-left: 20px;
  265. }
  266. .table > thead > tr > td,
  267. .table > thead > tr > th {
  268. font-size: 15px;
  269. }
  270. .form-control,
  271. .form-select {
  272. height: 46px !important;
  273. border-color: #7e8299 !important;
  274. border-radius: 0px !important;
  275. }
  276. .theme-primary .btn-primary:hover, .theme-primary .btn-primary:active, .theme-primary .btn-primary:focus, .theme-primary .btn-primary.active{
  277. background-color: var(--orange)!important;
  278. border-color:white !important;
  279. }
  280. .btn-md {
  281. font-size: 1rem;
  282. /*padding: 12px 70px;*/
  283. background-color: var(--orange) !important;
  284. border-color: var(--orange) !important;
  285. }
  286. .frow .btn-md{
  287. background:transparent !important;
  288. color: var(--orange) !important;
  289. border-color: var(--orange) !important;
  290. }
  291. .table-striped > tbody > tr {
  292. --bs-table-accent-bg: #fff8ec;
  293. color: var(--bs-table-striped-color);
  294. }
  295. .table > tbody > tr > td,
  296. .table > tbody > tr > th {
  297. font-size: 15px;
  298. }
  299. .table > tbody > tr > td {
  300. border-bottom-width: 0;
  301. padding: 1.5rem;
  302. }
  303. .table .btn{
  304. border-color: var(--orange) !important;
  305. background-color: transparent !important;
  306. color:var(--orange) !important;
  307. }
  308. .ordhistory input,select{
  309. border-radius:0px !important;
  310. }
  311. .jumbotron {
  312. padding: 2rem 1rem;
  313. margin-bottom: 2rem;
  314. background-color: #f5f7fb;
  315. border-radius: .3rem;
  316. }
  317. .btn-toggle.btn-sm, .btn-toggle.btn-sm > .handle {
  318. border-radius: 16px;
  319. }
  320. .switch-me{
  321. }
  322. .gdot {
  323. height: 15px;
  324. width: 15px;
  325. background-color:#27af37;
  326. border-radius: 50%;
  327. display: inline-block;
  328. }
  329. .rdot {
  330. height: 15px;
  331. width: 15px;
  332. background-color:red;
  333. border-radius: 50%;
  334. display: inline-block;
  335. }
  336. .orange_text
  337. {
  338. color:var(--orange) !important;
  339. text-width:bold;
  340. }
  341. .add-outlet::before{
  342. background-image:url('../images/icons/plushape.png')
  343. }
  344. .right-panel-box div.box-body
  345. {
  346. padding: 0.5rem !important;
  347. }
  348. /*----latest code strat----*/
  349. .sidebar-mini.sidebar-collapse .content-wrapper
  350. {
  351. margin-left:calc(100% - 98.2%);
  352. z-index: 840;
  353. }
  354. .fixed .content-wrapper
  355. {
  356. margin-top: 7px;
  357. }
  358. .content-wrapper
  359. {
  360. width: auto;
  361. /*min-height: 100% !important;*/
  362. background-color: #f3f2f7;
  363. -moz-transition: all 0.3s ease-in-out;
  364. -o-transition: all 0.3s ease-in-out;
  365. -webkit-transition: all 0.3s ease-in-out;
  366. transition: all 0.3s ease-in-out;
  367. overflow: hidden;
  368. border-radius: 0;
  369. margin-right: 420px !important;
  370. margin-left: 17.79rem;
  371. }
  372. @media (min-width: 767px) {
  373. .content-wrapper
  374. {
  375. min-height: 100%;
  376. }
  377. }
  378. .content {
  379. min-height: 250px;
  380. padding: 3.75rem 0 0px 0;
  381. margin-right: auto;
  382. margin-left: auto;
  383. }
  384. .main-header .navbar
  385. {
  386. min-height: 0px !important;
  387. padding: 0 0 0 0.2rem !important;
  388. }
  389. .app-menu{
  390. display: none !important;
  391. }
  392. .nav-tabs .nav-link{
  393. padding: 0.5rem 3.25rem !important;
  394. }
  395. .nav-tabs{
  396. border-bottom: 0px solid #dee2e6 !important;
  397. margin-left:0px !important;
  398. }
  399. html[dir="rtl"] .nav-tabs{
  400. margin-right:-40px !important;
  401. }
  402. .navbar {
  403. border-bottom: 1px solid #dee2e6 !important;
  404. }
  405. li.item > .label {
  406. position: relative;
  407. bottom: 36px;
  408. margin-left: 67px;
  409. text-align: center;
  410. font-size: 8px;
  411. padding: 0px 2px;
  412. line-height: 10px;
  413. width: 15px;
  414. height: 15px;
  415. /* border-radius: 100%; */
  416. font-weight: 400;
  417. display: grid;
  418. z-index: 9;
  419. color: black;
  420. border: 3px solid transparent;
  421. background-color: #FFEBC6;
  422. }
  423. .labelcenter {
  424. float:right;
  425. text-align: center;
  426. font-size: 8px;
  427. padding: 0px 2px;
  428. line-height: 10px;
  429. width: 15px;
  430. height: 15px;
  431. /* border-radius: 100%; */
  432. font-weight: 400;
  433. display: grid;
  434. z-index: 9;
  435. color: black;
  436. border: 3px solid transparent;
  437. background-color: white;
  438. }
  439. .rcb2
  440. {
  441. display:block !important;
  442. }
  443. .right-close-btn{
  444. display:none !important;
  445. }
  446. .right-bar{
  447. top:calc(50% - 44.01vh);
  448. width: 61.8%;
  449. /*overflow: scroll;*/
  450. }
  451. .list_row .box
  452. {
  453. background-color: black;
  454. }
  455. .list_row > .box > a,p,strong :not(.btn-circle){
  456. /*color: white !important;*/
  457. }
  458. .box > .btn-circle{
  459. background-color: var(--orange) !important;
  460. }
  461. .box .media-list-hover > .media:not(.media-list-header):not(.media-list-footer):hover, .media-list-hover .media-list-body > .media:hover > a{
  462. color: red !important;
  463. }
  464. .btn-circle.btn-sm{
  465. padding: 0;
  466. border-radius: 100%;
  467. position: inherit !important;
  468. }
  469. .right-div-open {
  470. width: 442px;
  471. transition-duration: 3s;
  472. }
  473. .right-div-close {
  474. width: 00px;
  475. transition: width 2s, height 2s, background-color 2s, transform 1s !important;
  476. }
  477. .btn-circle.btn-sm{
  478. margin-right: 20px !important;
  479. transition: width 2s, height 2s, background-color 2s, transform 1s !important;
  480. }
  481. ::-webkit-scrollbar-thumb {
  482. border-radius: 10px;
  483. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  484. }
  485. .tab-content.active > .tab-pane{
  486. display:block !important;
  487. opacity:1 !important;
  488. }
  489. .fade.active:not(.show) {
  490. opacity: 1;
  491. }
  492. .back_div
  493. {
  494. display:none !important;
  495. background: var(--orange) !important;
  496. padding: 20px !important;
  497. margin: -15px -29px 0px -20px !important;
  498. }
  499. .right-panel-footer > .button-bottom-div{
  500. margin-bottom:50px;
  501. }
  502. /*----latest code end----*/
  503. @media (min-width: 992px) {
  504. /* .none-d {
  505. display: none;
  506. } */
  507. .m-logo {
  508. display: none;
  509. }
  510. }
  511. @media (max-width: 991px) {
  512. .active-nav {
  513. margin-left: 0;
  514. }
  515. /* for main section */
  516. .active-cont {
  517. margin-left: 280px;
  518. }
  519. .nav li {
  520. padding: initial;
  521. }
  522. .top-navbar {
  523. background: #000;
  524. position: absolute;
  525. right: 0;
  526. left: 0;
  527. width: 100%;
  528. top: 0px;
  529. height: 66px;
  530. }
  531. #menu-btn {
  532. position: absolute;
  533. right: 10px;
  534. }
  535. .m-logo {
  536. padding-left: 10px;
  537. }
  538. .mpt-50 {
  539. padding-top: 70px;
  540. }
  541. }
  542. @media (max-width: 767px) {
  543. .btn-md {
  544. width: 100%;
  545. }
  546. .content-wrapper{
  547. margin-left: 0.05rem !important;
  548. margin-right: 0px !important;
  549. }
  550. .sidebar-mini.sidebar-collapse .content-wrapper{
  551. width: 100% !important;
  552. }
  553. .nav-tabs .nav-link {
  554. padding: 1.5vh 2.25rem;
  555. }
  556. .hs > li, .item{
  557. width: 14rem;
  558. text-align: center;
  559. margin:5px -82px 0px 0px !important;
  560. }
  561. .hs a.nav-link{
  562. color: black !important;
  563. font-size:13px !important;
  564. /*padding: 0.5rem 1.25rem 18px 4.5rem !important;*/
  565. }
  566. .fixed .content-wrapper {
  567. margin-top: 14vh ;
  568. }
  569. .right-bar{
  570. width:0px;
  571. }
  572. .right-close-btn
  573. {
  574. display:none !important;
  575. }
  576. .right-div-open
  577. {
  578. width: 100%;
  579. transition-duration: 3s;
  580. }
  581. /*.nav-tabs .nav-link
  582. {
  583. padding: 0.5rem 2.25rem !important;
  584. }*/
  585. .nav-tabs .nav-link {
  586. padding: 0px 20px !important;
  587. }
  588. .right-div-close {
  589. width: 00px;
  590. transition: width 2s, height 2s, background-color 2s, transform 1s !important;
  591. }
  592. .rcb2
  593. {
  594. display:block !important;
  595. }
  596. .right-bar .right-bar-btn{
  597. position:inherit !important;
  598. }
  599. .back_div{
  600. display:block !important;
  601. background:var(--orange) !important;
  602. padding: 10px !important;
  603. margin: -20px -21px 10px -20px !important;
  604. }
  605. .circle-div {
  606. border-radius: 50% !important;
  607. width: 12.5vw;
  608. /*background-color: var(--orange) !important;*/
  609. height: 7vh;
  610. }
  611. .right-panel-footer{
  612. margin-bottom:25px !important
  613. }
  614. .sidebar-menu{
  615. margin-top:85px;
  616. }
  617. }
  618. @media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait){
  619. .mdiv-full{
  620. width:93% !important;
  621. }
  622. .right-bar{
  623. top: calc(50% - 42%);
  624. width:0px ;
  625. /*display:none !important;*/
  626. }
  627. .right-div-open
  628. {
  629. width: 100%;
  630. transition-duration: 3s;
  631. }
  632. .right-div-close {
  633. width: 0px !important;
  634. transition: width 2s, height 2s, background-color 2s, transform 1s !important;
  635. }
  636. .app{
  637. padding-bottom: 0px;
  638. background:white;
  639. }
  640. ul.hs li.item {
  641. margin-bottom: calc(100px - 120px);
  642. }
  643. .navbar {
  644. background-color: transparent !important;
  645. }
  646. .fixed .content-wrapper
  647. {
  648. margin-top: calc(25vh - 12vh) !important;
  649. }
  650. .app{
  651. /*width: 80% !important;*/
  652. border-bottom: solid 1px #3D4557;
  653. }
  654. .nav-tabs .nav-link {
  655. padding: 0.8rem 3.25rem 35px 0px !important;
  656. }
  657. .hs > li, .item{
  658. width: 14rem;
  659. text-align: center;
  660. }
  661. .hs > a.nav-link{
  662. color: black !important;
  663. }
  664. .content {
  665. padding: 0.75rem 0 0px 0;
  666. }
  667. li.item > .label{
  668. margin-left: 110px !important;
  669. font-size: 15px !important;
  670. width: 20px !important;
  671. height: 20px !important;
  672. bottom: 45px !important;
  673. }
  674. .sidebar-mini.sidebar-collapse .content-wrapper{
  675. margin-left: 60px;
  676. }
  677. .right-bar{
  678. top: calc(50% - 37vh);
  679. width:350px;
  680. overflow: scroll;
  681. }
  682. .bar-section{
  683. background-color: var(--navcolor) !important;
  684. }
  685. .tab-bar-section{
  686. }
  687. .content-wrapper
  688. {
  689. margin-left: 19.79rem;
  690. margin-right: 10px !important;
  691. }
  692. .sidebar-mini.sidebar-collapse .content-wrapper {
  693. width: 92% !important;
  694. }
  695. .right-close-btn
  696. {
  697. display:none !important;
  698. }
  699. .circle-div {
  700. border-radius: 50% !important;
  701. width: 5.5vw;
  702. /*background-color: var(--orange) !important;*/
  703. height: 4.5vh;
  704. }
  705. .d-flex{
  706. /*display:block !important;*/
  707. }
  708. .rcb2
  709. {
  710. display:none !important;
  711. }
  712. .back_div{
  713. display:none !important;
  714. background:var(--orange) !important;
  715. padding: 20px !important;
  716. margin: -15px -29px 0px -20px !important;
  717. }
  718. .right-bar .right-bar-btn{
  719. position: inherit;
  720. }
  721. .right-panel-footer{
  722. margin-top:12.5vh !important
  723. }
  724. .circle-div
  725. {
  726. border-radius: 50% !important;
  727. width: 6vw;
  728. /*background-color: var(--orange) !important;*/
  729. height: 4.5vh;
  730. }
  731. .ref-btn{
  732. }
  733. }
  734. @media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape){
  735. li.item span.label1
  736. {
  737. position: relative;
  738. bottom: 36px;
  739. top:19px;
  740. text-align: center;
  741. font-size: 8px;
  742. padding: 0px 2px;
  743. line-height: 10px;
  744. width: 15px;
  745. height: 15px;
  746. /* border-radius: 100%; */
  747. font-weight: 400;
  748. display: grid;
  749. z-index: 9;
  750. color: black;
  751. border: 3px solid transparent;
  752. background-color: #FFEBC6;
  753. }
  754. .mdiv-full{
  755. width: 94% !important;
  756. }
  757. .mdiv-reset{
  758. width: 51% !important;
  759. }
  760. .bar-section{
  761. display:none;
  762. }
  763. .main-header .navbar{
  764. background: white;
  765. }
  766. .nav-tabs .nav-link {
  767. padding: 0.9rem 3.25rem;
  768. }
  769. .tab-bar-section{
  770. margin-bottom:-18px;
  771. }
  772. .left_bar {
  773. /*display: block !important;*/
  774. }
  775. .nav-tabs .nav-link{
  776. padding: 0.5rem 2.25rem !important;
  777. }
  778. .content-wrapper{
  779. margin-left: 19.100rem;
  780. margin-right: 441px !important;
  781. }
  782. .right-bar
  783. {
  784. top: calc(50% - 44.5vh);
  785. }
  786. .sidebar-mini.sidebar-collapse .content-wrapper{
  787. width: 32% !important;
  788. margin-left: calc(100% - 93.8%);
  789. }
  790. .right-div-open {
  791. width: 440px;
  792. transition-duration: 105s !important;
  793. transition-delay: 2s;
  794. }
  795. .right-div-close {
  796. width:0px;
  797. transition: width 2s, height 2s, background-color 2s, transform 1s !important;
  798. }
  799. .btn-circle.btn-sm{
  800. margin-right: 20px !important;
  801. transition: width 2s, height 2s, background-color 2s, transform 1s !important;
  802. }
  803. .nav-tabs{
  804. margin-bottom: 17px;
  805. }
  806. .right-panel-footer > .button-bottom-div{
  807. margin-bottom:50px;
  808. }
  809. .back_div {
  810. display:none !important;
  811. background: var(--orange) !important;
  812. padding: 20px !important;
  813. margin: -15px -29px 0px -20px !important;
  814. }
  815. .right-panel-footer{
  816. margin-top:-3vh !important
  817. }
  818. .circle-div {
  819. border-radius: 50% !important;
  820. width: 4.5vw;
  821. /*background-color: var(--orange) !important;*/
  822. height: 6vh;
  823. }
  824. }