.pricing-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

/* Toggle Switch */
.switch {
    position: relative;
    display: inline-block;
    width: 58px;
    height: 30px;
	margin-bottom:0px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked+.slider {
    background-color: #a559ff;
}

input:checked+.slider:before {
    transform: translateX(26px);
}

.pricing-card {
    border: 1px solid #eee;
    padding: 0px;
    transition: all 0.3s ease-in-out;
    border-radius: 6px !important;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.feature-list li {
    margin-bottom: 12px;
    font-size: 14px;
}

.checkmark-icon {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: rgba(165, 89, 255, 0.1);
    border-radius: 50%;
    position: relative;
    display: inline-block;
    text-align: center;
}

/* 
.checkmark-icon::before {
    content: '✔';
    color: #a559ff;
    margin-right: 0;
    font-weight: bold;
} */
.checkmark-icon svg {
    width: 16px;
    height: 16px;
    fill: #a559ff;
    vertical-align: middle;
}


.btn-outline-primary {
    border-color: #a559ff;
    color: #a559ff;
}

.btn-outline-primary:hover {
    background-color: #a559ff;
    color: #fff;
}

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

.btn-primary:hover {
    background-color: #8d3ff0;
    border-color: #8d3ff0;
}




.btn-rounded {
    border-radius: 10em;
}

.btn-order {
    border: 2px solid #aaa;
}

#texts-config {
    margin-top: 80px;
}

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    z-index: 9999;
}

.ribbon::after {
    position: absolute;
    z-index: 9999;
    content: '';
    display: block;
    border: 5px solid #2dc76b;
}

.ribbon::before {
    position: absolute;
    z-index: 9999;
    content: '';
    display: block;
    border: 5px solid #2dc76b;
}

.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #2dc76b;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    font: 700 18px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center;
}

.ribbon-top-right {
    top: -5px;
    right: -10px;
}

.ribbon-top-right::before,
.ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
}

.ribbon-top-right::before {
    top: 5px;
    left: -5px;
}

.ribbon-top-right::after {
    bottom: 0;
    right: 0;
}

.ribbon-top-right span {
    left: -25px;
    top: 40px;
    transform: rotate(45deg);
}

.overflow-wrap-normal {
    overflow-wrap: normal !important;
}

.orderpage .cart-carousel:before,
.orderpage .cart-carousel:after {
    position: absolute;
    top: 0;
    bottom: 0;
    content: '';
    height: 100%;
    width: 30px;
    z-index: 1;
}

.orderpage .cart-carousel:before {
    left: 0;
    background: linear-gradient(to right, #fff 0, #fff 60%, rgba(255, 255, 255, 0) 100%);
}

.orderpage .cart-carousel:after {
    right: 0;
    background: linear-gradient(to left, #fff 0, #fff 60%, rgba(255, 255, 255, 0) 100%);
}

.orderpage .card {
    position: relative;
    border-radius: 1em;
}

.orderpage .card .card-wave {
    transform: rotate(-4deg);
    width: 398px;
    left: -15px;
    top: -32px;
    height: 179px;
    overflow: hidden;
    position: absolute;
}

.orderpage .card .card-top {
    z-index: 2;
}

.orderpage .card .price,
.orderpage .card .card-title {
    font-size: 24px;
    padding-bottom: 10px;
    font-weight: 900 !important;
    color: #000000 !important;
}

.feature-list li span {
    color: #000000 !important;
}

h2.price.text-dark {
    display: flex;
    align-items: center;
}

.card-price-month .fs-5 {
    color: #666666;
    font-size: 16px;
    line-height: 24px;
}

.orderpage .card .btn {
    font-size: 16px;
    padding: 0.8rem 1rem !important;
    background-color: #ffffff;
       border: 2px solid #007AEB;
    color: #007AEB;
}

.orderpage .card .btn:hover {
    background-color: #007AEB;
    border-color: #007AEB;
    color: #ffffff;
}

.orderpage .card .card-price .card-price-month {
    font-size: 14px;
    margin-top: 5px;
    font-weight: 300;
}

.orderpage .step-box {
    font-size: 16px;
    font-weight: normal;
    position: relative;
}

.orderpage .step-box.step-box-arrow {
    border-right: 1px solid #ebecf0 !important;
}

.orderpage .step-box.border-bottom {
    border-bottom-width: 0px !important;
}

.orderpage .step-box.step-box-arrow:after {
    position: absolute;
    top: 27px;
    content: '';
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-right: 1px solid #0000001A;
    border-bottom: 1px solid #0000001A;
    font-size: 13px;
    font-weight: normal;
    right: -11px;
    transform: rotate(-45deg);
}

.orderpage .step-box.success:hover {
    opacity: .6;
}

.orderpage .step-boxes {
    padding: 0;
    display: inline-block;
    overflow: hidden;
    border-radius: 1em;
    background: #ffffff;
}


#updater .table-borders {
    border: 0;
}

#updater .table-radius {
    border-radius: 0;
}

