.circles{
    color: rgb(0, 0, 0);
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    border-radius: 10px;
    padding: 2px;
    margin-bottom:2px;
}
.contblock{
    width:24%;
    height:280px;
    margin: 1px;
    background-color: rgba(0, 0, 0, 0.829);
    color: rgb(255, 255, 255);
    border-radius:8px;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    text-align: center;
    box-shadow: rgb(218,165, 32) 0px 1px 3px;
}
.contblock p{
    padding: 0;
    margin: 0;
    font-size:16px;
}
.circular-chart {
    background-color:transparent;
    width: auto;
    height: 200px;
    stroke: transparent;
    margin-bottom:20px;
    margin-top:20px;
    padding:5px;  
}
.circle-bg {
    fill: none;
    stroke: rgba(253, 253, 253, 0.363);
    stroke-width: 2.8;
    
}
.circle {
    fill: none;
    stroke-width: 2.8;
    stroke: transparent;
    stroke-linecap: round;
    animation: progress 5s ease-out forwards;
    
}
.con-tooltip {
    border-radius: 9px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    margin-right:5px;
}
.con-tooltip svg,.platform_info{
    color: rgb(0, 255, 149);
}
.con-tooltip svg:hover,.platform_info:hover{
    color: rgba(0, 255, 170, 0.5);
    transition: all 1000ms ease;
}

