.selling-step-wrapper {
    background-color: var(--ced-black-color)
}

.custom-tabs {
    padding-left: 0;
    border-bottom: 0;
}

.custom-tabs .nav-link {
    color: var(--ced-white-color);
    border: 1px solid transparent;
    text-align: left;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1);
}

.custom-tabs .nav-link:hover {
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.custom-tabs .nav-link.active {
    font-family: var(--ced-montserrat-sb);
    border: 1px solid var(--ced-black-color);
    background: linear-gradient(258deg,
            rgba(65, 59, 188, 0.3) 1.21%,
            rgba(102, 237, 120, 0.4) 95.11%);
    color: var(--ced-white-color);
}

.custom-tabs .nav-link.active:hover {
    border: 1px solid var(--ced-black-color);
}

.custom.nav-tabs {
    border-radius: 50px;
    border: 1px solid rgba(142, 142, 142, 1);
    background-image: linear-gradient(103deg,
            rgba(255, 255, 255, 0.3) 1.21%,
            rgba(255, 255, 255, 0.1) 95.11%);
}

.custom.nav-tabs .nav-link {
    font-family: var(--ced-montserrat-m);
    color: var(--ced-white-color);
    border-radius: 30px;
    border: 1px solid transparent;
    transition: all 0.4s;
}

.custom-tabs .nav-item {
    list-style: none;
}

.custom.nav-tabs .nav-link.active {
    font-family: var(--ced-montserrat-sb);
    color: var(--ced-grey-60);
    background-color: var(--ced-white-color) !important;
}

.custom.nav-tabs .nav-link:hover {
    background-color: rgba(71, 71, 71, 0.7);
}

.tab-inner-block::before,
.tab-inner-block::after {
    content: "";
    position: absolute;
    right: 10px;
    z-index: 2;
}

.tab-inner-block::before {
    background-image: linear-gradient(180deg,
            rgba(10, 10, 10, 1) 61%,
            rgb(0 0 0 / 0%) 100%);
}

.tab-inner-block::after {
    background-image: linear-gradient(358deg,
            rgba(10, 10, 10, 1) 61%,
            rgb(0 0 0 / 0%) 100%);
}

.right-card::-webkit-scrollbar {
    width: 6px;
}

.right-card::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.558);
    border-radius: 20px;
    background-color: var(--ced-grey-60);
}

.right-card::-webkit-scrollbar-thumb {
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 2px rgba(255, 255, 255, 0.558);
    background-color: var(--ced-subheading-color);
}

.left-card .title {
    font-family: var(--ced-montserrat-r);
}

.count-number {
    text-align: center;
    border-radius: 30px;
    color: var(--ced-white-color);
    font-family: var(--ced-montserrat-m);
    background-image: linear-gradient(282deg,
            rgba(33, 33, 33, 1) 27.14%,
            rgba(69, 69, 69, 1) 76.42%);
}

.selling-app-head {
    width: calc(100% - 60px);
}

.integration-app-para {
    color: var(--ced-white-color);
    line-height: 26px;
    font-size: 15px;
}

.easy-selling-card {
    z-index: 1;
}

.easy-selling-card:last-child {
    margin-bottom: 0;
}

.easy-selling-card::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    border-left: 2px dashed var(--ced-white-color);
    z-index: -1;
    opacity: 0.6;
}

.easy-selling-card:last-child::after {
    border: 0;
}

.right-card {
    overflow-y: auto;

    scrollbar-width: auto;
    scrollbar-color: var(--ced-grey-60) var(--ced-black-color);
}

.tab-inner-block::before,
.tab-inner-block::after {
    content: "";
    position: absolute;
    right: 40px;
    z-index: 2;
}

