.b2-card {
    background: #ffffff;
    box-shadow: 0px 19px 40px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 48px 60px 12px 60px;
    max-width: 598px;
}

.b2-card .title {
    font-family: Cairo;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 52px;
    text-align: right;
    color: #000000;
}

.b2-card .subtitle {
    font-family: Cairo;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.03em;
    color: rgba(0, 0, 0, 0.5);
}

.b2-login-logo {
    width: 56px;
}

.b2-form-control {
    background: #eff3f8;
    border-radius: 4px;
    width: 100%;
    height: 46px;
}

.b2-shopping-card {
    background: #EFF3F8;;
    border-radius: 5px;
    padding: 10px 0px 0px 0px;
    max-height: 488px;
    width: 310px;

}

.b2-shopping-card tbody {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}


.b2-shopping-card thead {
    color: #0D6EFD;
    font-size: 12px;
    font-weight: 600;
    line-height: 22px;
    
}
.b2-shopping-card div{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.b2-quote_list {
    background: #EFF3F8;
    border-radius: 5px;
    padding: 10px 10px 0px 10px;
    width: 1273px;
    min-height:70px;
    
    margin: 5px 1px 5px 1px;
}

/* width */
::-webkit-scrollbar {
    width: 7px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
    border-radius: 100px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
    border-radius: 100px;

  }