liveorder.css_1 16 KB

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