/*html { font-size: 14px; } 
@media (min-width: 768px) { html { font-size: 16px; } } .btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus { box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb; } 
html { position: relative; min-height: 100%; } 
body { margin-bottom: 60px; } */
                                                                                                                                                                                                                                                                                                  .form-floating > .form-control-plaintext::placeholder, 
                                                                                                                                                                                                                                                                                                  .form-floating > .form-control::placeholder { color: var(--bs-secondary-color); text-align: end; } 
/*google*/
.gsi-material-button { -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; -webkit-appearance: none; background-color: WHITE; background-image: none; border: 1px solid #747775; -webkit-border-radius: 4px; border-radius: 4px; -webkit-box-sizing: border-box; box-sizing: border-box; color: #1f1f1f; cursor: pointer; font-family: 'Roboto', arial, sans-serif; font-size: 14px; height: 40px; letter-spacing: 0.25px; outline: none; overflow: hidden; padding: 0 12px; position: relative; text-align: center; -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s; transition: background-color .218s, border-color .218s, box-shadow .218s; vertical-align: middle; white-space: nowrap; width: auto; max-width: 400px; min-width: min-content; } 
.gsi-material-button .gsi-material-button-icon { height: 20px; margin-right: 10px; min-width: 20px; width: 20px; } 
.gsi-material-button .gsi-material-button-content-wrapper { -webkit-align-items: center; align-items: center; display: flex; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; height: 100%; justify-content: space-between; position: relative; width: 100%; } 
.gsi-material-button .gsi-material-button-contents { -webkit-flex-grow: 1; flex-grow: 1; font-family: 'Roboto', arial, sans-serif; font-weight: 500; overflow: hidden; text-overflow: ellipsis; vertical-align: top; } 
.gsi-material-button .gsi-material-button-state { -webkit-transition: opacity .218s; transition: opacity .218s; bottom: 0; left: 0; opacity: 0; position: absolute; right: 0; top: 0; } 
.gsi-material-button:disabled { cursor: default; background-color: #ffffff61; border-color: #1f1f1f1f; } 
.gsi-material-button:disabled .gsi-material-button-contents { opacity: 38%; } 
.gsi-material-button:disabled .gsi-material-button-icon { opacity: 38%; } 
.gsi-material-button:not(:disabled):active .gsi-material-button-state, 
.gsi-material-button:not(:disabled):focus .gsi-material-button-state { background-color: #303030; opacity: 12%; } 
.gsi-material-button:not(:disabled):hover { -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15); box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15); } 
.gsi-material-button:not(:disabled):hover .gsi-material-button-state { background-color: #303030; opacity: 8%; }
/*end google*/

.top-bar-text { font-family: "DM Sans", sans-serif;}

/*stepper*/
.stepper { display: flex; justify-content: space-between; align-items: flex-start; width: 100%; margin: 40px 0; position: relative;}
.step { flex: 1; text-align: center; position: relative; }
.step:not(:last-child)::after { content: ''; position: absolute; top: 20px; left: 50%; width: 100%; height: 3px; background: #e5e7eb; z-index: 1; } 
.step.completed:not(:last-child)::after { background: #bc080d; } 
.step-circle { width: 40px; height: 40px; margin: 0 auto; border-radius: 50%; background: #fff; border: 1px solid #d1d5db; display: flex; align-items: center; justify-content: center; font-weight: 600; position: relative; z-index: 2; transition: all 0.3s ease; }
.stepper h6 { margin-top: 12px; }
.step.completed .step-circle { background: #bc080d; border-color: #bc080d; color: #fff; } 
.step.active .step-circle { background: #000; border-color: #000; color: #fff; box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.15); } 
.step.active h6 {} .otp-disabled { color: #999; pointer-events: none; /* Prevent clicks */ text-decoration: none; cursor: default; } 
.otp-enabled { color: #0d6efd; pointer-events: auto; cursor: pointer; text-decoration: underline; }


/*loading*/
#loadingOverlay { position: fixed; top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,.5);z-index: 99999;}
.loading-spinner {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.input-group span {font-size:16px;}
.text-small {font-size:13px;}

/*mobile version*/
@media (max-width: 768px) {
    .widget-search-car {margin-top: -36px; z-index: 1;position: relative;}
}
@media (max-width: 991px) {
    .top-bar {display:none}
}
@media (max-width: 400px) {
    .stepper h6 {font-size:15px}
    .modal .tb-sm-input::placeholder {font-size:12px}
    input[type=text] { padding:15px 5px}
}

.seller-card {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,.05);
}

.seller-title {
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
}

.seller-profile {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.seller-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 3px solid #f5f5f5;
}

.seller-details h4 {
    font-size: 20px;
    margin-bottom: 4px;
    font-weight: 600;
}

.verified {
    color: #28a745;
    font-size: 13px;
    margin-left: 5px;
}

.seller-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    color: #555;
}

    .seller-item i {
        width: 18px;
        color: #25D366;
    }

.whatsapp-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #25D366;
    color: #fff;
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: .25s;
}

    .whatsapp-btn:hover {
        background: #128C7E;
        color: #fff;
    }
.btn { padding:12px; border-radius: 8px;font-weight: 600;}
.card-header { background-color: #000; color:#fff}
.card-header h5 { color:#fff}

/*my message*/
.message-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #f5f5f5;
}