.wrapper{
    width: 800px;
    margin: auto;
}

body{
    background-color: white;
}

.postavi-naslov{
    font-family: m900;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #E1E5EA;
}

.postavi-tekst{

    font-family: Helvetica;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 23px;
    color: #333333;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.postavi-tekst-1{
    padding-left: 25px;
}


label{
        width: 95px;
    font-family: m300;
    font-style: normal;
    font-weight: 100;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
}

#feed_link,
#feed_title,
#feed-status-doing-what {
    background: #F2F2F2;
    opacity: 0.66;
    border: 1px solid rgba(0,0,0,0.2);
    box-sizing: border-box;
    border-radius: 5px;
    max-width: 500px;
    width: 100%;
    height: 35px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: msr300;
    padding-left: 5px;
}

#feed_kontekst, #feed_anonimno_razlog, #feed_anonimno_razlog_odgovor{
    background: #F2F2F2;
    opacity: 0.66;
    border: 1px solid rgba(0,0,0,0.2);
    box-sizing: border-box;
    border-radius: 5px;
    width: 500px;
    height: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: msr300;
    padding-left: 5px;
    padding-top: 5px;
}

table.mceLayout, textarea.tinyMCE {
    width: 100% !important;
}

#feed_anonimno{
    margin-bottom: 10px;
    margin-left: 5px;
}

.razlog-hidden{
    display: none;
}


.submit-btn{
        width: 260px;
    height: 36px;
    font-size: 12px;
    border-style: none;
    color: white;
    font-family: msr500;
    text-align: center;
    background: #33A331;
    border-radius: 50px;
    margin-top: 10px;
    cursor: pointer;
    -webkit-appearance: none;
    margin-bottom: 100px;
}

.submit-btn:hover {
    opacity: 0.8;
}

.submit-btn:active {
    opacity: unset;
    background: #127610
}

/* @media screen and (min-width: 800px){

.tox, .tox-tinymce{
    width: 500px !important;
}
} */
@media screen and (max-width: 800px){
    .tox, .tox-tinymce{
        width: 100%;
    }

    .postavi-tekst-1{
        width: 95%;
    }
    .wrapper{
        width: 95%;
    }

    /* #feed_link, #feed_title, #feed_kontekst, #feed_anonimno_razlog{
        width: 100%;
    } */
    .submit-btn{
        width: 100%;
    }

    .postavi-naslov{
            color: black;
    padding: 0;
    }
}

@media screen and (min-width: 500px){
    table.mceLayout, textarea.tinyMCE {
        width: 500px !important;
    }
}


/* Objavi Status */

#add-feed-post-form .tox {
  margin-top: 10px;
  margin-bottom: 10px;
}

.feed-doing-title {
  font-family: m900;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.feed-doing-wrap {
  max-width: 400px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.feed-doing-wrap input {
  margin-right: 5px;
}

.status-icon-wrap {
  display: inline-flex;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #33A331;
}

/* korekcija zbog jedva vidljive 'antene' */
label[for="gledam"] svg {
  margin-top: -1px;
}

.form-note {
  display: flex;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: Helvetica;
  font-size: 13px;
  color: #777;
}

.form-note svg {
  margin-right: 5px;
}

/* .feed-doing-wrap label {
  text-transform: uppercase;
} */
