@font-face {
    font-family: m900;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/msr/exljbris_-_museosansrounded-900-webfont.ttf);
  }
@font-face {
    font-family: msr900;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/msr/exljbris_-_museosansrounded-900-webfont.ttf);
  }
@font-face {
    font-family: msr500;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/msr/exljbris_-_museosansrounded-500-webfont.ttf);
  }

  @font-face {
    font-family: msr300;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/msr/exljbris_-_museosansrounded-300-webfont.ttf);
  }

  @font-face {
    font-family: msr700;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/msr/exljbris_-_museosansrounded-700-webfont.ttf);
  }

  @font-face {
    font-family: msr100;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/msr/exljbris_-_museosansrounded-100-webfont.ttf);
  }

  .morate{
    font-family: 'msr900';
    font-size: 30px;
    width: fit-content;
    margin: auto;
    margin-top: 50px;
  }

  .acf-required{
      display: none;
  }

  .help-text{
    width: 100%;
    max-width: 500px;
    font-family: Helvetica;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #787878;
    margin: auto;
  }

  .description{
    width: 100%;
    max-width: 500px;
    font-family: Helvetica;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 20px;
    color: #787878;
    margin: auto;
    margin-bottom: 10px;
  }

  .error{
      color: red;
      display: block;
      font-family: m300;
      font-size: 14px;
      margin-top: 7px;
  }

  .error span{
      text-decoration: underline;
  }

  .bez-rucnog-wrapper {
      width: 100%;
      background: #E2F2F9;
      margin-bottom: 30px;
  }

  .bez-rucnog-inner-wrapper {
      width: 100%;
      max-width: 500px;
      margin: 0 auto;
      padding-top: 10px;
      padding-bottom: 20px;
  }

  /* .bez-rucnog-heading {
    margin: 20px 0;
    line-height: 25px;
    font-size: 21px;
  } */

  .bez-rucnog-paragraph {
      font-family: Arial, Helvetica, sans-serif;
      color: #555;
      line-height: 20px;
      font-size: 14px;
  }

  /* .bez-rucnog-inner-wrapper a {
    font-family: msr300;
    font-size: 12px;
    line-height: 14px;
    text-decoration-line: underline;
    color: #333333;
  } */

  .bez-rucnog-wrapper a,
  .bez-rucnog-wrapper a:visited {
      color: #555;
      text-decoration-line: underline;
    }

  .linkedin-login {
      height: 42px;
      margin: 20px 0;
  }

.podaci {
    margin-left: 20px;
    font-family: Helvetica;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    margin-bottom: 15px;
}

/* .grad-osnivanja, .acf-input > select { */
select {
    width: 230px;
    height: 35px;
    background: #F2F2F2;
    opacity: 0.66;
    border: 1px solid rgba(0,0,0,0.2);
    box-sizing: border-box;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: arial;
    padding-left: 5px;
    outline: none;
}

select:hover {
    cursor: pointer;
}

.firme-forma-label, .acf-label > label{

    font-family: msr700;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    color: #333;
    margin-top: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    text-transform: uppercase;

}

input, #url_pp{

    background: #F2F2F2;
    opacity: 0.66;
    border: 1px solid rgba(0,0,0,0.2);
    box-sizing: border-box;
    border-radius: 5px;
    width: 100%;
    max-width: 500px;
    height: 35px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: arial;
    padding: 5px 10px;
    outline: none;
}

#url_pp{
    height: 70px;
}

.radio-wrapper {
    display: flex;
    align-items: center;
}

.radio-input {
    background: unset !important;
    opacity: unset !important;
    border: unset !important;
    box-sizing: unset !important;
    border-radius: unset !important;
    width: unset !important;
    max-width: unset !important;
    height: unset !important;
    margin: unset !important;
}

.radio-btns {
    margin: 10px 0;
}

label[for='dokument'],
label[for='link'],
label[for='dokument_pp'],
label[for='link_pp'],
label[for='cv_saved'] {
    font-size: 12px;
    margin: unset;
    margin-left: 5px;

    font-family: msr500;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 25px;
    color: #333;
    /* margin-top: 15px; */
    /* margin-bottom: 10px; */
    cursor: pointer;
    text-transform: uppercase;
}

.cv-wrapper-file {
    margin-bottom: 20px;
    position: relative;
}

