<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    margin: 0;
    padding: 0;
}

@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: msr900;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/msr/exljbris_-_museosansrounded-900-webfont.ttf);
  }

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

  .tooltip {
    position: relative;
    display: inline-block;

  }

  .tooltip .tooltiptext {
    visibility: hidden;
    width: 210px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    top: 75px;
    z-index: 1;
    left: 45px;
    font-family: msr300;
  }

  .tooltip:hover .tooltiptext {
    visibility: visible;
  }

  .ime-ver{
    width: fit-content;
    display: flex;
    margin: auto;
  }

  .verified{
    height: fit-content;
    margin-top: 76px;
    margin-left: 10px;
  }

  .header{
      width: 100%;
      height: 141px;
      background-image: url('https://startit.rs/media/cover-2.png');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
  }

  .logo{
      width: 50px;
      margin-top: 45px;
  }

  .around-img{
      width: 110px;
      height: 110px;
      border-radius: 10px;
      background-color: #ffffff;
      margin: 0 auto;
      position: relative;
      top: 73px;
  }

  .link-zajednica {
    color: #ffffff;
    font-family: msr300;
    font-size: 12px;
    text-decoration: none;
    margin: 0 auto;
    display: block;
    width: fit-content;
    position: relative;
    top: 15px;
  }

  .link-zajednica:hover {
      text-decoration: underline;
  }

  .avatar{
      border-radius: 10px;
      width: 80px;
      height: 80px;
      margin-top: 15px;
      margin-left: 15px;
  }

  .ime{
      width: fit-content;
      margin: auto;
      text-align: center;
      font-size: 32px;
    line-height: 38px;
    font-family: msr900;
    margin-top: 70px;
  }

  .pozicija{
      width: 500px;
      margin: auto;
      font-family: msr100;
      font-size: 15px;
      line-height: 22px;
      text-align: center;
      margin-top: 15px;
      text-transform: uppercase;
  }



  .social{
      width: 130px;
      margin: auto;
      display: flex;
      justify-content: center;
      margin-top: 23px;
  }

  .linkedin{
      width: 35px;
      height: 35px;
      background: #2D64BC;
      border-radius: 50%;
      display: grid;
      align-items: center;


  }

  .github{
      width: 35px;
      height: 35px;
      background-color: black;
      border-radius: 50%;
      display: grid;
      align-items: center;

  }

  .twitter{
      width: 35px;
      height: 35px;
      background: #4D9FEB;
      border-radius: 50%;
      display: grid;
      align-items: center;

  }

  .social-img{
      margin: auto;
  }

  .social a{
    display: block;
    margin: auto;
    margin-top: 8px;

  }


.public-info-checkbox-wrapper {
    margin: 0 auto;
    margin-top: 20px;
    width: 85%;
}

.public-info-checkbox-wrapper label {
    cursor: pointer;
}

.public-info-input-wrapper {
    width: 85%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.public-info-input-wrapper label {
    width: fit-content;
    margin-top: 25px;
    cursor: pointer;
}

.inputs-wrapper {
    width: 500px;
    background: #F5F5F6;
    border-radius: 25px;
    margin: auto;
    margin-bottom: 33px;
    padding: 10px 0;
}

.inputs-wrapper label {
    font-family: msr300;
    font-size: 13px;
}

.inputs-wrapper input[type=checkbox] {
    cursor: pointer;
}

.public-info-btns-wrapper {
    display: flex;
}

#edit-title {
    width: 100%;
    max-width: 100%;
    height: 58px;
    background: #fff;
    padding: 10px;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    border-radius: 5px;
    margin: auto;
    margin-top: 8px;
    margin-bottom: 12px;
    font-family: msr300;
    line-height: 18px;
}

#pozicija-submit {
    width: fit-content;
    margin-bottom: 20px;
}

.crno-logout{
    width: 100px;
    height: 25px;
    font-size: 12px;
    background: black;
    border-radius: 100px;
    border-style: none;
    color: white;
    font-family: msr500;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none;
}

.logout{
    width: 85%;
    margin: auto;
    margin-top: 20px;
}

/* .crno-logout:hover {
    text-decoration: underline;
} */

  .iskustva {
    width: 500px;
    background: #F5F5F6;
    border-radius: 25px;
    margin: auto;
    margin-top: 33px;
    padding-top: 30px;
    padding-bottom: 1px;
  }

