body {
  font-family: Yekan-Light;
}

/* استایل‌های صفحه تسویه حساب */
.pm-checkout-container {
    max-width: 800px;
    margin: 0 auto;
    padding:20px;
}

.pm-checkout-container {
  background: #F8F8F8;
}



.pm-checkout-steps {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    position: relative;
    gap: 10px;
}

.pm-checkout-steps:before {
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    height: 2px;
    background: #ddd;
    z-index: 1;
}

.pm-step {
    position: relative;
    text-align: center;
    padding: 10px 15px;
    background: #f5f5f5;
    border-radius: 4px;
    z-index: 2;
    font-weight: 500;
    color: #666;
}

.pm-step.active {
    background: #A59866;
    color: #fff;
}

.pm-step.completed {
    background: #A59866;
    color: #fff;
}

.pm-checkout-form {
    border-radius: 8px;
}

.pm-checkout-form h2 {
  margin-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  font-size: 18px;
  text-align: center;
}

.pm-form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}

.pm-form-row .pm-form-field {
    flex: 1;
}

.pm-form-field {
    margin-bottom: 15px;
}

.pm-form-field label {
  display: block !important;
  margin-bottom: 8px !important;
  font-size: 16px !important;
  font-weight: lighter !important;
  font-family:Yekan-light;
}

.pm-form-field input,
.pm-form-field select,
.pm-form-field textarea {
    padding: 16px 10px !important;
    border: none !important;
    border-radius: 4px !important;
    font-family:yekan-light !important;
}

