

.sp0{
    color: white;
}

.sp1{
    color: rgb(247, 0, 255);
}

.sp2{
    color: yellow;
}


.area1 {
    color: white;
    display: flex;
    direction: ltr;
    justify-content: center;
}

.area-eng {
    text-align: left;
    color: white;
    text-transform: none;
    width: 45%;
}


.area-c {
    text-align: center;
    color: white;
    text-transform: capitalize;
    width: 40px;
}

.area-ar {
    text-align: right;
    color: white;
    text-transform: capitalize;
    width: 45%;
}

.box-skill {
    display: flex;
    direction: rtl;
}

input{
    width: 50%;
    height: 30px;
    background-color: blueviolet;
    border-radius: 20px;
    color: white;
    margin: auto;
    justify-content: center;
    justify-items: center;
    font-family: 'Times New Roman';
    font-size: large;
    text-align: center;
}

input:hover{
    box-shadow: 0 5px 25px white;
}



/* label {  
    font-weight: bold;  
    color: #3c7c19;  
}  

datalist {  
    appearance: none;  
    -webkit-appearance: none;  
    width: 450px;  
    padding: 10px;  
    font-size: 18px;  
    background-color: #e1f5cf;  
    border: 1px solid #3c7c19;  
    border-radius: 0.25rem;  
    color: green;  
    cursor: pointer;  
    }   */

    /* datalist {  
        box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2); 
    } 
    
    .container::before {
        background-color: red;
    }

    .container:hover::before {
        color: rgba(255, 255, 255, 0.6);
        background-color: blue;
      } */


/*        
.box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .box select {
    background-color: blue;
    color: white;
    padding: 12px;
    width: 250px;
    border: none;
    font-size: 20px;
    box-shadow: 0 5px 25px white;
    -webkit-appearance: button;
    appearance: button;
    outline: none;
  }
      
.box::before {
  content: "\f13a";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  text-align: center;
  font-size: 28px;
  line-height: 45px;
  color: blue;
  background-color: green;
  pointer-events: none;

}

.box:hover::before {
  color: yellow;
  background-color: blueviolet;
}

.box select option {
  padding: 30px;
} 
 */

input[type="search"]::-webkit-search-cancel-button{
    /* Remove default */
  /* -webkit-appearance: none; */
  /*Your new styles */
  /* -webkit-mask-image: url(xbutton2.png);
  height: 402px;
  width: 402px; */
  filter: invert(100%) sepia(100%) saturate(500%) hue-rotate(90deg);;
}

input[placeholder]::-webkit-input-placeholder{
    color: rgb(225, 187, 236);
    font-style: italic;
}


.btn1{
    width: 120px;
    height: 30px;
    font-size: medium;
    font-family: 'Franklin Gothic Medium';
    border-radius: 40px;
    cursor: pointer;
}

#rNum{
    display: none;
    background-color: green;
    margin-left: 5%;
    padding-left: 0.7%;
    padding-right: 0.7%;
    padding-top: 0.35%;
    padding-bottom: 0.35%;
    border-radius: 0.3rem;
}



.box {
    display: flex;
}

/* #group{
    background: burlywood;
} */

#result{
    display: none;
}

#pic{
    display: none;
    width: 50%;
}

.data{
    display: none;
}

#result{
    margin-left: 5%;
    margin-right: 5%;
    justify-content: center;
    direction: rtl;
}

.result-box{
    display: flex;
    height: auto;
    margin-top: 2%;
    margin-bottom: 2%;
    border: 3px solid blueviolet;
    border-radius: 20px;
}

.result-img{
    width: 220px;
    text-align: center;
    padding-top: 50px;
}

.image{
    height: 110px;
    width: auto;
    padding-top: 15px;
}


.result-info{
    width: 60%;
    padding-left: 1%;
    direction: rtl;
}

.result-btn{
    width: 90px;
    text-align: left;
    padding-top: 35px;
}


li{
    list-style: none;
}


/* .data1{
    display: flex;
    justify-content: center;
    align-content: center;
} */

.btn2{
    width: 60px;
    height: 60px;
    font-size: medium;
    font-family: 'Franklin Gothic Medium';
    border-radius: 60px;
    cursor: pointer;
    margin-top: 45px;
}


/* .button, .button2 {
    width: 90px;
    height: 30px;
    display: block;
    margin: auto;
    border-radius: 0.6rem;
    background-color: white;
    font-size: 20px; font-style: italic; font-family: 'Times New Roman';
    cursor: pointer;
} */

.btn1:hover {
  background-color: blueviolet;
  color: white;
}

.btn2:hover {
    background-color: blueviolet;
    color: white;
  }

/* .result-btn:hover {
    background-color: chartreuse;
    color: white;
  } */


.icon {
    width: 70px;
}

.icon:hover {
    width: 80px;
}


.icon3 {
    width: 50px;
}

.icon3:hover {
    width: 65px;
}

.show-skill {
    width: 90%;
    background-color: aquamarine;   
}

.img-skill {
    width: 90%;
    display: block;
    margin: auto;
    text-align: center;
    padding-bottom: 20px;
    border-color: white;
    border-width: 300px;
}


