@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700;800&family=Inter:wght@300;400;500;600;700;800&family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

@font-face {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica'), url('./fonts/Helvetica.woff') format('woff');
}

@font-face {
    font-family: 'Arial';
    font-style: normal;
    font-weight: normal;
    src: local('Arial'), url('./fonts/Arial.woff') format('woff');
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


.gamplify-pla-boxs .gamplify-pla-title,
.gamplify-pla-boxs .gamplify-pla-couter{
    margin-top: 10px;
}

.streaks_box {
    background: unset;
    box-shadow: unset;
    border: unset;
}

.streaks_img {
    text-align: center;
}

.streaks_img span {
    filter: blur(4px);
    background-color: #9ca3af66;
    border-radius: 50%;
    width: 80%;
    height: 15px;
    display: block;
    text-align: center;
    margin: -6px auto 0;
    /* text-align: center;*/
    /*width: 90%;*/
    /*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: 100%;
    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 {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}
.global_shortcode_box > div {
    max-width: calc(23% - 13px);
}
.global_shortcode_box .achievement-col-1 {
    max-width: calc(98% - 13px);
}
.global_shortcode_box .achievement-col-2 {
    max-width: calc(48% - 13px);
}
.global_shortcode_box .achievement-col-3 {
    max-width: calc(31% - 13px);
}
.global_shortcode_box .achievement-col-4 {
    max-width: calc(23% - 13px);
}
.global_shortcode_box .achievement-col-5 {
    max-width: calc(18% - 13px);
}
.global_shortcode_box .achievement-col-6 {
    max-width: calc(14% - 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  /
*/

.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: 100%;
  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;*/
}
.streaks_box .streaks_img .streaks_img_box {
    width: auto;
    text-align: center;
}

button.reject-color {
    background-color: #FF0000;
    border-color: #FF0000;
}

/*button.approve-color {
    background-color: green;
    border-color: green;
}*/

/*  Streaks section css end */

.gamplify-pla-boxs {
    text-align: center;
    padding: 10px;
}
.streaks_box a,
.streaks_box a:hover{
    color: inherit;
}
.gamplify-pla-boxs a[href=""],
.awards-pointbox.level a[href=""],
.streaks_box a[href=""]{
    pointer-events: none;
    cursor: default;
}
/*.streaks_box .awards-pointbox .outer_box {*/
/*    width: 80%;*/
/*    display: flex;*/
/*    justify-content: flex-end;*/
/*    align-items: flex-end;*/
/*    margin: 5px auto;*/
/*}*/
/*.streaks_box .awards-pointbox .outer_box span.right_side {*/
/*    line-height: 1.2;*/
/*    font-size: 12px;*/
/*}*/
/*.streaks_box .awards-pointbox .outer_box span.right_side span::after {*/
/*    content: "•";*/
/*    margin-left: 5px;*/
/*}*/
.streak_data div h6,
.streaks_box .streak_data > div span{
    font-size: inherit !important;
    font-weight: inherit !important;
    color: inherit !important;
    text-align: inherit !important;
    font-family: inherit !important;
}
/*.awards-pointbox.level {*/
/*    padding: 20px;*/
/*}*/
/*.awards-pointbox.level .level-image {*/
/*    margin-bottom: 30px;*/
/*}*/
.inner_box_main_title,
.inner_box_sub_heading{
    margin-top: 10px;
}
.inner_box_main_title h1,
.inner_box_sub_heading h1{
    margin-bottom: 5px;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit !important;
    color: inherit;
    line-height: 40px;
}
.inner_box_main_title h5,
.inner_box_sub_heading h5{
    margin-bottom: 0;
    color: inherit;
    font-family: inherit !important;
    text-align: inherit;
}
.awards-pointbox .level_current_point {
    color: rgb(17 24 39);
    font-weight: 500;
    text-align: left;
    font-size: 14px;
}
.awards-pointbox .level_progress {
    margin-top: 10px;
}
.awards-pointbox.level .container1 {
    border-radius: 100px;
    height: 20px;
    position: relative;
    margin-top: 10px;
}
.awards-pointbox.level .skill {
    padding: 0;
    border-radius: 100px;
    margin: 0;
    position: relative;
    height: 100%;
}
.awards-pointbox.level .level_percentage {
    position: absolute;
    top: -5px;
    width: 100%;
    text-align: right;
    color: #fff;
    font-weight: 600;
}

.streaks_box h1,
.streaks_box h2,
.streaks_box p{
    margin: 0;
    margin-top: 10px;
}

.streaks_box .container1 {
    position: relative;
    margin-bottom: 15px;
}
.streaks_box .streak_progress_percentage {
    position: absolute;
    top: -1px;
    left: 0;
    color: #fff;
    height: 100%;
    line-height: 1;
    font-size: 12px;
    text-align: right;
}