@font-face {
  font-family: 'GamePixies';
  font-style: normal;
  src: url("gamepixies.woff2") format('woff2');
}

div.metal-frame-container{
    color: white;
    font-family: "GamePixies";
    font-size: 24px;
    letter-spacing: 1px;
    word-spacing: 1px;
    text-shadow: 2px 2px black;
}

.metal-frame-container{
    border: 1px solid #4e4e50;
    border-radius: 15px;
    width: 430px;
    height: 630px;
    display: grid;
    place-items: center;
    background: linear-gradient(90deg, #fbfafe, #555852);
    box-shadow: 2px 2px 5px #6b6b6d inset;
}

.blue-box{
    background-color: #48bac7;
    border-radius: 5px;
    border: 1px solid #254556;
    padding: 2px;
    box-shadow: -1px -1px 1px #254556, 3px 3px 1px #c3cbd2;
    width: 400px;
    height: 600px;
    display: flex;
    flex-flow: row wrap;
}

.dark-blue-box{
    background-color: #3ba5bb;
    border-radius: 2px;
    padding: 10px;
    margin: 10px;
    box-shadow: -2px -3px 2px #2b8eac, 2px 2px 2px #5fc7e3;
}

div#name{
    text-transform: uppercase;
    width: 100%;
    height: fit-content;
    text-indent: 5px;
}

div#skill-photo{
    flex-flow: row wrap;
    display: flex;
    width: 100%;
    padding-top: 10px;
}

div#skill-level{
    margin-left: 10px;
    flex-flow: column wrap;
    display: flex;
    justify-content: space-evenly;
}

div#skill-container{
    flex-flow: row wrap;
    display: flex;
    justify-content: space-evenly;
    padding-top: 20px;
}

div#skill-level{
    flex-flow: column wrap;
    display: flex;
    justify-content: space-evenly;
}

div#qualification-level{
    flex-flow: row wrap;
    display: flex;
    justify-content: space-evenly;
    /* opacity: 0%; */
    width: 210px;
}

img.lvl-icon{
    height: 65px;
    background: yellow;
    width: 60px;
    margin-bottom: 5px;
}

div#skill-bar{
    background: #f6f4f6;
    border: 1px solid black;
    height: 12px;
    width: 190px;
    box-shadow: 0px -1px 4px black;
}

div#qualification-indicator-position{
   margin-left: 45%;
}

svg#qualification-indicator{
    width: 14px;
    height: 14px;
}

div#progress-bar{
    flex-flow: column wrap;
    display: flex;
    justify-content: space-evenly;
    padding-top: 20px;
}

img.skill-icon{
    height: 33px;
    margin-top: 15px;
}

progress#skill {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 14px;
  width: 100px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 10px;
  border: 1px solid black;
  box-shadow: 0px -1px 4px black;
}

progress#skill::-webkit-progress-bar {
	border-radius: 10px;
    background: #fff;
}

progress#skill::-webkit-progress-value {
	border-radius:10px 0px 0px 10px;
    background-image: linear-gradient(#096312, #20ad22, #096312);
    border: 1px solid;
    border-color: black;
    padding: 0px;
}

div#progress-scale{
    width: 80px;
    align-self: center;
    margin-top: -14px;
}

.photo-frame{
    width: 160px;
    height: 180px;
    background-color: white;
    margin-left: auto;
    margin-right: 15px;
    display: grid;
    place-items: center;
    box-shadow: -2px -3px 2px #2b8eac, 2px 2px 2px #5fc7e3;
}

.photo{
    background-color: gray;
    width: 145px;
    height: 165px;
}

img#photo{
    filter: grayscale(100%);
    width: 145px;
    height: 165px;
}

div#specialisms{
    flex-flow: row wrap;
    display: flex;
    width: 100%;
    align-items: center;
    padding-top: 10px;
}

img#diploma-icon{
    width: 70px;
    height: 70px;
    background: black;
    margin-left: 6px;
}

div#speciality-icons{
    height: 50px;
    width: 280px;
    flex-flow: row wrap;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

img.speciality{
    background: purple;
    width: 45px;
    height: 45px;
}

div#cheque{
    margin-left: 6px;
}

img#cheque-icon{
height: 33px;
    margin-left: 5px;
    margin-right: 5px;
    border: 2px solid #457177;
    border-radius: 2px;
    box-shadow: -2px -3px 2px #2b8eac, 2px 2px 2px #5fc7e3;
}

div#salary{
    flex-flow: row wrap;
    display: flex;
    width: 100%;
    align-items: center;
}

div#pay{
    width: 280px;
}

div#pay > span{
    padding-left: 10px;
    letter-spacing: 2px;
}

div#flavour{
    width: 100%;
    line-height: 2.5ex;
    height: 13ex;
    align-self: end;
}

