.ocrc_content,
.ocrc_content > * {
    z-index: 111;
    position: relative;
}
.ocrc_min_max,
.ocrc_result {
    justify-content: space-between;
    display: flex;
}
.irs-single,
.ocrc_column p,
.ocrc_column > *,
.total_likes_input,
.total_likes_input input,
.total_likes_input p,
p.ocrc_subtitle,
p.ocrc_title {
    text-align: center;
}
.total_likes_input input {
    background: #fff;
    border-radius: 5px;
    padding: 0;
    font-size: 14px;
}
.total_likes_input {
    max-width: 33%;
    margin: 0 auto;
}
#ocrc {
    margin: 50px 0;
}
.ocrc_content {
    padding: 50px 45px 40px;
    background-color: #000;
    border-radius: 10px;
}
p.ocrc_title {
    font-weight: 500;
    font-size: 35px;
    line-height: 35px;
    color: #fff;
    margin-bottom: 17px;
}
.ocrc_column p,
p.ocrc_subtitle {
    font-size: 18px;
    line-height: 18px;
}
p.ocrc_subtitle {
    color: #fff;
    margin-bottom: 55px;
}
p.ocrc_slide_title,
p.ocrc_value {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    margin-bottom: 21px;
}
p.ocrc_slide_title.slide_title_margin {
    line-height: 18px;
    margin-bottom: 0;
}
.ocrc_row.conv_rate_row,
.ocrc_row.cource_price_row {
    margin-bottom: 50px;
}
.vce-single .entry-content p.ocrc_slide_title:last-child {
    margin-bottom: 10px;
}
.ocrc_row {
    margin-bottom: 30px;
}
.ocrc_slide_area {
    margin-bottom: 100px;
    position: relative;
}
.ocrc_slide_area:before {
    content: "";
    background-image: url(https://influencermarketinghub.com/wp-content/plugins/IMH-tools/tools/tiktok_slide_calc/<?=$p_dir;?>/tt_logo.svg);
    width: 60px;
    height: 70px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    right: 0;
    top: -70px;
}
.ocrc_column {
    width: 55%;
    position: relative;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    padding: 30px;
}
.ocrc_column:first-child {
    width: 43%;
}
.irs-line {
    background: #f3f3f3;
    border: 1px solid #333;
    box-sizing: border-box;
    border-radius: 50px;
}
.irs-slider.single {
    background: #fff;
    border: 4px solid #333;
    box-sizing: border-box;
    border-radius: 50%;
    width: 31px;
    height: 31px;
    top: 15px;
}
.irs-bar {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    left: 0 !important;
    border-left: 1px solid;
    border-radius: 50px 0 0 50px;
    background: #25f4ee;
}
.lpvm_row .irs-bar {
    background: #b2eedf;
}
.irs-single {
    font-size: 20px;
    line-height: 20px;
    color: #fff;
    background: unset;
    padding: 0;
    top: unset;
    bottom: -40px;
}
.irs-single:after {
    display: none;
}
.ocrc_min_max {
    width: 100%;
    margin-top: 10px;
}
.irs-max,
.irs-min {
    font-size: 15px;
    line-height: 15px;
    color: #fff;
    bottom: -30px;
    top: unset;
    background-color: unset;
}
.ocrc_max,
p.ocrc_value {
    margin-right: -10px;
}
.ocrc_column > * {
    margin: 0;
}
.ocrc_column p {
    color: #fff;
}
.ocrc_column p.tt_ee_pp,
.ocrc_column p.tt_er {
    font-weight: 700;
    font-size: 35px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    margin-top: 25px;
}
.ocrc_result {
    margin-bottom: 0;
}
.column_slider_tt {
    width: 49%;
}
.tt_slide_calc_columns {
    display: flex;
    justify-content: space-between;
}
.tt_slide_calc_columns input {
    background: #fff;
    border-radius: 5px;
}
.koji_area {
    margin: 20px 0 0;
    text-align: center;
    display: none;
}
.koji_area a {
    background-color: #ef3c75;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    min-width: 250px;
    display: block;
    width: fit-content;
    margin: auto;
}
@media screen and (max-width: 1210px) {
    .ocrc_column p {
        font-size: 16px;
        line-height: 16px;
    }
    .ocrc_result {
        margin-bottom: 0;
    }
    .ocrc_column h4 {
        font-size: 32px;
    }
    .irs-single {
        bottom: -35px;
    }
    .total_likes_input {
        max-width: 50%;
    }
    .ocrc_slide_area {
        margin-bottom: 80px;
    }
    p.ocrc_title {
        font-size: 30px;
        line-height: 30px;
    }
    p.ocrc_subtitle {
        margin-bottom: 40px;
        font-size: 16px;
        line-height: 16px;
    }
}
@media screen and (max-width: 650px) {
    .koji_area,
    .koji_area a,
    .total_likes_input {
        max-width: 100%;
    }
    .irs-max,
    .irs-min {
        font-size: 14px;
    }
    .ocrc_content {
        padding: 30px 50px;
    }
    .ocrc_result,
    .tt_slide_calc_columns {
        flex-direction: column;
        align-items: center;
    }
    .ocrc_column:first-of-type {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    p.ocrc_slide_title,
    p.ocrc_value {
        margin-bottom: 0;
        font-size: 16px !important;
    }
    .total_likes_input p,
    p.ocrc_title {
        margin-bottom: 20px;
    }
    .column_slider_tt,
    .ocrc_column,
    .ocrc_column:first-child {
        width: 100%;
    }
    .column_slider_tt {
        margin-bottom: 30px;
    }
    p.ocrc_title {
        font-size: 28px;
        line-height: 36px;
    }
    .tt_slide_calc_columns {
        margin-bottom: 0;
    }
    .koji_area {
        margin: 10px 0 0;
    }
    .koji_area a {
        width: 100%;
        text-align: center;
        height: 50px;
    }
}
@media screen and (max-width: 460px) {
    .ocrc_content {
        padding: 20px 30px;
    }
}
