/* CHAT */
* {
    border: 0;
    margin: 0;
    box-sizing: border-box;
}

.wrapper-main {
    max-width: 1164px;
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0;
}

.my-chats-wrapper {
    background: #F5F5F6;
    width: 38%;
    border-radius: 25px;
    height: fit-content;
}

.my-chats-head {
    background: #E5E5E5;
    padding: 20px;
    border-radius: 25px 25px 0 0;
}

.head-title {
    font-family: msr7;
    font-size: 20px;
    margin-left: 10px;
}

.my-info {
    display: flex;
    display: flex;
    justify-content: space-between;
}
.head-left {
    display: flex;
    align-items: center;
}

.head-right {
    display: flex;
    justify-content: flex-end;
    width: 80px;
    align-items: center;
}

.img-social {
    height: 20px;
    opacity: 60%;
    cursor: pointer;
    margin-left: 10px;
}

.my-img {
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.inp-search {
    height: 40px;
    width: 100%;
    padding: 20px 0 20px 50px;
    border-radius: 20px;
    margin-top: 20px;
    background-image: url('https://startit.rs/media/jobs-search-lupa.png');
    background-size:contain;
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: 20px 10px;
}

.chat-wrapper {
    padding: 10px 20px;
    cursor: pointer;
}

.chat-title {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 0;
    font-family: msr9;
    color: #333333
}

.user-img {
    height: 35px;
    border-radius: 50%;
    margin-right: 5px;
}

.user-img-small {
    height: 25px;
    min-width: 25px;
    border-radius: 50%;
    margin-right: -16px;
}

.user-name {
    font-size: 10px;
    color: #333333;
    font-family: msr7;
    height: 10px;
    overflow: hidden;
    text-transform: uppercase;
}

.user-status {
    font-size: 14px;
    color: #777777;
    padding-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    height: 26px;
    overflow: hidden;
    width: 100%;
}

.user-info {
    width: 70%;
    padding-left: 10px;
}

.chat-time {
    color: #777777;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 2px;
    text-align: right;
}

.chat-bot {
    display: flex;
    justify-content: space-between;
}

.chat-bot-l {
    display: flex;
    width: 100%;
}

.chat-bot-r {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}

.span-neprocitane {
    background: #33A331;
    color: white;
    padding: 4px 8px;
    border-radius: 50%;
    font-size: 13px;
    position: relative;
    top: -12px;
}

.main-img-wrapper {
    margin-right: 3px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    width: 35px;
}

.hr-chat {
    margin: 0 20px !important;
}

.one-chat-wrapper {
    width: 57%;
    color: #333333;
    display: none;
    position: relative;
}

.remove-chat {
    position: absolute;
    top: 10px;
    right: 0px;
    cursor: pointer;
}

.x-button {
    height: 25px;
}

.one-chat-top-title {
    padding-top: 0;
    width: auto;
    font-size: 27px;
    line-height: 35px;
    font-family: msr9;
    color: #000;
    margin-bottom: 20px;
    margin-right: 25px;
}

.one-chat-info {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 12px;
    font-family: msr5;
}

.one-chat-name {
    font-weight: 900;
}

.first-and-last-msg {
    width: 80%;
}

.span-dot {
    margin: 0 5px;
}

.one-chat-first , .one-chat-last {
    min-width: fit-content;
}

.one-chat-bot {
    display: flex;
    flex-direction: column;
}

.wrapper-msg {
    margin-top: 20px;
    background: #EDEDED;
    border-radius: 20px;
    padding: 10px 20px;
    width: 73%;
}

.slika-kontent {
    display: flex;
}

.msg-text {
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14.5px;
    line-height: 20px;
}

.content {
    width: 86%;
}

.one-chat-time {
    display: flex;
    justify-content: end;
    margin-top: 5px;
}

.my-msg {
    align-self: end;
}

.span-time {
    color: #777777;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.form-quick-inp {
    height: 120px;
    width: 100%;
    padding: 10px;
    border: 1px solid #E5E5E5;
    background-color: #F5F5F6;
    border-radius: 5px;
    margin-top: 20px;
    resize: none;
}

.form-quick-btn {
    height: 44px;
    width: 35%;
    padding: 10px 0;
    background-color: #33A331;
    color: white;
    border-radius: 20px;
    margin-top: 20px;
    font-family: msr7;
    font-size: 15px;
    cursor: pointer;
}

.new-thread-wrapper {
    width: 57%;
    height: fit-content;
    background-color: white;
    /* display: none; */
    position: relative;
}

.form-title {
    font-size: 28px;
    line-height: 55px;
    margin: 0;
    padding-top: 0;
    font-family: msr9;
}

.form-inp {
    height: 30px;
    width: 100%;
    padding-left: 10px;
    border: 1px solid #E5E5E5;
    background-color: #F5F5F6;
    border-radius: 5px;
}

#inpMsg {
    width: 100%;
    height: 120px;
    padding: 10px;
    border: 1px solid #E5E5E5;
    background-color: #F5F5F6;
    border-radius: 5px;
    resize:none;
}

