.result-box_img{
        width: 40px;
        height: 40px;
        background: hsl(298.47deg 67.82% 34.12% / 21%);;
        color:#fff !important;
        border-radius: 40px;
        font-size: 23px;
        text-transform: capitalize;
        font-weight: 500;
        
    }
    .result-box__{
        /*width: 95%;*/
        margin-left: 10px;
    }
    .result-box__ p{
        text-transform: capitalize;
        font-size: 16px;
        font-weight: 500;
        line-height: 15px !important;
        color: var(--switch-textWhite);
    }
    .result-box__ span{
        text-transform: capitalize;
        font-size: 14px;
        font-weight: 400;
        color: var(--switch-textWhite);
    }
    .myExperts_con{
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        gap: 1rem;
    }
.sharetips{
    gap: 1rem;
}
.sharetips, i {
    font-size: 20px !important;
    color: #443 !important; 
}
.prof_banner_con{
    width: 100%;
    height: 240px;
    /* background-color:red; */
}
.prof_banner_img{
    width: 100%;
    height: 170px;
    background:url(../img/upcoming-match-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.banner_img {
    width: 100px;
    height: 100px;
    border-radius: 200px;
    background-color: var(--switch-betopick);
    position: relative;
    top: 140px;
    left: 1.5rem;
    color: #fff;
    font-weight: 600;
    font-size: 4em;
    display: flex;
    border: 4px solid var(--switch-darkBG);
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    overflow:hidden;
}
.banner_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;

}
.prof_name_container{
    /* background: red; */
    padding: .5rem;
    display: flex;
    flex-direction: row;
    justify-content: start;
    gap: 1.5rem;
    flex-wrap: wrap;
}
.prof_name_container_body, .tuta_card{
    background-color: var(--switch-darkBGShaded);
    border-radius:10px;
    border: 1px solid var(--switch-borderlight);
    /*height:250px;*/
    /*width: 320px;*/
    padding:.8rem;
}
/*.tuta_card{*/
/*    padding:.5rem;*/
/*}*/
.tuta_card_title{
    padding: 0 .5rem;
}
.tuta_card_title h2{
    font-size: 15px;
    color:var(--switch-fade_txt_White);
}
.dolls{
    gap:.3rem;
}
.dolls > div{
    font-size:18px;
    font-weight: 600;
    color:#53af75;
}
.dolls_svg {
    width: 25px;
    height: 25px;
    stroke: #53af75;
    stroke-width: 1;
    stroke-linecap: square;
    stroke-linejoin: miter;
    fill: none;
    color: #53af75;
}
.plan_name{
    padding:.3rem;
    color: #53af75;
    font-size: 27px;
    text-transform: capitalize;
}
.svg_Diamond {
    width: 45px;
    height: 45px;
    stroke: #53af75;
    stroke-width: 1;
    stroke-linecap: square;
    stroke-linejoin: miter;
    fill: none;
    color: #53af75;
}
.sub_date{
    width: 70%;
}
.sub_date h1{
    font-size:15px;
    color:var(--switch-textWhite);
}
.sub_date h3{
    font-size:12px;
    color:var(--switch-fade_txt_White);
    font-weight: 300;
    padding-bottom: .4rem;
}
.prof_name{
    padding: 0 .5rem 0rem;
    color: var(--switch-textWhite);
    font-size: 1.5rem;
}
.prof_btn_con{
    padding: .5rem 0rem;
}
.prof_btn_con__{
    padding: .5rem 0 0rem;
}
.upprofile{
    background-color: var(--switch-bleColor) !important;
    color: #fff !important;
    width: 70%;
    cursor: pointer;
    font-size: .875em;
    margin: 0;
    padding: 10px 19px;
    box-sizing: border-box;
    display: inline;
    font: 15px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    white-space: pre-wrap;
    word-wrap: break-word;
    line-height: 16px;
    font-weight: 500;
    max-width: 100%;
    min-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid var(--switch-borderlight) !important;
    border-radius: 5px;
    background-color: var(--switch-darkBGShaded);
    color: var(--switch-textWhite);
}
.upprofile:hover{
    background-color: var(--switch-bleColor) !important;
    color: var(--switch-textWhite)!important;
    border: 1px solid var(--switch-bleColor) !important;
}
.follow-tpic {
    width: 100%;
}
.prof_dtls{
    /* background-color: red;    */
    padding-left: .5rem;
    padding-right: .5rem;
}
.prof_dtls_content{
    /* background-color:gold; */

}
.centerside_wallets{
    padding-top: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: .2rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .5rem;
    align-items: center;
    justify-content: center;
    
}
.wallet_item{
    /* background-color:var(--switch-darkBGShaded);
    border: 1px solid var(--switch-borderlight); */
    padding: .5rem;
    border-radius: 5px;
}
.wallet_item_name{
    padding: 0 .5rem 0rem;
    color: var(--switch-textWhite);
    font-size: 1.3rem;
    text-align: center;
}
.linkshared{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .5rem;
}
.wall{
    background-color:var(--switch-greenBa);
    border: 1px solid var(--switch-greenBaBorder);
}
.prof_dtls_content-svg{
    width:20px;
    height:20px;
    stroke:var(--switch-fade_txt_White);
    stroke-width:2px; 
    stroke-linecap:square; 
    stroke-linejoin:miter; 
    fill:none; 
    color:var(--switch-fade_txt_White);
    cursor: pointer;
    margin-right: .5rem;
}
.prof_cont{
    padding:.5rem;
    color:var(--switch-fade_txt_White);
    font-size: 15px;
    font-weight: 500;
}
.prof_con_{
    color:var(--switch-textWhite);
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
}
.profile_list{
    /* background-color: red; */
    /* padding: 1.5rem; */
    padding-top: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: .2rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: .5rem;
}
.prof_btn_list{
     display: flex;
     align-items: center;
     justify-content: center;
}
.btn_list{
    cursor: pointer;
    font-size: .875em;
    margin: 0;
    padding: 10px 5px;
    box-sizing: border-box;
    display: inline;
    font: 15px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    white-space: pre-wrap;
    word-wrap: break-word;
    line-height: 16px;
    font-weight: 500;
    max-width: 100%;
    min-height: 35px;
    border-radius: 0px;
    background-color: transparent;
    color:var(--switch-textWhite);
}
.btn_list:focus{
    border-bottom: 4px solid var(--switch-bleColor) !important;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.btn-dateCon{
  background-color: var(--switch-darkBGFade);
  border-radius: 3px;
  border: 1px solid var(--switch-darkBorderlight);
}
.btn-date{
    border-right: 1px solid var(--switch-darkBorderlight);
    padding:10px 15px;
    cursor: pointer;
    color: var(--switch-textWhite);
    width: 100%;
    text-align: center;
}
.btn-date:last-child {
    border-right: 0 solid transparent;
}
.btn-date_visited, .btn-date:hover{
   background-color:var(--switch-betopick);
   color: #fff;
}
.profile_list_items{
    padding: 10px;
    /* background-color: aqua; */
}
.profile_list_header{
    padding-block: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.profile_list_header h3{
    color: var(--switch-textWhite);
}
input[type="date"]{
    padding: 10px;
    appearance: auto;
    user-select: none;
    white-space: pre;
    align-items: flex-start;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    border-image: initial;
    font-size: .875em;
    display: inline;
    font: 15px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    line-height: 16px;
    font-weight: 500;
    border: 1px solid var(--switch-darkBorderlight) !important;
    border-radius: 4px;
    color: var(--switch-textWhite);
    background: transparent;
}
.play_oneGame{
    padding: 10px 0;
    font-size: 13px;
    color: var(--switch-textWhite);
}
.date:focus-visible{
    border: 1px solid transparent !important;
    /* border: none; */
}
:focus-visible {
    outline: none;
    background-color: var(--switch-darkBGFade) !important;
}
.result-box {
    padding: 5px;
    margin-top: 3px;
    border-radius: 5px;
    border-style: inset;
    border-bottom-width: 7px;
    border: 1px solid var(--switch-darkBorderlight);
    display: flex;
    width: 100%;
    background-color: var(--switch-darkBGShaded);
}
.result-box_body_flex{
    /* background-color:fuchsia; */
    display: flex;
    justify-content: start;
    align-items: center;
    width: 50%;
}
.result-box_body{
    width: 90%;
}
.topics{
    gap:.5rem;
    width:100%;
}
.topics_team{
    display: flex;
    gap:.5rem;
}
.topics_team_logo{
    background-color:var(--switch-darkBGShaded);
    width: 30px;
    height: 30px;
    padding: .3rem;
}
.topics_team_logo img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.topics_team_name{
    /* background:hotpink; */
    text-align: left;
    display: flex;
    justify-content:center;
    align-items: center;
    color:var(--switch-textWhite);
    font-size:15px;
    text-transform: capitalize;
}
.topics_team_scores{
    align-items: center;
    color:var(--switch-textWhite);
    font-size:22px;
    font-weight: 600;
    padding: 5px 10px;
    margin-right: 1rem;
}
.res_togle{
    /* background-color: mediumslateblue; */
    padding:1rem;
    width: 10%;
    height: 100%;
    display: none !important;
}
.match_res{
    /* background-color:grey; */
    padding: 1rem;
    width: 100%;
}
.m_tip{
    padding: .5rem .3rem;
    background-color: var(--switch-darkBGShaded);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    /*border: 1px solid var(--switch-darkBorderlight);*/
    color:var(--switch-textWhite);
    /*text-align: center;*/
}
.m_tip h1{
    font-size: 13px;
    color:var(--switch-textWhite);
    padding-top: .3rem;
    text-transform: capitalize;
}
.m_tip h3{
    font-size: 12px;
    color:var(--switch-fade_txt_White);
}
.result_tick{
    background:#53af75;
    width: 25px;
    height: 25px;
    border-radius:40px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.result_tick_red{
    background:#f34040;
    width: 25px;
    height: 25px;
    border-radius:40px;
    align-items: center;
    justify-content: center;
    display: flex;
}
.icon-tick{
    width: 30px;
    height: 30px;
    stroke: none;
    stroke-width: 2px;
    stroke-linecap: square;
    stroke-linejoin: miter;
    fill: none;
    color: var(--switch-fade_txt_White);
    cursor: pointer;
}
.polyline{
    stroke: #fff;
}
.experts_pH2 {
    padding: 0.7rem 0;
    font-size: 15px;
    color: var(--switch-textWhite);
}











@media(max-width:82rem){
    .prof_name_container{
        /* background: red; */
        padding: .5rem;
        display: flex;
        flex-direction: row;
        /* flex-wrap: wrap; */
        justify-content: start;
        gap: .5rem;
    }
    .flex-con {
        gap: var(--gap, 0rem) !important;
    }

}
@media(max-width:62rem){
    .prof_name_container{
        /* background: red; */
        padding: .5rem;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1rem;
    }
    .prof_name_container_body, .tuta_card{
        background-color: var(--switch-darkBGShaded);
        border-radius:10px;
        border: 1px solid var(--switch-borderlight);
        height:250px;
        width: 350px;
        padding:.5rem;
    }
    .prof_btn_con__ {
        padding: .5rem 1rem;
    }
    .profile_list_items{
        padding: 1rem;
        /* background-color: aqua; */ 
    }
}
@media(max-width:43rem){
    .prof_banner_con{
        width: 100%;
        height: 170px;
    }
    .prof_banner_img{
        width: 100%;
        height: 130px;
    }
    .banner_img{
        width: 70px;
        height: 70px;
        border-radius: 200px;
        position: relative;
        top: 100px;
        left: 1.8rem;
        border: 3px solid var(--switch-darkBG);
        font-size: 3em;
    }
    .prof_name{
        padding: .2rem .5rem 0rem;
        color: var(--switch-textWhite);
        font-size: 1.3rem;
    } 
    .profile_list{
        /* background-color: red; */
        padding: 1.1rem;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: .2rem;
    }
    .profile_list_header{
        display: block;
    }
    .btn-dateCon{
        margin-top: 1rem;
        width:100%;
      }
    .prof_btn_con{
        padding: .3rem .8rem;
    }
    .prof_dtls{
        /* background-color: red;    */
        /*padding-left: 1.8rem;*/
        padding-right: 1.5rem;
    }
    .prof_btn_list{

    }
    .btn_list{
        font: 14px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
        font-weight: 500;
    }
    .btn_list:focus{
        border-bottom: 3px solid var(--switch-bleColor) !important;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }
    .centerside_wallets{
        padding-top: 1rem;
        padding-left: .5rem;
        padding-right: .5rem;
        padding-bottom: .2rem;
        grid-template-columns: repeat(3, 33%);
        gap: .2rem;
        align-items: center;
        justify-content: space-between;
        
    }
    .wallet_item{
        padding: .5rem;
        border-radius: 5px;
        display: block;
        gap: var(--gap, .1rem);
    }
    .wallet_item_name{
        padding: 0 0rem 0rem;
        color: var(--switch-textWhite);
        font-size: 1.3rem;
        text-align: center;
    }
    .prof_name_container{
        /* background: red; */
        padding: 1rem;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        gap: .5rem;
    }
    .prof_name_container_body, .tuta_card{
        background-color: var(--switch-darkBGShaded);
        border-radius:10px;
        border: 1px solid var(--switch-borderlight);
        height:auto;
        width: 100%;
        padding:.5rem;
    }
    
    .result-box {
        padding: 5px;
        margin-top: 3px;
        border-radius: 5px;
        border-style: inset;
        border-bottom-width: 7px;
        border: 1px solid var(--switch-darkBorderlight);
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .result-box_body_flex{
        display: flex;
        justify-content: start;
        align-items: center;
        /*padding: 3px;*/
        width: 100%;
        /* background-color: red; */
    }
    .result-box_body{
        width: 90%;
    }
    .topics {
        height: 20px;
    }
    .topics_team_logo{
    width: 40px;
    height: 40px;
    padding: .3rem;
}
.topics_team_logo img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.topics_team_name{
    text-align: left;
    display: flex;
    justify-content:center;
    align-items: center;
    color:var(--switch-textWhite);
    font-size:13px;
}
.topics_team_scores{
    align-items: center;
    color:var(--switch-textWhite);
    font-size:13px;
    font-weight: 600;
    padding: 3px 10px;
    margin-right: 0rem;
}
.topics_team{
    display: flex;
    gap:.3rem;
}



.topics_team_logo{
    width: 25px;
    height: 25px;
    padding: .3rem;
}
.topics_team_logo img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.match_res{
    padding: 0rem .5rem;
    width: 100%;
    border-top: 1px solid var(--switch-darkBorderlight);
}
.m_tip{
    padding: .3rem 0rem;
    border: 0px solid var(--switch-darkBorderlight);
}
.m_tip h1 {
    font-size: 12px;
}
.res_togle{
    cursor: pointer;
    padding: 3px;
    background-size: contain;
    display: block !important;
}
.res_togleSvgUp{
    background:url(../img/svg/chevron-up.svg) no-repeat center center;
    width: 35px;
    height: 35px;
}
.res_togleSvg{
    content: "";
    background:url(../img/Ikon/svg/chevron-down.svg) no-repeat center;
    stroke:#fff !important;
    width: 35px;
    height: 35px;
}
.experts_pH2 {
    padding: 0.7rem 0;
    font-size: 14px;
}



    

    
    
}