@media screen and (min-width: 1400px) {
    .left-card .title {
        max-width: 80%;
    }

    .right-card {
        height: 490px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
    .right-card {
        height: 525px;
    }
}

@media screen and (min-width: 1200px) {
    .custom.nav-tabs {
        max-width: 450px;
    }

    .selling-step-wrapper {
        padding: 50px 60px;
    }

    .right-card {
        padding: 40px;
    }

    .left-card .title {
        font-size: 40px;
        line-height: 50px;
    }

    .left-card {
        width: 45%;
    }

    .custom.nav-tabs {
        padding: 10px;
    }

    .selling-app-head {
        font-size: 17px;
    }

    .tab-inner-block::before {
        top: -50px;
        height: 110px;
    }

    .tab-inner-block::after {
        bottom: -50px;
        height: 110px;
    }

    .custom-tabs .nav-link {
        font-size: 20px;
        line-height: 36px;
        padding: 25px 20px;
        border-radius: 15px;
    }

    .count-number {
        font-size: 18px;
    }
}

@media screen and (max-width: 1199px) {
    .custom.nav-tabs {
        padding: 8px;
    }
}

@media screen and (min-width: 992px) {
    .selling-step-wrapper {
        border-radius: 30px;
    }

    .custom-tabs .nav-link {
        margin: 20px 0;
    }

    .right-card {
        width: 50%;
    }

    .tab-inner-block::before,
    .tab-inner-block::after {
        width: 50%;
    }
}

@media screen and (max-width: 991px) {
    .custom-tabs .nav-item {
        width: 50%;
        align-items: stretch;
        display: flex;
    }

    .tab-inner-block::before,
    .tab-inner-block::after {
        width: 96%;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .left-card .title {
        font-size: 36px;
        line-height: 46px;
    }

    .left-card {
        width: 48%;
    }

    .custom.nav-tabs .nav-link {
        padding: 8px 0px;
    }

    .custom.nav-tabs {
        max-width: 395px;
    }

    .tab-inner-block::before {
        top: -30px;
        height: 70px;
    }

    .tab-inner-block::after {
        bottom: -30px;
        height: 70px;
    }

    .right-card {
        padding: 30px 35px;
    }

    .custom-tabs .nav-link {
        font-size: 18px;
        line-height: 34px;
        padding: 20px;
        border-radius: 14px;
        width: 400px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .selling-step-wrapper {
        padding: 40px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .left-card .title {
        font-size: 28px;
        line-height: 40px;
    }

    .custom.nav-tabs {
        max-width: 430px;
    }

    .selling-step-wrapper {
        border-radius: 24px;
    }

    .custom-tabs .nav-link {
        padding: 18px 14px;
        border-radius: 14px;
    }

    .right-card {
        height: 445px;
    }

    .tab-inner-block::before {
        top: 210px;
        height: 50px;
    }

    .tab-inner-block::after {
        bottom: -30px;
        height: 80px;
    }
}

@media screen and (max-width: 767px) {
    .selling-step-wrapper {
        padding: 35px;
        border-radius: 20px;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .left-card .title {
        font-size: 26px;
        line-height: 36px;
    }

    .custom.nav-tabs {
        max-width: 400px;
    }

    .custom-tabs .nav-link {
        font-size: 15px;
        line-height: 25px;
        padding: 15px 20px;
    }

    .right-card {
        height: 455px;
        margin-top: 50px;
    }

    .tab-inner-block::before {
        top: 250px;
        height: 65px;
    }

    .tab-inner-block::after {
        bottom: -30px;
        height: 80px;
    }
}

@media screen and (max-width: 767px) {
    .custom.nav-tabs .nav-link {
        font-size: 15px;
    }

    .custom-tabs .nav-link {
        border-radius: 12px;
    }
}

@media screen and (min-width: 576px) {
    .count-number {
        width: 42px;
        height: 42px;
        line-height: 44px;
    }

    .selling-app-head {
        line-height: 26px;
    }

    .easy-selling-card::after {
        left: 20px;
        top: 40px;
    }

    .easy-selling-card {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 575px) {

    .custom.nav-tabs {
        right: 0;
        left: 15px;
        width: calc(100% - 30px) !important;
    }

    .left-card .title {
        font-size: 22px;
        line-height: 32px;
    }

    .custom.nav-tabs .nav-link {
        padding: 10px;
    }

    .right-card {
        padding: 0px 0 10px;
        margin-top: 50px;
        height: 450px;
    }

    .tab-inner-block::after {
        bottom: -10px;
        height: 50px;
    }

    .selling-app-head {
        font-size: 15px;
        line-height: 24px;
    }

    .count-number {
        width: 34px;
        height: 34px;
        line-height: 35px;
        font-size: 15px;
    }

    .easy-selling-card::after {
        left: 16px;
        top: 35px;
    }

    .easy-selling-card {
        margin-bottom: 24px;
    }

    .custom-tabs .nav-link {
        line-height: 22px;
        padding: 15px;
        font-size: 15px;
    }
}