@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Sarala:wght@400;700&display=swap');
.single-purchase-tip-btn {
    height: 30px;
    padding: 0 14px;
    background: #FFC107;
    border-radius: 50px;
    
    
    font-weight: 500;
    font-size: 14px;
    color: rgba(9, 11, 58, 0.7);
    border: 1px solid rgba(9, 11, 58, 0.7);
}
button.single-purchase-tip-btn.purchased {
    opacity: 0.4;
}
.single-purchase-tip-btn:hover {
    background: transparent;
}
button.subscribe-btn {
    height: 30px;
    border: 1px solid rgba(9, 11, 58, 0.7);
    border-radius: 50px;
    padding: 0 14px;
    
    
    font-weight: 500;
    font-size: 14px;
    color: rgba(9, 11, 58, 0.7);
    background: transparent;
}
button.subscribe-btn.subscribed {
    opacity: .4;
}
button.subscribe-btn:hover {
    background: #FFC107;
}

.price-n-action {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    flex: 0%;
}

.price-n-action span.woocommerce-Price-amount.amount {
    
    
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: rgba(9, 11, 58, 0.7);
}


.single-tip .bottom-part {
    background: #FFFFFF;
    border: 1px solid rgb(82 84 117 / 22%);
    box-shadow: 0px 10px 24.3px 1px rgb(0 0 0 / 5%);
    border-radius: 8px;
    display: flex
;
    align-items: center;
    padding: 15px 0;
    overflow: hidden;
}

.thoughts .thoughts-btn {
    width: 35px;
    height: 35px;
    background: #14A757;
    border-radius: 25px;
    border: none;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.thoughts .thoughts-btn:hover {
    background: #0d9148;
    color: rgba(9, 11, 58, 0.7);
}

.events .team {
    
    
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: rgba(9, 11, 58, 0.7);
    position: relative;
    padding: 10px 0;
    padding-left: 20px;
    border-bottom: 1px solid #d9d9e1;
}
.events .team:after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    background: #14A757;
    transform: translateY(-50%);
    border-radius: 50%;
}
.events .team.team-b {
    border: none;
}   

.events .team.team-b:after {
    background: rgba(9, 11, 58, 0.7);
}

.events {
    display: flex;
    flex-direction: column;
    width: 260px;
}

