.main_domain_result {
    width: 47%;
    display: flex;
    text-align: center;
    justify-content: space-between;
    background: rgba(61, 224, 131, 0.09);
    padding: 10px;
    border-radius: 6px;
    margin: 0 auto;
    margin-top: 25px;
}

.full_main_domain span.domain {
    margin: 0 5px;
    font-weight: 700;
}

.full_main_domain {
    color: var(--e-global-color-primary);
}

.main_domain_result.err div {
    color: red;
}

.main_domain_result.err {
    background: #ff000024;
}

.main_domain_result.err button {
    color: red;
}

.main_domain_result div {
    display: flex;
    align-content: center;
    align-items: center;
}

.domain-selection {
    border-radius: 10px;
}

.domain-option {
    display: block;
    cursor: pointer;
}

.top_sec h3 {
    padding: 0 0 10px 0;
    font-weight: 500;
}

.domain-selection .domain-option input {
    width: auto;
    margin-left: 8px;
}

.domain-box {
    display: none;
    text-align: center;
}

.domain-box.active {
    display: block;
    margin-top: 45px;
}

.domain-box .row {
    display: flex;
    gap: 10px;
}

.book_field_box input,
.book_field_box select {
    padding: 10px;
    flex: 1;
}

.domain-box p {
    color: vaR(--e-global-color-primary);
    padding: 10px 0 0 0;
    font-size: 15px;

}

.domain-box button {
    cursor: pointer;
    background: no-repeat;
    color: var(--e-global-color-primary);
    border: 1px solid;
}

label.domain-option {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
    margin: 10px 0px;
}

.compelect_domain_box {
    display: flex;
    justify-content: center;
    gap: 25px;
}


.book_field_box {
    display: flex;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
    width: 35%;
}

.book_field_box input[type="text"] {
    background: #1b2627;
    border: none;
    text-align: left;
    color: white;
}

.book_field_box span {
    background: #475151;
    padding: 8.5px;
}

.book_field_box input:focus {
    outline: none;
}

.top_sec {
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #393939;
}

.domain-selection input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    background: #ccc;
    border: 4px solid #ccc;
    cursor: pointer;
    position: relative;
}

.domain-selection input[type="radio"]:checked {
    background: #ccc;
    border-color: #28a745;
    border-radius: 3px;
}

.service_structure {
    background: #0f3027;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.accept_domain_roles {
    background: #0f3027;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    color: var(--e-global-color-primary);
}


label.domain-option span {
    color: var(--e-global-color-primary);
    margin: 0 5px;
    font-size: 10px;
}

label.domain-option input {
    margin-right: 20px;
}

.info-box .value {
    background: gray;
    padding: 5px 10px;
    border-radius: 5px;
}

/* comment */


.step-form-main-section {
    display: block;
    background: #101c1c;
    padding: 20px;
    border-radius: 10px;
}

.step-form {
    display: block;
    background: #101c1c;
    padding: 20px;
    border-radius: 10px;
}

.container {
    max-width: 95%;
    margin: 0 auto;
}

.steps-nav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    position: relative;
}

.steps-nav::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: #303030;
}

.steps-progress {
    position: absolute;
    top: 50%;
    right: 0;
    height: 2px;
    background: var(--e-global-color-primary);
    width: 50%;
    transition: width 0.3s ease;
    z-index: 0;
}

.step-item {
    text-align: center;
    z-index: 1;
    background: #101c1c;
    border-radius: 10px;
    padding: 30px;
    width: 15%;
}


.step-item span {
    width: 36px;
    height: 36px;
    display: inline-block;
    line-height: 36px;
    border-radius: 10px;
    background: var(--e-global-color-primary);
    color: #333;
    font-weight: bold;
    position: relative;
}


.step-item.active span {
    background: #fff;
    color: black;
}

.step-item.completed span {
    background: var(--e-global-color-primary);
    color: transparent;
}

.step-item.completed span::before {
    font-family: 'FontAwesome';
    content: "\f00c";
    color: #fff;
    font-size: 18px;
    position: absolute;
    inset: 0;
    line-height: 36px;
}

.step-item p {
    font-size: 18px;
    padding-top: 5px;
}

.step-form {
    display: none;
}

.step-form.active {
    display: block;
}

.step-item.active p {
    color: black;
}


.buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

