.page.messages {
    top: 0px;
    left: auto;
    bottom: 0px;
    right: 0;
    width:auto !important;
}

table tbody a {
    color:#1979c3;
}
table tbody a:visited {
    color:#ff5501 !important;
}
 .pager {
            display: flex;
           justify-content: space-between;
        }
 .resetBtn {
    display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    padding: 7px 15px;
    font-size: 1.4rem;
    color: #fff !important;
    background: #333;
        border-radius: 5px;
    }
    .order_form {
           padding: 10px;
            margin-top: 20px;
        display: flex;
        flex-direction: column;
        margin-bottom:20px;
    }
    .order_form label {
        font-size: 18px;
        color: #666;
    }
    .order_form input {
        max-width: 450px;
        margin-bottom: 16px;
        padding: 20px 10px;
        background:#e8f0fe;
        border-radius:6px;
        border:none;
    }
.page-layout-2columns-left .column.main {
    margin-top:20px;
}
   

     .block-collapsible-nav .block-title {
              padding:12px;
              font-size: 18px;
              /*color: #b7d635;*/
         }
        .sidebar.sidebar-main {
            margin-top: 20px;
            }
  
   
   
   @media (min-width: 768px), print {
   .seller-dashboard-index {
        .column.main {
        padding: 10px 20px 20px;
        margin-top: 20px;
    }
   }

.login-icon-top {
    max-width: 200px;
    /* width: 100px; */
    margin: 0px auto;
        margin-bottom: 30px;
}
    .seller-login {
            box-sizing: border-box;
            width: 100%;
    max-width: 800px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  display: grid;
    grid-template-columns: 1fr 1fr;
        padding: 25px 30px;
    align-items: center;
    }
  .page-title-seller  .page-title {
        font-size: 26px;
        font-weight: 600;
        margin-bottom: 20px;
    }
  .seller-login {
      
  .actions-toolbar {
     float:right    
    }
    .action.primary {
        background:#333 !important;
        border:none !important;
    }
    .control input.input-text {
        border: none;
        border-radius: 6px;
        background: #e8f0fe;
    }
    .fieldset {
        margin-bottom:20px !important;
    }
  } 
  
  @media (max-width:769px) {
       #maincontent .columns {
            display: flex;
            flex-direction: column;
        }
      .ahmarket-seller-orders , .seller-products {
          overflow:scroll;
      }
      .login-icon-seller {
          display:none;
      }
      .seller-login  {
        grid-template-columns: 1fr;  
        padding:15px 20px;
      }
      .seller-login .fieldset.login .field {
        display: flex;
        flex-direction: column;
                margin-bottom: 14px !important;
      }
  }
.center-model {
       position: absolute;
     transform: translate(-50%, -50%) !important;
    top: 50%;
    left: 50%;
}
  .page-wrapper {
        width:100%;
    }
.donothave p {
    margin-bottom:0px !important;
}
    .seller-home {
    padding: 20px;
}
.seller-index-index.page-layout-empty .page-wrapper {
    width:100%;
}
.seller-index-index.page-layout-empty .page-wrapper .columns .column.main  , .seller-account-login .columns .column.main {
    height:100vh;
}
.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.feature-item {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
}

.feature-item h3 {
    color: #333;
    margin-bottom: 15px;
}

.seller-login-section {
    text-align: center;
    margin-top: 40px;
    padding: 30px;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.seller-navigation .nav.items {
    list-style: none;
    padding: 0;
}

.seller-navigation .nav.item {
    border-bottom: 1px solid #eee;
}

.seller-navigation .nav.item a {
    display: block;
    padding: 12px 15px;
    text-decoration: none;
    color: #333;
}

.seller-navigation .nav.item a:hover {
    background-color: #f5f5f5;
}

.dashboard-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin: 30px 0;
}

.stat-item {
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
    text-align: center;
}

.stat-number {
    font-size: 2em;
    font-weight: bold;
    color: #007bff;
}

.products-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* Center the card on screen */
body {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: #f5f5f5;
}

/* Card container */
.seller-portal-card {
    width: 100%;
    max-width: 400px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
 
}

/* Headings */
.seller-portal-card h1 {
        font-size: 26px;
    color: #333;
    margin-bottom: 10px;
    padding: 15px 12px;
        line-height: 37px;
}

.seller-portal-card p {
    color: #666;
}

/* Action buttons (badges) */
.seller-portal-actions {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-direction:column;
    padding:10px 12px;
}

.badge-link {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    transition: background 0.3s;
}

.badge-link.login {
        background: #333;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 5px;
}

.badge-link.login:hover {
    background: #000;
}

.badge-link.signup {
    cursor:pointer;
    width: fit-content;
    color:#666 !important;
    font-weight:500 !important;
    font-size:14px;
}
.badge-link.signup:hover {
    color: #006bb4 !important;
}