.step {
    display: none;
}

.step.active {
    display: block;
}

#externalorder-user-form input[type=number]::-webkit-inner-spin-button,
#externalorder-user-form input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#externalorder-user-form input[type=number] {
    -moz-appearance: textfield;
}

#externalorder-user-form textarea {
    height: 50px !important;
    min-height: 50px !important;
    resize: none !important;
}

#externalorder-user-form .btn-danger,
.swal2-actions .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

#externalorder-user-form .btn-danger:hover,
.swal2-actions .btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b22836;
}

#externalorder-user-form .btn-primary,
.swal2-actions .btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

#externalorder-user-form .btn-primary:hover,
.swal2-actions .btn-primary:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

#externalorder-user-form .btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

#externalorder-user-form .btn-warning:hover {
    color: #000;
    background-color: #e0a800;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

#externalorder-user-form .btn-success,
.swal2-actions .btn-success {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

#externalorder-user-form .btn-success:hover,
.swal2-actions .btn-success:hover {
    color: #fff;
    background-color: #157347;
    border-color: #146c43;
}

.swal2-title {
    font-size: 18px !important;
}

.select2-container .select2-selection--single {
    height: 40px;
    line-height: 36px;
}

.select2-container .select2-selection--multiple {
    height: 60px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-top: 7px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-top: 10px;
}

.was-validated .custom-select:invalid+.select2 .select2-selection {
    border: 2px solid #dc3545 !important
}

.was-validated .custom-select:valid+.select2 .select2-selection {
    border: 2px solid #198754 !important;
}

.toggle-group .btn {
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    border-width: 2px;
    min-width: 120px;
    margin: 0 !important;
}

.toggle-group .btn-check:checked+.btn {
    background-color: var(--bs-primary);
    color: white;
    border-color: var(--bs-primary);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 0 !important;
}

.toggle-group {
    border: 2px solid var(--bs-primary);
    border-radius: 10px;
    overflow: hidden;
}

.transport-type-preview {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.transport-type-label {
    font-size: 16px;
    font-weight: bold;
    color: #495057;
}

.transport-type-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.transport-type {
    font-size: 18px;
    font-weight: 600;
    color: #495057;
    padding: 8px 15px;
    border-radius: 25px;
    text-transform: capitalize;
}

.transport-type.air {
    background-color: #00aaff;
    color: white;
}

.transport-type.ground {
    background-color: #28a745;
    color: white;
}

.is_proforma_invoice_request-preview {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.is_proforma_invoice_request-label {
    font-size: 16px;
    font-weight: bold;
    color: #495057;
}

.is_proforma_invoice_request-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.is_proforma_invoice_request {
    font-size: 18px;
    font-weight: 600;
    color: #495057;
    padding: 8px 15px;
    border-radius: 25px;
    text-transform: capitalize;
}

.is_proforma_invoice_request.yes {
    background-color: #00aaff;
    color: white;
}

.is_proforma_invoice_request.no {
    background-color: #28a745;
    color: white;
}

.order-items-container {
    background-color: #f9f9f9;
    border-radius: 12px;
    border: 2px solid #28a745;
    padding: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.order-items-container h5 {
    font-size: 1.5rem;
    color: #28a745;
    font-weight: 600;
    margin-bottom: 20px;
}

.order-items-container p {
    font-size: 1rem;
    color: #333;
    margin-bottom: 20px;
}

.order-items-container .table {
    font-size: 1rem;
    color: #555;
    border-radius: 10px;
    overflow: hidden;
}

.order-items-container .table th {
    background-color: #e8f9e8;
    color: #333;
    text-align: center;
    padding: 10px;
}

.order-items-container .table td {
    text-align: center;
    padding: 12px 10px;
    border-top: 1px solid #ddd;
}

.order-items-container .table tbody tr:hover {
    background-color: #f1f1f1;
    transition: background-color 0.3s ease-in-out;
}

.order-items-container .table-bordered {
    border-color: #ddd;
}

.order-items-container .table-striped tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.order-items-container .table-striped tbody tr:nth-of-type(even) {
    background-color: #ffffff;
}

@media (max-width: 767px) {
    .order-items-container {
        padding: 20px;
    }

    .order-items-container .table {
        font-size: 0.9rem;
    }

    .order-items-container .table th,
    .order-items-container .table td {
        padding: 8px;
    }
}

.address-info-container {
    background-color: #f9f9f9;
    border-radius: 10px;
    border: 1px solid #d1e7fd;
    padding: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.address-info-container h5 {
    font-size: 1.5rem;
    color: #007bff;
    font-weight: 600;
    margin-bottom: 20px;
}

.address-info {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.address-info p {
    font-size: 1rem;
    margin-bottom: 10px;
    line-height: 1.6;
}

.address-info strong {
    color: #333;
    font-weight: 500;
}

.address-info span {
    color: #555;
    font-weight: 400;
}

.address-info .row {
    margin-bottom: 15px;
}

.address-info .row .col-md-6 {
    padding: 0 15px;
}

.address-info .row p {
    font-size: 1rem;
}

@media (max-width: 767px) {
    .address-info-container {
        padding: 20px;
    }

    .address-info {
        padding: 15px;
    }
}