.but-color-sav {
  background-color: #FF7300 !important;
}
.but-color-sav:hover {
  color: #FFFFFF;
}

.but-color-cancel {
  background-color: #33AFFF !important;
}
.but-color-cancel:hover {
  color: #FFFFFF;
}

@font-face {
  font-family: "Scandia-Regular";
  font-weight: 400;
  font-style: normal;
  font-display: swap; /* Read next point */
  unicode-range: U+000-5FF; /* Download only latin glyphs */
  src: local("Scandia-Regular"), url("../fonts/scandia-regular/Scandia-Regular.woff2") format("woff2"), url("../fonts/scandia-bold/Scandia-Bold.woff2") format("woff");
}
@font-face {
  font-family: "Scandia-Bold";
  font-weight: 400;
  font-style: bold;
  font-display: swap; /* Read next point */
  unicode-range: U+000-5FF; /* Download only latin glyphs */
  src: local("Scandia-Bold"), url("../fonts/scandia-bold/Scandia-Bold.woff2") format("woff2");
}
* {
  font-family: "Scandia-Regular";
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
*:focus {
  outline: none;
}

input {
  -webkit-appearance: none;
  -webkit-box-shadow: none;
}
input:focus {
  outline: none;
}

.right-to-left {
  direction: ltr !important;
  float: right;
  display: inline;
  margin-left: 0;
  margin-right: 360px;
}

h1 {
  font-weight: 700;
  letter-spacing: 1px;
}

h2 {
  font-weight: 700;
}

h3 {
  font-weight: 700;
}

p {
  letter-spacing: 0;
  line-height: 20px;
}

a {
  font-size: 0.9em;
  cursor: pointer;
  text-decoration: none;
}

.arabic .password_img {
  left: 0;
  right: inherit;
}
.arabic .login-authentication #password_input_container img {
  right: inherit;
  margin-right: 0;
  margin-left: 15px;
}
.arabic .country-code-class input {
  padding-right: 5px;
  padding-left: 0;
}
.arabic #password_input_container input {
  padding-left: 0;
  padding-right: 15px;
}
.arabic .per-details-section h2 {
  text-align: right;
}

nav {
  width: 100%;
  height: 80px;
  background-color: #000000;
}
nav img {
  width: 40px;
  display: block;
  margin: 0 auto;
}
nav .nav-item {
  width: 33.3%;
  float: left;
  margin-top: 27px;
}
nav .nav-item:nth-of-type(1) {
  height: 80px;
  margin-top: 0;
  text-align: center;
}
nav .nav-item:nth-of-type(1) a {
  color: #FFFFFF;
  cursor: pointer;
  line-height: 80px;
  float: left;
  padding-left: 40px;
}
nav .nav-item:nth-of-type(3) select {
  float: right;
  margin-right: 5px;
  margin-top: 5px;
  background-color: #000000;
  border: none;
  color: #FFFFFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  -o-text-overflow: "";
  text-overflow: "";
  cursor: pointer;
  direction: rtl;
}
nav .nav-item:nth-of-type(3) img {
  float: right;
  width: 10px;
  margin-top: 10px;
  margin-right: 20px;
}
nav .nav-item a:before {
  content: "";
  -webkit-background-size: 10px 10px;
  background-size: 10px;
  background: url("../images/arrow-left.svg") no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  display: inline;
  vertical-align: middle;
  margin-top: 32px;
  margin-left: -20px;
  margin-right: 22px;
}
nav .nav-item .back-btn-editing-form:before {
  content: "";
  -webkit-background-size: 10px 10px;
  background-size: 10px;
  background: url("/assets/images/close.svg") no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  display: inline;
  vertical-align: middle;
  margin-top: 32px;
  margin-left: -20px;
}
nav .nav-close {
  height: 20px !important;
}

#profile-page-logout {
  background: none;
}

.nav-help {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #00EB78;
  height: 40px;
}
.nav-help h1 {
  margin-left: 30px;
  margin-top: 9px;
  float: left;
  color: #FFFFFF;
  font-size: 1.1em;
  font-weight: normal;
}
.nav-help a {
  float: right;
  margin-right: 30px;
  color: #FFFFFF;
  text-decoration: underline;
  line-height: 40px;
  vertical-align: middle;
}

