.table>tbody {
    vertical-align: middle;
    border-bottom: snow;
    }
    .table-responsive thead th {
    padding: 20px;
    }
    .cart_table_content{
    white-space: nowrap;
    }
    table {
    border-collapse: separate;
    border-spacing: 0 5px;
    }
    .cart_table_content tr th {
    font-size: 20px;
    font-weight: 700;
    background: var(--secondry-color);
    color: var(--tertiary-color) !important;
    }
    .table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: #FFF4ED;
    color: var(--bs-table-striped-color);
    }
    table tr th:first-child {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px;
    }
    table tr th:last-child {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    }
    table tr td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    }
    table tr td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    }
    .cart_table_content td {
    font-size: 18px;
    color: var(--secondry-color);
    font-weight: 500;
    }
    .quenty_box {
    background: var(--tertiary-color);
    padding: 20px;
    text-align: center;
    border: 1px solid #00000036;
    border-radius: 5px;
    margin: 0px 10px;
    }
    .text_semibold {
    font-size: 18px;
    font-weight: 600;
    }
    .theme-primary-outline-btn {
    background: var(--tertiary-color);
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    }
    .theme-primary-outline-disable {
    background: transparent;
    color: var(--primary-color);
    }
    .btn-grey {
    background: transparent;
    border-color:var(--secondry-color)36;
    color: #363636;
    }
    .border-dashed {
    border-bottom: 2px dotted lightgrey;
    padding-bottom: 40px;
    }
    .bmc-card-grid_disable {
    background: #FBFBFB;
    border: 1px solid var(--secondry-color)36;
    border-radius: 10px;
    padding: 30px;
    }
    .cart_table {
    padding: 0px 20px;
    }
    .subtotal_card p {
    width: 100px;
    padding: 16px 10px;
    text-align: center;
    background: #000;
    color: #fff;
    margin: 0;
    }
    .subtotal_card span {
    background: #ffff;
    width: calc(100% - 100px);
    padding: 14px 28px;
    font-size: 18px;
    font-weight: 600;
    color: var(--secondry-color);
    }
 
    .lable_subtotal {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px;
    }
    .atm_card_box {
    background: #FBFBFB;
    padding: 40px;
    border-radius: 10px;
    }
    .atm_card_box label {
    font-size: 22px;
    font-weight: 700;
    color: var(--secondry-color);
    margin-top: -3px;
    }
    .atm_card_box img {
    width: 60px;
    padding: 4px;
    }
    .atm_card_box p {
    background: #FFF4ED;
    border-radius: 5px;
    padding: 16px 16px;
    font-size: 18px;
    color: var(--secondry-color);
    margin: 20px 0px;
    }
    .checkbox_info p {
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    padding: 0;
    margin: 0;
    }
    .checkbox_info span {
    font-weight: 700;
    }
    .bmc-form .form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    }
    .checkbox_info b {
    color: var(--primary-color);
    }
    /* <----Message page start-----> */
    .msg_box {
    display: flex;
    border: 2px solid #F7F7F7;
    }
    .inbox_box {
    width: 400px;
    background: #F7F6F6;
    border-right: 10px solid #E1F2FF;
    }
    .inbox_box_inner {
    position: relative;
    }
    .folder_box {
    width: 200px;
    padding: 10px;
    border: 2px solid #F7F7F7;
    }
    .profile_box {
    background: red;
    width: 110px;
    height: 52px;
    border-radius: 90px;
    /* padding: 31px; */
    text-align: center;
    }
    .inbox_list_box {
    /* position: relative; */
    display: flex;
    justify-content: space-around;
    }
    .inbox_content_main h6 {
    color: var(--secondry-color);
    font-size: 14px;
    font-weight: 600;
    margin-left: 10px;
    }
    .inbox_content_main p {
    font-size: 10px;
    font-weight: 400;
    color: var(--secondry-color);
    margin-left: 10px;
    }
    .mail_tabs_btn {
    background: #F7F7F7 !important;
    margin: 3px 0px;
    border-radius: 10px !important;
    }
    .mail_tabs_btn_active .nav-link.active {
    background: #FFE7D9 !important;
    color: var(--secondry-color) !important;
    }
    .mail_tabs_btn {
    color: var(--secondry-color);
    display: flex;
    justify-content: space-between;
    }
    .mail_tabs_btn span{
    color: var(--primary-color);
    }
    .inbox_box_inner h4 {
    margin-top: 24px;
    padding-left: 10px;
    font-size: 20px;
    font-weight: 600;
    }
    .chat_profile {
    width: 44px;
    height: 44px;
    background: #2E6893;
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    .user_detail p {
    font-size: 12px;
    color: var(--secondry-color);
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    }
    .chat_profile p {
      font-size: 20px;
      margin: 0;
      font-weight: 600;
      color: #fff;
      margin: 0;
      line-height: 0;
    }
    .folder_box h4 {
    color: var(--secondry-color);
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    }
    .chat_user_list {
    display: flex;
    align-items: start;
    position: relative;
    padding: 10px;
    gap: 10px;
    cursor: pointer;
    }
    .chat_list_active {
    background: #FFE7D9;
    border-left: 2px solid var(--primary-color);
    }
    .user_detail h6 {
    font-size: 16px;
    color: #181F2E;
    font-weight: 800;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    }
    .time p {
    font-size: 11px;
    font-weight: 400;
    color: #202a3f82;
    }
    .chat_list {
    list-style: none;
    padding: 0px;
    }
    .user_detail {
    margin-left: 10px;
    width: 260px;
    }
    /* .time {
    position: absolute;
    top: 10px;
    right: 14px;
    color: red;
    } */
    .time p {
    color: var(--primary-color);
    }
    .message_box {
    width: calc(600px - -8%);
    background: #FBFBFB;
    }
    .message_box_inner {
    background: #ffff;
    border: 2px dotted var(--primary-color);
    border-radius: 10px;
    align-items: center;
    padding: 14px;
    display: flex;
    justify-content: space-between;
    }
    .new_message_box {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
    }
    .checkbox_chat {
    display: none;
    transition: 0.3s all;
    }
    .bmc-form .form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    }
    .chat_user_list:hover .chat_profile {
    visibility: hidden;
    }
    .chat_user_list:hover {
    background: #fff;
    transition: 0.3s all;
    }
    .chat_user_list.list_hover:hover .checkbox_chat {
    display: block;
    transition: 0.3s all;
    }
    .chat_user_list.list_hover:hover .hover_delete  {
    display: block;
    transition: 0.3s all;
    }
    .hover_delete {
    display: none;
    position: absolute;
    right: 10px;
    bottom: 20px;
    }
    .checkbox_chat input {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 28px;
    left: 20px;
    }
    .message_box {
    width: calc(600px - -8%);
    background: #FBFBFB;
    padding: 22px;
    border: 2px solid #F7F7F7;
    }
    .message_box_inner h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: var(--secondry-color);
    }
    .message_box_inner p {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: var(--secondry-color);
    }
    .message_content_box {
    background: #ffff;
    padding: 30px 10px;
    /* height: 40vh; */
    margin-top: 10px;
    border-radius: 5px;
    }
    .border_dotted {
    border-bottom: 2px dotted var(--primary-color);
    }
    .new_msg_btn_mob:hover {
    font-size: 12px;
    padding: 7px 13px;
    height: 43px;
    }
    .border_dotted h6 {
    font-size: 16px;
    font-weight: 700;
    color: var(--secondry-color);
    }
    .border_dotted p {
    font-size: 14px;
    font-weight: 400;
    color: var(--secondry-color);
    }
    .chat_message h6 {
    font-size: 16px;
    font-weight: 700;
    color: var(--secondry-color);
    }
    .chat_message p {
    font-size: 16px;
    font-weight: 400;
    color: var(--secondry-color);
    }
    .chat_message {
    margin-top: 20px;
    }
    .new_message_box button, .new_message_box button:hover {
    width: 100%;
    height: 43px;
    font-size: 16px;
    }
    .hide{
    display: none;
    }
    .chat-user-check {
    width: 45px;
    }
    
    .chat-del-time {
    width: 60px;
    text-align: right;
    }
    .user_detail {
    width: calc(100% - 110px);
    }
    .chat-back{
    display: none !important;
    cursor: pointer;
  }
  .update-bmc-cart {
    float: right;
  }

  .pointer-event
  {
    pointer-events:none
  }