/* Style the form */
.builder-container{
    padding:60px;
    background-size: cover;
    background-position: center;
}
#regForm ,#scoreFrm ,#circle-container{
    background-color: #ffffff;
    margin: 0px auto;
    padding: 40px;
    width: 85%;
    min-width: 300px;
}
#circle-container{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    flex-direction: column;
}

/* Style the input fields */
input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
.invalid {
    background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
    display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

/* Mark the active step: */
.step.active {
    opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
    background-color: #04AA6D;
}

#circle-container{
    display: flex;
    justify-content: center;
    align-items: center;
    padding:120px 0;
}
.skill{
    margin:50px;
    width:160px;
    height: 160px;
    position: relative;
}

.outer{
    height: 160px;
    width: 160px;
    border-radius: 50%;
    padding:20px;
    box-shadow: 6px 6px 10px 5px rgba(0,0,0,0.15),
                -6px -6px 5px 5px rgba(255,255,255,0.7);
}


.inner{
    height: 120px;
    width: 120px;
    border-radius: 50%;
    display:flex;
    justify-content: center;
    align-items: center;
    box-shadow: inset 4px 4px 6px -1px rgba(0,0,0,0.2),
                inset -4px -4px 6px -1px rgba(255,255,255,0.7),
                -0.5px -0.5px 0 rgba(255,255,255,0.7),
                0.5px 0.5px 0 rgba(0,0,0,0.15),
                0 12px 10px -10px rgba(0,0,0,0.2);
}

#number{
    font-weight: 600;
    color:#17B1B7;
}

circle{
    fill:none;
    stroke: url(#GradientColor);
    stroke-width: 20px;
    stroke-dasharray: 472;
    stroke-dashoffset: 472;
}

svg{
    position: absolute;
    top: 0;
    left: 0;
}

#rank{
    margin: 30px 0;
    color: #52c5fd;
}

/*.courses{*/
/*    display: flex;*/
/*    justify-content: space-around;*/
/*    width: 83%;*/
/*    margin-top: 50px;*/
/*}*/
/*.courses div{*/
/*    margin: 0 10px;*/
/*}*/
/*.courses-title{*/
/*    margin-top: 50px;*/
/*}*/
.languages-holder{
    position: relative;
}
.close-language.btn.btn-sm.btn-danger {
    position: absolute;
    top: 2px;
    left: -16px;
}
.delete-language.btn.btn-sm.btn-danger {
    position: absolute;
    top: 2px;
    left: -16px;
}
.single-lang{
    margin: 10px;
}