.iskustva-inner{
    width: 85%;
    margin: auto;
    margin-bottom: 35px;
}

  .iskustva-title{
    font-family: msr100;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    padding-bottom: 12px;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.281);
    width: 100%;
  }

  .pozicija-div-wrapper {
      margin-bottom: 35px;
  }

  .pozicija-div{
      display: flex;
      width: 85%;
      margin: auto;
      margin-bottom: 15px;
  }

  .edukacija-div {
    display: flex;
    width: 85%;
    margin: auto;
    margin-bottom: 35px;
  }

  .pozicija-firma{
      font-family: msr500;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #555;
    text-align: left;
  }

  .pozicija-ime{
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    font-family: msr700;
    text-align: left;
    margin-top: 7px;
    max-width: 357px;
  }

  .pozicija-datum{
    font-size: 12px;
    line-height: 16px;
    color: #777;
    font-family: msr300;
    text-align: left;
    margin-top: 7px;
  }

  .pozicija-logo{
      width: 50px;
      height: 50px;
      margin-right: 18px;
      border-radius: 5px;
  }

  .grupe{
    font-family: msr100;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    padding-bottom: 12px;
    width: 100%;
    margin: auto;
    margin-top: 56px;
    margin-bottom: 10px;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.281);

  }

  .lista-grupa{
      width: 500px;
      margin: auto;
  }

    li:nth-child(n) {
        height: 40px;
        background: white;
        border-radius: 5px;
        font-family: msr700;
        font-size: 17px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 15px;
        margin: 10px 0;
    }

    li:nth-child(2n) {
        height: 40px;
        background: #f4f4f4;
        border-radius: 5px;
        font-family: msr700;
        font-size: 17px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 15px;
        margin: 10px 0;
    }

    li a{
        text-decoration: none;
        color: black;
    }

    ul{
        margin-bottom: 100px;
    }

    .zeleno{
        width: 80px;
        height: 25px;
        font-size: 12px;
        background: #33A331;
        border-radius: 100px;
        border: 2px solid #33A331;
        color: white;
        font-family: msr500;
        cursor: pointer;
        -webkit-appearance: none;
        display: block;
        text-align: center;
        padding: 0 8px;
        margin-right: 16px;
    }

    .zeleno-sire{
        width: 155px;
        margin-top: 10px;
    }

    .sivo{
        background: #ffffff;
        color: #33A331;
        width: 80px;
        height: 25px;
        font-size: 12px;
        border-radius: 100px;
        border: 2px solid #33A331;
        font-family: msr500;
        cursor: pointer;
        -webkit-appearance: none;
        display: block;
        text-align: center;
        padding: 0 8px;
        margin-right: 16px;
    }

    .nova-lozinka-input{
        background: white;
        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: 90px;
        padding: 5px 10px;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 14px;
        font-family: arial;
        outline: none;
        height: 40px;
    }

    @-webkit-keyframes spin {
        0% {transform: rotate(0)}
        100% {transform: rotate(359deg)}
    }
    @keyframes spin {
        0% {transform: rotate(0)}
        100% {transform: rotate(359deg)}
    }

    .spinner-hidden {
        display: none;
    }

    .spinner {
        display: inline-block;
        width: 8px;
        height: 8px;
        border: 2px solid rgba(255,255,255,.3);
        border-radius: 50%;
        border-top-color: black;
        -webkit-animation: spin 0.2s ease-in-out infinite;
        animation: spin 0.2s ease-in-out infinite;
    }

    @media screen and (max-width: 600px) {
        .iskustva, .pozicija, .public-info-checkbox-wrapper, .public-info-input-wrapper, .inputs-wrapper, .lista-grupa {
            width: 85%;
        }

        .pozicija-ime {
            font-size: 17px;
        }

        .tooltip .tooltiptext{
            top: 108px;
            z-index: 1;
            left: -173px;
        }

        /* p {
            margin-bottom: unset;
        } */
    }

  /* User Follow */
  .startit-follow-user-wrap {
    max-width: 500px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
  }

  .startit-follow-user {
    width: 80px;
    height: 25px;
    font-size: 12px;
    background: #33A331;
    border-radius: 100px;
    border: 2px solid #33A331;
    color: white;
    font-family: msr500;
    cursor: pointer;
    -webkit-appearance: none;
    display: block;
    text-align: center;
    padding: 0 8px;
  }

  .startit-follow-user.startit-user-followed {
    background: #ffffff;
    color: #33A331;
  }
</pre></body></html>