/* zelimo da prikazemo gresku ako korisnik nije izabrao fajl */
#upload_cv {
  display: initial;
  opacity: 0;
  width: 0;
  position: absolute;
  left: 0;
  pointer-events: none;
}

.upload-btn {
    background: #33A331;
    border-radius: 50px;
    color: #FFF;
    font-family: msr500;
    width: fit-content;
    display: flex;
    justify-content: center;
    height: 25px;
    align-items: center;
    font-size: 12px;
    cursor: pointer;
    padding: 0 10px;
    margin-top: 10px;
}

.cv-chosen, .file-chosen, .pp-chosen {
    margin: 10px 12px;
    display: block;
    font-family: 'helvetica';
    font-weight: bold;
    font-size: 14px;
}

.cv-chosen-x{
    background-color: #F2F2F2;
    display: block;
    width: fit-content;
    padding: 8px 15px;
    display: flex;
    justify-content: space-between;
    margin-left: 0;
}

.x-btn{
    margin-left: 20px;
    cursor: pointer;
    font-family: msr900;
}

.pzp{
    display: flex;
    align-items: center;
    padding-left: 20px;
    border-bottom: 1px solid #E5E8EB;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dodatni-dokument-wrapper, .dodatni-link-wrapper {
    border: 1px solid #333333;
    padding: 10px;
    margin: 20px 0px;
}


.span-remove, .span-remove-link {
    position: relative;
    left: 230px;
    font-family: msr300;
    font-size: 19px;
    cursor: pointer;
}

.span-remove-link {
    left: 288px;
}

.dodatni-btns-wrapper {
    margin-top: 35px;
    margin-bottom: 20px;
}

.cv-wrapper-saved,
.cv-wrapper-saved a {
  color: #000;
}

form{
    width: 90%;
    max-width: 500px;
    margin: auto !important;
    margin-top: 70px;
    padding-bottom: 30px;
    padding-top: 30px;
}

.section-heading {
    font-family: msr300;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 45px;
    color: #000000;
}

#acf-form{
    width: 90%;
    max-width: 500px;
    margin: auto !important;
    margin-top: 70px;
    margin-bottom: 100px;
    padding: unset;
    padding-bottom: 30px;
}

.acf-table{
    width: 100%;
    margin-top: 25px;
}

.acf-th {
    font-family: msr500;
    font-size: 12px;
    text-transform: uppercase;
    color: #777777;
}

.acf-actions{
    display: none;
}

/* #acf-field_611d764205725-row-9-field_611d764a05726, #acf-field_611d764205725-row-8-field_611d764a05726, #acf-field_611d764205725-row-7-field_611d764a05726, #acf-field_611d764205725-row-6-field_611d764a05726, #acf-field_611d764205725-row-0-field_611d764a05726, #acf-field_611d764205725-row-1-field_611d764a05726, #acf-field_611d764205725-row-2-field_611d764a05726, #acf-field_611d764205725-row-3-field_611d764a05726, #acf-field_611d764205725-row-4-field_611d764a05726, #acf-field_611d764205725-row-5-field_611d764a05726{

    width: 250px;
    height: 35px;
    margin-top: 10px;
}

#acf-field_611d764205725-acfcloneindex-field_611d764a05726, #acf-field_611d764205725-acfcloneindex-field_613a612b951a1{
    display: none;
} */

.acf-field-select{
    width: 250px;
    height: 35px;
}

/* .acf-input{
    width: 500px;
    height: 35px;
} */

.acf-row-handle{
    font-family: Helvetica;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: #777777;
    width: 5px;
}

.acf-row-handle > span {
    margin-right: 6px;
    text-align: center;
    display: inline-block;
    width: 20px;
}

.acf-button {

    width: 260px !important;
    height: 40px !important;
    font-size: 12px;
    border-style: none;
    color: white;
    display: inline-block !important;
    font-family: msr500;
    text-align: center;
    background: #33A331;
    border-radius: 50px;
    cursor: pointer;
    -webkit-appearance: none;
    /* margin-top: 100px; */
    opacity: 1;
    margin-bottom: 100px !important;
    padding: 1px 6px !important;
}

.acf-button:hover{
    opacity: 0.7;
}