.form-label {
    line-height: 40px;
    color: #333333;
    font-family: msr7;
}

#inpPosalji {
    margin-top: 40px;
    background: #33A331;
    color: white;
    width: 40%;
    height: 50px;
    border-radius: 50px;
    font-family: msr7;
    font-size: 15px;
    cursor: pointer;
}

#selectPrimalac {
    color: #707070;
    font-family: Arial;
    font-weight: 400;
    font-style: normal;
}

.novi-primalac {
    height: 40px;
    width: fit-content;
    padding: 10px 25px 10px 15px;
    border: 2px solid #E5E5E5;
    background: white;
    border-radius: 20px;
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
    margin-right: 5px;
}

.remove-primalac {
    position: absolute;
    top: 7px;
    right: 10px;
    cursor: pointer;
    font-family: msr5;
}

.novi-primalac-ime{
    font-family: Arial, Helvetica, sans-serif;
}

.quick-reply {
    padding-bottom: 20px;
}

@media screen and (max-width: 600px) {
    .my-chats-wrapper {
        width: 100%;
    }

    .one-chat-wrapper {
        width: 100%;
        margin-top: 30px;
    }

    .new-thread-wrapper {
        width: 95%;
        margin: auto;
        margin-top: 30px;
    }

    .one-chat-info {
        flex-wrap: wrap;
        width: 100%;
    }

    .first-and-last-msg {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .one-chat-first, .one-chat-last {
        min-width: fit-content;
        width: 95%;
        margin: 2px 0;
    }

}

/* Feed */
.buttons-flex {
    padding-bottom: 50px;
    margin-top: 0;
}

.crno {
    height: 30px;
}

.kat {
    height: 20px;
}

.komentari-feed, .upvotes {
    height: 18px;
}





/* ZAHTEV */
.form-wrapper {
    width: 40%;
    margin: auto;
    margin-top: 50px;
    height: fit-content;
    background-color: white;
    position: relative;
}

.form-title {
    font-size: 28px;
    line-height: 55px;
    margin: 0;
    padding-top: 0;
    font-family: msr700;
}

.form-inp {
    height: 30px;
    width: 100%;
    padding-left: 10px;
    border: 1px solid #E5E5E5;
    background-color: #F5F5F6;
    border-radius: 5px;
}

#inpMsg {
    width: 100%;
    height: 200px;
    padding: 10px;
    border: 1px solid #E5E5E5;
    background-color: #F5F5F6;
    border-radius: 5px;
    resize:none;
    margin-top: 20px;
}

.form-label {
    line-height: 40px;
    color: #333333;
    font-family: msr700;
}

#inpPosalji {
    margin-top: 40px;
    background: #33A331;
    color: white;
    width: 40%;
    height: 50px;
    border-radius: 50px;
    font-family: msr700;
    font-size: 15px;
    cursor: pointer;
}

.x-button {
    height: 25px;
}

.form-text {
    margin-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 25px;
    color: #707070;
}

/* CHAT */
* {
    border: 0;
    margin: 0;
    box-sizing: border-box;
}

.linija {
    border-color: #CCCCCC;
}

