/* User footer styles */
.user-footer {
    background: #f8f9fa !important;
    border-top: 1px solid rgba(0,0,0,0.1) !important;
    width: 280px !important; /* Match sidebar width */
    left: 0 !important;
    z-index: 100 !important;
}

.user-footer .dropdown.item {
    padding: 0.92857143em 1.14285714em !important;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 0.5em;
}

.user-info .icon {
    margin: 0 !important;
    font-size: 1.2em;
}

.left-pane .menu:last-child {
    margin-bottom: 0 !important;
} 


.horizontal-layout {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.left-logo {
    flex-shrink: 0;
}

.provider-logo {
    width: 90px;
    height: 90px;
    object-fit: contain;
}

.right-details {
    flex-grow: 1;
}

.product-title {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 600;
}

.product-rating {
    margin: 6px 0 10px;
    font-size: 1rem;
    color: #f4b400;
}

.product-description {
    margin: 0 0 10px;
    color: #555;
    line-height: 1.4;
}

.product-id {
    font-size: 0.9rem;
    color: #333;
}

.product-provider {
    font-size: 0.95rem;
    color: #777;
    margin: 4px 0 6px;
}

.right-header {

    display: flex;

    justify-content: flex-end; 

    align-items: center;

    padding-bottom: 10px;

}
 

.page-numbers {
  display: inline-flex;
  gap: 6px;
  margin-left: 12px;
  vertical-align: middle;
}


.page-numbers .ui.button.pageBtn {
  padding: 6px 10px;
  min-width: 32px;
  border-radius: 4px;
  background: #f9f9f9;
  border: 1px solid #ddd;
  color: #333;
  transition: all 0.2s ease;
}


.page-numbers .ui.button.pageBtn:hover {
  background: #eee;
  border-color: #bbb;
  cursor: pointer;
}


.page-numbers .ui.button.pageBtn.active {
  background: #ff4081;   
  color: #fff;
  border-color: #ff4081;
  font-weight: bold;
}


.page-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.page-numbers .ellipsis {
  padding: 6px 10px;
  color: #888;
  font-size: 1.4em
}


#confirmModalContent {
  padding: 20px;
}

.confirm-order-container .request-details-box,
.confirm-order-container .quote-details-box {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #fafafa;
}

.confirm-order-container .detail-grid div {
  margin-bottom: 8px;
}

.confirm-header-section h2 {
  margin-bottom: 15px;
  font-size: 1.4em;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.placeOrder.loading {
  pointer-events: none;       
  opacity: 0.7;               
  position: relative;
}

.placeOrder.loading::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}
