#content_container .content-wrap {
    box-sizing: border-box;
    padding: 18px 12px;
    display: flex;
    flex-direction: column;
    width: auto;
}

.content-wrap .pronostici-content {
    margin: 0 !important;
    padding: 0 !important;
}

.content-wrap .pronostici-sidebar {
    padding: 0 !important;
    margin-right: 0;
}

/* content */
.title_content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 30px !important;
}

.title_content h1 {
    margin-bottom: 55px!important;
    font-size: 20px!important;
    font-weight: 700;
    line-height: normal;
    position: relative;
    padding: 0 !important;
}

.title_content h1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 2px;
    width: 24px;
    border-radius: 8px;
    background: #FF7300;
}

.subscribtion-info {
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    padding: 12px;
}

.subscribtion-info .tipster-info {
    display: flex;
    gap: 12px;
    flex-direction: column;
    align-items: center;
}

.subscribtion-info .text-col {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.subscribtion-info .tipster-info .img-block {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
}

.subscribtion-info .tipster-info .img-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.subscribtion-info .tipster-info .title {
    display: block;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
}

.subscribtion-info .tipster-info p {
    padding: 0;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

.tipster-social-link {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: flex-start;
}

.tipster-social-link li {
    border-radius: 4px;
    border: 1px solid #DDD;
    background: #FFF;
    height: 42px;
    width: 42px;
}

.tipster-social-link li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.tipster-social-link li img {
    width: 16px;
    height: 16px;
}

.title_content .graphic_content {
    margin-top: 0;
    border: none;
}

.title_content .author-result-block {
    margin: 0;
}

.tipster-card {
    box-sizing: border-box;
    background: #fff;
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
    margin-top: 12px;
}

.tipster-card::before {
    content: "";
    background: #FF7300;
    height: 5px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.tipster-text {
    padding: 12px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.28px;
    text-align: center;
    color: #21232E;
}

.tipster-card h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 8px;
}

.tipster-btn-wrap {
    padding: 12px;
    border-radius: 0 0 4px 4px;
    border: 2px solid #FFF;
    background: #FFF1E5;
    text-align: center;
}

.tipster-btn-wrap .btn-orange {
    border-radius: 4px;
    border: 1px solid #FF7300;
    background: #FF7300;
    height: 40px;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: #FFF;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 34px;
    opacity: 1;
    transition: opacity .3s linear;
}

.tipster-btn-wrap .btn-orange:hover {
    opacity: .8;
}

.tipster-card p {
    padding: 0;
    text-align: center;
}

.forecasts-wrap h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    padding: 0 0 8px;
    border-bottom: 1px solid #E3E6FA;
    margin: 0 0 12px;
}

.graphic-wrap {
    border-radius: 6px;
    background: #fff;
    padding: 12px;
}

#jqxChart1 {
    width: auto;
    margin-bottom: 0;
    overflow: hidden;
    height: 440px;
    min-width: 500px;
}

#jqxChart1 td {
    padding: 0;
}

#jqxChart1 #tdLeft {
    display: none;
}

#jqxChart1 .jqx-chart-axis-text {
    font-size: 10px;
    fill: #50556C;
}

#jqxChart1 line {
    stroke: #E3E6FA;
}

#div_stat_container {
    width: auto;
    overflow: hidden;
    font-size: 12px;
    color: #21232E;
    min-width: 500px;
}

table tr th,
table tr td {
    border: none !important;
}

#div_stat_container tbody tr {
    border-top: 1px solid #E3E6FA;
}

#div_stat_container thead tr td,
#div_stat_container tbody tr td {
    padding: 6px;
}

#div_stat_container tbody tr td:first-child {
    text-align: left;
}

#div_stat_container tbody tr td:not(:first-child) {
    font-weight: 700;
}

.scroll-container {
    white-space: nowrap;
    overflow-x: auto;
    width: 100%;
}

.chart-legend {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 24px 0;
    text-align: left;
    font-size: 12px;
    color: #21232E;
    background: #fff;
}

.chart-legend__marker {
    flex: 0 0 auto;
    width: 12px;
    height: 12px;
    margin-right: 8px;
    border-radius: 2px;
    background: #2F9CD4;
}

.chart-title {
    padding: 0 0 12px;
    margin: 0 0 24px;
    font-size: 16px;
    font-weight: 700;
    color: #21232E;
    text-align: center;
    border-bottom: 1px solid #E3E6FA;
}

/* sidebar */
.pronostici-selected {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.pronostici-selected h6 {
    border-bottom: 1px solid #E3E6FA;
    font-size: 16px !important;
    font-weight: 400;
    letter-spacing: 0.64px;
    color: #21232E;
    margin: 0;
    padding: 0 0 4px;
}

.pronostici-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pronostici-selected a {
    text-decoration: none;
}

.pronostici-selected a:hover {
    text-decoration: underline;
}

.pronostici-list li a {
    color: #222;
    font-size: 12px;
    letter-spacing: 0.48px;
    display: flex;
    gap: 8px;
    line-height: normal;
}

.pronostici-list li:not(:last-child) {
    margin: 0 0 8px;
}

.pronostici-list li img {
    width: 50px;
    height: 50px;
    border-radius: 2px;
    object-fit: cover;
    margin-top: 3px;
}

.pronostici-list li span {
    display: block;
    color: #747BAC;
    letter-spacing: normal;
}

.go-to-pronostici {
    border-top: 1px solid #E3E6FA;
    padding: 12px 0;
}

.go-to-pronostici a {
    color: #FF7300;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    position: relative;
    padding-right: 14px;
}

.go-to-pronostici a::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='6' viewBox='0 0 4 6' fill='none'%3E%3Cpath d='M0.0003 0.63386L0 5.29896C0 5.97396 0.3905 6.13566 0.8677 5.65846L2.8691 3.65716L2.9943 3.53206C3.3054 3.22096 3.3054 2.71176 2.9943 2.40066L2.8692 2.27556L0.8681 0.27426C0.3909 -0.20304 0.0004 -0.0411404 0.0003 0.63386Z' fill='%23FF7300'/%3E%3C/svg%3E");
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: 6px;
    width: 4px;
}

@media screen and (min-width:768px){
    #content_container .content-wrap {
        padding: 18px;
        gap: 36px;
    }

    .title_content {
        margin-bottom: 36px !important;
    }

    .title_content h1 {
        margin-bottom: 50px!important;
        font-size: 24px!important;
        line-height: 32px;
    }

    .subscribtion-info .tipster-info {
        gap: 24px;
        flex-direction: row;
        align-items: flex-start;
    }

    .subscribtion-info .tipster-info p {
        text-align: left;
    }

    .subscribtion-info .text-col {
        align-items: flex-start;
    }

    .subscribtion-info .tipster-info .img-block {
        width: 84px;
        height: 84px;
    }

    .subscribtion-info .tipster-info .title {
        text-align: left;
    }
    .tipster-social-link li img{
        width: 22px;
        height: 22px;
    }
}

@media screen and (min-width:1024px){
    #content_container .content-wrap {
        flex-direction: row;
        box-sizing: initial;
        flex-wrap: nowrap;
    }

    .content-wrap .pronostici-content {
        width: calc(100% - 255px - 36px);
    }

    .content-wrap .pronostici-sidebar {
        width: 255px !important;
    }
}