@keyframes loadingC {
    0% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(0, -6px);
    }

    50% {
        transform: translate(0, -0);
    }

    75% {
        transform: translate(0, 4px);
    }

    100% {
        transform: translate(0, 0);
    }
}

.cart_preloader {
    width: 100%;
    text-align: center;
}

.cart_preloader .cart_preloader_line {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 30%;
}

.cart_preloader .cart_preloader_line:nth-last-child(1) {
    animation: loadingC .8s .1s linear infinite;
}

.cart_preloader .cart_preloader_line:nth-last-child(2) {
    animation: loadingC .8s .2s linear infinite;
}

.cart_preloader .cart_preloader_line:nth-last-child(3) {
    animation: loadingC .8s .3s linear infinite;
}

table.table.px-0 tbody td {
    padding-left: 0;
    padding-right: 0;
}

.section-account-header .section-title {
    width: 100%;
    text-align: center;
}

.section-account-header .section-title h1 {
    font-size: 48px;
    line-height: 54px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 0rem !important;
}

.pricing-toggle .small-title {
    color: #9f9f9f;
}

.pricing-toggle .text-primary {
    color: #a559ff !important;
}

@media (max-width: 768px) {
    .orderpage .carousel-inner .carousel-item>div {
        display: none;
    }

    .orderpage .carousel-inner .carousel-item>div:first-child {
        display: block;
    }

    .orderpage .card .card-wave {
        width: 700px;
    }
}

@media (max-width: 1128px) {
    .orderpage .card .card-wave {
        width: 800px;
    }
}

.orderpage .carousel-inner .carousel-item.active,
.orderpage .carousel-inner .carousel-item-next,
.orderpage .carousel-inner .carousel-item-prev {
    display: flex;
}

