

.table-responsive .woocommerce-order-details  {
    position: unset !important;
}

.innerBoxPanelLight   {
    position: unset !important;
}


.table-responsive .woocommerce-order-details div {
    font-family: serif!important;
    font-size: 18px!important;
}

.wc-info {
    display: none;
}

.woocommerce-OrderUpdate-meta{
    display: none !important;
}


.note_content .wc-info {
    display: block;
}

.d-spoiler button {
    
    background: #8035be;
    padding: 4px 11px 4px 11px;
    color: #eee;
    font-size: 11px;
    cursor: pointer;
}

.delivery-info {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Segoe UI', Tahoma, sans-serif;
    font-size: 14px;
    margin: 20px 0;
    direction: rtl;
    background-color: #1f2937;
    color: #f9fafb;
    border-radius: 8px;
    overflow: hidden;
    table-layout: auto;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.delivery-info thead {
    background-color: #111827;
    color: #ffffff;
}

.delivery-info th,
.delivery-info td {
    padding: 12px 16px;
    border: 1px solid #374151;
    text-align: center;
    vertical-align: middle;
    word-break: break-word;
}

.delivery-info tbody tr:nth-child(even) {
    background-color: #27303f;
}

.delivery-info td:only-child {
    text-align: center;
    font-weight: bold;
    background-color: #374151;
    color: #facc15;
    border-radius: 4px;
    padding: 14px 20px;
    font-size: 15px;
    width: 100%;
    display: table-cell;
}

@media (max-width: 768px) {
    .delivery-info,
    .delivery-info thead,
    .delivery-info tbody,
    .delivery-info th,
    .delivery-info td,
    .delivery-info tr {
        display: block;
        width: 100%;
    }

    .delivery-info tr {
        margin-bottom: 15px;
        border: 1px solid #374151;
        border-radius: 6px;
        background-color: #1f2937;
        overflow: hidden;
        padding: 10px;
    }

    .delivery-info td {
        position: relative;
        border: none;
        border-bottom: 1px solid #4b5563;
    }

    .delivery-info td::before {
        content: attr(data-label);
        position: absolute;
        left: 16px;
        top: 12px;
        font-weight: bold;
        color: #9ca3af;
        white-space: nowrap;
    }

    .delivery-info td:only-child {
        padding: 16px;
        text-align: center;
        background-color: #374151;
        color: #facc15;
        font-size: 15px;
        display: block;
        width: 100%;
    }
}

.delivery-info tbody tr.active {
    background-color: #61816a !important;
    color: #ffffff;
}

.circle-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.circle-container {
  position: relative;
  margin: 20px auto;
  width: 60px;
  height: 60px;
  direction: ltr;
}

.circle-progress {
  transform: rotate(-90deg);
}

.bg {
  fill: none;
  stroke: #2e3440;
  stroke-width: 6;
}

.fg {
  fill: none;
  stroke: #ffffff;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-dasharray: 169.56;
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.circle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}

.recovery-code{
    font-weight: bold;
}