.country {
    font-family: msr300;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 45px;
    color: #000000;
}

.kategorija-checkbox{
    width: 16px;
    height: 16px;
}

.kategorija-label{
    font-size: 14px;
    font-family: msr300;
    position: relative;
    top: -3px;
    margin-left: 2px;
}

.ne-znam{
    width: 260px;
    height: 36px;
    font-size: 15px;
    border-style: none;
    color: white;
    font-family: msr500;
    text-align: center;
    background: #33A331;
    border-radius: 50px;
    margin-top: 30px;
    cursor: pointer;
    -webkit-appearance: none;
    opacity: 1;
    display: block;
    margin-bottom: 100px;
}

.ne-znam:hover{
    opacity: 0.7;
}

.ne-znam-textarea, #acf-field_6141c0697b514, #acf-field_611d77b30573a{
    background: #F2F2F2;
    opacity: 0.66;
    border: 1px solid rgba(0,0,0,0.2);
    box-sizing: border-box;
    border-radius: 5px;
    width: 100%;
    height: 70px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: Helvetica;
    padding: 10px;
    outline: none;
}

#acf-field_6141c0697b514, #acf-field_611d77b30573a {
    margin-top: unset;
}

/* #acf-field_611d764205725-row-0-field_613a612b951a1, #acf-field_611d764205725-row-1-field_613a612b951a1, #acf-field_611d764205725-row-2-field_613a612b951a1, #acf-field_611d764205725-row-3-field_613a612b951a1, #acf-field_611d764205725-row-4-field_613a612b951a1, #acf-field_611d764205725-row-5-field_613a612b951a1, #acf-field_611d764205725-row-6-field_613a612b951a1, #acf-field_611d764205725-row-8-field_613a612b951a1, #acf-field_611d764205725-row-9-field_613a612b951a1, #acf-field_611d764205725-acfcloneindex-field_613a612b951a1, #acf-field_611d764205725-row-7-field_613a612b951a1{
    width: 100px;
    height: 35px;
    margin-left: -140px;
} */

.acf-input-wrap > input {
    width: 100px;
    height: 35px;
    border: 1px solid rgba(0,0,0,0.2);
}

.section-header-firme {
    width: 100%;
    max-width: 500px;
    margin: auto;
    margin-bottom: 40px;
}

.section-header-firme h1{
    width: 100%;
    max-width: 500px;
    font-family: m900;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    margin: auto;
    margin-top: 30px;
}

.section-header-firme p{
    width: 100%;
    max-width: 500px;
    font-family: Helvetica;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    margin: 10px auto;
}

.spinner-wrap {
    display: flex;
}

.spinner-show{
    width: 30px;
    height: 30px;
    margin-top: 30px;
    margin-left: 20px;
    display: inline-block;
    border: 2px solid rgba(255,255,255,.3);
    border-radius: 50%;
    border-top-color: black;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;

}

.spinner-hidden {
    display: none;
}

.acf-label{
    width: 100%;
    max-width: 500px;
    margin: auto;
}
.acf-label > label {
    text-transform: uppercase;
    display: block;
}


label[for=file] {
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    font-family: 'msr500';
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    width: 100%;
}

#files-chosen {
    margin: 40px 0 10px 10px;
    color: #555;
    font-family: msr300;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
}

.chosen-file {
    color: #555;
    font-family: msr300;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
}

.files-label-wrapper {
    background-color: #000000;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    width: 140px;
    margin-bottom: 25px;
    margin-top: 10px;
}

input[type=file] {
    display: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* .prijava-za-poziciju {
    width: 100%;
    padding: 35px 0;
    background: white;
    text-align: center;
} */

#vector{
    top: 135px;
}

@media screen and (max-width: 800px) {
    #pzp{
        width: 100%;
        margin: 0;
    }

    #vector{
        top: 35px;
    }
}


/* ZAJEDNICA FORME */

.zajednica-uslovi-checkbox-wrapper {
    display: flex;
}

.zajednica-uslovi-checkbox-wrapper > input {
    width: unset !important;
    height: 18px !important;
    margin-top: 0px !important;
    margin-right: 10px !important;
}

.zajednica-uslovi-checkbox-wrapper > label {
    margin-top: 0px !important;
    font-size: 12px !important;
    line-height: 18px !important;
}
