@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body {
  font-family: "GE SS Two Light", sans-serif;
}

@font-face {
  font-family: "GE SS Two Light";
  src: url("/fonts/02f502e5eefeb353e5f83fc5045348dc.eot");
  /* IE9*/
  src: url("/fonts/02f502e5eefeb353e5f83fc5045348dc.eot?#iefix") format("embedded-opentype"),
    /* IE6-IE8 */
    url("/fonts/02f502e5eefeb353e5f83fc5045348dc.woff2") format("woff2"),
    /* chrome firefox */
    url("/fonts/02f502e5eefeb353e5f83fc5045348dc.woff") format("woff"),
    /* chrome firefox */
    url("/fonts/02f502e5eefeb353e5f83fc5045348dc.ttf") format("truetype"),
    /* chrome firefox opera Safari, Android, iOS 4.2+*/
    url("/fonts/02f502e5eefeb353e5f83fc5045348dc.svg#GE SS Two Light") format("svg");
  /* iOS 4.1- */
  /* unicode-range: U+0020-U+0029,U+0040-FEFF; */
  /*unicode-range: U+0030-0039; Numbers Only*/
  unicode-range: U+600-6FF;
}

@media (min-width: 1280px) {
  .flexi {
    max-width: 1400px;
  }
}

._cb {
  color: #222;
}

._bgb {
  background-color: #222;
}

.heading-brdr {
  height: 2px;
  background-color: rgb(255, 255, 255, 0.9);
}

.sbtn.primary {
  background-color: #222;
  border-color: #222;
  min-width: 125px;
  padding: 0.7rem 1.5rem;
}

.sbtn.primary:hover {
  background-color: #000;
  border-color: #000;
}

.ln-dpr {
  width: max-content;
  z-index: 100;
}

.fadeOut {
  animation: 0.5s fadeOut linear;
}

.fadeIn {
  animation: 0.5s fadeIn linear;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* .ln-dpr > * {
  width: max-content;
} */

.ln-header {
  transition-duration: 0.2s;
}

.sb-header {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  padding: 0px 10px;
  min-width: 150px;
  white-space: nowrap;
  font-size: 14px !important;
}

.sb-header:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.page {
  width: 25px;
  height: 25px;
  line-height: 25px;
}

.page.active {
  background-color: #666;
  color: white;
}

.j * {
    text-align: justify !important;
}



lmlst ul>li>div.returned {
    background-color: rgb(255 0 0 / 10%);
}

lmlst ul>li>div.cloned {
    background-color: rgb(222 228 255);
}

lmlst ul>li>div.pending {
    background-color: #e9f9f9;
}


lmlst .mini {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
}

lmlst-body ul>li>div {
    /* line-height: 60px; */
    min-height: 70px;
    /* margin-bottom: 10px; */
    box-shadow: none !important;
    border-bottom: 1px solid var(--third-grey) !important;
}

lmlst-body ul>li>div.shrink {
    line-height: 40px;
    margin-bottom: 8px;
}

lmlst-body {
    /* padding-bottom: 26px; */
    display: block;
    overflow-x: auto;
    min-height: 250px !important;
    /* max-height: calc(100vh - 405px); */
    overflow-y: auto;
    height: calc(100% - 37px);

}
lmlst.dataGrid lmlst-body {
    /* display: flex; */
    min-height: unset;
    overflow-x: unset;
    /* padding-bottom: unset; */
    /* gap: 20px; */
}

lmlst-footer{
    right: 20px !important;
    border-radius: 0.75rem;
    left: 110px !important;
    bottom: 25px !important;
    box-shadow: none !important;
    /* background-color: #ffffff; */
    z-index: 20;
}
lmlst-footer ul,
lmlst-body ul {
    text-align: center;
    padding: 0px;
}
lmlst-body, lmlst-body > ul > li > div {
    background-color: white !important;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
}
lmlst-footer li {
    padding: 0px;
    display: inline-block;
    font-size: 13px;
}
lmlst.dataGrid lmlst-body{
    background-color: unset !important;
}
lmlst-footer li, [page] {
    width: 25px;
    height: 25px;
    color: rgb(35, 35, 35);
    line-height: 25px;
    border-radius: 0.25rem;
    text-align: center;
    margin: 0px 5px;
}

[page].active {
    background-color: rgb(35, 35, 35);
    color: white;
}

[order],
[page] {
    cursor: pointer;
}


.title {
    letter-spacing: -0.5px;
}

.shimmer {
    font-family: Flow-Block;
    animation: fade 0.6s ease-in infinite alternate forwards;
}


.listview.active{
    background-color: var(--fourth-blue);
    color: var(--white);
}
/* end listing style */



/* start listing style */
lmlst-footer,
lmlst,
lmlst-header,
lmlst-tools,
lmlst-body {
    display: block;
}
lmlst {
    clear: both;
    height: 100%;
    /* padding-bottom: 10px; */
    /* border-radius: 0.75rem; */
}
lmlst.dataGrid lmlst-footer{
    right: 20px !important;
    border-radius: 0.75rem;
    left: 20px !important;
    bottom: 0px !important;
    padding-top: 50px;
    box-shadow: none !important;
    background-color: #ffffff;
    z-index: 20;
    
}
lmlst-header {
    display: block;
    z-index: 10;
    /* top: 150px; */
    line-height: 52px;
    height: 52px;
    background-color: var(--white);
    border-bottom: 1px solid var(--third-grey);
    /* border-radius: 0.75rem; */
}
lmlst-header.pinned {
    -webkit-box-shadow: 0 2px 2px rgb(0 0 0 / 20%);
    box-shadow: 0 2px 2px rgb(0 0 0 / 20%);
}

lmlst-header ul {
    padding: 0px;
    list-style: none;
    margin: 0px;
    display: block;
}

lmlst-header ul>li,
lmlst-body ul>li {
    display: table;
    width: 100%;
    text-align: left !important;
}

lmlst-header ul>li>div,
lmlst-body ul>li>div {
    display: flex;
    align-items: center;
    border-radius: none !important;
}
lmlst-header ul>li>div>div {
    color: var(--primary-grey);
    font-weight: 600;
}

lmlst-header ul>li>div>div,
lmlst-body ul>li>div>div {
    padding: 0px 10px;
    text-align: center;
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    letter-spacing: -0.5px;
    text-shadow: none;
    text-align: left;
    flex-direction: column;
    flex-grow: 1;
}
lmlst-header ul>li>div>div:first-of-type,
lmlst-body ul>li>div>div:first-of-type{
    padding-left: 0px !important;
}

lmlst-body ul>li>div>div {
    color:rgb(35, 35, 35);
}

lmlst-header ul>li>div>div:first-of-type,
lmlst-body ul>li>div>div:first-of-type,
lmlst-header ul>li>div>div:last-of-type,
lmlst-body ul>li>div>div:last-of-type {
    width: 0px;
    min-width: 0px;
    max-width: 0px;
    /* width: 50px;
    min-width: 50px;
    max-width: 50px; */
}

/* lmlst-footer ul, lmlst-body ul{
    border-bottom:1px dotted #e5e7eb
} */

/* lmlst-body ul>li>div::before {
        position: absolute;
        background: black;
        border-radius: 0.25rem 0px 0px  0.25rem;
        top: 0px;
        right: 0px;
        bottom: 0px;
        width: 4px;
        overflow: hidden;
        content: '';
        
    } */

lmlst-body ul>li>div.featured::before {
    background: #ffc107;
}
