/* Job-Packages Styling */
.job-packages {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -15px;
    padding: 20px 0;
}

.job-packages .form-packages {
    display: flex!important;
    flex-direction: row!important;
    justify-content: flex-start!important;
    width: 100%;
}

.job-packages .package {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 25px;
    margin: 15px;
    width: calc(33.333% - 30px);
    box-sizing: border-box;
    text-align: center;   
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}



.package-header {
    margin-bottom: 0px;
}

.package-title {
    font-size: 1.5em;
    color: #333;
    margin: 0 0 10px 0;
}

.package-price {
    font-size: 2em;
    color: #035266;
    margin: 0;
}

.package-details p {
    font-size: 1em;
    color: #666;
    margin: 10px 0;
}

.package-action button {
    background-color: #035266;
    color: #fff;
    border: none;
    padding: 12px 20px;
    margin-top: 20px;
    cursor: pointer;
    font-size: 1em;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.package-action button:hover {
    background-color: #005177;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .job-packages .package {
        width: calc(50% - 30px);
    }
}

@media (max-width: 768px) {
    .job-packages .package {
        width: calc(100% - 30px);
    }
}

/* Optional: Highlighting Recommended Packages */
.package.recommended {
    border: 2px solid #ff9800;
}

.package.recommended .badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #ff9800;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.9em;
    font-weight: bold;
}

/* Optional: Adding Icons */
.package-title::before {
    content: '\f0e7'; /* Beispiel Font Awesome Icon Code */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 10px;
    color: #035266;
}


/* Responsive Styles */
@media (max-width: 768px) {
    .job-packages .package,
    .user-packages .package {
        width: calc(50% - 20px);
    }
}

@media (max-width: 480px) {
    .job-packages .package,
    .user-packages .package {
        width: 100%;
        margin: 10px 0;
    }
}


/* assets/style.css */

.status-active {
    color: green;
    font-weight: bold;
}

.status-warning {
    color: orange;
    font-weight: bold;
}

.status-completed {
    color: red;
    font-weight: bold;
}

.status-pending {
    color: gray;
    font-weight: bold;
}

.user-orders table, .wrap .wp-list-table {
    width: 100%;
    border-collapse: collapse;
}

.user-orders th, .user-orders td, .wp-list-table th, .wp-list-table td {
    border: 1px solid #ddd;
    padding: 8px;
}

.user-orders th, .wp-list-table th {
    background-color: #f4f4f4;
    text-align: left;
}

.manage-portal-button {
    background-color: #6772e5;
    color: #fff;
    padding: 6px 12px;
    text-decoration: none;
    border-radius: 4px;
}

.manage-portal-button:hover {
    background-color: #5469d4;
}

.user-orders .manage-portal-button {
    display: inline-block;
    margin-bottom: 15px;
    background-color: #6772e5;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 4px;
}

.user-orders .manage-portal-button:hover {
    background-color: #5469d4;
}

/* Success-Seite Styling */
.custom-voxel-success {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 20px;
    background-color: #f9f9f9;
}

.success-container {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 40px;
    max-width: 600px;
    width: 100%;
    text-align: center;
}

.success-icon {
    font-size: 60px;
    color: #4CAF50; /* Grünes Checkmark */
    margin-bottom: 20px;
}

.success-container h1 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #333333;
}

.success-container p {
    font-size: 16px;
    color: #666666;
    margin-bottom: 30px;
}

.order-details {
    text-align: left;
    margin-bottom: 30px;
}

.order-details h2 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #333333;
}

.order-details ul {
    list-style: none;
    padding: 0;
}

.order-details li {
    font-size: 16px;
    margin-bottom: 10px;
    color: #555555;
}

.order-details li strong {
    color: #333333;
}

.actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.actions .button {
    background-color: #035266;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.actions .button:hover {
    background-color: #005177;
}

/* Responsive Design */
@media (max-width: 600px) {
    .success-container {
        padding: 20px;
    }

    .success-container h1 {
        font-size: 24px;
    }

    .success-icon {
        font-size: 50px;
    }

    .actions .button {
        width: 100%;
        text-align: center;
    }
}

.success-icon {
    font-size: 60px;
    color: #4CAF50; /* Grünes Checkmark */
    margin-bottom: 20px;
}

.success-icon i {
    color: #4CAF50;
    animation: bounce 2s infinite;
}

/* Einfaches Bounce-Animation */
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

.package-quantity {
    width: 60px;
    text-align: center;
    border: 0px;
   
}


.quantity-wrapper {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quantity-wrapper button {
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #f0f0f0;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    border-radius: 4px;
}

.package-uvp {
text-decoration: line-through;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.pagination {
    float: inline-end;
}

.status-scheduled {
    color: blue; /* Wählen Sie eine passende Farbe */
    font-weight: bold;
}