button {
  cursor: pointer;
  width: fit-content;
  padding: 18px 20px;
  height: fit-content;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  border: none;
  display: block;
  margin: 0 auto;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.4px;
  text-align: center;
}
button:hover {
  opacity: 0.8;
  -webkit-transition: opacity linear 0.3s;
  -o-transition: opacity linear 0.3s;
  transition: opacity linear 0.3s;
}

.orange-btn {
  background-color: #FF7300;
  color: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 20px;
}
.orange-btn p:after {
  content: "";
  -webkit-background-size: 12px 12px;
  background-size: 12px;
  background: url("../images/arrow-right-white.svg") no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  display: inline;
  vertical-align: middle;
  margin-left: 10px;
}
.orange-btn.plus p:after {
  content: "";
  -webkit-background-size: 10px 10px;
  background-size: 10px;
  background: url("../images/plus.svg") no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  display: inline;
  vertical-align: middle;
  margin-left: 10px;
}
.orange-btn:disabled {
  background-color: #829FAD;
}

.gray-btn {
  background-color: #829FAD;
  color: #FFFFFF;
}

.yes-push-btn {
  background-color: #FF7300;
  margin-top: 50px;
  margin-bottom: 40px;
  font-weight: bold;
  color: #FFFFFF;
}

.no-push-btn {
  background-color: #829FAD;
  font-weight: bold;
  color: #FFFFFF;
  margin-top: 50px;
  margin-bottom: 40px;
}

.line {
  width: 100%;
  height: 1px;
  background-color: #E1E9ED;
  margin-top: 40px;
  margin-bottom: 40px;
}

footer {
  height: 100%;
  padding: 0 20px 50px;
}
footer img {
  display: block;
  margin: 0 auto 30px;
}
footer p {
  text-align: center;
  color: #829FAD;
  font-size: 0.8em;
  margin-bottom: 20px;
}
footer p a {
  text-align: center;
  color: #829FAD;
  font-size: inherit;
}
footer p a:nth-of-type(2) {
  margin-left: 10px;
}

.pagewidth {
  padding-top: 30px;
  width: 280px;
  margin: 0 auto;
  max-width: 350px;
}

.per-details-section h2 {
  text-align: left;
}
.per-details-section > label {
  font-weight: 700;
  font-size: 1.1em;
  display: block;
  margin-top: 30px;
}
.per-details-section p {
  font-weight: 700;
  font-size: 1.1em;
}

#per-deails-in-order {
  text-align: left;
}