@media (min-width: 768px) {

    .orderpage .carousel-inner .carousel-item-right.active,
    .orderpage .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .orderpage .carousel-inner .carousel-item-left.active,
    .orderpage .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.orderpage .carousel-inner .carousel-item-right,
.orderpage .carousel-inner .carousel-item-left {
    transform: translateX(0);
}


.orderpage .active .result-button {
    display: none;
}

.orderpage .result-incart {
    display: none;
}

.orderpage .active .result-incart,
.orderpage .active .result-cart {
    display: inline-block;
}

.orderpage .domain-search-results .result-group {
    overflow: hidden;
}

@media (max-width: 480px) {
    .orderpage .domain-search {
        width: auto;
        padding: 50px 0;
        margin: 0 30px;
    }

    .orderpage .domain-input button {
        font-size: 0;
        margin-left: 10px;
    }

    .orderpage .domain-input button::before {
        content: "\f105";
        font: 16px/30px FontAwesome;
        vertical-align: middle;
    }

    .orderpage .result-sld.mid {
        display: none;
    }

    .orderpage .result-sld.min {
        display: inline;
    }

    .orderpage .spotlight-product {
        width: 100%;
        margin: 0 20px 20px;
    }

    .orderpage .price-period {
        font-size: 0;
    }
}

@media (max-width: 979px) {

    .orderpage .domain-search {
        width: auto;
        margin: 0 30px;
    }

    .orderpage .domain-input button {
        padding: 6px 20px;
    }

    .orderpage .result-row {
        margin: 10px 10px
    }

    .orderpage .result-button,
    .orderpage .result-data,
    .orderpage .result-data>div,
    .orderpage .result-button a,
    .orderpage .result-hostname,
    .orderpage .result-price {
        width: 100%;
        margin: 0;
        border-radius: 0;
        text-align: center;
        float: none;
        display: block;
    }

    .orderpage .result-data {
        min-height: 52px;
    }

    .orderpage .result-button a {
        font-size: 16px;
        border-radius: 4px 4px 0 0;
    }

    .orderpage .result-data .result-price {
        border-radius: 0 0 4px 4px;
    }

    .orderpage .result-sld.mid {
        display: inline;
    }
}

.orderpage .result-row.active .result-button {
    display: none;
}

.orderpage .result-incart {
    display: none;
}

.orderpage .result-row.active .result-incart,
.orderpage .result-row.active .result-cart {
    display: inline-block;
}

.orderpage .result-row.active .result-price {
    display: none;
}

.orderpage .product_description ul {
    margin-top: 20px;
}

@media (max-width: 768px) {
    .domain-search {
        margin: 0 !important;
    }

    .mobile-domian-firendly {
        padding: 10px !important;
    }

    .wizard-header-icons .material-icons {
        display: none !important;
    }

    .orderpage .step-box.step-box-arrow:after {
        display: none !important;
    }

    .orderpage .step-boxes {
        flex-direction: column !important;
    }

    .orderpage .step-boxes a {
        width: 100% !important;
    }

    .wizard-order-summary-domain {
        flex-direction: unset !important;
        width: 100% !important;
    }
}

/* New Design CSS Start */

.orderpage .step-box.active {
    background: #007AEB;
    color: #ffffff !important;
}

.orderpage .step-box.active.step-box-arrow:after {
    background: #077eec;
}

.orderpage .step-box.step-box-arrow:after {
       top: 6px;
    content: '';
    width: 44px;
    height: 44px;
    right: -24px;
}

.orderpage .order-summary-box,
.orderpage .card.domeinen {
    border: 1px solid #01142C40 !important;
    box-shadow: 0px 4px 4px 0px #01142C26 !important;
    border-radius: 15px;
}
.orderpage .step-box.py-4 {
    padding-bottom: 1rem !important;
     padding-top: 1rem !important;
}
.orderpage .card.domeinen h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: #000000;
}

.orderpage .card.domeinen .domain-option p {
    color: #868686;
}

.orderpage .card.domeinen .domein-bottom {
    padding: 20px;
    background: #f7f7f7;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.orderpage .card.domeinen .domein-bottom p {
    color: #999999;
    margin-bottom: 0px;
}

.orderpage .card.domeinen .domein-bottom a {
    color: #007AEB;
}

.orderpage .order-summary-box h3 {
    color: #000000;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}
.orderpage .order-summary-box table tbody td {
   color: #000000;
}
.orderpage .order-summary-box .btn {
    border: 1px solid #007AEB;
    background: #007AEB;
    color: #ffffff;
}
.orderpage .order-summary-box .btn:hover {
    background: #2a82d4;
     border: 1px solid #2a82d4;
}

.orderpage .domain-search .input-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}
.orderpage .domain-search textarea.form-control {
    padding-left: 2.4rem;
}
.orderpage .result-more,
.orderpage .data-search-results{
    background: #f7f7f7;
}
.orderpage .result-row-details .btn {
  padding: 0.6rem 1rem !important;   
}

.orderpage .result-incart .result-cart {
    background: #00BB00;
    border-color: #00BB00;
    color: #ffffff;
}
.orderpage .badge.badge-warning {
    background-color: #113C64;
    color: #ffffff;
}

.body-content, .footer-content {
    background: #F4FAFF;
}

.orderpage .form-check .form-check-label {
    display: inline;
    margin-left: 5px;
}

span.offer{
	background-color: rgba(165, 89, 255, 0.1);
    padding: 0.4rem 1rem;
    border-radius: 40px;
    color: #a559ff !important;
}