/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 

.gamplify-pla-boxs .gamplify-pla-title {
    margin: 10px;
}
.gamplify-pla-boxs .gamplify-pla-couter{
    margin: 10px;
}

.streaks_box {
    background: rgb(240, 242, 242);
    background: linear-gradient(178deg, rgba(240, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 70%,  rgba(240, 242, 242, 1) 100%);
         border: 1px solid #dadada;
    border-radius: 25px;
}

.streaks_img {
    text-align: center;
}

.streaks_img span {
     text-align: center;
    width: 26%;
    display: inline-block;
    border-radius: 50%;
    height: 10px;
    background: #dadada7a;
 }

 .streak_data {display: flex;justify-content: space-around;text-align: center;}

.streak_data div h6 {
    font-weight: 500;
    font-size: 15px;
    line-height: 8px;
    margin-bottom: 3px;
}

.streak_data div span {
     font-size: 20px;
    font-weight: 700;
}
 
.streak_heading h3 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
} 

.awards-pointbox {
    margin-bottom: 20px;
}
 .container1 { 
    background-color: rgb(192, 192, 192); 
 width: 80%;
    border-radius: 3px;
    margin: 0 auto;
   
} 

.skill { 
     background-color: rgb(20 46 114);
    color: white;
    padding: 3% 0;
    text-align: right;
    font-size: 20px;
    border-radius: 3px;
} 

.html { 
    width: 80%; 
} 


.inner_box {
       width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
}


.p1 { 
    width: 80%; 
} 

span.left_side {
    font-size: 12px;
        font-weight: 600;

}


.global_shortcode_box {
        flex-wrap: wrap;
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
 }
.global_shortcode_box > div {
    max-width: calc(23% - 13px);
}

.global_category_title {
    font-size: 35px;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 30px;
}

span.top_divider {
    border-top: 1px dashed;
    display: block;
    margin: 0 auto;
    width: 31%;
        margin-top: 40px;
}

span.bottom_divider {
    border-bottom: 1px dashed;
    display: block;
    margin: 0 auto;
    width: 31%;
        margin-bottom: 25px;
}

.global_header_title.hide-cat-title {
    display: none;
}

.awards-pointbox.level span.left_side {
    font-size: 20px;
}

.awards-pointbox.level span.right_side {
    font-style: italic;
}
.awards-pointbox.level .skill {
    padding: 10px;
}
.awards-pointbox.level span.left_side.mr-btm {
    margin-bottom: 7px;
}

.awards-pointbox.level .inner_box, .awards-pointbox.level .container1 {
    width: 100%;
}
