/* Your Custom CSS Goes here */
/* #suggestions{
  border-radius: 5px; 
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); 
  padding-inline: 4px;
  padding-block: 1rem;
  overflow-y: auto;
  position:absolute;
  top: 4rem;
  width: 100%;
  background-color: #ffffff;
  height: 25vh;
  z-index: 100;
}
#suggestions>li{
  font-size: 1.1rem;
  padding-inline: 2rem;
  padding-block: .5rem; 
  cursor: pointer;
}

#suggestions>li:hover{
background-color: #3f8cff;
color: white;
border-radius: .4rem;
transition: all 100ms ease-in;
} */

.wrkLoadCard{
  background-color: #f4f9fd;
  text-align:center;
}

.wrkLoadContainer{
  display:grid;
  grid-template-columns: repeat(3,1fr);
}

.login-container {
  display: grid;
  place-content: center;
  background: #f4f9fd;
}

.rounded-6{
  border-radius:1rem
}

.login-container > * {
  font-family: Poppins, sans-serif;
}

.login-btn {
  border-radius: 10px;
  background: #d7a550;
  box-shadow: 0px 6px 12px 0px rgba(63, 140, 255, 0.26);
  font-size: 0.9rem;
}

.logo-img {
  width: 10rem;
  height: 10rem;
  margin-inline: auto;
}

@media (min-width: 500px) {
  .login-container {
    height: 100vh;
  }

  .login-ch {
    min-width: 500px;
  }
}

.lead-list-item {
  border-radius: 24px;
  background: rgba(113, 193, 173, 0.05);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  padding-inline: 1.5rem;
  padding-block: 1rem;
}

.lead-list-item > div {
  align-self: center;
}

.t-gray {
  color: gray;
}

.main-btn {
  border-radius: 14px;
  background: #3f8cff;
  box-shadow: 0px 6px 12px 0px rgba(63, 140, 255, 0.26);
}

.tablesinv {
  min-height: 70vh;
  
}

.lable-ei {
  font-weight: 500;
  font-size: 1rem;
  width: 100%;
}

.lable-ei::after {
  content: "*";
  color: red;
  margin-left: 5px;
  position: relative;
  top: -0.5em;
}

.esinContainer{
  width: 700px;
  height: 1000px;
  margin-inline: auto;
}

.esinContainer2{
  width: 700px;
  height: 1000px;
  margin-inline: auto;
}
.esinLayout {
  background-image: url("/static/images/esi 1@3x.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}




.esiContent{
  padding-inline: 3rem;
  padding-block: 11rem;
}

.esiContentTerms{
  padding-inline: 3rem;
  padding-block: 16rem;
}

.esiContentTerms>ul>li{
  padding-left: .5rem;
}

.yellow{
  color: #fcbd22;
}

.esintable *{
  border-color: black !important;
  border-width: 1.5px !important;
}


.esintable > tr th td{
  border: 2px solid black !important;
  border-collapse: collapse;
}

.esintable th, .esintable td {
  padding: 5px 0px !important;
}


.esintable td{
  font-size: 0.9rem;
  text-align:center;
}

.grandtotal{
  display: flex;
  gap:1rem;
  background-color: #253439;
  font-weight: 700;
  padding-inline: 1.5rem;
  padding-block: .4rem;
}

.grandtotal >p {
  margin-bottom: 0;
}

#content {
  margin-top: 50px;
  text-align: center;
}

section.timeline-outer {
  width: 60%;
  margin: 0 auto;
}

.cst-scroll{
  scrollbar-width: thin; 
  scrollbar-color: #888 transparent; 
  }
  
  .cst-scroll::-webkit-scrollbar {
    width: 10px; /* Width of the scrollbar */
  }
  
  .cst-scroll::-webkit-scrollbar-track {
    background-color: transparent; 
  }
  
  .cst-scroll::-webkit-scrollbar-thumb {
    background-color: #888; 
    border-radius: 6px; 
  }

@media (max-width:500px){
  .esinContainer{
    width: 100%;
    height: 100%;
    margin-inline: auto;
  }

  .esiContent{
    padding-inline: 1.5rem;
    padding-block: 11rem;
  }

  .price-details p{
    font-size: 0.6rem;
    padding-right: 2rem;
  }

  .invoice-date {
    font-size: 0.6rem;
  }
}



/* Timeline */

.timeline {
  border-left: 2px solid #42A5F5;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  /* box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); */
  color: #333;
  /* margin: 50px auto; */
  letter-spacing: 0.5px;
  position: relative;
  line-height: 1.4em;
  padding: 0px 0px 2px 2.5rem;
  list-style: none;
  text-align: left;
}

.timeline h1,
.timeline h2,
.timeline h3 {
  font-size: 1.4em;
}

.timeline .event {
  /* border-bottom: 1px solid rgba(160, 160, 160, 0.2); */
  padding-bottom: 15px;
  margin-bottom: 50px;
  border-radius: .5rem;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 1rem;

}


.timeline .event:last-of-type {
  /* padding-bottom: 0; */
  margin-bottom: 0;
  border: none;
}

.timeline .event:before,
.timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}