span.sport-title, .market-name, .outcome-name, .outcome-price, .bookie-name {
    
    
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: rgba(9, 11, 58, 0.7);
}
span.kick-off {
    
    
    font-weight: 500;
    font-size: 13px;
    line-height: 14px;
    color: rgba(9, 11, 58, 0.46);
}
.sports-n-time {
    width: 250px;
    display: flex
;
    flex-direction: column;
    gap: 10px;
}
.market-name {
    width: 175px;
    text-align: left;
    display: inline-flex
;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
}
.outcome-name {
    width: 95px;
    text-align: center;
}
@media (min-width: 1200px) {
    .outcome-name {
        width: 260px;
    }
    .thoughts {
        display: flex;
        justify-content: center;
    }
}
@media (min-width:992px) and (max-width:1199px) {
    .outcome-name {
        flex: 1;
    }
}
@media (max-width: 992px) {
    /* .outcome-name {
        flex: 1;
    } */
    .thoughts {
        display: flex;
        justify-content: center;
    }
}
.outcome-price {
    width: 80px;
    text-align: right;
}
.bookie {
    width: 165px;
    display: flex
;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.thoughts {
    width: 80px;
}
.sing-box {
    position: relative;
    padding: 0 20px;
}
.sing-box:after {
    position: absolute;
    content: '';
    height: 3000px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    background: rgba(208, 208, 208, 0.4);
}
.sing-box:last-child:after {
    display: none;
}

a.tipster-name {
    background: #14a757;
    border-radius: 10px 10px 0px 10px;
    
    
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 4px 13px;
    display: inline-block;
    margin-bottom: 10px;
    border-left: 3px solid #0f0d46;
}
a.tipster-name:hover {
    color: white;
}
a.tipster-name.tipster-premium {
    background: linear-gradient(149deg, #d9731c 7.21%, #CBA32A 58.21%);
}
a.tipster-name img {
    margin-left: 2px;
    width: 17px;
    margin-top: -3px;
    border-radius: 50%;
    border: 1px dashed #fff;
}

span.tipster-text {
    
    
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: rgba(9, 11, 58, 0.7);
    margin-left: 5px;
}
span.tips-package.tips-premium {
    background-image: linear-gradient(101.14deg, #c76919 7.21%, #CBA32A 58.21%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    font-weight: 700;
}
span.tips-package.tips-free {
    color: #0d9148;
}
.single-tip {
    border-bottom: 1px dashed #14a757;
    padding: 20px 0;
}
.single-tip:first-child {
    padding-top: 0;
}
.single-tip:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.bookie-link a {
    display: inline-block;
    background: rgba(20, 167, 87, 0.2);
    border-radius: 5px;
    
    
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
    color: #14A757;
    padding: 3px 9px;
}

.bookie-link .url-unav {
    display: inline-block;
    background: rgba(200, 21, 21, 0.07);
    border-radius: 5px;
    
    
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
    color: #ab6203;
    padding: 3px 9px;
}
.no-thoughts-btn {
    width: 35px;
    height: 35px;
    border: 1px solid #954307;
    border-radius: 25px;
    color: #954307;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.premium-banner {
    width: 597px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
.premium-banner:after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 500px;
    background: #1E1E1E;
    
    z-index: -1;
}
.premium-banner .part-text {
    color: #e1e1e1;
    
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}
.premium-banner .part-icon img {
    width: 50px;
}

.next-cov {
    display: inline-block;
}
@media (max-width:991px) {
    .next-cov {
        padding-bottom: 12px;
        display: block;
    }
}

@media (max-width:485px) {
    .next-cov {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
}
h2.section-title {
    background: linear-gradient(90deg, rgba(9, 11, 58, 0.11) 0%, rgba(115, 115, 115, 0) 100%);
    
    
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    color: rgba(9, 11, 58, 0.7);
    display: inline-block;
    padding: 20px 30px;
    margin-bottom: 30px;
}

.market-namee {
    position: relative;
    padding: 0 0 4px 0;
}
.market-namee:after {
    position: absolute;
    content: '';
    left: 0;
    top: 100%;
    width: 100%;
    height: 1px;
    background: #14A757;
}

@media (max-width: 1399px) {
    .premium-banner {
        padding: 20px 30px;
    }
    .premium-banner .part-text {
        font-size: 15px;
    }
    .premium-banner .part-text br {
        display: none;
    }
    .premium-banner .part-icon img {
        width: 45px;
    }
    /* .price-n-action {
        flex: 0 0 132px;
    }
    .sing-box {
        padding: 0 10px;
    } */
}

@media (max-width: 1199px) {
    .bottom-part {
        overflow: visible;
    }
    .premium-banner:after {
        height: 100%;
    }
    .single-tip .bottom-part {
        flex-wrap: wrap;
        padding: 0;
    }
    .sing-box {
        padding: 10px 20px;
        /* z-index: 1; */
        position: relative;
        
    }
    .sing-box:after {
        /* z-index: -1; */
    }
    .events {
        width: auto;
        flex: 0 0 100%;
        background: #ffffff;
        z-index: 1;
        border-bottom: 1px dashed #14a757;
    }
    .price-n-action {
        flex-direction: row;
        background: white;
        padding: 14px !important;
        flex: 0 0 100%;
        justify-content: center;
        border-top: 1px dashed #14a757;
    }
    .bookie {
        width: auto;
        flex: 1;
        padding: 20px 20px;
    }
    .thoughts {
        display: flex;
        justify-content: center;
    }
    .premium-banner {
        width: auto;
        flex: 1;
    }
    .premium-banner .part-text br {
        display: inline;
    }
}

@media (max-width: 991px) {
    .bookie {
        flex: 0 0 100%;
        order: 1;
        background: white;
        border-top: 1px dashed #14a757;
        padding: 10px 20px;
        align-items: flex-start;
    }
    .price-n-action {
        order: 1;
        justify-content: start;
        padding: 20px !important;
    }
    .thoughts {
        order: 0;
        width: auto;
        flex: 1;
    }
    .bookie-name {
        padding-left: 9px;
    }
    .premium-banner .part-text {
        font-size: 14px;
    }
    .premium-banner .part-text br {
        display: none;
    }
    .premium-banner .part-text {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 767px) {
    .events .team {
        font-size: 14px;
    }
    .sports-n-time {
        flex: 0 0 100%;
        border-bottom: 1px dashed #44b97a;
        background: white;
        z-index: 1;
    }
    .events {
        padding: 0px 20px;
    }
}

@media (max-width: 479px) {
    .sing-box {
        width: auto;
        flex: 0 0 100%;
        align-items: flex-start;
        border-bottom: 1px dashed #44b97a;
        display: flex;
        justify-content: flex-start;
    }
    .bookie, .thoughts, .price-n-action {
        border-bottom: none;
    }
    .events .team {
        padding: 8px 0;
        padding-left: 15px;
    }
    span.tipster-text {
        display: block;
        font-size: 15px;
        margin-bottom: 10px;
    }
    span.tipster-name {
        font-size: 14px;
        margin-bottom: 6px;
    }
    .price-n-action {
        align-items: center;
    }
    .premium-banner {
        align-items: flex-start;
    }
}


/* table style */
.tipster-table-style {
    border-collapse: separate;
    border-spacing: 0 10px;
    margin-bottom: 0 !important;
}
.tipster-table-style thead {
    background: #ECECEC;
}
.tipster-table-style thead tr {
}
.tipster-table-style thead tr th {
    
    
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    text-transform: capitalize;
    color: rgba(9, 11, 58, 0.7);
    border: none;
    border-left: 1px solid #fff;
    padding: 19px 20px 20px;
}
.tipster-table-style thead tr th:first-child {
    border-left: none;
    border-radius: 10px 0 0 10px;
}
.tipster-table-style thead tr th:last-child {
    border-radius: 0 10px 10px 0;
}
.tipster-table-style tbody {}
.tipster-table-style tbody tr {
    background: #FFFFFF;
    box-shadow: 0px 10px 24.3px 1px rgb(0 0 0 / 7%);
    border-radius: 8px;
}
.tipster-table-style tbody tr td {
    border: none;
    border-left: 1px solid #CECECE;
    
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: rgba(9, 11, 58, 0.6);
    padding: 15px 20px;
    vertical-align: middle;
}

.tipster-table-style tbody tr td:first-child {
    border-left: none;
    border-radius: 10px 0 0 10px;
}
.tipster-table-style tbody tr td:last-child {
    border-radius: 0 10px 10px 0;
}
.tipster-table-style tbody tr td span.tipster-name {
    background: #0C964B;
    border-radius: 20px;
    padding: 5px 7px 5px 13px;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 0;
}

.tipster-table-style tbody tr td span.tipster-name a {
    color: #FFFFFF;
}

.tipster-table-style tbody tr td span.tipster-name img {
    margin-left: 2px;
    width: 17px;
    margin-top: -3px;
    border-radius: 50%;
    border: 1px dashed #fff;
}

.tipster-table-style tbody tr td .team {
    padding: 4px 0;
    display: flex
;
    justify-content: space-between;
}
.tipster-table-style tbody tr td .team span.score {
    border-radius: 50px;
    padding: 5px 7px;
    background: #FFC107;
    
    
    font-weight: 500;
    font-size: 14px;
    line-height: 11px;
    color: #1E1E1E;
    text-align: center;
    display: inline-block;
}

.tipster-table-style tbody tr td .kick-off-time {
    
    
    font-weight: 500;
    font-size: 13px;
    line-height: 14px;
    color: rgba(9, 11, 58, 0.6);
    border-top: 1px dashed rgb(12 150 75 / 60%);
    display: block;
    margin-top: 5px;
    padding-top: 8px;
}

.tipster-table-style tbody tr td span.win-badge {
    display: inline-block;
    background: #14A757;
    border-radius: 50px;
    
    
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 6px 20px;
}
.tipster-table-style tbody tr td span.lose-badge {
    display: inline-block;
    background: #BB1F1F;
    border-radius: 50px;
    
    
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 6px 20px;
}
.tipster-table-style tbody tr td span.other-badge {
    display: inline-block;
    background: #a0a0a0;
    border-radius: 50px;
    
    
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 6px 20px;
}
.tipster-table-style tbody tr td .outcome-price {
    width: auto;
    text-align: right;
    border-bottom: 1px solid #ffc107;
    padding-bottom: 4px;
    padding-top: 5px;
}

@media (max-width: 1399px) {
    .tipster-table-style tbody tr td {
        font-size: 14px;
        line-height: 18px;
        padding: 10px 10px;
    }
    .tipster-table-style tbody tr td span.lose-badge, .tipster-table-style tbody tr td span.win-badge, .tipster-table-style tbody tr td span.other-badge {
        padding: 4px 15px;
        font-size: 13px;
    }
    .tipster-table-style tbody tr td span.tipster-name {
        font-size: 14px;
    }
    .tipster-table-style tbody tr td .team span.score {
        font-size: 13px;
        line-height: 18px;
        padding: 0px 5px;
    }
    .tipster-table-style thead tr th {
        font-size: 14px;
        padding: 14px 10px 15px;
    }
}
@media (max-width: 1199px) {
    .tipster-table-style tbody tr {
        box-shadow: none;
    }
    .tipster-table-style tbody tr td {
        border-bottom: 1px solid rgb(84 89 95 / 20%);   
        border-top: 1px solid rgb(84 89 95 / 20%);   
    }
    .tipster-table-style tbody tr td:first-child {
        border-left: 1px solid rgb(84 89 95 / 20%);
    }
    .tipster-table-style tbody tr td:last-child {
        border-right: 1px solid rgb(84 89 95 / 20%);
    }
}
@media (max-width: 991px) {
    /* .tipster-table-style {
        width: 1035px !important;
    } */
}
@media (max-width: 575px) {
    .tipster-table-style tbody tr td span.tipster-name {
        font-size: 13px;
        padding: 2px 11px;
    }
}

/*-----------------------------*/

.single-tipster {
    background: #FFFFFF;
    border: 1px solid rgba(82, 84, 117, 0.22);
    box-shadow: 0px 4px 50px -10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    position: relative;
}
.single-tipster .tipster-ranking {
    background: #FFC107;
    border-radius: 50px;
    
    
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    color: #0F0D46;
    display: inline-block;
    padding: 4px 16px;
}
.single-tipster .pr-cov {
    display: flex
;
    align-items: center;
    gap: 10px;
    padding: 17px 0;
}
.single-tipster span.tipster-pr-img {
    width: 30px;
    border-radius: 50%;
    overflow: hidden;
}
.single-tipster .tipster-names {
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    display: block;
    color: #0F0D46;
    text-transform: capitalize;
    /* padding: 20px 0; */
}
.single-tipster .tipster-names a {
    color: #0F0D46;
}
.single-tipster .stats-body {

}
.single-tipster .stats-body ul.list-group {

}
.single-tipster .stats-body ul.list-group li.list-group-item {
    padding: 0;
    border: none;
    border-bottom: 1px dashed rgb(15 13 70 / 30%);
    
    
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #0F0D46;
    border-radius: 0;
}
.single-tipster .stats-body ul.list-group li.list-group-item:first-child {
    border-top: 1px dashed rgb(15 13 70 / 30%);
}
.single-tipster .stats-body ul.list-group li.list-group-item span.descr-li {
    display: inline-block;
    width: 49.9%;
    padding: 12px 0;
    border-right: 1px solid rgba(15, 13, 70, 0.1);
    margin-right: 15px;
}
.single-tipster .stats-body ul.list-group li.list-group-item span.sin-ov-stats:nth-child(2) {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
}
.single-tipster .stats-body ul.list-group li.list-group-item span.sin-ov-stats {
    padding-left: 3px;
    border-left: 1px solid #8b8b8b;
    margin-left: 4px;
    font-size: 14px;
}
.single-tipster .stats-body ul.list-group li.list-group-item span small {
    font-size: 13px;
    font-weight: 400;
}

.single-tipster .stats-body ul.list-group li.list-group-item.win-rate {
    color: #0D8745;
    border-bottom: 1px dashed rgba(12, 150, 75, 0.6);
}
.single-tipster .stats-body ul.list-group li.list-group-item.lose-rate {
    color: #BB1F1F;
    border-bottom: 1px dashed rgba(187, 31, 31, 0.6);
}

.single-tipster .stats-body ul.list-group li.list-group-item.others-rate {
    color: #A0A0A0;
}

.result-mapping {
    display: flex
;
    align-items: center;
    gap: 10px;
    padding: 20px 0;
    min-height: 65px;
}

.result-mapping span.mapping-title {
    
    
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #0F0D46;


}

.result-mapping ul {
    display: flex
;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 3px;
}
.result-mapping ul li {
    width: 25px;
    height: 25px;
    background: #A0A0A0;
    border-radius: 50%;
    
    
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #FFFFFF;
    text-align: center;
}
.result-mapping ul li.win-map {
    background: #0C964B;
}
.result-mapping ul li.lose-map {
    background: #BB1F1F;
}

.result-mapping.for-single-tips {
    display: inline-flex;
    padding: 0;
    min-height: auto;
}

.result-mapping.for-single-tips span.mapping-title {
    color: rgba(9, 11, 58, 0.7);
    position: relative;
    padding-left: 15px;
    margin-left: 10px;
}
.result-mapping.for-single-tips span.mapping-title:after {
    position: absolute;
    content: '';
    left: 0;
    top: 2px;
    width: 1px;
    background: #14a757;
    height: 15px;
}
.for-single-tips.result-mapping ul li {
    width: 23px;
    height: 23px;
    font-size: 10px;
    line-height: 23px;
}

.for-single-tips.win-rate {
    display: inline-flex;
    gap: 8px;
    position: relative;
    padding-left: 15px;
    margin-left: 10px;
}
@media (max-width:485px) {
    .for-single-tips.win-rate {
        margin-left: 0;
    }
    .for-single-tips.win-rate span, .result-mapping span.mapping-title {
        font-size: 14px!important;
    }
    .result-mapping.for-single-tips span.mapping-title {
        margin-left: 0;
    }
    .for-single-tips.result-mapping ul li {
        width: 20px;
        height: 20px;
        font-size: 10px;
        line-height: 20px;
    }
}
.for-single-tips.win-rate:after {
    position: absolute;
    content: '';
    left: 0;
    top: 2px;
    width: 1px;
    background: #14a757;
    height: 15px;
}
.for-single-tips.win-rate span {
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: rgba(9, 11, 58, 0.7);
}
.for-single-tips.win-rate span.number {
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #0C964B;
}

.for-single-tips.win-rate span.number.lose-ov {
    color: #5b5b58;
    border-left: 1px solid #d0d3ff;
    display: inline-block;
    padding-left: 11px;
}

.single-tipster .plan-details {
    background: #0C964B;
    border-radius: 0px 0px 9px 9px;
    display: flex
;
    justify-content: space-around;
    padding: 20px;
    position: relative;
    padding-top: 30px;
}
.single-tipster .plan-details:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-13px) rotate(12deg);
    width: 1px;
    height: 50px;
    background: #ffc107;
}
.single-tipster .part-top {
    padding: 20px;
    padding-bottom: 0;
}
.single-tipster .plan-details .single-plan-d {
    text-align: center;
    display: inline-flex
;
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
    gap: 5px;
}
.single-tipster .plan-details .single-plan-d .spd-text {
    
    
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}
.single-tipster .plan-details .single-plan-d .spd-price {
    font-family: 'RocknRoll One';
    font-style: italic;
    font-weight: 400;
    font-size: 30px;
    line-height: 43px;
    color: #FFFFFF;
}

.single-tipster .subs-ctrl {
    text-align: center;
    margin-bottom: -15px;
    position: relative;
    z-index: 1;
}

.single-tipster .subs-ctrl .subscribe-btn1 {

    background: #FFC107;
    border: 1px solid #000000;
    border-radius: 50px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    padding: 6px 20px;
    color: #0F0D46;
    outline: none;
    position: relative;
}
.single-tipster .subs-ctrl .subscribe-btn1:after {
    position: absolute;
    content: '';
    left: -7px;
    top: -7px;
    right: -7px;
    bottom: -7px;
    background: #fff;
    z-index: -1;
    border-radius: 50px;
}
.single-tipster .subs-ctrl .subscribe-btn1.subscribed {
    background: #A0A0A0;
    border: 1px solid #A0A0A0;
    color: #fff;
    font-weight: 400;
}

.single-tipster .banner-of-parc {
    transform: rotate(-44.61deg);
    display: inline-flex
;
    flex-direction: column;
    align-items: center;
    position: absolute;
    right: 40px;
    top: 5px;
}
.single-tipster .banner-of-parc span.number {
    font-family: 'RocknRoll One';
    font-style: italic;
    font-weight: 400;
    font-size: 28px;
    line-height: 43px;
    text-align: center;
    color: #0C964B;
}
.single-tipster .banner-of-parc span.text {
    
    
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    color: #a0a0a0;
}
.single-tipster .banner-of-parc img.shape {
    width: 50px;
}

@media (max-width: 575px) {
    .tipster-row>* {
        width: 480px !important;
    }
}

@media (max-width: 479px) {
    .tipster-row>* {
        width: 100% !important;
        max-width: 380px !important;
    }
    .single-tipster .stats-body ul.list-group li.list-group-item {
        font-size: 14px;
    }
    .single-tipster .stats-body ul.list-group li.list-group-item span {
        padding: 9px 0;
    }
    .single-tipster .plan-details .single-plan-d {
        gap: 0;
    }
    .single-tipster .plan-details .single-plan-d .spd-text {
        font-size: 12px;
    }
    .single-tipster .plan-details .single-plan-d .spd-price {
        font-size: 25px;
    }
    .single-tipster .plan-details {
        padding: 15px;
        padding-top: 25px;
    }
    .single-tipster .tipster-names {
        font-size: 18px;
        line-height: 18px;
    }
    .single-tipster .banner-of-parc span.number {
        font-size: 26px;
        line-height: 39px;
    }
}

.myacnt-table-table {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Roboto', sans serif;
    color: #525252;
    border-left: 5px solid #d1ad07;
    padding-left: 20px;
}

@media (max-width:767px) {
    .myacnt-table-table {
        font-size: 19px;
        margin-bottom: 20px;
    }
}


/* ----------------------- */

:root {
    --body-font: "Jost", sans-serif;
    --body-color: #070044;
    --bg-color: #7924c7;
    --para-color: #f7f4ff;
    --para-alt-color: #b2b4e1;
    --hover-color: #0f6;
    --hover-alt-color: #5ac4ff;
}
.mc-cover {
    background: #1b2834;
    border-top: 1px solid #14a75745;
}
.main-content {
    /* background: #3d329b; */
    position: relative;
    font-family: 'Roboto', sans-serif;
    z-index: 1;
    padding-bottom: 40px;
}
/* .main-content:after {
    position: absolute;
    content: '';
    left: 50%;
    height: 100%;
    width: 99999px;
    background: #1b2834;
    transform: translateX(-50%);
    top: 0;
    z-index: -1;
    border-top: 1px solid #145f36;
} */

.main-content .rank {
    background-repeat: no-repeat;
    position: absolute;
    top: -6px;
    left: 45%;
    width: 65px;
    height: 70px;
    text-align: center;
    display: inline-grid;
    align-items: center
}

.main-content .rank .rank-title {
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: -15px;
    margin-left: 15px;
    color: #f7f4ff;
}

.main-content .rank h5 {
    margin-left: 15px;
    line-height: 10px;
    color: #f7f4ff;
}

.main-content .top-area {
    display: flex
;
    align-items: center;
    justify-content: flex-start;
    padding-top: 40px;
    gap: 50px;
}

.main-content .top-area .profile {
    margin-top: -80px;
    display: inline-block;
    position: relative
}

.main-content .top-area .profile .profile-pic {
    border-radius: 50%;
    border: 4px solid #3d329b
}

.main-content .top-area .profile .gold {
    position: absolute;
    bottom: 5px;
    right: 5px
}
.main-content .top-area .user-info .top {
    margin-bottom: 10px;
    gap: 15px;
}

.main-content .top-area .user-info img {
    width: 17px;
}

.main-content .top-area .user-info h5, .main-content .top-area .user-info img {
    margin-right: 15px;
    color: #f7f4ff;
    margin: 0;
    font-size: 30px;
    text-transform: capitalize;
}


.main-content .top-area .user-info h5, .main-content .top-area .user-info img {
    margin-right: 15px;
    color: #f7f4ff;
    margin: 0;
    font-size: 24px;
    text-transform: capitalize;
}

.main-content .top-area .btn-area {
    margin-top: -80px
}

.main-content .top-area .btn-area .cmn-btn {
    background: #5ac4ff;
    color: #2f007f;
    border: none
}

.main-content .top-area .btn-area .cmn-btn.follow {
    background: #c2a9ff;
    margin-left: 15px
}

.main-content .mid-area {
    display: flex
;
    justify-content: flex-start;
    text-align: center;
    margin: 40px 0;
    flex-wrap: wrap;
    gap: 20px;
}

.main-content .mid-area .single {
    padding: 20px 25px 15px;
    background: linear-gradient(359deg, #ffc1071f, transparent);
    border-bottom: 1px solid #ffc107;
}

.main-content .mid-area h6 {
    color: var(--hover-color);
    margin-bottom: 10px
}
.main-content .mid-area p {
    color: var(--para-color);
    margin-bottom: 0;
}

.main-content .main-tabs {
    border: none;
    padding-bottom: 20px
}

.main-content .main-tabs .nav-item .nav-link {
    display: flex;
    align-items: center;
    text-transform: capitalize;
    border: none;
    color: var(--bs-white);
    padding: 0;
    margin: 0 30px
}
.main-content .main-tabs .nav-item .nav-link:first-child {
    margin-left: 0;
}

.main-content .main-tabs .nav-item .nav-link.active {
    background: transparent;
    position: relative;
    transition: all .3s
}

.main-content .main-tabs .nav-item .nav-link.active:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #ffc107;
    left: 0;
    bottom: -20px;
    transition: all .3s;
}

.main-content .main-tabs .nav-item .nav-link span {
    background: #2f465b;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.main-content .top-area .user-info p {
    margin-bottom: 0;
    color: #f7f4ff;
    font-size: 14px;
}

.main-content .main-tabs .nav-item .nav-link img {
    width: 21px;
}

@media (max-width:767px) {
    .main-content .top-area .user-info h5 {
        font-size: 24px;
    }
    .main-content .top-area .user-info img {
        width: 18px;
    }
    .main-content .top-area .user-info p {
        font-size: 15px;
    }
    .main-content .mid-area {
        margin: 20px 0 0;
        gap: 10px;
    }
    .main-content .mid-area .single {
        padding: 15px 20px 10px;
    }
    .main-content .mid-area h6 {
        margin-bottom: 5px;
        font-size: 15px;
    }
    .main-content .mid-area p {
        font-size: 14px;
    }
}

.tips-dashboard-nav {
    margin-top: 30px;
    gap: 15px;
}
.tips-dashboard-nav .nav-item .nav-link {
    border: 1px solid #000000;
    border-radius: 50px;
    
    
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    padding: 11px 30px;
    color: #0F0D46;
    outline: none;
    position: relative;
}
@media (max-width:767px) {
    .tips-dashboard-nav .nav-item .nav-link {
        font-size: 14px;
        padding: 8px 20px;
    }
}
.tips-dashboard-nav .nav-item .nav-link.active {
    background: #FFC107;
    color: #0F0D46;
}
.woocommerce-MyAccount-content {
    margin-bottom: 50px;
}


a.demo-btn, button.demo-btn {
    background: #FFC107;
    border: 1px solid #000000;
    border-radius: 50px;
    
    
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    padding: 6px 20px;
    color: #0F0D46;
    outline: none;
    position: relative;
}

a.demo-btn-lg, button.demo-btn-lg {
    background: #FFC107;
    border: 1px solid #000000;
    border-radius: 50px;
    
    
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    padding: 10px 25px;
    color: #0F0D46;
    outline: none;
    position: relative;
}

.bliing-add-card {
    
}

.bliing-add-card .card-header h5 {
    
    
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: rgba(9, 11, 58, 0.7);
}

.select2 {
    display: none!important;
}

.adress-card {
    background: #FFFFFF;
    border: 1px solid rgb(82 84 117 / 22%);
    box-shadow: 0px 10px 24.3px 1px rgb(0 0 0 / 5%);
    border-radius: 8px;
    display: flex
;
    align-items: center;
    overflow: hidden;
    
}
.adress-card .card-header {
    width: 100%;
    background: #127f43;
    color: #fff;
    padding: 20px 20px;
}
.adress-card .card-body {
    padding: 20px 30px;
}
.adress-card .card-body address {
    line-height: 1.7;
}
.tips-form-title {
    font-size: 20px;
    line-height: 30px;
    background: #127f43;
    color: #fff;
    
    padding: 10px 30px;
    margin: 0;
}
form {
    
}
form.tips-form{
    background: #FFFFFF;
    border: 1px solid rgb(82 84 117 / 22%);
    box-shadow: 0px 10px 24.3px 1px rgb(0 0 0 / 5%);
    padding: 20px 30px 30px;
    overflow: hidden;
}
form .form-control  {
    height: 40px;
    margin-bottom: 20px;
}
form .form-label {
    color: rgb(9 11 58 / 55%);
    font-size: 15px;
    font-weight: 500;
}


/* recent-tips  */
.tips-acc.accordion {
    background: #FFFFFF;
    border: 1px solid rgba(82, 84, 117, 0.22);
    box-shadow: 0px 10px 24.3px 1px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    overflow: hidden;
}
.tips-acc.accordion .accordion-item {
    border: none;
}
.tips-acc.accordion .accordion-item .accordion-header {

}
.tips-acc.accordion .accordion-item .accordion-header .accordion-button {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: rgba(9, 11, 58, 0.7);
    font-family: 'Roboto', sans-serif;
    background: white;
    border: none;
    border-bottom: 1px solid rgba(82, 84, 117, 0.22);
    box-shadow: none;
    gap: 15px;
}
.tips-acc.accordion .accordion-item:last-child .accordion-header .accordion-button {
    border-bottom: none;
}
.tips-acc.accordion .accordion-item .accordion-header .accordion-button[aria-expanded="true"] {
    background: #304253;
    color: #fff;
}
.tips-acc.accordion .accordion-item .accordion-header .sport-group-icon {
    width: 32px;
    border: 1px solid transparent;
}
.tips-acc.accordion .accordion-item .accordion-header .accordion-button[aria-expanded="true"] .sport-group-icon {
    border: 1px solid;
    border-radius: 50%;
    padding: 1px;
    width: 32px;
}
.tips-acc.accordion .accordion-item .accordion-body {

}
.tips-acc.accordion .accordion-item .accordion-body .list-group-item {
    border: none;
    border-bottom: 1px solid rgba(82, 84, 117, 0.22);
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: rgba(9, 11, 58, 0.7);
    position: relative;
    padding: 15px 10px 15px 35px !important;
}
.tips-acc.accordion .accordion-item .accordion-body .list-group-item.active {
    background: #14a757;
    color: #fff;
}
.tips-acc.accordion .accordion-item:last-child .accordion-body .list-group-item:last-child {
    border-bottom: none;
}
.tips-acc.accordion .accordion-item .accordion-body .list-group-item:after {
    position: absolute;
    content: '';
    left: 20px;
    top: 18px;
    width: 2px;
    height: 12px;
    background: #0C964B;
}
.tips-acc.accordion .accordion-item .accordion-body .list-group-item.active:after {
    background: white;
}
.tips-acc.accordion .accordion-item .accordion-header .accordion-button::after {
    all: unset;
    position: absolute;
    content: '';
    background: #ffffff;
    width: 16px;
    background-size: contain;
    height: 16px;
    right: 20px;
    transform: rotate(180deg);
    transition: .4s;
    clip-path: polygon(100% 30%, 100% 50%, 50% 100%, 0 50%, 0 30%, 50% 82%);
}
.tips-acc.accordion .accordion-item .accordion-header .accordion-button[aria-expanded="false"]::after {
    transform: rotate(0deg);
    background: #304253;
}

.market-menu {
    background: #304253;
    border-radius: 10px;
    padding: 15px 20px;
    width: 100%;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}
.market-menu a.single-market-btn {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: #FFFFFF;
    display: inline-block;
    text-decoration: none;
    padding: 7px 15px;
    text-transform: capitalize;
}
.market-menu a.single-market-btn.active {
    background: #00BE57;
    border-color: #00BE57;
}


.single-showcase {
    background: #FFFFFF;
    border: 1px solid rgba(82, 84, 117, 0.22);
    box-shadow: 0px 10px 24.3px 1px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
}
.single-showcase ul li img.icon {
    width: 20px;
    margin-right: 12px;
}
.single-showcase ul li img.icon-cal {
    width: 20px;
    margin-right: 8px;
}
.single-showcase ul li img.icon-vs {
    width: 20px;
}

.single-showcase ul li.shocase-list-data {
    padding: 17px 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: rgba(9, 11, 58, 0.7);
    border-bottom: 1px solid rgba(82, 84, 117, 0.22);
    list-style: none;
}
.single-showcase ul {
    padding: 0;
    margin: 0;
    flex-wrap: nowrap;
}
.single-showcase ul li.shocase-list-data strong {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: rgba(9, 11, 58, 0.7);
}

.single-showcase ul li.shocase-list-data span.showcase-date {
    background: #0C964B;
    border-radius: 15px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 4px 12px;
    display: inline-block;
}

.single-showcase .card-body .bookamker-link-btn {
    border: 1px solid rgba(9, 11, 58, 0.5);
    border-radius: 50px;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: rgba(9, 11, 58, 0.7);
    margin: 0 10px 0 0;
}

.single-showcase .card-body .nav .bookamker-link-btn.active {
    background: #FFC107;
    color: rgba(9, 11, 58, 0.7);
}
.single-showcase .card-body .tab-content .bookmaker-source {
    display: flex
;
    align-items: center;
    gap: 10px;
    border-top: 1px solid rgba(82, 84, 117, 0.22);
    border-bottom: 1px solid rgba(82, 84, 117, 0.22);
    padding: 15px 30px 16px;
}
.single-showcase .card-body {
    padding: 0;
}
.single-showcase .card-body .nav-scrollar {
    overflow-x: scroll;
    padding: 20px 0;
    padding: 20px 0 16px;
}
.single-showcase .card-body .nav-covr {
    padding: 0 30px;
}
/* width */
.single-showcase .card-body .nav-scrollar::-webkit-scrollbar {
    height: 5px;
    cursor: pointer;
    z-index: 5;
  }
  .single-showcase .card-body .nav-scrollar:hover::-webkit-scrollbar {
  }
  
  /* Track */
  .single-showcase .card-body .nav-scrollar::-webkit-scrollbar-track {
    background: transparent; 
  }
   
  .single-showcase .card-body .nav-scrollar::-webkit-scrollbar-thumb {
    background: rgb(48 66 83 / 38%);
    border-radius: 50px;
}
  /* Handle on hover */
  .single-showcase .card-body .nav-scrollar::-webkit-scrollbar-thumb:hover {
    background: #14a757;
    cursor: pointer;
}


.single-showcase .card-body .nav-scrollar li.nav-item {
    flex: 0 0 auto;
    display: flex
;
}
.single-showcase .card-body .tab-content .bookmaker-source .bm-descr {
    display: inline-flex
;
    align-items: center;
    gap: 8px;
}
.single-showcase .card-body .tab-content .bookmaker-source span.bs-iconn img {
    width: 24px;
}
.single-showcase .card-body .tab-content .bookmaker-source span.bs-textt {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: rgba(9, 11, 58, 0.7);
}
.single-showcase .card-body .tab-content .bookmaker-source a.link-btn-available {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */
    text-decoration-line: underline;

    color: rgba(36, 4, 133, 0.7);


}
.single-showcase .card-body .tab-content .bookmaker-source span.link-btn-unavailable {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: rgb(211 65 65 / 70%);
}

.single-showcase .card-body .tab-content .odds-table {
    padding: 20px 30px 20px;
}

.single-showcase .card-body .tab-content .odds-table table {
    margin-bottom: 0;
}
.single-showcase .card-body .tab-content .odds-table table thead {}
.single-showcase .card-body .tab-content .odds-table table tbody tr {
    border: none;
}
.single-showcase .card-body .tab-content .odds-table table tbody tr th {
    border: none;
    border-left: 1px solid rgba(82, 84, 117, 0.22);
    border-bottom: 1px solid rgba(82, 84, 117, 0.22);
    padding: 10px 15px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: rgba(9, 11, 58, 0.7);
    text-decoration-line: underline;
}
.single-showcase .card-body .tab-content .odds-table table tbody tr:first-child th {
    text-decoration-line: none;
    background: rgba(211, 255, 231, 0.6);
    font-weight: 700;
}
.single-showcase .card-body .tab-content .odds-table table tbody tr th:first-child {
    text-decoration-line: none;
    background: #FFF3CD;
    font-weight: 700;
}
.single-showcase .card-body .tab-content .odds-table table tbody tr:last-child th {
    border-bottom: none;
}
.single-showcase .card-body .tab-content .odds-table table tbody tr th:first-child {
    border-left: none;
}
/* .single-showcase .card-body .tab-content .odds-table table tbody tr:last-child th {
    padding-bottom: 0;
    padding-top: 0px;
} */
.single-showcase .card-body .tab-content .odds-table .table-roundd {
    border: 1px solid rgba(82, 84, 117, 0.22);
    border-radius: 8px;
}
.single-showcase .card-body .tab-content .odds-table .table-roundd .open-btn {
    background: #FFC107;
    border: 1px solid #000000;
    border-radius: 50px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    padding: 5px 20px 6px;
    color: #0F0D46;
    outline: none;
}


.event-button-group {
    display: flex
;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 30px;
}


.single-event-btn-1 {
    background: transparent;
    border: 1px solid #d5d5d5;
    border-radius: 50px;
    
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    padding: 8px 15px 9px;
    color: rgb(15 13 70 / 74%);
    outline: none;
    display: inline-block;
    text-decoration: none;
}
.single-event-btn-1.active {
    background: #FFC107;
    border-color: #000000;
}

.event-menu-title {
    font-size: 25px;
    font-weight: 700;
    color: #5c5c5f;
    margin-bottom: 25px;
    text-transform: capitalize;
}

@media (max-width:1199px) {
    .market-menu {
        flex-wrap: wrap;
    }
    .single-showcase ul li.shocase-list-data {
        padding: 12px 20px;
    }
    .single-showcase .card-body .tab-content .odds-table table tbody tr:last-child th {
        padding: 10px 15px;
    }
    .single-showcase .card-body .tab-content .odds-table .table-roundd .open-btn {
        top: auto;
    }
    .tips-acc.accordion .accordion-item .accordion-header .accordion-button::after {
        width: 12px;
        height: 12px;
        top: calc(50% - 6px);
    }
    .tips-acc.accordion .accordion-item .accordion-header .accordion-button {
        padding: 10px 20px;
    }
    .tips-acc.accordion .accordion-item .accordion-body .list-group-item {
        padding: 12px 10px 12px 35px !important;
    }
    .tips-acc.accordion .accordion-item .accordion-header .accordion-button {
        gap: 12px;
    }
    .tips-acc.accordion .accordion-item .accordion-header .sport-group-icon {
        width: 30px;
    }
    .single-showcase ul li.shocase-list-data strong {
        font-size: 15px;
    }
    .tips-acc.accordion .accordion-item .accordion-header .accordion-button[aria-expanded="true"] .sport-group-icon {
        width: 30px;
    }
    .single-showcase ul li.shocase-list-data {
        font-size: 15px;
    }
    .single-showcase .card-body .tab-content .odds-table table tbody tr th {
        font-size: 15px;
    }
    .single-showcase .card-body .tab-content .bookmaker-source span.link-btn-unavailable {
        font-size: 15px;
    }
    .single-showcase .card-body .tab-content .bookmaker-source span.bs-textt {
        font-size: 15px;
    }
    .single-showcase .card-body .tab-content .bookmaker-source {
        padding: 12px 20px 16px;
    }
    .single-showcase .card-body .tab-content .odds-table {
        padding: 20px 25px 0;
    }
}

button.sports-navbar-btn {
    background: transparent;
    border: none;
    padding: 6px 0;
    font-size: 18px;
    font-weight: 500;
    color: #525066;
    margin: 10px 0;
}
button.sports-navbar-btn img {
    width: 30px;
    border-right: 1px solid #1b2834;
    padding-right: 10px;
}

@media (max-width: 767px) {
    .market-menu a.single-market-btn {
        font-size: 14px;
        padding: 5px 13px;
    }
    .single-showcase .card-body .bookamker-link-btn {
        font-size: 14px;
        margin: 0 7px 0 0;
        padding: 5px 15px;
    }
    .single-showcase .card-body .tab-content .odds-table table tbody tr th {
        font-size: 14px;
    }
}

@media (max-width: 359px) {
}

/* for temporary */
.single-showcase .card-body .nav-covr, .single-showcase .card-body .tab-content .bookmaker-source {
    display: none;
}
/* for temporary end */

.odds-table-mobile {
    margin: 20px;
}

.odds-table-mobile .single-tbm {
    display: none;
}
@media (max-width: 575px) {
    .single-showcase .card-body .tab-content .odds-table table {
        display: none;
    }
    .single-showcase .card-body .tab-content .odds-table .table-roundd {
        border: none;
    }
    .single-showcase .card-body .tab-content .odds-table {
        padding: 0;
    }
    .odds-table-mobile .single-tbm {
        border: 1px solid rgba(82, 84, 117, 0.22);
        margin-bottom: 10px;
        border-radius: 6px;
        padding: 15px 20px;
        display: block;
    }

    .odds-table-mobile .single-tbm span.th-descr {
        display: inline-block;
        font-weight: 700;
    }
    .odds-table-mobile .single-tbm span.th-value {
        font-weight: 600;
    }
    .odds-table-mobile .single-tbm span {
        font-size: 14px;
        line-height: 19px;
        color: rgba(9, 11, 58, 0.7);
    }
    .odds-table-mobile .single-tbm .tbm-list {
        border-bottom: 1px solid rgba(82, 84, 117, 0.22);
        padding: 6px 0;
    }
    .odds-table-mobile .single-tbm .tbm-list:first-child {
        padding-top: 0;
    }
    .odds-table-mobile .single-tbm button.open-btn {
        background: #FFC107;
        border: 1px solid #000000;
        border-radius: 50px;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        padding: 5px 20px 6px;
        color: #0F0D46;
        outline: none;
        position: relative;
        margin-top: 15px;
    }
}
@media (max-width: 380px) {
    .single-showcase ul li img.icon {
        display: none;
    }
    .single-showcase ul li.shocase-list-data {
        font-size: 15px;
        display: flex;
        flex-direction: column;
        gap: 6px;
    }
    .single-showcase ul li img.icon-vs {
        width: 20px;
        visibility: hidden;
        height: 0;
        margin: -2px;
    }
    .single-showcase ul li img.icon-cal {
        display: none;
    }
    .single-showcase ul li.shocase-list-data:last-child {
        display: inline-flex;
    }
}

@media (max-width:991px) {
    .event-menu-title {
        font-size: 23px;
    }
}
@media (max-width: 767px) {
    .event-menu-title {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 15px;
    }
    .market-menu {
        margin-bottom: 15px;
    }
}

@media (max-width: 479px) {
    .event-menu-title {
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
        margin-bottom: 15px;
    }
    .single-event-btn-1 {
        border-radius: 11px;
        font-size: 14px;
        line-height: 20px;
        padding: 5px 14px 6px;
    }
}


.create-tips-modal {
    background: #FFFFFF;
    box-shadow: 0px 10px 24.3px 1px rgba(0, 0, 0, 0.05);
    border-radius: 10px!important;
    border: none!important;
    width: 100%;
}
.create-tips-modal .modal-header {
    background: #304253;
    border-radius: 8px 8px 0px 0px;
    padding: 20px 25px;
}

.create-tips-modal .modal-header h5.modal-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #FFFFFF;
}

.create-tips-modal .modal-header button.close {
    background: transparent;
    border: none;
}
.create-tips-modal .modal-header button.close img {
    width: 20px;
}

.create-tips-modal .modal-body {
    padding: 25px;
}
.create-tips-modal .modal-body ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #FFFFFF;
    border: 1px solid rgba(82, 84, 117, 0.22);
    border-radius: 6px;
}
.create-tips-modal .modal-body ul li.single-stats {
    border-bottom: 1px solid rgba(82, 84, 117, 0.22);
    padding: 9px 16px;
}
.create-tips-modal .modal-body ul li.single-stats:last-child {
    border-bottom: none;
}
.create-tips-modal .modal-body ul li.single-stats span {}
.create-tips-modal .modal-body ul li.single-stats span.descr {
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    color: rgba(9, 11, 58, 0.7);
    display: inline-block;
}
.create-tips-modal .modal-body ul li.single-stats span.value {
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: rgba(9, 11, 58, 0.7);
    display: inline-block;
    margin-left: 10px;
}

.create-tips-modal .modal-body label.form-label {
    font-weight: 700;
    font-size: 15px;
    line-height: 19px;
    color: rgba(9, 11, 58, 0.7);
    display: inline-block;
}
.create-tips-modal .modal-body .form-control, .create-tips-modal .modal-body .form-control option {
    border: 1px solid rgba(82, 84, 117, 0.22);
    background: #FFFFFF;
    border-radius: 6px;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: rgba(9, 11, 58, 0.7);
    box-shadow: none;
    padding: 10px 17px;
}

.create-tips-modal .modal-body textarea.form-control::placeholder {
    color: rgba(9, 11, 58, 0.4);
}

.create-tips-modal .tips-submit-btn {
    background: #FFC107;
    border: 1px solid #000000;
    border-radius: 50px;
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    padding: 8px 20px;
    color: #0F0D46;
    outline: none;
    position: relative;
    margin: 0;
    margin-top: 20px;
    float: right;
}

.tips-result-mobile ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.tips-result-mobile .single-result {
    border: 1px solid rgb(84 89 95 / 20%);
    border-radius: 8px;
    margin-bottom: 24px;
}
.tips-result-mobile .single-result ul li {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: rgba(9, 11, 58, 0.6);
    padding: 10px 15px;
    
    border-top: 1px solid rgb(84 89 95 / 20%);
}
.tips-result-mobile .single-result ul li:first-child {
    border-top: none;
}

.tips-result-mobile .single-result ul li span.tipster-name {
    background: #0C964B;
    border-radius: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 0;
    padding: 5px 12px;
}

.tips-result-mobile .single-result ul li span.tipster-name a {
    color: #FFFFFF;
}
.tips-result-mobile .single-result ul li span.tipster-name img {
    margin-left: 2px;
    width: 14px;
    margin-top: -3px;
    border-radius: 50%;
    border: 1px dashed #fff;
}

.tips-result-mobile .single-result ul li .team {
    padding: 4px 0;
    display: flex
;
    justify-content: space-between;
}
.tips-result-mobile .single-result ul li .team span.score {
    border-radius: 50px;
    padding: 5px 7px;
    background: #FFC107;
    
    
    font-weight: 500;
    font-size: 14px;
    line-height: 11px;
    color: #1E1E1E;
    text-align: center;
    display: inline-block;
}

.tips-result-mobile .single-result ul li .kick-off-time {
    display: inline-block;
    margin-top: 5px;
}
.tips-result-mobile .single-result ul li .outcome-price {
    text-align: left;
}

.tips-result-mobile .single-result ul li span.win-badge {
    display: inline-block;
    background: #14A757;
    border-radius: 50px;
    
    
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 6px 20px;
}
.tips-result-mobile .single-result ul li span.lose-badge {
    display: inline-block;
    background: #BB1F1F;
    border-radius: 50px;
    
    
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 6px 20px;
}
.tips-result-mobile .single-result ul li span.other-badge {
    display: inline-block;
    background: #a0a0a0;
    border-radius: 50px;
    
    
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 6px 20px;
}

.profile-picture {
    width: 120px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #14a757;
}

.profile-picture img {
    width: 100%!important;
    padding: 5px;
    border-radius: 500px;
    height: auto!important;
}

button.editphotobtn {
    border: none;
    outline: none;
    width: 40px;
    height: 25px;
    line-height: 0;
    padding: 0 0;
    border-radius: 15px;
    background: lightcyan;
    margin-right: -10px;
    margin-left: -30px;
    margin-bottom: -40px;
}
button.editphotobtn img {
    width: auto;
    height: 18px;
}

.user-info {
    margin-left: 30px;
}


.aut-button {
    background: #FFC107;
    border: 1px solid #000000;
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
    line-height: 13px;
    padding: 8px 15px 7px;
    color: #0F0D46;
    outline: none;
}
span.page-info {
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    color: rgba(9, 11, 58, 0.7);
    margin: 0 10px;
}

.user-bio {
    position: absolute;
    bottom: -50px;
    
}

p.bio-text {
    color: white;
    padding-left: 15px;
    position: relative;
}
p.bio-text:before {
    position: relative;
    content: ' - ';
}

