/**
 * 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%;
}


/*/ Streaks section css start  /
*/

.streaks_img {
    margin-top: 15px;
}
.streaks_img img {
    max-width: 200px;
    max-height: 150px;
    object-fit: contain;
}
.streaks_box {
    padding: 15px;
}
.streak_data div h6 {
   
    font-size: 13px;
   line-height:1;
    margin-bottom: 7px;
}
.streak_heading h3 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 17px;
}
.streaks_box h1 {
  line-height: 1.2;
}
.streaks_box  h2 {
  line-height: 1.5;
}
.streaks_box .streak_data {
  display: flex;
  justify-content: space-around;
  text-align: center;
}
.streaks_box .streak_data > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.streaks_box .streak_data > div span {
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 7px;
  color: #1e2132;
}
.streaks_box .awards-pointbox .inner_box {
  align-items: center;
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 5px auto;
}
.streaks_box .awards-pointbox .inner_box span.right_side img {
  max-width: 20px;
  height: auto;
  object-fit: contain;
}
.streaks_box .awards-pointbox .container1 .skill {
  padding: 5px 0;
}
.streaks_box .awards-pointbox .inner_box span.left_side {
  line-height: 1.2;
}
.streaks_box .awards-pointbox .inner_box span.right_side {
  display: flex;
}
.streaks_box .streaks_img {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

button.reject-color {
    background-color: #FF0000;
    border-color: #FF0000;
}

/*button.approve-color {
    background-color: green;
    border-color: green;
}*/

/*  Streaks section css end */