.pm-form-field select {
    appearance: none;
    -moz-appearance: none;
    background: url(https://panel.hakimtr.ir/wp-content/uploads/2025/07/Vector-100.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 10px;
    background-color:#fff;
    font-family:Yekan-Light;
}



.pm-form-field textarea {
    min-height: 80px;
}

.required {
    color: #e74a3b;
}

.pm-form-actions {
    margin-top: 20px;
    text-align: left;
}

button.pm-button {
    background: #A59866;
    color: white;
    border: none;
    padding: 15px 15px;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
    font-family: yekan-bold;
    font-weight: normal;
}

button.pm-button:hover{
        background: #A59866;

}
button.pm-button:focus{
        background: #A59866;

}

.pm-button-secondary {
    background: #e0e0e0;
    color: #333;
}







.pm-order-summary {
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    margin-top: 30px;
}

.pm-order-summary h3 {
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    font-size:20px;
}

.pm-summary-row {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.pm-total-row {
    font-weight: 600;
    font-size: 18px;
    border-bottom: none;
}

/* صفحه دریافت سفارش */
.pm-order-received {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.pm-order-notice {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    text-align: center;
}

.pm-order-notice h2 {
    margin-top: 0;
    color: #1cc88a;
}

.pm-order-details {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.pm-order-section {
    margin-bottom: 30px;
}

.pm-order-section h3 {
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.pm-order-items {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

.pm-order-items th,
.pm-order-items td {
    padding: 10px;
    border-bottom: 1px solid #eee;
    text-align: right;
}

.pm-order-items th {
    background: #f5f5f5;
}

.pm-order-items tfoot th {
    text-align: left;
}

.pm-item-variations {
    margin: 5px 0 0 15px;
    padding: 0;
    list-style-type: disc;
    color: #666;
    font-size: 13px;
}
.pm-shipping-method label {
    display: flex
;
    justify-content: space-between;
    padding: 15px;
    background: #fff;
    margin-bottom: 7px;
    border-radius: 8px;
    font-family: 'Yekan-light';
    margin-left: 0px;
}

span.pm-shipping-desc {
    font-size: 14px;
    color: #727272;
    margin-right: 5px;
}

span.pm-shipping-price {
    font-weight: bold;
}

@media (max-width: 768px) {
    .pm-form-row {
        flex-direction: column;
        gap: 0;
    }
    
    span.pm-shipping-desc{
        font-size:0px;
    }
    
    span.pm-shipping-price{
        font-size:12px;
    }
    
    button.pm-button{
        padding:8px 15px;
    }
    


    

}


/* استایل عمومی پنل پیک‌ها */
.pm-courier-panel {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.pm-courier-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.pm-logout-btn {
    color: #fff;
    background: #dc3545;
    padding: 8px 15px;
    border-radius: 3px;
    text-decoration: none;
}

.pm-logout-btn:hover {
    background: #c82333;
}

.pm-courier-info {
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.05);
}

/* استایل جدول سفارشات */
.pm-orders-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.pm-orders-table th, 
.pm-orders-table td {
    padding: 12px 15px;
    text-align: right;
    border: 1px solid #ddd;
}

.pm-orders-table th {
    background-color: #f2f2f2;
    font-weight: bold;
}

.pm-orders-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.pm-orders-table tr:hover {
    background-color: #f1f1f1;
}

/* استایل دکمه‌ها */
.pm-button {
    background: #A59866;
    color: white;
    border: none;
    padding: 15px 15px;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
    font-family: yekan-bold;
    font-weight: normal;
}


/* استایل فرم لاگین */
.pm-courier-login {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.pm-form-field {
    margin-bottom: 15px;
}


.pm-form-field
 {
    display: flex
;
    flex-direction: column;
}


.pm-form-actions {
    margin-top: 20px;
}

/* استایل پیام‌ها */
.pm-notice {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 3px;
}

.pm-notice-success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.pm-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 10px 15px;
    margin-bottom: 15px;
    border-radius: 3px;
}

.pm-no-orders {
    text-align: center;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,0.05);
}













/*--------------سفارشات کاربر--------------- */



/* استایل کارت‌های سفارش */
.pm-user-orders {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.pm-orders-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.pm-order-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: transform 0.3s ease;
}

.pm-order-card:hover {
    transform: translateY(-5px);
}

.pm-order-card-header {
    padding: 15px;
    background: #f8f9fa;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
}

.pm-order-number {
    font-weight: bold;
    color: #333;
}

.pm-order-date {
    color: #666;
    font-size: 0.9em;
}

.pm-order-card-body {
    padding: 15px;
}

.pm-order-status {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 0.85em;
    margin-bottom: 10px;
}

.pm-status-pending {
    background: #fff3cd;
    color: #856404;
}

.pm-status-processing {
    background: #cce5ff;
    color: #004085;
}

.pm-status-completed {
    background: #d4edda;
    color: #155724;
}

.pm-status-cancelled {
    background: #f8d7da;
    color: #721c24;
}

.pm-order-total {
    font-weight: bold;
    font-size: 1.1em;
    color: #333;
}

.pm-order-card-footer {
    padding: 15px;
    border-top: 1px solid #eee;
    text-align: left;
    display: flex;
    justify-content: space-between;
}

.pm-view-details-btn {
    background: #007bff;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
}

.pm-view-details-btn:hover {
    background: #0069d9;
}

.pm-no-orders {
    text-align: center;
    padding: 30px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* استایل پاپ آپ */
.pm-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.pm-popup-overlay-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.pm-popup-content-2 {
    position: relative;
    max-width: 800px;
    max-height: 90vh;
    margin: 5vh auto;
    background: #fff;
    border-radius: 8px;
    overflow: auto;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.pm-popup-close-2 {
    position: absolute;
    top: 15px;
    left: 15px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #666;
}



.pm-order-details {
    font-size: 0.95em;
}

.pm-order-section {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.pm-order-section:last-child {
    border-bottom: none;
}

.pm-order-info p {
    margin: 8px 0;
}

.pm-order-items {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

.pm-order-items th,
.pm-order-items td {
    padding: 12px 15px;
    text-align: right;
    border: 1px solid #ddd;
}

.pm-order-items th {
    background-color: #f2f2f2;
}

.pm-item-variations {
    margin: 5px 0 0 0;
    padding: 0;
    list-style: none;
    font-size: 0.85em;
    color: #666;
}

.pm-item-variations li {
    margin: 3px 0;
}








/* استایل‌های اصلی پاپ‌آپ */
.pm-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
    font-family: 'Yekan-regular', sans-serif;
}

.pm-popup-overlay-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(3px);
}

.pm-popup-content-2 {
    position: relative;
    max-width: 800px;
    width: 90%;
    margin: 30px auto;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    max-height: 85vh;
    overflow-y: auto;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    animation: pmPopupFadeIn 0.3s ease;
    border: 1px solid #e0e0e0;
}

@keyframes pmPopupFadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.pm-popup-close-2 {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #f44336;
    color: white;
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    z-index: 1;
}

.pm-popup-close-2:hover{
        background: #f44336;
}

.pm-popup-close-2:focus{
        background: #f44336;
}



/* استایل‌های محتوای جزئیات سفارش */
.pm-order-details-container {
    direction: rtl;
    text-align: right;
    color: #333;
}

.pm-order-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    gap: 10px;
}

.pm-order-header h3 {
    margin: 0;
    font-size: 22px;
    color: #2c3e50;
    font-family: 'Yekan-bold';
}

.pm-order-status-badge {
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
}

.pm-status-pending {
  background-color: #fff8e4;
  color: #ecb200;
}

.pm-status-processing {
    background-color: #2196f3;
    color: white;
}

.pm-status-completed {
    background-color: #4caf50;
    color: white;
}

.pm-status-cancelled {
    background-color: #f44336;
    color: white;
}

/* جدول زمانی سفارش */
.pm-order-timeline {
    position: relative;
    padding-right: 20px;
    margin-bottom: 30px;
}

.pm-order-timeline:before {
    content: '';
    position: absolute;
    top: 0;
    right: 7px;
    height: 100%;
    width: 2px;
    background: #ddd;
}

.pm-timeline-item {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.pm-timeline-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.pm-timeline-item:before {
    content: '';
    top: 0px;
    right: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #4caf50;
    border: 3px solid white;
    box-shadow: 0 0 0 2px #4caf50;
}
.pm-timeline-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.pm-timeline-date {
    display: block;
    font-size: 13px;
    color: #777;
}

.pm-timeline-title {
    font-size: 15px;
    font-weight: bold;
    color: #2c3e50;
}

/* خلاصه سفارش */
.pm-order-summary {
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 25px;
    border: 1px solid #eee;
}

.pm-summary-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 15px;
}

.pm-summary-item:last-child {
    margin-bottom: 0;
}

.pm-total {
    font-weight: bold;
    font-size: 16px;
    color: #2c3e50;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px dashed #ddd;
}

/* لیست محصولات */
.pm-order-products {
    margin-bottom: 25px;
}


span.title-product-pm-product-info {
    margin-right: 20px;
}

.pm-order-products h4 {
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    color: #2c3e50;
    font-size: 18px;
    width:100%;
}
.pm-order-product-grid {
    display: grid
;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    gap: 20px;
}

.pm-product-item {
    width: 100%;
    border: 1px solid #f0f0f0 !important;
    border-radius: 10px;
    padding: 15px 0px;
    padding-bottom:0px;
}

.pm-product-item:last-child {
    border-bottom: none;
}
.value-and-name {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #ddd;
    padding: 5px 15px;
}

.pm-product-image {
    width: 70px;
    height: 70px;
    margin-left: 15px;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
    flex-shrink: 0;
}

.pm-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pm-product-info {
    flex-grow: 1;
}

.pm-product-info h5 {
    margin: 0 0 5px 0;
    font-size: 16px;
    color: #333;
}

.pm-product-variations {
    list-style: none;
    padding: 0;
}

.pm-product-variations li {
    font-size: 13px;
    color: #666;
}

.pm-product-meta {
    display: flex;
    gap: 10px;
    font-size: 14px;
    color: #777;
    flex-direction: row;
    padding: 15px;
    flex-wrap: wrap;
    background: #f6f6f6;
}

.pm-product-variations
 {
    display: flex;
    flex-direction: column;
}

.pm-product-total {
    font-weight: bold;
    color: #2c3e50;
    min-width: 100px;
    text-align: left;
}

/* آدرس سفارش */
.pm-order-address {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 15px;
    border: 1px solid #eee;
}

.pm-order-address h4 {
    margin: 0 0 15px 0;
    color: #2c3e50;
    font-size: 18px;
}

.pm-address-details {
    font-size: 15px;
    line-height: 1.6;
}

.pm-address-details p {
    margin: 0 0 10px 0;
}

.pm-order-note {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #ddd;
}

.pm-order-note p {
    font-style: italic;
    color: #555;
}

.fixed-order-summary {
    background: #fff;
    z-index: 9;
}

/* استایل‌های واکنش‌گرا */
@media (max-width: 768px) {
    .pm-popup-content-2 {
        width: 95%;
        padding: 15px;
    }
    
    .pm-product-item {
        flex-wrap: wrap;
    }
    
    .pm-product-total {
        width: 100%;
        text-align: right;
        margin-top: 10px;
        padding-top: 10px;
        border-top: 1px dashed #eee;
    }
        .pm-shipping-methods {
    padding: 20px;
}

.pm-checkout-container{
    padding:0px;
}

.fixed-order-summary
 {
    position: fixed;
    bottom: 0px;
    width: 100%;
    
}

.pm-form-actions{
    margin-top:0px;
    padding:20px;
}
.pm-order-summary{
    margin-top:0px;
    margin-bottom:0px;
    border-radius: 8px 8px 0px 0px;
}





/* استایل لیبل برای بهتر شدن UX */
label {
  cursor: pointer;
}

.pm-button{
    padding:8px;
}
.pm-checkout-container
 {
    min-height: 650px;
}

.pm-order-summary h3{
    display:none;
}

.pm-order-summary
 {
    font-size: 14px;
}
.pm-total-row {
    font-size: 16px;
}

.pm-step{
    font-size:10px;
}

.pm-form-field
 {
    padding: 0px 20px;
}


.pm-checkout-container {
    padding: 20px 0px;
}

.pm-checkout-steps{
    padding:0px 20px;
}
}

.pm-cart-container {
  display: flex;
  justify-content: center;}

input[type="radio"] {
  /* غیرفعال کردن استایل پیش‌فرض */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  
  /* اندازه و حاشیه */
  width: 14px;
  height: 14px;
  border: 1px solid #ccc;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
}

input[type="radio"]:checked {
  /* تغییر استایل وقتی انتخاب شده */
  border-color: #A59866;
  background-color: #A59866;
  box-shadow: inset 0 0 0 2px white;
}

/* انیمیشن‌ها و افکت‌ها */
.pm-view-details-btn {
    transition: all 0.3s ease;
}

.pm-view-details-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

/* استایل‌های کارت‌های سفارش */
.pm-order-card {
    transition: all 0.3s ease;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.pm-order-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    

}



/* استایل وضعیت تحویل به پیک */
.pm-status-assigned {
  background-color: #2e77ff;
  color: white;
}

/* استایل بخش اطلاعات پیک */
.pm-courier-info-box {
    background: #fff8e1;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #ffe0b2;
}

.pm-courier-info-box h4 {
    margin-top: 0;
    color: #ff9800;
    font-size: 16px;
    border-bottom: 1px solid #ffe0b2;
    padding-bottom: 8px;
}

.pm-courier-details p {
    margin: 5px 0;
    font-size: 14px;
}

.pm-courier-assigned small {
    display: inline-block;
    margin-top: 5px;
    font-size: 12px;
    color: #666;
    background: #f5f5f5;
    padding: 2px 8px;
    border-radius: 10px;
}

a.pm-button.pm-button-secondary {
    width: auto;
    background: #4f4f4f;
    font-family: 'Yekan-light';
    color:white;
}
a.pm-button.pm-button-secondary:hover {
color:white;
}
a.pm-button.pm-button-secondary:focus {
color:white;
}

.pm-form-actions
 {
    display: flex
;
    gap: 10px;
    align-items: center;
}

.pm-courier-orders {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
    background-color: #fff;
}

.pm-courier-orders h3 {
    color: #333;
    text-align: center;
    margin-bottom: 35px;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e0e0e0;
}

.pm-courier-orders-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    gap: 25px;
}

.pm-courier-orders-card {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.25s ease;
    border: 1px solid #e0e0e0;
}

.pm-courier-orders-card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-color: #d0d0d0;
}

.pm-courier-orders-name {
    padding: 22px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #eaeaea;
}

.pm-courier-orders-id {
    font-weight: 600;
    margin-bottom: 18px;
    font-size: 15px;
    color: #444;
    padding: 6px 0;
    border-bottom: 1px solid #e0e0e0;
}

.pm-courier-orders-name h5 {
    margin-top: 18px;
    margin-bottom: 12px;
    font-size: 17px;
    color: #333;
    font-weight: 600;
}

.pm-courier-orders-name span {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #555;
    line-height: 1.5;
}

.pm-courier-orders-address {
    padding: 22px;
    color: #444;
}

.pm-courier-orders-address h5 {
    color: #333;
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 17px;
    font-weight: 600;
}

.pm-courier-orders-address p {
    color: #555;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.pm-courier-get-orders-time {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #eaeaea;
    color: #666;
    font-size: 13px;
    font-style: italic;
}

.pm-button2 {
    background-color: #2c3e50;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    margin-top: 20px;
    width: 100%;
    transition: all 0.25s ease;
    font-weight: 500;
}

.pm-button2:hover {
    background-color: #34495e;
    
}

.pm-no-orders {
    text-align: center;
    color: #666;
    padding: 25px;
    background-color: #f9f9f9;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
    font-size: 15px;
    max-width: 600px;
    margin: 0 auto;
}


.pm-courier-login h2 {
    font-size: 24px;
}


.pm-courier-login input#password , .pm-courier-login input#username {
background: #ededed;}

button.pm-view-details-btn br {
    display: none;
}