.billing_usage_style {
    background: #fff;
    padding: 0px 20px;
}

.billing_usage_style_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 30px;
}

.billing_usage_top {
    text-align: center;
    max-width: 500px;
    margin: 50px auto 50px;
}

@media (max-width: 1200px) {
    .billing_usage_top {
        margin: 30px auto 30px;
    }
}

@media (max-height: 850px) {
    .billing_usage_top {
        margin: 30px auto 30px;
    }
}

.billing_usage_top img {
    height: 45px;
    width: auto;
    margin-bottom: 35px;
}

@media (max-width: 1200px) {
    .billing_usage_top img {
        height: 40px;
        margin-bottom: 25px;
    }
}

@media (max-height: 850px) {
    .billing_usage_top {
        margin: 30px auto 30px;
    }
}

.billing_usage_top h1 {
    font-family: "Wix Madefor Display", sans-serif;
    color: #000624;
    font-weight: 700;
    font-size: 56px;
    line-height: 56px;
    letter-spacing: 0%;
    text-align: center;
    margin-bottom: 16px;
}

.billing_usage_top .title-container {
    position: relative;
}

.billing_usage_top .startup-icon {
    position: absolute;
    top: -34px;
    right: -58px;
    width: 50px;
    margin-bottom: 0px;
}

.billing_usage_top .lines-bg {
    position: absolute;
    top: 22px;
    height: 227px;
    right: -45px;
    width: 715px;
}

@media (max-width: 700px) {
    .billing_usage_top .lines-bg,
    .billing_usage_top .startup-icon {
        display: none;
    }
}

@media (max-width: 1200px) {
    .billing_usage_top h1 {
        font-size: 32px;
        line-height: 32px;
    }
}

@media (max-height: 850px) {
    .billing_usage_top h1 {
        font-size: 32px;
        line-height: 32px;
    }
}
    
.billing_usage_top p {
    font-family: "Wix Madefor Text", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #333853;
    margin-bottom: 48px;
    position: relative;
    z-index: 1;
}

.billing_usage_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #E4E7EC;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 24px 84px 0px #116DFF12;
}

@media (max-width: 1200px) {
    .billing_usage_content {
        flex-direction: column;
    }
}

.billing_usage_content_left {
    padding: 32px 28px;
    background: #116DFF;
    width: 480px;
    max-width: 480px;
    min-width: 480px;
    height: -webkit-fill-available;
    z-index: 1;
}

