@import url('https://fonts.googleapis.com/css2?family=Lexend+Exa:wght@500&family=Unbounded:wght@400;500;600;700;800;900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background-color: aliceblue;
}
.fixedbar{
    position: fixed;
    width: 100%;
    background-color: aliceblue;
    z-index: 999;

}
.space{
    width: 100%;
    height: 450px;
}

.per{
    position: relative;
    font-family: 'Unbounded', cursive;
    font-size: 3rem;
    color: #5E17EB;
    font-weight: 900;
    margin-top: 100px;
}

.container{
    margin: 4%;
    background-color: ;
    border: 1px dashed gray;
    /* this padding is for pic; */
    padding-top: 100px;
}




#myProgress  {
  margin: auto;
  width: 100%;
  background-color: white;

  border-radius: 90px;
box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}

#myBar {
  width: 0%;
  height: 30px;
  
    background-color: #5E17EB;

  border-radius: 90px;
box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
}

.completed_text{
    padding: 10px 0px;
    font-family: 'Unbounded', cursive;
    font-weight: bolder;
    color: #5E17EB;
    font-size: 2rem;
}

.skills{
    font-family: 'Lexend Exa', sans-serif;
    width: 100%;
    background-color: white;
    padding: 12px;
    margin: 10px 0px;
    border-radius: 90px;
}

form label{

    /* text-decoration:  line-through; */
}
  input[type=checkbox] {
   
    
    background-color: #5E17EB;
        }


 label input {
  display:none; /* Hide the default checkbox */
  float: right;
height: 30px;
  width: 30px;
 
}

/* Style the artificial checkbox */
label span {
  position: relative;
    float: right;
  height: 40px;
  width: 40px;
  display: inline-block;
  border: 1px solid #5E17EB;
  border-radius: 90px;
  margin-top: -10px;
  right: -10px;
  /* border: 1px solid grey;
  display: inline-block;
  position: relative; */
}

/* Style its checked state...with a ticked icon */
[type=checkbox]:checked + span:before {
  content: '';
  background-color: #5E17EB;
   border-radius: 90px;
       float: right;
  height: 40px;
  width: 40px;
  color: gray;
  /* position: absolute;
  top: -5px;
  left: 0; */
}

/* .buttonHold {
  text-align: center;
} */


.skills span i{
    position: absolute;
    margin-top: 7px;
    margin-left: 5px;
    color: white;
    font-size: 1.5rem;
}
