body{
    margin: 0px;
    padding: 0px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.navbar-brand span{
    font-size: 1.62rem;
}

.red_card{
    background-color: #BE0B31;
    color: #fff;
}

.blue_card{
    background-color:#012969;
    color: #fff;
}

.red_outline_card{
    border:1px solid #BE0B31;
    color: #BE0B31;
}

.best-seller-card{
    background-color: #FAFAFA;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

.price-btn {
    background-color: #c80b2e;
    color: white;
    font-size: 1rem;
    padding: 7px 20px;
    border: none;
    border-radius: 5px;
    width: 100%;
}
.icon-btn {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.icon-btn div {
    border-radius: 50px;
    background-color: #ffffff;
    padding: 5px 15px;
    font-size: 13px;
    min-width: 40%;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    color: #c80b2e;
}

.nav-search{
    min-width: 430px;
}

.nav-search input[type="search"] {
    background-color: #FAFAFA;
    border: 1px solid #012969;
    border-radius: 100px !important;
}
.nav-search #search-addon {
    position: absolute;
    right: 10px;
    top: 4px;
    font-size: 1.28rem;
    transform: rotate(45deg);
}


.pos_rel{
    position: relative;
}

.icon-btn i {
    margin-right: 5px;
}
.product-title {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 5px;
    color: grey;
}

.product-description {
    font-size: 1.1rem;
    color: black;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.view-buttons {
    margin-bottom: 20px;
}
.view-buttons button {
    border-radius: 20px;
    padding: 10px 20px;
    border: 1px solid #c80b2e;
    background-color: white;
    color: #c80b2e;
    font-weight: bold;
    margin-right: 10px;
}
.view-buttons button.active {
    background-color: #c80b2e;
    color: white;
}
.product-count {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #c80b2e;
}
table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
}
th, td {
    padding: 15px;
    border: 1px solid #ccc;
}
th {
    background-color: #f5f5f5;
    font-weight: bold;
}
.stock {
    color: green;
}

.form-container {
    width: 100%;
    max-width: 400px;
    text-align: center;
}
.logo {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}
.progress-dots {
    margin-bottom: 20px;
}
.progress-dots span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #f2f2f2;
    margin: 0 5px;
}
.progress-dots .active {
    background-color: #c80b2e;
}
.form-title {
    font-size: 16px;
    color: #c80b2e;
    margin-bottom: 30px;
}
.phone-input {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 8px;
    margin-bottom: 20px;
}
.phone-input img {
    margin-right: 10px;
}
.buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.btn-back {
    background-color: black;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-back i {
    margin-right: 5px;
}
.btn-next {
    background-color: #c80b2e;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-next i {
    margin-left: 5px;
}
.login-link {
    margin-top: 10px;
    font-size: 14px;
}
.login-link a {
    color: #c80b2e;
    text-decoration: none;
}

.nav-tabs {
    margin-bottom: 30px;
}

.nav-tabs .nav-item {
    margin-right: 10px;
}

.nav-tabs .nav-link {
    color: #c80b2e;
    border-radius: 25px;
    padding: 8px 20px;
    background-color: white;
    border: 1px solid #c80b2e;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.nav-tabs .nav-link:hover {
    background-color: #f9f9f9;
}

.nav-tabs .nav-link.active {
    background-color: #c80b2e;
    color: white;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.order-list {
    border-top: 1px solid #ccc;
}

.order-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #eee;
    background-color: white;
}

.order-item:nth-child(odd) {
    background-color: #f9f9f9;
}

.order-details {
    display: flex;
    align-items: center;
}

.order-details img {
    width: 50px;
    margin-right: 15px;
}

.order-text {
    color: #333;
    font-size: 14px;
}

.order-text .order-text-title{
  color: #c80b2e;
}

.order-text a {
    color: #c80b2e;
    text-decoration: none;
}

.order-text a:hover {
    text-decoration: underline;
}

.order-time {
    font-size: 12px;
    color: #999;
}

.unread-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #c80b2e;
    margin-left: 10px;
}

.show-all-section {
    background-color: #C01B3A;
    padding: 20px 0px 40px;
    margin: 20px auto;
  }

  .order-table {
    background-color: white;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-height: 514px;
    overflow-y: auto;
  }

  .show-all-btn {
    background-color: #ffffff;
    color: #C01B3A;
    margin-bottom: 15px;
    border-radius: 25px;
  }

  .order-table-row {
    border: 0px;
  }

  .order-table-row td{
    border: 0px; 
    border-bottom: 1px solid #ddd;
  }
  .order-row img {
    width: 50px;
    border-radius: 5px;
  }

  .order-details {
    display: flex;
    align-items: center;
  }

  .order-details img {
    margin-right: 15px;
  }

  .order-status {
    padding: 5px 10px;
    border-radius: 20px;
    font-weight: 500;
    text-align: center;
    min-width: 180px;
    display: inline-block;
    font-size: .9rem;
  }

  .shipped {
    background-color: #fff5eb;
    color: #ff9933;
  }

  .delivered {
    background-color: #ebf6ed;
    color: #66BB6A;
  }

  .dispatched {
    background-color: #e6e6ff;
    color: #0000ff;
  }

  .out-for-delivery {
    background-color: #f9e7f5;
    color: #be0b94;
  }

  .order-time {
    color: #999999;
  }

  /* Left Red Section */

  .container-left-right{
    display: flex;
    margin-bottom: 0px;
    position: relative;
  }

  .container-left-right::before{
    background-color: #C01B3A;
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    left: -100%;
    width: 100%;
  }

  .left-panel {
    background-color: #C01B3A;
    color: white;
    width: 50%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .left-panel .wrap-heading {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
    position: absolute;
    left: 50%;
    display: inline-block;
    margin-bottom: 0px;
    background-color: #fff;
    color: #000;
    padding: 10px 30px;
    margin-left: -136px;
    top: 50px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  }

  .left-panel p {
    font-size: 1.1rem;
    margin-bottom: 20px;
    text-transform: uppercase;
  }

  .left-panel .highlight {
    font-style: italic;
    font-weight: bold;
    font-size: 1.5rem;
  }



  .left-panel .btn-try {
    background-color: white;
    color: #000000;
    padding: 10px 25px;
    border: 2px solid #C01B3A;
    border-radius: 5px;
    min-width: 100px;
    font-weight: 500;
    margin-top: 20px;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
  }

  .left-panel .btn-try:hover {
    background-color: #C01B3A;
    color: white;
  }

  /* Right White Section */
  .right-panel {
    width: 50%;
    background-color: white;
    padding: 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .right-panel img {
    max-width: 250px;
    height: auto;
    margin-bottom: 20px;
  }

  .right-panel h2 {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
  }

  .right-panel p {
    font-size: 16px;
    color: #666;
    text-align: center;
    max-width: 400px;
  }

  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }

  .header .logo {
    display: flex;
    align-items: center;
  }

  .header .logo img {
    width: 100px;
    height: auto;
    margin-right: 15px;
  }

  .header .company-name {
    font-size: 28px;
    font-weight: bold;
  }

  .header .dropdown {
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 20px;
    border: 1px solid #ccc;
    cursor: pointer;
  }

  .info-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .info-section .details {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .info-section .details p {
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
  }

  .info-section .details .icon {
    margin-right: 8px;
    font-size: 18px;
  }

  .info-section .address {
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
  }

  .info-section .address .icon {
    margin-right: 8px;
    font-size: 18px;
  }

  .about-section {
    margin-top: 20px;
  }

  .about-section h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }

  .about-section h3 .icon {
    margin-right: 8px;
  }

  .about-section p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
  }

  .divider {
    height: 1px;
    width: 100%;
    background-color: #ccc;
    margin: 20px 0;
  }

  .container-notifications {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-custom {
    background-color: #001a7a;
    color: white;
    border-radius: 20px;
}

.blue_section{
    background-color: #000088;
    padding: 20px 0px;
}

.notification-item {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.notification-item:last-child {
    border-bottom: none;
}

.notification-icon {
    margin-right: 10px;
}

.notification-timestamp {
    float: right;
    color: #888;
}

.reply-btn {
    background-color: #001a7a;
    color: white;
    border-radius: 50%;
}

.icon-heart {
    color: red;
}

.icon-star {
    color: black;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #c80b2e; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #c80b2e; 
  }

  .progress-indicator {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.progress-indicator .dot {
    width: 12px;
    height: 12px;
    background-color: #c2c2c2;
    border-radius: 50%;
    margin: 0 5px;
    position: relative;
}

.progress-indicator .dot.active {
    background-color: #b50000;
}

.progress-indicator .dot .dash {
    position: absolute;
    top: 5px;
    left: 15px;
    width: 30px;
    height: 2px;
    background-color: #b50000;
}

.title {
    text-align: center;
    color: #b50000;
    font-weight: normal;
    margin-bottom: 20px;
}

.email-details {
    background-color: #f9f9f9;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    color: #888;
    margin-bottom: 20px;
}

.otp-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.otp-label {
    font-weight: bold;
}

.otp-timer {
    color: #888;
}

.otp-inputs {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
    max-width: 240px;
}

.otp-input {
    width: 20%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-align: center;
    font-size: 18px;
}

.email-wrap{
    max-width: 360px;
    display: block;
}

.email-wrap input{
    background-color: #ffffff;
    padding: 10px 12px;
    margin: 5px 0;
}

.action-buttons {
    display: flex;
    justify-content: space-between;
}

.confirmation-details{
    max-width: 400px;
    margin: 20px auto 60px;
}

.form-inner{
    max-width: 400px;
    margin: 20px auto 60px;
}

.iti{
    width: 100%;
}

.product-details {
  padding: 20px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

.about-section, .reviews-section {
  margin-bottom: 30px;
}

/* .product-images img {
  max-width: 100px;
  margin-right: 10px;
} */

.review-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.review-images img {
  width: 100px;
  margin-right: 10px;
}

.reviewer-info {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}

.stars {
  color: #ffc107;
}

.product-specs {
  margin-bottom: 30px;
}

.product-images {
  margin-top: 20px;
}

/* .product-images img {
  width: 150px;
  height: auto;
} */

.btn-msds {
  background-color: red;
  color: white;
  border-radius: 20px;
  padding: 5px 15px;
}

.img-container {
  position: relative;
}

.download-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: #be0b31;
  border-radius: 50%;
  padding: 5px;
  font-size: 20px;
  color: #fff;
  width: 38px;
  height: 38px;
  text-align: center;
}

.ai-button {
  background-color: #333;
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
}

.yellow-badge {
  background-color: yellow;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.image-badge {
  background-color: blue;
  border-radius: 50%;
  color: white;
  width: 25px;
  height: 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 20px;
  left: 20px;
}

.keyword-tag {
  display: inline-block;
  margin: 5px;
  padding: 5px 10px;
  background-color: lightgrey;
  border-radius: 10px;
}

.color-label {
  display: flex;
  align-items: center;
}

.color-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 10px;
}

.add-btn {
  background-color: blue;
  color: white;
  padding: 5px 10px;
  border-radius: 20px;
  cursor: pointer;
}

.specs-btn {
  background-color: red;
  color: white;
  padding: 5px 20px;
  border-radius: 20px;
  margin-left: 10px;
}

.table thead th {
  font-weight: bold;
}

.delete-icon {
  cursor: pointer;
}

.icon-btn {
  border: none;
  background: none;
  cursor: pointer;
}

.add-icon {
  color: red;
}

.dooted_section{
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  padding-top: 10px;
}

.dooted_section .dotted_icon{
  width: 10px;
  height: 10px;
  border-radius: 100px;
  margin: 4px 2px;
  display: inline-block;
  background-color: #BE0B31;
}

.dooted_section .dotted_icon.dotted_yellow{
background-color: #FFFF00;
}

.dooted_section .dotted_icon.dotted_green{
 background-color: #00FF00;
}

.sharing_icon{
  display: inline-block;
  padding: 5px 6px;
  background-color: #001D87;
  color: #fff;
  width: 36px;
  border-radius: 4px;
}

.sharing_icon:hover{
  color: #fff;
}

.editable_colapse{
  border: 1px solid #ddd;
  border-radius: 10px;
  margin-bottom: 20px;
}

.collapse-title{
  position: relative;
  background-color: #BE0B31;
  padding: 15px 15px;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 10px 10px 0px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.editable-colapse{
  color: #fff;
  font-size: .9rem;
}

.editable_colapse_inner{
  padding: 20px;
}

.editable_colapse_inner .card-img-top {
  max-height: 200px;
}

.College_Supplies{
  background-color: #FF9933;
}