@media (max-width: 1200px) {
    .billing_usage_content_left {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
}

.billing_usage_content_left .title {
    font-family: "Wix Madefor Display", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #fff;
    margin-bottom: 16px;
}

.billing_usage_content_left .price  {
    font-family: "Wix Madefor Display", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #fff;
    margin-bottom: 16px;
}

.billing_usage_content_left .description  {
    font-family: "Wix Madefor Text", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    margin-bottom: 16px;
    color: #fff;
}

.billing_usage_content_left .subs_button {
    background: #fff;
    padding: 13px 16px;
    border-radius: 38px;
    border: none;
    font-style: Bold;
    width: 100%;
    height: 45px;
}

@media (max-width: 1200px) {
    .billing_usage_content_left .subs_button {
        display: flex;
        justify-content: center;
        width: 50%;
        margin: auto;
    }
}

@media (max-width: 550px) {
    .billing_usage_content_left .subs_button {
        width: 100%;
    }
}

@media (max-width: 390px) {
    .billing_usage_content_left .subs_button a {
        font-size: 14px;
    }
}

.billing_usage_content_left .subs_button a {
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    font-family: "Wix Madefor Display", sans-serif;
    font-weight: 700;
    color: rgba(51, 56, 83, 1);
}

.billing_usage_content_left .subs_button:hover {
    opacity: 0.8;
}

.billing_usage_content_right {
    width: 100%;
    z-index: 1;
    background: #fff;
}

.billing_usage_content_right_top {
    padding: 24px 32px;
    border-bottom: 1px solid #E4E7EC;
}

.billing_usage_content_right_top .top_content {
    display: flex;
    gap: 28px;
    justify-content: center;
    flex-direction: row;
    background: #D6E6FE;
    padding: 8px 16px;
    border-radius: 8px;
}

@media (max-width: 700px) {
    .billing_usage_content_right_top .top_content {
        flex-direction: column;
        gap: 10px;
    }
}

.billing_usage_content_right_top .top_content .top_content_item {
    display: flex;
    padding: 8px 6px;
    align-items: center;
    gap: 9px;
}

.billing_usage_content_right_top .top_content span {
    font-family: "Wix Madefor Display", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #116DFF;
}

.billing_usage_content_right_top .top_content .top_content_item img {
    width: 22px;
    height: 22px;
}

.billing_usage_content_right_bottom {
    padding: 24px 32px;
}

.billing_usage_content_right_bottom-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

@media (max-width: 700px) {
    .billing_usage_content_right_bottom-inner {
        grid-template-columns: repeat(1, 1fr);
    }
}

.billing_usage_content_right_bottom .bottom_content_item {
    padding: 16px 18px;
    border: 1px solid #E4E7EC;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.billing_usage_content_right_bottom .bottom_content_item span {
    font-family: "Wix Madefor Display", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #000624;
}

.billing_usage_bottom {
    margin-top: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.billing_usage_bottom .top {
    display: flex;
    flex-direction: row;
    font-family: "Wix Madefor Display", sans-serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 8px;
    gap: 10px;
}

@media (max-width: 700px) {
    .billing_usage_bottom .top {
        font-size: 18px;
    }
}

.billing_usage_bottom .top div:first-child {
   color: #116DFF;
}

.billing_usage_bottom .description {
    font-family: "Wix Madefor Text", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #000624;
    margin-bottom: 16px;
    text-align: center;
}

@media (max-width: 700px) {
    .billing_usage_bottom .description {
        font-size: 14px;
    }
}

.billing_usage_bottom button {
    padding: 12,5px 16px;
    border-radius: 38px;
    color: #fff;
    background: #116DFF;
    font-family: "Wix Madefor Display", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    transition: 0.5s;
    border: none;
    height: 45px;
}

.billing_usage_bottom .button_link {
    padding: 0px;
    border-radius: 38px;
}

.billing_usage_bottom .button_link:hover {
    opacity: 0.8;
}

.billing_usage_bottom button a {
    padding: 0px;
    font-family: "Wix Madefor Display", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #fff !important;

}

/* .billing_usage_bottom button:hover {
    opacity: 0.8;
} */

.billing_usage_bottom .subscription-hero__button {
    background: #116DFF !important;
    border: none;
}

.billing_usage_bottom .subscription-hero__button:hover {
    border: none;
    color: #fff;
}   

.custom-range {
    position: relative;
    margin: 10px auto 50px;
    font-family: sans-serif;
}

.range-labels {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #fff;
    margin-bottom: 4px;
}

input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.3);
    outline: none;
    position: relative;
    background-image: linear-gradient(to right, #fff 0%, #fff 0%, transparent 0%);
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    border: 2px solid #fff;
    position: relative;
    z-index: 2;
}

.tooltip_range_billing_container {
    position: absolute;
    bottom: -37px;
    transition: left 0.2s;
}

.tooltip_range_billing_arrow {
    position: absolute;
    bottom: 21px;
    background: #fff;
    left: 50%;
    border-radius: 2px;
    transform: translateX(-50%) rotate(225deg);
    width: 11px;
    height: 11px;
    background: #fff;
}

.tooltip_range_billing {
    position: relative;
    background: #fff;
    color: #212B36;
    padding: 4px 8px;
    font-size: 12px;
    border-radius: 8px;
    white-space: nowrap;
    transform: translateX(-50%);
    pointer-events: none;
    transition: left 0.2s;
    opacity: 1;
    font-family: "Wix Madefor Display", sans-serif;
    font-weight: 700;
}

.custom-range .range-steps-new {
position: absolute;
top: 77%;
left: 0;
right: 0;
height: 6px;
transform: translateY(-50%);
pointer-events: none;
z-index: 1;
}
.custom-range .range-tick {
position: absolute;
top: 64%;
width: 2px;
height: 6px;
background: #fff;
transform: translate(-50%, -50%);
border-radius: 1px;
opacity: 0.9;
}

.custom-range .range-tick:first-child {
    opacity: 0;
}
.custom-range .range-tick:last-child {
    opacity: 0;
}