.info {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.single-info {
    width: 30%;
}

.single-info input {
    width: 100%;
    height: 30px;
    background: #F5F5F6;
    opacity: 0.66;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    display: block;
    padding-left: 5px;
}

.single-info label {
    font-family: exo300;
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
}

.add-button {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

#btn {
    background: #707070;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.no-marg {
    margin-top: 0 !important;
}

.btn-img {
    width: 60%;
}

.wrapper-main {
    max-width: 1164px;
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0;
}

.my-chats-wrapper {
    background: #F5F5F6;
    width: 38%;
    border-radius: 25px;
    height: fit-content;
}

.my-chats-head {
    background: #E5E5E5;
    padding: 20px;
    border-radius: 25px 25px 0 0;
}

.head-title {
    font-family: msr7;
    font-size: 20px;
    margin-left: 10px;
}

.my-info {
    display: flex;
    display: flex;
    justify-content: space-between;
}

.head-left {
    display: flex;
    align-items: center;
}

.head-right {
    display: flex;
    justify-content: flex-end;
    width: 80px;
    align-items: center;
}

.img-social {
    height: 20px;
    opacity: 60%;
    cursor: pointer;
    margin-left: 10px;
}

.my-img {
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.inp-search {
    height: 40px;
    width: 100%;
    padding: 20px 0 20px 50px;
    border-radius: 20px;
    margin-top: 20px;
    background-image: url('https://startit.rs/media/jobs-search-lupa.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: 20px 10px;
}

.chat-wrapper {
    padding: 10px 20px;
    cursor: pointer;
}

.chat-title {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 0;
    font-family: msr9;
    color: #333333
}

.user-img {
    height: 35px;
    border-radius: 50%;
    margin-right: 5px;
}

.user-img-small {
    height: 25px;
    min-width: 25px;
    border-radius: 50%;
    margin-right: -16px;
}

.user-name {
    font-size: 10px;
    color: #333333;
    font-family: msr7;
    height: 10px;
    overflow: hidden;
    text-transform: uppercase;
}

.user-status {
    font-size: 14px;
    color: #777777;
    padding-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    height: 26px;
    overflow: hidden;
    width: 100%;
}

.user-info {
    width: 70%;
    padding-left: 10px;
}

.chat-time {
    color: #777777;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 2px;
    text-align: right;
}

.chat-bot {
    display: flex;
    justify-content: space-between;
}

.chat-bot-l {
    display: flex;
    width: 100%;
}

.chat-bot-r {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}

.span-neprocitane {
    background: #33A331;
    color: white;
    padding: 4px 8px;
    border-radius: 50%;
    font-size: 13px;
    position: relative;
    top: -12px;
}

.main-img-wrapper {
    margin-right: 3px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    width: 35px;
}

.hr-chat {
    margin: 0 20px !important;
}

.one-chat-wrapper {
    width: 57%;
    color: #333333;
    display: none;
    position: relative;
}

.remove-chat {
    position: absolute;
    top: 10px;
    right: 0px;
    cursor: pointer;
}

.x-button {
    height: 25px;
}

.one-chat-top-title {
    padding-top: 0;
    width: auto;
    font-size: 27px;
    line-height: 35px;
    font-family: msr9;
    color: #000;
    margin-bottom: 20px;
    margin-right: 25px;
}

.one-chat-info {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 12px;
    font-family: msr5;
}

.one-chat-name {
    font-weight: 900;
}

.first-and-last-msg {
    width: 80%;
}

.span-dot {
    margin: 0 5px;
}

.one-chat-first,
.one-chat-last {
    min-width: fit-content;
}

.one-chat-bot {
    display: flex;
    flex-direction: column;
}

.wrapper-msg {
    margin-top: 20px;
    background: #EDEDED;
    border-radius: 20px;
    padding: 10px 20px;
    width: 73%;
}

.slika-kontent {
    display: flex;
}

.msg-text {
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14.5px;
    line-height: 20px;
}

.content {
    width: 86%;
}

.one-chat-time {
    display: flex;
    justify-content: end;
    margin-top: 5px;
}

.my-msg {
    align-self: end;
}

.span-time {
    color: #777777;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.form-quick-inp {
    height: 120px;
    width: 100%;
    padding: 10px;
    border: 1px solid #E5E5E5;
    background-color: #F5F5F6;
    border-radius: 5px;
    margin-top: 20px;
    resize: none;
}

.form-quick-btn {
    height: 44px;
    width: 35%;
    padding: 10px 0;
    background-color: #33A331;
    color: white;
    border-radius: 20px;
    margin-top: 20px;
    font-family: msr7;
    font-size: 15px;
    cursor: pointer;
}

.new-thread-wrapper {
    width: 57%;
    height: fit-content;
    background-color: white;
    /* display: none; */
    position: relative;
}

.form-title {
    font-size: 28px;
    line-height: 55px;
    margin: 0;
    padding-top: 0;
    font-family: msr9;
}

.form-inp {
    height: 30px;
    width: 100%;
    padding-left: 10px;
    border: 1px solid #E5E5E5;
    background-color: #F5F5F6;
    border-radius: 5px;
}

#inpMsg {
    width: 100%;
    height: 120px;
    padding: 10px;
    border: 1px solid #E5E5E5;
    background-color: #F5F5F6;
    border-radius: 5px;
    resize: none;
}

.form-label {
    line-height: 40px;
    color: #333333;
    font-family: msr7;
}

#inpPosalji {
    margin-top: 40px;
    background: #33A331;
    color: white;
    width: 40%;
    height: 50px;
    border-radius: 50px;
    font-family: msr7;
    font-size: 15px;
    cursor: pointer;
}

#selectPrimalac {
    color: #707070;
    font-family: Arial;
    font-weight: 400;
    font-style: normal;
}

