.cart-summary table.table tbody tr,
.cart-summary table.table tbody td
{
  white-space: normal;
}

.table-curved tbody>tr>td.price-col {
  vertical-align: bottom;
  text-align: right;
}

.totals-box {
  margin-top: 20px;
}

.totals-box table {
  margin-bottom: 20px;
  text-align: right;
  border: none;
}

.totals-box table>tbody>tr>td {
  border: none;
}

.whois {
    background: rgba(0, 0, 0, 0.05);
    background-repeat: no-repeat;
    background-position: 110% -70px;
    background-image: url(../images/globe.svg);
    padding: 25px;
}

.whois div.checkbox label {
  padding-right: 5px;
}

.whois div.tlds, div.search {
  margin: 0 auto;
  text-align: center;
  display: block;
}

.whois div.tlds {
  margin-bottom: 0;
}

.whois .show_more {
	margin-left: 5px;
}

/* Begin for order pages */

.card-steps {
    padding: 10px;
	background: var(--light);
}

.card-steps i {
	opacity: 0.3;
}

.card-steps p {
	opacity: 0.7;
}

.card-steps a.active:before {
    content: "\f138";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    margin-right: 5px;
    color: var(--success);
}

/* Bootstrap 5 Wizard Stepper Styles */
.bs-stepper .bs-stepper-header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.bs-stepper .step {
    display: flex;
    align-items: center;
}

.bs-stepper .step-trigger {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    text-decoration: none;
    color: #697a8d;
    transition: all 0.2s;
}

.bs-stepper .step-trigger:hover {
    background-color: rgba(105, 122, 141, 0.04);
    border-radius: 0.5rem;
}

.bs-stepper .step.active .step-trigger {
    color: #696cff;
}

.bs-stepper .bs-stepper-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: rgba(105, 122, 141, 0.12);
    color: #697a8d;
    font-size: 1.125rem;
    flex-shrink: 0;
    transition: all 0.2s;
}

.bs-stepper .step.active .bs-stepper-circle {
    background-color: #696cff;
    color: #fff;
    box-shadow: 0 2px 4px 0 rgba(105, 108, 255, 0.4);
}

.bs-stepper .bs-stepper-label {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.bs-stepper .bs-stepper-title {
    font-weight: 600;
    font-size: 0.9375rem;
    line-height: 1.2;
}

.bs-stepper .bs-stepper-subtitle {
    font-size: 0.75rem;
    color: #a1acb8;
    margin-top: 0.125rem;
}

.bs-stepper .line {
    display: flex;
    align-items: center;
    color: #d9dee3;
    font-size: 1.25rem;
    margin: 0 0.5rem;
}

/* Responsive */
@media (max-width: 767.98px) {
    .bs-stepper .bs-stepper-header {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .bs-stepper .line {
        transform: rotate(90deg);
        margin: 0.5rem 0;
    }
    
    .bs-stepper .step {
        width: 100%;
    }
    
    .bs-stepper .step-trigger {
        width: 100%;
    }
}

/* Wizard Icons Stepper Styles */
.wizard-icons .wizard-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1rem !important;
}

.wizard-icons .step {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.wizard-icons .step-trigger {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: #697a8d;
    transition: all 0.2s;
    padding: 0.5rem;
    border-radius: 0.5rem;
}

.wizard-icons .step-trigger:hover {
    background-color: rgba(105, 122, 141, 0.04);
}

.wizard-icons .step.active .step-trigger {
    color: #696cff;
}

.wizard-icons .step-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.2s;
}

.wizard-icons .step-label {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.wizard-icons .step-title {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.2;
}

.wizard-icons .step-subtitle {
    font-size: 0.75rem;
    color: #a1acb8;
    margin-top: 0.125rem;
}

.wizard-icons .separator {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin: 0 0.5rem;
}

.wizard-icons .separator i {
    font-size: 1.5rem;
}

/* Responsive - Tablet */
@media (max-width: 991.98px) and (min-width: 576px) {
    .wizard-icons .wizard-header {
        flex-direction: column;
        align-items: stretch !important;
        padding: 1.5rem !important;
        max-inline-size: 100%;
    }
    
    .wizard-icons .step {
        width: 100%;
    }
    
    .wizard-icons .step-trigger {
        width: 100%;
        padding: 0.75rem;
    }
    
    .wizard-icons .separator {
        transform: rotate(90deg);
        margin: 0.5rem auto;
        align-self: center;
    }
    
    .wizard-icons .separator i {
        font-size: 1.25rem;
    }
}

/* Responsive - Mobile (2 columns grid) */
@media (max-width: 575.98px) {
    .wizard-icons .wizard-header {
        padding: 1rem !important;
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        grid-template-rows: auto auto auto !important;
        gap: 0.75rem !important;
        max-inline-size: 100% !important;
        flex-wrap: wrap !important;
    }
    
    .wizard-icons .step {
        width: 100% !important;
        display: flex !important;
    }
    
    .wizard-icons .step:nth-child(1) {
        grid-column: 1 !important;
        grid-row: 1 !important;
    }
    
    .wizard-icons .step:nth-child(3) {
        grid-column: 2 !important;
        grid-row: 1 !important;
    }
    
    .wizard-icons .step:nth-child(5) {
        grid-column: 1 !important;
        grid-row: 2 !important;
    }
    
    .wizard-icons .step:nth-child(7) {
        grid-column: 2 !important;
        grid-row: 2 !important;
    }
    
    .wizard-icons .separator {
        display: none !important;
    }
    
    .wizard-icons .step-trigger {
        padding: 0.5rem !important;
        gap: 0.375rem !important;
        flex-direction: column !important;
        text-align: center !important;
        width: 100% !important;
    }
    
    .wizard-icons .step-circle {
        width: 32px !important;
        height: 32px !important;
        font-size: 0.875rem !important;
        margin: 0 auto 0.25rem !important;
    }
    
    .wizard-icons .step-label {
        text-align: center !important;
    }
    
    .wizard-icons .step-title {
        font-size: 0.75rem !important;
    }
    
    .wizard-icons .step-subtitle {
        font-size: 0.625rem !important;
    }
}

/* Package List Styles */
.list-group-item {
    transition: all 0.2s;
}

.list-group-item:hover {
    background-color: rgba(105, 108, 255, 0.02);
}

.list-group-item .d-flex {
    width: 100%;
    max-width: 100%;
}

.list-group-item .flex-grow-1 {
    width: 100%;
    min-width: 0;
}

.list-group-item .row {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.pkg-description {
    font-size: 0.875rem;
    line-height: 1.5;
}

/* Summary Card Styles */
.card.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.card.border-0 {
    border: none !important;
}

/* Button Styles */
.btn.waves-effect {
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
}

.btn.waves-effect:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.btn-primary {
    background-color: #696cff;
    border-color: #696cff;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #5f61e6;
    border-color: #5f61e6;
}

.btn-label-primary {
    color: #696cff;
    background-color: rgba(105, 108, 255, 0.12);
    border-color: transparent;
}

.btn-label-primary:hover {
    color: #fff;
    background-color: #696cff;
    border-color: #696cff;
}

.table>tbody>tr.sub-item>td {
  border-top: none;
}

#login_box #login_message .alert {
	margin-top: 10px;
}
.pass-reset {
    padding-top: 5px;
    font-size: 12px;
    font-style: italic;
}

/* End for order pages */

.dropdown-toggle::after {
	margin-left: 0.5em !important;
}