button {
    padding: 10px 25px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.next {
    background: #4CAF50;
    color: #fff;
}

.prev {
    background: #999;
    color: #fff;
}

.submit {
    background: #2196F3;
    color: #fff;
}

.error {
    color: red;
    font-size: 13px;
}

.step-item.active {
    background: var(--e-global-color-primary);
}

.service_structure a {
    background: var(--e-global-color-primary);
    color: black;
    padding: 10px 15px;
    border-radius: 10px;
}

.checkout_time select {
    background: #cccccc;
    border: none;
    padding: 5px;
    border-radius: 5px;
}

.checkout_time {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
}

.service_structure {
    justify-content: space-between;
}

form.step-form h4 {
    padding: 20px 0 10px 0;
}


.info-item {
    padding: 15px 0px;
    border-radius: 10px;
    font-size: 14px;
}

.info-item span {
    opacity: 0.7;
    margin-left: 6px;
}

.pricing_table table {
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
}

.pricing_table {
    display: flex;
    justify-content: center;
}

.domain-table thead {
    background: #0a2b22;
}

select.price-select {
    background: #444e4e;
    color: white;
    border-radius: 10px;
    border: navajowhite;
    padding: 11px 10px;
}

.table-box {
    background: linear-gradient(135deg, #0e3b30, #0a2a22);
    border-radius: 16px;
    overflow: hidden;
}

table {
    width: 100%;
    border-collapse: collapse;
}

thead {
    background: rgba(255, 255, 255, 0.05);
}

th, td {
    padding: 18px;
    text-align: center;
}

th {
    font-weight: 600;
    opacity: 0.8;
}

tbody tr {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

tbody tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.03);
}

.total-row {
    font-weight: 600;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.06);
}

.price-negative {
    color: #ff6b6b;
}

.price-positive {
    color: #4cd137;
}

.info-box {
    display: flex;
    flex-wrap: wrap;
}

.info-item {
    width: 50%;
}

@media (max-width: 767px) {
    .step-form-main-section {
        padding: 0;
    }

    .accept_domain_roles {
        padding: 10px;
        text-align: right;
    }

    .compelect_domain_box {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        gap: 10px;
    }

    .book_field_box {
        width: 100%;
    }

    .main_domain_result {
        width: 100%;
    }

    .domain-box p {
        text-align: right;
    }

    .domain-box button {
        width: 100%;
    }

    .domain-selection input[type="radio"] {
        min-width: 25px;
        margin-right: 0;
    }

    .service_structure {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .checkout_time {
        flex-wrap: wrap;
    }

    .info-item {
        width: 100%;
    }

    .info-box {
        display: block;
    }

    th, td {
        padding: 15px 0;
        font-size: 14px;
    }

    select.price-select {
        width: 60%;
    }

    .full_main_domain.err {
        display: block;
        text-align: right;
    }

    td:last-child {
        padding-left: 10px;
    }

    td:first-child {
        width: 80%;
        overflow-x: scroll;
        display: inline-block;
        margin-right: 10px;
    }
}


.hpl-domain-search-wrapper .domain_tabs {
    display: flex;
    width: 100%;
    padding-bottom: 15px;
    gap: 15px;
    border-bottom: 1px solid #353535;
    margin-bottom: 15px;
}

.hpl-domain-search-wrapper .domain_tab_btn {
    width: 50%;
    padding: 10px;
    cursor: pointer;
    background: #04251C;
    text-align: center;
    color: var(--e-global-color-text);
}

.hpl-domain-search-wrapper .domain_tab_btn.active {
    background: var(--e-global-color-accent);
    color: black;
}

.hpl-domain-search-wrapper .bulk_textarea {
    width: 100%;
    min-height: 120px;
    padding: 10px;
    margin-bottom: 10px;
}

.hpl-domain-search-wrapper .hpl_tab_content {
    display: none;
}

.compelect_domain_box.hpl_tab_content.target-bulk.active_content {
    display: block;
}

.hpl-domain-search-wrapper .hpl_tab_content.active_content {
    display: flex;
    flex-wrap: wrap;
}

.hpl-domain-search-wrapper .small_description {
    width: 100%;
    margin: 0 0 10px 0;
}

.hpl-domain-search-wrapper .bulk_textarea {
    width: 100%;
    min-height: 120px;
    padding: 10px;
    background: #1b2627;
    margin-bottom: 10px;
    border: none;
    border-radius: 10px;
    text-align: left;
    color: var(--e-global-color-text);
}

.hpl-domain-search-wrapper .bulk_textarea:focus {
    outline: none;
}

.action_btn {
    background: none;
    color: var(--e-global-color-primary);
    border: 1px solid;
}
button.register-btn {
    background: var(--e-global-color-primary);
}