div.boxGridBuySell#step_1 {
    width: 100%;
    background-color: #5B5B5B;
    border-radius:20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow:hidden;
    padding: 0;
    padding-bottom: 80px;
}
div.boxGridBuySell .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background-color: #000;
}
div.boxGridBuySell .phone-number {
    color: #fff;
    font-size: 14px;
}
div.boxGridBuySell .settings {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
div.boxGridBuySell .tab-container {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
div.boxGridBuySell .tab-buttons {
    display: flex;
    background-color: #f4f4f6;
    border-radius: 30px;
    padding: 5px;
}
div.boxGridBuySell .tab-buttons button {
    background: none;
    border: none;
    padding: 10px 20px;
    margin: 0 5px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #8c8c8c;
    font-weight: 600;
}
div.boxGridBuySell .tab-buttons button.active {
    background-color: #000;
    color: white;
}
div.boxGridBuySell .orders-section {
    text-align: center;
    padding: 40px 20px;
    color: #fff;
}
div.boxGridBuySell .orders-icon {
    width: 100px;
    height: 100px;
    background-color: #f4f4f6;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
}
div.boxGridBuySell .orders-icon i {
    font-size: 40px;
    color: #8a3fff;
}
div.boxGridBuySell .sell-button {
    width: 200px;
    padding: 15px;
    background-color: #000;
    color: white;
    border: none;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
div.boxGridBuySell .sell-button:hover {
    background-color: #333;
}
button#buyItemHere {
    display: none;
}
div#step_2 {
    display: none;
}
div.dashboard_buy_sell {
    margin: 80px 0px;
    background: #5b5b5b;
    padding: 60px;
    border-radius: 30px;
    position: relative;
}
div.dashboard_buy_sell .title {
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 600;
}
div.dashboard_buy_sell .subtitle {
    color: #fff;
    margin-bottom: 25px;
    text-align: center;
}
div.dashboard_buy_sell .input-section {
    display: flex;
    gap: 15px;
    max-width: 600px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
}
div.dashboard_buy_sell .input-container {
    flex-grow: 1;
    min-width: 300px;
}
div.dashboard_buy_sell .registration-input {
    width: calc(100% - 30px);
    padding:12px;
    border-radius:3px;
    outline:none;
    border:0;
}
div.dashboard_buy_sell .faster-text {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    font-weight: 600;
    font-size: 24px;
}
div.dashboard_buy_sell .get-price-btn {
    background-color: #000;
    color: white;
    border:none;
    padding:12px 25px;
    border-radius:3px;
    cursor: pointer;
    transition:background-color 0.3s ease;
}
div.dashboard_buy_sell .get-price-btn:hover {
    background-color: #333;
}
div.dashboard_buy_sell .or-divider {
    margin: 25px 0;
    color: #666;
}
div.dashboard_buy_sell .brand-title {
    margin-bottom: 20px;
    color: #000;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}
div.dashboard_buy_sell .brand-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}
div.dashboard_buy_sell .brand-logo {
    background-color: #f4f4f4;
    border-radius: 8px;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease;
    font-weight: 600;
    cursor: pointer;
}
div.dashboard_buy_sell .brand-logo:hover {
    transform: scale(1.05);
}
div.dashboard_buy_sell .more-brands {
    color: #000;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}



/***Location Popup***/
div.location_buy_sell .popularCity .brand-title {
    text-align: left;
    margin-top: 15px;
    color: #fff;
}
div.location_buy_sell .OtherCity {
    margin-top: 35px;
}
div.location_buy_sell .OtherCity .brand-title {
    text-align: left;
    color: #fff;
}
div.dashboard_buy_sell .brand-grid .puplarLoc {
    background: #fff;
    padding: 10px;
    border-radius: 3px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    color: #000;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}
div.dashboard_buy_sell .brand-grid .puplarLoc:hover {
    color: #fff;
    background: #000;
}
div.dashboard_buy_sell .brand-grid .otherCity {
    background: #fff;
    padding: 10px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
div.dashboard_buy_sell .brand-grid .otherCity:hover {
    background: #000;
    color: #fff;
}
div.dashboard_buy_sell .brand-grid .puplarLoc img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
div.headerCounting {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 100px);
    background:#000;
    padding:10px 50px;
    justify-content: space-between;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #fff;
    align-items: center;
}
div.headerCounting .settings {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
}
div.headerCounting button {
    border: 0;
    outline: none;
    color: #fff;
    background: transparent;
    cursor: pointer;
}


ul.busellNavItem {
    display: none;
    gap: 10px;
    color: #fff;
}
ul.busellNavItem li a {
    color: #fff;
    text-decoration: none;
}
div.busellAccountForm {
    margin: 0 auto;
    color: #fff;
    padding-bottom: 90px;
}
div.busellAccountForm h2 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 60px;
    margin-bottom: 25px;
    color: #000;
  }
  div.busellAccountForm form#accountForm .help-text{
    color: #000;
  }
  div.busellAccountForm form#accountForm button:hover{
      background-color: #000;
  }
  div.busellAccountForm  .order-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
div.busellAccountForm form#accountForm label {
    color: #000;
    font-weight: 600;
}

/* Each order item */
div.busellAccountForm  .order-item {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    border: 2px dashed #000;
    box-shadow: 0px 0px 5px #000;
}

div.busellAccountForm  .order-info {
    flex: 1;
}

div.busellAccountForm  .order-info p {
    margin-bottom: 10px;
    font-size: 1rem;
    color: #000;
}

div.busellAccountForm  strong {
    font-weight: bold;
}

/* Status text */
div.busellAccountForm  .status {
    font-weight: bold;
}

div.busellAccountForm  .status.pending {
    color: #ff9800;
}

div.busellAccountForm  .status.completed {
    color: #4caf50;
}

div.busellAccountForm  .status.shipped {
    color: red;
}

/* Button to view details */
div.busellAccountForm  .view-details {
    display: flex;
    align-items: center;
    justify-content: center;
}

div.busellAccountForm  a {
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

div.busellAccountForm  a:hover {
    background-color: #333;
}

ul.busellNavItem.active {
    display: flex;
}
div#buyCar .input-section {
    margin: 35px auto;
}