.progressbar {
  height: 6px;
}
.progressbar .progress20 {
  -webkit-animation: progress20 1s;
  animation: progress20 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.progressbar .progress40 {
  -webkit-animation: progress40 1s;
  animation: progress40 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.progressbar .progress60 {
  -webkit-animation: progress60 1s;
  animation: progress60 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.progressbar .progress80 {
  -webkit-animation: progress80 1s;
  animation: progress80 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.progressbar .progress100 {
  -webkit-animation: progress100 1s;
  animation: progress100 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.progress {
  background-color: #FF7300;
  height: 6px;
}

@-webkit-keyframes progress20 {
  from {
    width: 0;
  }
  to {
    width: 20%;
  }
}
@keyframes progress20 {
  from {
    width: 0;
  }
  to {
    width: 20%;
  }
}
@-webkit-keyframes progress40 {
  from {
    width: 20%;
  }
  to {
    width: 40%;
  }
}
@keyframes progress40 {
  from {
    width: 20%;
  }
  to {
    width: 40%;
  }
}
@-webkit-keyframes progress60 {
  from {
    width: 40%;
  }
  to {
    width: 60%;
  }
}
@keyframes progress60 {
  from {
    width: 40%;
  }
  to {
    width: 60%;
  }
}
@-webkit-keyframes progress80 {
  from {
    width: 60%;
  }
  to {
    width: 80%;
  }
}
@keyframes progress80 {
  from {
    width: 60%;
  }
  to {
    width: 80%;
  }
}
@-webkit-keyframes progress100 {
  from {
    width: 80%;
  }
  to {
    width: 100%;
  }
}
@keyframes progress100 {
  from {
    width: 80%;
  }
  to {
    width: 100%;
  }
}
.nav-intro {
  height: 230px;
  background-color: #000000;
  width: 100%;
  padding-top: 100px;
}
.nav-intro img {
  display: block;
  margin: 0 auto 30px;
}
.nav-intro h1 {
  color: #FFFFFF;
  text-align: center;
  font-weight: normal;
  font-size: 1.3em;
  width: 80%;
  margin: 0 auto;
  padding-top: 30px;
}

.lang-choice {
  width: 80%;
  margin: 0 auto;
  max-width: 400px;
}
.lang-choice p {
  text-align: center;
}
.lang-choice p:nth-of-type(1) {
  font-size: 1.4em;
  margin-bottom: 10px;
  color: #829FAD;
  margin-top: 40px;
}
.lang-choice > img {
  width: 80%;
  display: block;
  margin: 30px auto 50px;
}
.lang-choice h2 {
  font-size: 1.4em;
  text-align: center;
  margin-top: 40px;
  font-weight: bold;
}
.lang-choice button {
  color: #FFFFFF;
  margin-top: 10px;
  font-weight: 700;
}
.lang-choice button > img {
  margin-top: 10px;
}
.lang-choice a button:nth-of-type(1) {
  margin-top: 30px;
}

.switch-lang {
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
  height: 100%;
}
.switch-lang img {
  margin-left: 20px;
}
.switch-lang img:nth-of-type(3) {
  margin-left: 0;
}
.switch-lang img:nth-of-type(2) {
  width: 20px;
}
.switch-lang img:nth-of-type(1) {
  margin-left: 10%;
}
.switch-lang span {
  height: 20px;
  display: block;
}
.switch-lang a {
  color: #829FAD;
  text-decoration: underline;
  font-weight: bold;
}
.switch-lang a:nth-of-type(3) {
  border-top: 1px solid #829FAD;
  text-decoration: none;
  margin-left: 40%;
}
.switch-lang h3 {
  text-align: center;
  margin-bottom: 20px;
  color: #000000;
}

.margin-bot {
  margin-bottom: 20px;
  margin-top: 30px;
}

.inschrijven > img {
  width: 50px;
  display: block;
  margin: 20px auto 40px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.inschrijven h2 {
  text-align: center;
  margin-bottom: 20px;
}
.inschrijven .terms {
  color: #829FAD;
  font-size: 1em;
  text-align: center;
}
.inschrijven .terms a {
  color: #829FAD;
  font-size: 1em;
  text-decoration: underline;
}
.inschrijven .invullen {
  width: 280px;
  height: 50px;
  background-color: #F1F6F8;
  border: 1px solid #BBD4E0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-top: 10px;
  font-size: 1em;
}
.inschrijven .line-form {
  width: 100%;
  height: 1px;
  background-color: #E1E9ED;
  margin-top: 20px;
  margin-bottom: 30px;
}
.inschrijven form button {
  margin-top: 30px;
}
.inschrijven form .age {
  width: 60px;
  display: block;
}
.inschrijven .choice-label {
  display: initial !important;
  margin-bottom: 20px;
}
.inschrijven .lang-veld {
  height: 200px;
  padding-top: 10px;
}
.inschrijven > p:nth-of-type(1) {
  text-align: center;
  margin-bottom: 30px;
}
.inschrijven input:focus {
  border: 1px solid #33AFFF;
  background-color: #FFFFFF;
  color: #000000;
}
.inschrijven textarea:focus {
  border: 1px solid #33AFFF;
  background-color: #FFFFFF;
}
.inschrijven label.question-hidden {
  display: none;
  margin-top: 0;
  margin-bottom: 0;
}
.inschrijven button p:after {
  content: "";
  -webkit-background-size: 12px 12px;
  background-size: 12px;
  background: url("../images/arrow-right.svg") no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  display: inline;
  vertical-align: middle;
  margin-top: 3px;
  margin-left: 10px;
}

.login-authentication > p:nth-of-type(2) {
  text-align: center;
  margin-bottom: 20px;
}
.short-field-age {
  width: 100px;
  height: 50px;
  background-color: #F1F6F8;
  border: 1px solid #BBD4E0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-top: 10px;
  font-size: 1em;
  padding-left: 10px;
  margin-left: -5px;
  margin-bottom: 0;
  display: block;
}

.short-field-zip {
  width: 100px;
  height: 50px;
  background-color: #F1F6F8;
  border: 1px solid #BBD4E0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-top: 10px;
  font-size: 1em;
  padding-left: 10px;
  margin-left: -5px;
}

.short-field-city {
  position: absolute;
  border: 0;
  background-color: #FFFFFF !important;
  width: auto;
  height: 27px;
  float: right;
  color: #829FAD !important;
  font-size: 0.8em;
}
.short-field-city:focus {
  outline: none !important;
}

.city-name-div {
  padding-top: 12px;
  padding-left: 20px;
  position: absolute;
  display: inline-block;
  float: right;
}
.city-name-div label {
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.5px;
  color: #829FAD;
}

#optional-id {
  color: #829FAD;
}

.choice-label .azcradio {
  padding-right: 10px;
  margin-right: 20px;
}
.choice-label input {
  display: none;
}
.choice-label input:checked + div {
  background-color: #00EB78;
}
.choice-label input:checked + div p {
  color: #FFFFFF;
}
.choice-label input:checked + div span:after {
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
  background-color: #00EB78;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.choice-label div {
  height: 50px;
  width: 280px;
  line-height: 20px;
  display: block;
  padding: 15px 10px;
  background-color: #C9DFF0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.choice-label span {
  margin-right: 10px;
  height: 20px;
  width: 20px;
  background-color: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: relative;
}
.choice-label p {
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  color: #829FAD;
}

.question-shown {
  display: block;
}

.asylum-centre {
  background: #F1F6F8;
}

.incorrect {
  border: 1px solid #FF008B !important;
  background-color: #E5F1F6 !important;
  color: #FF008B !important;
}
.incorrect:focus {
  color: #000000 !important;
  border: 1px solid #BBD4E0 !important;
  background-color: #FFFFFF !important;
}

.form-error {
  color: #FF008B;
  margin-top: 10px;
}
.form-error p {
  color: #FF008B;
  text-align: center;
}
.form-error p span {
  text-decoration: underline;
}

.zipcode-erros {
  color: #FF008B;
  display: none;
}

.skills-selections {
  margin-bottom: 30px;
}
.skills-selections input {
  display: none;
}
.skills-selections input:checked + div {
  background-color: #00EB78;
  color: #FFFFFF;
}
.skills-selections label {
  display: block;
}
.skills-selections div {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-top: 10px;
  padding: 15px;
  background-color: #C9DFF0;
  cursor: pointer;
}

.align-left {
  padding-top: 50px;
  text-align: center;
}
.align-left h2 {
  margin-bottom: 30px;
}
.align-left > p {
  margin-bottom: 30px;
}
.align-left .no-push-btn p:after {
  content: "";
  -webkit-background-size: 12px 12px;
  background-size: 12px;
  background: url("../images/arrow-right-white.svg") no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  display: inline;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: 1px;
}
.align-left .yes-push-btn p:after {
  content: "";
  -webkit-background-size: 12px 12px;
  background-size: 12px;
  background: url("../images/arrow-right-white.svg") no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  display: inline;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: 1px;
}
.align-left .add-job-btn p {
  margin-left: 10px;
  font-size: 0.8em;
  margin-top: 2px;
}
.align-left .add-job-btn p:before {
  content: "";
  -webkit-background-size: 12px 12px;
  background-size: 12px;
  background: url("../images/plus-icon.svg") no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  display: inline;
  vertical-align: middle;
  margin-left: -30px;
  margin-top: 3px;
}

.add-job-btn {
  width: 260px;
  height: 50px;
  background-color: #33AFFF;
  color: #FFFFFF;
  border: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 1.2em;
  margin: 0 auto;
  display: block;
}

.uitgevoerde-beroepen {
  margin: 0 auto;
  border: none;
  width: 290px;
}
.uitgevoerde-beroepen .beroepkeuze {
  margin-bottom: 20px;
  height: 50px;
  border: 1px solid #E1E9ED;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-left: 0;
  display: inline-block;
  float: left;
}
.uitgevoerde-beroepen button {
  margin-left: 8px;
  margin-top: 15px;
  -webkit-background-size: 20px 20px;
  background-size: 20px;
  width: 20px;
  height: 20px;
  background: #FFFFFF url("../images/cancel-icon.svg") no-repeat center;
  border: none;
  float: left;
}
.uitgevoerde-beroepen li p {
  padding-top: 15px;
  padding-left: 10px;
}
.uitgevoerde-beroepen li:last-of-type {
  margin-bottom: 30px;
}
.uitgevoerde-beroepen input {
  font-size: 1em;
  padding-left: 10px;
  width: 250px;
}

.language-selections article {
  margin-bottom: 20px;
  position: relative;
  display: block;
}
.language-selections article label {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 280px;
  background-color: #F1F6F8;
  border: 1px solid #BBD4E0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-top: 10px;
}
.language-selections article input[type=checkbox] {
  display: none;
}
.language-selections article h1 {
  height: 50px;
  width: 100%;
  line-height: 50px;
  padding: 0 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #829FAD;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #C9DFF0;
  display: block;
}
.language-selections article ul {
  border-top: 3px solid #FFFFFF;
  font-size: 0;
  display: none;
}
.language-selections article li {
  width: 33%;
  height: 50px;
  display: inline-block;
  vertical-align: top;
}
.language-selections article li input {
  display: none;
}
.language-selections article li input:checked + fieldset {
  background-color: #00EB78;
}
.language-selections article li input:checked + fieldset p {
  color: #FFFFFF;
}
.language-selections article li input:checked + fieldset span:after {
  content: "";
  height: 8px;
  width: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -4px;
  background-color: #00EB78;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.language-selections article li span {
  height: 16px;
  width: 16px;
  background-color: #FFFFFF;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin-right: 5px;
}
.language-selections article li p {
  display: inline-block;
  vertical-align: middle;
  color: #829FAD;
  font-weight: 600;
}
.language-selections article li label {
  position: relative;
}
.language-selections article li fieldset {
  font-size: 14px;
  background-color: #E5F1F6;
  line-height: 50px;
  text-align: center;
  border: 1px solid #E5F1F6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
}
.language-selections article li + li {
  border-left: 1px solid #FFFFFF;
}
.language-selections article li:first-child fieldset {
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.language-selections article li:last-child fieldset {
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.language-selections article:last-of-type {
  margin-bottom: 35px;
}
.language-selections article:nth-of-type(3) h1 {
  text-align: right;
}
.language-selections input:checked + h1 {
  background-color: #00EB78;
  color: #FFFFFF;
}
.language-selections input:checked + h1 + section ul {
  display: block;
}

.closebutton {
  width: 100%;
  height: 50px;
}
.closebutton a {
  float: right;
  margin-top: 20px;
  margin-right: 20px;
}

.helppage {
  text-align: center;
  margin-top: 60px;
}
.helppage h1 {
  margin-bottom: 40px;
}
.helppage p {
  margin-bottom: 40px;
}
.helppage a:first-of-type {
  margin-right: 10px;
}
.helppage a:last-of-type {
  margin-left: 10px;
}

.final-bg {
  min-height: 100%;
  height: auto;
  width: auto;
  min-width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: url("../images/test.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.final-bg .pagewidth {
  text-align: center;
  padding-top: 100px;
}
.final-bg .pagewidth h1 {
  color: #FFFFFF;
}
.final-bg .pagewidth p {
  color: #FFFFFF;
  margin-top: 30px;
}
.final-bg .pagewidth a button {
  margin-top: 50px;
}
.final-bg .pagewidth a button:hover {
  opacity: 1;
}

@media screen and (min-width: 576px) {
  .final-bg {
    background-image: url("../images/bg-image.jpg");
  }
  .final-bg .pagewidth {
    padding-top: 250px;
  }
}
@media screen and (min-width: 400px) {
  .switch-lang img:nth-of-type(1) {
    margin-left: 22%;
  }
}
@media screen and (max-width: 320px) {
  .pagewidth {
    width: 92%;
  }
  .helppage a img {
    width: 80px;
  }
}
.country-code-class {
  float: left;
  background: #F1F6F8;
  width: 20%;
  height: 50px;
  background-color: #F1F6F8;
  border: 1px solid #BBD4E0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-top: 10px;
  margin-right: 11px;
  font-size: 1em;
  padding-left: 5px;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  overflow-x: hidden;
}
.country-code-class:focus {
  outline: none;
  border: 1px solid #33AFFF;
  background-color: #FFFFFF;
  color: #000000;
}

#if-you-click {
  display: block;
  float: none;
}

#country-codes {
  width: 100px;
  height: 50px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: none;
  background: transparent;
  font-size: 0.8em;
  overflow: hidden;
}

#password_input_container {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
}

#password {
  height: 50px;
  width: 92%;
  margin: 0;
  padding-left: 15px;
}

#password-confirm {
  height: 50px;
  width: 92%;
  margin: 0;
  padding-left: 15px;
}

.password_img {
  width: 25px;
  height: 20px;
  vertical-align: center;
  position: absolute;
  right: 0;
  margin-right: 20px;
  top: 17px;
}

#phone {
  padding-right: 5px;
  width: 65%;
  padding-left: 14px;
  display: inline-block;
}

.form-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.form-horizontal input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.phone-entry {
  width: 100%;
  display: block;
}

.line-form-thick {
  width: 100%;
  height: 10px;
  background-color: #E1E9ED;
  margin-top: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.terms-conditions {
  padding-top: 45px;
  padding-bottom: 18px;
  font-size: 14px;
  text-align: center;
  color: #829FAD;
}

.request-code {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.4px;
  text-align: center;
  color: #FF7300;
  text-decoration: underline;
}

.logout-section {
  text-align: right;
  padding-right: 5%;
  padding-top: 20px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.4px;
  color: #FF7300;
  text-decoration: underline;
}

.profile-basic-contents {
  padding-top: 30px;
  padding-bottom: 25px;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
  width: 90%;
}
.profile-basic-contents p {
  padding-top: 15px;
}
.profile-basic-contents img {
  width: 105px;
  height: 94px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.profile-basic-contents .empty-field-call-to-fill {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 10px;
  margin: auto;
  font-size: 17px;
  line-height: 1.41;
  letter-spacing: 0.4px;
  color: #FF7300;
  width: 70%;
}

.profile-image {
  margin: 0 auto;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  background-position: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 140px;
  height: 140px;
}

.profile-contents-width {
  padding-top: 30px;
  width: 60%;
  margin: 0 auto;
  max-width: 350px;
}

.profile-section-title {
  font-family: "Scandia-Bold";
  text-align: center;
  padding-top: 25px;
  padding-bottom: 30px;
}

.thin-line-under-title {
  width: 50%;
  height: 2px;
  border: solid 1px var(--light-blue-grey);
  background-color: #C9DFF0;
  display: block;
  margin: 0 auto;
}

.new-entry-btn {
  width: 260px;
  background-color: #33AFFF;
  color: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-align: center;
}

.thick-line-between-sections {
  width: 315px;
  max-width: 400px;
  height: 3px;
  border: solid 3px var(--light-blue-grey);
  background-color: #C9DFF0;
  margin: 0 auto;
}

.language-option {
  display: none;
}

.congrates-section {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #00EB78;
  height: 60px;
}
.congrates-section h1 {
  text-align: center;
  color: #FFFFFF;
  font-size: 1.1em;
  font-weight: normal;
  line-height: 60px;
  vertical-align: middle;
}

.body-congrates-center {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 50px;
}
.body-congrates-center img {
  display: block;
  margin: 0 auto;
}

.body-congrates-section {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.body-congrates-section h2 {
  margin-top: 40px;
  margin-bottom: 30px;
}
.body-congrates-section p {
  padding-bottom: 15px;
}

.full-profile-contents-text {
  font-size: 17px;
  line-height: 1.41;
  letter-spacing: 0.4px;
  text-align: center;
}

.pencil-div {
  position: absolute;
  right: 25px;
  top: -10px;
}
.pencil-div img {
  margin: auto 100%;
  width: 24px;
}

.work-instance-div {
  position: relative;
}

.education-instance-div {
  position: relative;
}

.profile-skills-instant-div {
  -ms-flex-line-pack: left;
  -webkit-align-content: left;
  align-content: left;
  text-align: left;
}

.profile-tick-marked-elements table {
  margin-top: 30px;
  padding-left: 1em;
  border-collapse: collapse;
  margin-left: 10px;
  margin-bottom: 15px;
}
.profile-tick-marked-elements table tbody tr th img {
  height: 25px;
  width: 25px;
}
.profile-tick-marked-elements th {
  padding-left: 1em;
  text-align: left;
  font-size: 1em;
  padding-top: 5px;
}
.profile-tick-marked-elements th:nth-of-type(2) {
  font-size: 1.1em;
}

.certificates_table {
  padding-left: 1em;
  border-collapse: collapse;
  margin-left: 10px;
  margin-bottom: 15px;
}
.certificates_table img {
  height: 25px;
  width: 25px;
}
.certificates_table p:nth-of-type(1) {
  text-align: left;
  padding-left: 20px;
}

.certificate-instance-div p:nth-of-type(3) {
  text-align: center;
  font-size: 18px;
  color: #33AFFF;
  text-decoration: underline;
}
.certificate-instance-div p:nth-of-type(2) {
  text-align: center;
  font-size: 18px;
  color: #33AFFF;
  text-decoration: underline;
}
.certificate-instance-div a p {
  text-align: center;
  font-size: 18px;
  color: #33AFFF;
  text-decoration: underline;
}

.profile-skill-instance-text {
  display: inline-block;
}

.profile-add-element-link {
  color: #33AFFF;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-decoration: underline;
}

.thin-line-under-profile-reference-instance {
  width: 85%;
  height: 1px;
  border: solid 1px var(--light-blue-grey);
  background-color: #C9DFF0;
  display: block;
  margin: 0 auto;
  font-size: 18px;
}

.ref-instance-dat-div {
  display: inline-block;
}

#profile_referece_table {
  width: 100%;
}

.ref-instance-date-pencil-div h2 {
  font-size: 17px;
}
.ref-instance-date-pencil-div .ref_name {
  font-size: 17px;
  color: #829FAD;
}

.reference-fill-div {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  margin: 0 auto;
}

.alkdlk {
  margin-right: 10px;
}

.center-div {
  width: 315px;
  text-align: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.center-div table {
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
}
.center-div > .div-280 {
  width: 280px;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  margin: auto;
  text-align: left;
}

.certificates_date {
  text-align: left;
  font-style: italic;
  color: #829FAD;
  font-size: 14px;
}

.delete_entry_oragne {
  color: #FF7300;
}

#counter {
  float: right;
  border: 0;
  font-size: 14px;
  text-align: right;
  color: #829FAD;
}

.left-ro-right {
  direction: ltr;
}

html[dir=rtl] #navigation {
  float: right;
  display: inline;
  margin-left: 0;
  margin-right: 360px;
}

.describing-image img {
  margin: 0 auto;
  display: block;
  margin-bottom: 40px;
}

.header-image img {
  width: 150px;
  display: block;
  margin: 0 auto 20px;
}

.container .profile-grey-head {
  background-color: #F1F6F8;
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.add-new-entry img {
  float: right;
  display: block;
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}

.pencil-ref-div img {
  width: 24px;
  display: inline-block;
}

#profile_reference_row th:nth-of-type(1) {
  text-align: left;
  font-style: italic;
  color: #829FAD;
  font-size: 14px;
}
#profile_reference_row th:nth-of-type(2) {
  text-align: right;
}

#language-option-chosen {
  color: #000000;
}

.relative {
  position: relative;
}