outlets-inner-section.css_1 16 KB

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