body {
      background-color: #f4f6f8;
      font-family: 'Segoe UI', sans-serif;
    }

    .sidebar {
      height: 100vh;
      background: #fff;
      border-right: 1px solid #ddd;
      padding: 30px 20px;
    }

    .sidebar .nav-link {
      color: #000000;
      padding: 10px 15px;
      border-radius: 8px;
      margin-bottom: 10px;
    }

    .sidebar .nav-link.active,
    .sidebar .nav-link:hover {
      background: #000000;
      color: #fff !important;
    }

   .card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    width: 100%;
    }

    .register-box {
    max-width: 640px;
    }

    .status-bar {
      display: flex;
      align-items: center;
      gap: 15px;
    }

    .progress-bar {
      height: 6px;
      border-radius: 10px;
    }

    .btn-dark-purple {
      background-color: #000000;
      color: white;
      border: none;
    }

    .btn-dark-purple:hover {
      background-color: #000000;
      color: white;
    }

input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(0); /* Keeps icon visible in dark mode */
}


input[type="date"] {
  background-color: white;     /* Set white background */
  color: black;                /* Set black text */
  border: 1px solid #ccc;
  padding: 8px;
  border-radius: 4px;
  font-size: 16px;
}


    .login-section{
      align-items: center;
    }

    .register-section{
      align-items:baseline;
    }

    .benefit-item {
      background: #f8f9fa;
      border-radius: 8px;
      padding: 10px 15px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 10px;
    }

    .benefit-item i {
      margin-right: 10px;
      color: #ffffff;
    }

    .form-label {
      font-weight: 500;
      margin-bottom: 4px;
    }

    nav.navbar {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 9;
    box-shadow: 0px 0px 5px #80808052;
}

    .rigth-box {
    margin-top: 55px;
}

.sidebar {
    height: 100vh;
    background: #fff;
    border-right: 1px solid #ddd;
    padding: 30px 20px;
    position: fixed;
    z-index: 9;
}


 .thamnel-image {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    border: 1px solid;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
  }

  .upload-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* gap: 6px; */
    background: #00000003;
    color: rgb(0, 0, 0);
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    margin-top: 10px;
    transition: background 0.3s ease;
    position: absolute;
    top: 14px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
  }

  .thamnel-logo.d-flex {
    align-items: center;
    gap: 10px;
  }

  .benefits {
   p {
    font-weight: 600;
    border-bottom: 2px solid gray;
    padding-left: 10px;
    padding-bottom: 5px;
}

  }

  .thamnel-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
}


  a.view-all {
    color: black;
    text-decoration: none;
    text-align: center
}

.retailer-image {
    width: 100%;
    /* height: 100px; */
    border-radius: 10px;
    border: 1px solid;
    overflow: hidden;
    text-align: center;
    align-items: center;
    padding: 5px;
}

a.btn.link-btn {
    padding: 5px 18px;
    background: black;
    color: white;
    margin: 5px 0;
}

input.date {
    padding: 5px 32px 5px 32px;
    border-radius: 5px;
    border: 1px solid #dee2e6;
    width: 180px;
}

.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: flex-start;
}


.img-fluid {
    height: 300px;
    border-radius: 5px;
    width: 100%;
    object-fit: contain;
}

.text-box {
    height: 150px;
    overflow: auto;
}

a.btn.btn-primary.btn-sm.w-100.mt-3 {
    background: black;
    border: none;
}

a.btn.btn-primary.btn-sm.w-100.mt-3:hover {
    background: rgb(27, 27, 27);
    border: none;
}


.hide-icon {
    margin-top: 14px;
    border: none;
    background: #ffffff;
    padding: 5px 5px;
    margin-right: 2px;
}