
#feed-modal .modal-dialog {
    max-width:860px;
}

#feed-modal .modal-content {
    padding:32px;
}

#feed-modal .modal-header, #feed-modal .modal-body {
    padding:0;
    border:none;
}

#feed-modal .modal-header .h2{
    color: #000;
    /* Desktop_Heading/24_H2 */
    font-family: Montserrat-Bold;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 133.333% */
    text-transform: uppercase;
    margin-bottom:24px;
}

.good_content {
    display: flex;
    align-items: center;
    gap:16px;
    margin-bottom:32px;
}

.good_img {
    border-radius: 4px;
    overflow:hidden;
    flex: 0 0 80px;
    width:80px;
    position: relative;
    overflow:hidden;
}

.good_img:after {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.4);
}

.good_img img{
    width:100%;
}

.feed_content {
    display: flex;
    flex-direction: column;
    gap:24px;
}

.feed_content strong{
    display: block;
    padding:0;
    margin-top:0px;
    margin-bottom:16px;
    color: #000;
    /* Desktop_Heading/20_H3 */
    font-family: Montserrat-Bold;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 120% */
}

.ratings {
    display:flex;
    gap:8px;
}

.ratings .active svg {
    
}

.ratings .active svg path{
    opacity:1;
    fill:#1B3B75;
}

.feed_content label{
    display: block;
    color: #4F4F4F;
    margin-bottom: 8px;
    /* Text_14/None/Regular */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.feed_content textarea {
    border-radius: 3px;
    color:#000;
    font-family: Roboto;
    font-size: 14px;
    width:100%;
    padding:5px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    border: 1px solid #DCDCDC;
    resize:none;
    height:106px;
}    

.modal-header button {
    position:absolute;
    right:15px;
    top:15px;
    border:none;
    background:rgba(0,0,0,0)
}

.price {
    display: flex;
    gap:16px;
    align-items: end;
}

.feedname{
    color: #000;
    /* Text_16/SemiBold */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}

.drop-zone {
    border-radius: 3px;
    border: 1px solid #DCDCDC;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height:80px;
    padding-top:10px;
    padding-bottom:10px;
    flex-wrap:wrap;
    row-gap: 0;
}

.drop-zone a{
    text-decoration: none;
    color:#1B3B75;
}

.form-upload__hint {
    display: flex;
    column-gap:16px;
    row-gap:8px;
    flex-wrap: wrap;
    padding-left:15px;
    padding-right:15px;
}

.input-file-list-item {
    position:relative;
    padding-top:8px;
    flex: 0 0 10%;
    width:10%;
}

.input-file-list-remove {
    position:absolute;
    top:16px;
    right:8px;
    border-radius:100px;
    background:#fff;
    width:16px;
    height:16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-file-list-item img{
    width:100%;
}

.send {
    padding-top:16px;
}

.send button {
    padding:8px 0;
    width:345px;
    color: #FFF;
    /* Text_16/SemiBold */
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    border-radius: 3px;
    background: #1B3B75;
}

.drops {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap:16px;
    color: #4F4F4F;
    /* Text_14/None/Regular */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.form-upload__hint {
    flex:0 0 100%;
    width:100%;
}

.feed_content small{
    display: block;
    color: #4F4F4F;
    /* Text_10/Regular */
    font-family: Roboto;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 140% */
}

.feed_content small a{
    color: #1B3B75;
    text-decoration: none;
}