.novi-primalac {
    height: 40px;
    width: fit-content;
    padding: 10px 25px 10px 15px;
    border: 2px solid #E5E5E5;
    background: white;
    border-radius: 20px;
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
    margin-right: 5px;
}

.remove-primalac {
    position: absolute;
    top: 7px;
    right: 10px;
    cursor: pointer;
    font-family: msr5;
}

.novi-primalac-ime {
    font-family: Arial, Helvetica, sans-serif;
}

.quick-reply {
    padding-bottom: 20px;
}

@media screen and (max-width: 600px) {
    .my-chats-wrapper {
        width: 100%;
    }

    .one-chat-wrapper {
        width: 100%;
        margin-top: 30px;
    }

    .new-thread-wrapper {
        width: 95%;
        margin: auto;
        margin-top: 30px;
    }

    .one-chat-info {
        flex-wrap: wrap;
        width: 100%;
    }

    .first-and-last-msg {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .one-chat-first,
    .one-chat-last {
        min-width: fit-content;
        width: 95%;
        margin: 2px 0;
    }

}

/* Feed */
.buttons-flex {
    padding-bottom: 50px;
    margin-top: 0;
}

.crno {
    height: 30px;
}

.kat {
    height: 20px;
}

.komentari-feed,
.upvotes {
    height: 18px;
}





/* ZAHTEV */
.form-wrapper {
    width: 40%;
    margin: auto;
    margin-top: 50px;
    height: fit-content;
    background-color: white;
    position: relative;
}

.form-title {
    font-size: 28px;
    line-height: 55px;
    margin: 0;
    padding-top: 0;
    font-family: msr700;
}

.form-inp {
    height: 30px;
    width: 100%;
    padding-left: 10px;
    border: 1px solid #E5E5E5;
    background-color: #F5F5F6;
    border-radius: 5px;
}

#inpMsg {
    width: 100%;
    height: 200px;
    padding: 10px;
    border: 1px solid #E5E5E5;
    background-color: #F5F5F6;
    border-radius: 5px;
    resize: none;
    margin-top: 20px;
}

.form-label {
    line-height: 40px;
    color: #333333;
    font-family: msr700;
}

#inpPosalji {
    margin-top: 40px;
    background: #33A331;
    color: white;
    width: 40%;
    height: 50px;
    border-radius: 50px;
    font-family: msr700;
    font-size: 15px;
    cursor: pointer;
}

.x-button {
    height: 25px;
}

.form-text {
    margin-top: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 25px;
    color: #707070;
}