@keyframes progress {
    0% {
      stroke-dasharray: 0 100;
    }
}
.blue .circle {
    stroke: rgb(0, 255, 149);
}
.orange .circle {
    stroke: rgb(255, 230, 0);
}
.red .circle {
    stroke: rgb(255, 0, 34);
}
.percentage {
    font-size: 0.6em;
    text-anchor: middle;
}
.prblue{
    fill:rgb(0, 255, 149) ;
}
.prorange{
    fill:rgb(255, 230, 0) ;
}
.prred{
    fill:rgb(255, 0, 34) ;
}
.head{
    color: white;
    padding:5px;
    background-color: rgba(0, 0, 0, 0.829);
    width: 98.3%;
    margin-left:1%;
    margin-bottom:8px;
    border-radius:8px;
    text-align:center;
    box-shadow: rgb(218,165, 32) 0px 1px 3px;
}
.headicons{
    color: rgb(255, 255, 255);
    margin-right: 10px;
}
.headicons:hover{
    color: rgb(255, 255, 255);
}
.head span p{
    margin: 0;
    padding:0;
    text-align: left;
    font-size:14px;
}
.image_and_fullname{
    background-color:transparent;
    word-wrap: break-word;
    text-align:center;
    display: block;
    margin-top:8px;
}
.fullname{
    font-size: 16px;
    color:rgb(0, 255, 149);
    word-wrap: break-word;
    text-align: center;
    margin-top: 8px;
}
.profile_pic{
    background-color: transparent;
    color:rgb(0, 255, 149);
    border:  rgb(0, 255, 149) solid 1px;
    box-shadow: rgb(0, 255, 149)  0px 1px 4px;
    border-radius: 50%;
    width: 60px;
    height:59px;
    text-align: center;
    display: inline-block;
    margin-right:12px;
    margin-left:12px;
    text-decoration: none;  
}
.profile_pic:hover{
    box-shadow: rgba(0, 255, 149, 0.418)  0px 1px 4px;
    color: rgba(0, 255, 149, 0.418);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.profilpic{
    width:58px;
    height: 58px;
    border: transparent solid 0;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.profile{
    color: rgb(255, 255, 255);
    padding-bottom:10px;
    padding: 0;
    margin-top:2px;
    margin-right:8px;
    border-radius:8px;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0;
    width:48.9%;
    background-color: rgba(0, 0, 0, 0.829);
    flex-direction: column;
    text-decoration: none;
    text-align: left;
    box-shadow: rgb(218,165, 32) 0px 1px 3px;
}
.profile a{
    background-color: transparent;
    color:rgb(0, 255, 149);
    border:  rgb(0, 255, 149) solid 1px;
    box-shadow: rgb(0, 255, 149)  0px 1px 4px;
    text-align: center;
    min-width:56px;
    height:55px;
    display: inline-block;
    border-radius:50%;
    margin-bottom:5px;
    margin-top:10px;
    margin-right:8px;
    margin-left:3px;
    text-decoration: none;
}
.profile a:hover{
    box-shadow: rgba(0, 255, 149, 0.418)  0px 1px 4px;
    color: rgba(0, 255, 149, 0.418);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.groups_head{
    top: 0;
    width:100%;
    padding:3px;
    padding-left:5px;
    border: transparent solid 1px;
    border-bottom-color:rgba(255, 255, 255, 0.192) ;
    border-bottom-width:1px;
    border-radius:8px;
    border-bottom-right-radius:0;
    border-bottom-left-radius:0;
    text-align: left;
    font-size:15px;
    word-wrap: break-word;
}
.groups_head p{
    margin: 0;
    padding: 0;
    color: rgb(255, 255, 255);
    font-size:15px;
}
.percentagefooter{
    margin:0;
    padding:2px;
    padding-left:5px;
    border: rgba(207, 207, 207, 0.096)solid 1px;
    border-top-color:rgba(184, 184, 184, 0.486) ;
    text-align:center;
    font-size:14px;
}
.percentagefooter p{
    margin: 0;
    padding: 0;
    padding-right:3px;
    color: rgb(141, 141, 141);
    font-size:14px;
}
.alt_svg{
    width:50px;
    height:50px;
}
.alt_profilpic{
    width:54px;
    height:54px;
}
.alt_profilpic{
    border: transparent solid 0;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}
.alt_child{
    width:100%;
    margin: 1px;
    margin-top: 6px;
    word-wrap: break-word;
    text-align: center;
    display: flex;
}
.alt_child h6{
    text-align: left;
    margin-right:1px;
    margin-top:8px;
    word-wrap: break-word;
    min-width:10px;
}
.altgroup{
    text-align: center;
}
.altgroup span{
    margin-top:20px;
    text-align: left;
}
.altgroup_tbody{
    min-height:300px; 
    display: block;
    padding-bottom:10px;
}

.tablep table{
    width:100%;
    text-align: center;
    background-color: transparent;
    color:rgb(0, 0, 0);
    border: solid transparent 1px;
}
.tablep thead th{
    color: rgb(255, 255, 255);
    padding-top: 10px;
    padding-bottom: 10px;
    width:2%;
}
.tablep tbody td{
    color: rgb(255, 255, 255);
    padding-top:8px;
    padding-bottom:8px;
    width:1%;
}
.tablep tbody tr{
    border: transparent solid 1px;
    border-top-color: rgb(59, 59, 59);
    border-bottom-color: rgb(59, 59, 59);   
}
.tablep tbody tr:hover{
    background-color:rgba(255, 253, 253, 0.082); 
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
} 
.tablep thead{
    display: block;
    width:100%;
    border: transparent solid 1px;
    border-bottom-color: rgba(0, 255, 149, 0.658);

}
.tablep tbody {
    width: 100%;
    display: block;
    height: 350px;
    overflow: auto;
}
.tablep tbody::-webkit-scrollbar {
    display: none;
}

.modal-content {
    background-color: rgba(0, 0, 0, 0.637);
    text-align: center;
    margin-top:40%;
    box-shadow: rgb(218,165, 32) 0px 1px 6px;
  }

.text_content{
    text-align:left;
    padding:10px;
    font-size:16px;
    border: transparent solid 1px;
    border-bottom-color:rgba(218, 165, 32, 0.5);
    width: 80%;

}
.close {
    cursor: pointer;
    color: rgb(218,165, 32); 
    transform: scale(1.2);
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
@media screen and (max-width:767px) {
    .contblock{
        width: 100%;
    }
}
@media screen and (max-width:1000px) {
    .profile{
        width:100%;
        margin-right:0;
        margin-bottom:10px;
    }
}
@media screen and (max-width:230px) {
    .con-tooltip {
        margin-right:12px;
        margin-left: 12px;
    }
}
@media screen and (max-width:390px) {
    .alt_svg{
        width:44px;
        height:44px;
    }
    .profile a{
        min-width:52px;
        height:51px;
    }
    .alt_profilpic{
        width:48px;
        height:48px;
    }
    .alt_child h6{
        font-size: 12px;
    }
    
}
@media screen and (max-width:520px) {
    .tablep thead th{
        font-size: 12px;
    }
    .tablep tbody td{
        font-size: 12px;
    }
}