.blockList{
    display: flex;
    
    background-color: #f0f0f0;
    list-style-type: none;
}
.blockList li{
   
    padding: 2px 10px;
    text-align: center;
    border-right: 1px solid #ccc;
}

 .login {
      background: #ffffff;
      padding: 40px;
      border-radius: 12px;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
      width: 100%;
      max-width: 400px;
      box-sizing: border-box;
        margin: 0 auto;
    }

    .login-title {
      text-align: center;
      margin-bottom: 24px;
      font-size: 28px;
      color: #333;
    }

    .login-input {
      margin-bottom: 20px;
    }

    .login-input label {
      display: block;
      margin-bottom: 6px;
      color: #555;
      font-weight: 500;
    }

    .login-input input {
      width: 100%;
      padding: 12px;
      border: 1px solid #ccc;
      border-radius: 8px;
      font-size: 14px;
      transition: 0.3s;
    }

    .login-input input:focus {
      border-color: #4CAF50;
      outline: none;
      box-shadow: 0 0 0 2px rgba(76, 175, 80, 0.2);
    }

    .login-button {
      width: 100%;
      padding: 12px;
      background-color: #4CAF50;
      color: white;
      font-size: 16px;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      transition: background-color 0.3s;
    }

    .login-button:hover {
      background-color: #43a047;
    }

    .login-footer {
      margin-top: 16px;
      text-align: center;
      font-size: 14px;
      color: #777;
    }

    .login-footer a {
      color: #4CAF50;
      text-decoration: none;
      font-weight: 600;
    }

    .login-footer a:hover {
      text-decoration: underline;
    }
    .Pr-items{
        border: #000000 1px solid;
        text-align: center;
        margin: auto 0px;
        width: -webkit-fill-available;
    }
    .Pr-items th{
        background-color: #000000;
        color: #ffffff;
        padding: 10px;
    }
    .Pr-items td{
        padding: 10px;
        border-bottom: 1px solid #000000;
    }
    .pr{
        
        align-items: center;
        margin-bottom: 20px;
        
    }
    .pr img {
        width: 100px;
        height: 100px;
        
    }
  .btn{
    background-color: #28a745;
        color: white;
        padding: 10px 15px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-size: 16px;
  }
 .PrInfo {
      background-color: #ffffff;
      padding: 32px;
      border-radius: 12px;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
      max-width: 600px;
      width: 100%;
      box-sizing: border-box;
        margin: 0 auto;
    }

    /* .headline {
      text-align: center;
      color: #333;
      font-size: 28px;
      margin-bottom: 24px;
    } */

    .PrInfo label {
      display: block;
      margin-bottom: 6px;
      font-weight: 500;
      color: #555;
    }

    .PrInfo input,
    .PrInfo textarea {
      width: 100%;
      padding: 12px;
      border: 1px solid #ccc;
      border-radius: 8px;
      font-size: 14px;
      margin-bottom: 20px;
      box-sizing: border-box;
      transition: 0.3s;
    }

    .PrInfo input:focus,
    .PrInfo textarea:focus {
      border-color: #4CAF50;
      outline: none;
      box-shadow: 0 0 0 2px rgba(76, 175, 80, 0.2);
    }

    .PrInfo textarea {
      min-height: 100px;
      resize: vertical;
    }

    .btn {
      width: 100%;
      background-color: #4CAF50;
      color: white;
      padding: 12px;
      border: none;
      border-radius: 8px;
      font-size: 16px;
      cursor: pointer;
      transition: background-color 0.3s;
    }

    .btn:hover {
      background-color: #43a047;
    }
    .SelectOption{
        width: 100%;
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 8px;
        font-size: 14px;
        margin-bottom: 20px;
        box-sizing: border-box;
        transition: 0.3s;
    }

    /* Admin Product page css */
    .breadcrumb {
      background-color: #ffffff;
      padding: 12px 20px;
      border-radius: 8px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.05);
      display: inline-block;
      font-size: 15px;
    }

    .breadcrumb a {
      text-decoration: none;
      color: #4CAF50;
      font-weight: 500;
      transition: color 0.2s ease;
    }

    .breadcrumb a:hover {
      color: #388e3c;
      text-decoration: underline;
    }

    .breadcrumb span {
      margin: 0 8px;
      color: #888;
    }
    /* Admin Product page css */