.timeline .event:before {
  left: -158px;
  color: #212121;
  content: attr(data-date);
  text-align: left;
  font-weight: 500;
  font-size: 12px;
  min-width: 120px;
}

.timeline .event:after {
  box-shadow: 0 0 0 4px #42A5F5;
  left: -40px;
  background: #fff;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  content: "";
  top: 5px;
}

.mobile-logo{
  display: none;
}
/**/
/*——————————————
Responsive Stuff
———————————————*/

@media (max-width: 945px) {
  .timeline .event::before {
    left: 0.5px;
    top: 20px;
    min-width: 0;
    font-size: 13px;
  }
  .timeline h3 {
    font-size: 16px;
  }
  .timeline p {
    padding-top: 20px;
  }
  section.lab h3.card-title {
    padding: 5px;
    font-size: 16px
  }
}

@media (max-width: 768px) {

  .mobile-logo{
    display: block;
  }

  .date-txt{
    font-size: .75rem;
  }
  .timeline .event::before {
    left: 0.5px;
    top: 20px;
    min-width: 0;
    font-size: 13px;
  }
  
  .timeline h3 {
    font-size: 16px;
  }
  .timeline p {
    padding-top: 20px;
  }
}
/*——————————————
others
———————————————*/

a.portfolio-link {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.bkhistcard{
  border-bottom: 1px gray solid;
  padding-inline: .5rem;
  padding-block: 1rem;
  position:relative;
  margin-bottom: 1rem;
}

.bkhistcard::before{
  display: block;
  content:'';
  position:absolute;
  left:-10px;
  top:0;
  height:90%;
  width:4px;
  background-color: #84442C ;
}

.recentinvoiceCard{
  
}

@media print {

  .esinContainer{
    width: 700px;
    height: 1000px;
    margin-inline: auto;
  }
  .esinContainer:nth-child(2) {
    page-break-before: always; /* Force a page break before the second div */
  }

  .esinLayout  {
    background-image: url("/static/images/esi.png");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;    }

  

.esiContent{
  padding-inline: 3rem;
  padding-block: 11rem;
}

.esiContentTerms{
  padding-inline: 3rem;
  padding-block: 16rem;
}

.esiContentTerms>ul>li{
  padding-left: .5rem;
}

.yellow{
  color: #fcbd22;
}

.esintable *{
  border-color: black !important;
  border-width: 1.5px !important;
}



.esintable > tr th td{
  border: 2px solid black !important;
  border-collapse: collapse;
}

.esintable th, .esintable td {
  padding: 0px 0px !important;
}

.esintable td{
  font-size: 0.9rem;
  text-align:center;
}

.grandtotal{
  display: flex;
  gap:1rem;
  background-color: #253439;
  font-weight: 700;
  padding-inline: 1.5rem;
  padding-block: .4rem;
}

.grandtotal >p {
  margin-bottom: 0;
}
}