.add-form {
    border: 1px solid #dfdfdf;
}

.send-offer {
    font-size: 0.95em;
    font-family: 'Golos Text-Regular', sans-serif;
    background-color: #ffffff;
    border: 0px solid #8a8a8a8e;
    padding: 10px;
    border-radius: 15px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
}

.send-offer .text-before-form p {
    font-size: 1.05em;
    font-family: 'Golos Text-Regular', sans-serif;
    color: #17315c;
    line-height: 1.15em;

}

.send-offer input {
    background-color: #fcfcfc;
    border: 1px solid #b8bbbdcb;
    padding: 7px 3px 7px 3px;
    border-radius: 4px;
    font-family: 'Golos Text-Regular', sans-serif;
    font-size: 1.05em;
    font-weight: normal;
}

.send-offer textarea {
    background-color: #fcfcfc;
    border: 1px solid #b8bbbdcb;
    padding: 7px 3px 7px 3px;
    border-radius: 4px;
    font-family: 'Golos Text-Regular', sans-serif;
    font-size: 0.95em;
    font-weight: normal;
    line-height: 1.15em;
}

.send-offer  .nc-hint-required-fields {
    font-size: 0.85em;
    width: fit-content;
    margin: 10px 0px 10px 0px;
    background-color: rgb(247, 249, 252);
    color: #0d2e49e0;
    padding: 3px 10px 3px 10px;
    border-radius: 6px;
    border: 1px solid #cad2e0;
}

.send-offer  .captcha {
    margin: 15px 0px 15px 0px;
}

.send-offer  .send-offer-btn {
    padding: 7px 25px 7px 25px;
    background-color: rgb(56, 140, 209);
    color: #FFFFFF;
    border: 0px; 
    border-radius: 7px;
    margin: 15px 0px 0px 0px;
    font-size: 1.25em;
    font-family: 'Golos Text-Regular', 'sans-serif';
}

.send-offer  .warnText {
    font-size: 0.95em;
    font-family: 'Golos Text-Regular', 'sans-serif';
    width: fit-content;
    padding: 10px;
    border-radius: 6px;
    background-color: #fff7e4;
    color: #660a0ad5;
    border: 2px solid #f55c15fb;
    padding: 5px 15px 5px 15px;

}

.send-offer  .nc-upload-input {
    font-size: 0.95em;
    padding: 10px 10px 10px 10px;
    background-color: rgb(229, 234, 238);
    color: #09171d;
    border: 0px; 
    border-radius: 7px;
    margin: 15px 0px 0px 0px;

}

.send-offer  .nc-upload-input  {
    font-size: 0.95em;
    padding: 10px 10px 10px 10px;
    background-color: rgb(243, 246, 248);
    color: #09171d;
    border: 0px; 
    border-radius: 7px;
    margin: 15px 0px 0px 0px;

}

.send-offer .captcha-info {
    margin: 0px 0px 0px 0px;
    font-size: 0.85em;
}

.send-offer  #nc_captcha_refresh_button0 {
    background-color: rgb(143, 173, 192);
    border-radius: 4px;
    margin: 15px 0px 0px 0px;
    border: 0px;
    color: #ffffff;
    padding: 4px 10px 4px 10px;
}

/* -------------------------- Feedback --------------------- */

.feed-form-wrapp {
    font-family: 'Golos Text-Regular', sans-serif;
    font-weight: normal;
}

.feed-form {

}

.feed-form input {
    background-color: #fcfcfc;
    border: 1px solid #b8bbbdcb;
    padding: 7px 0px 7px 0px;
    border-radius: 7px;
    font-family: 'Golos Text-Regular', sans-serif;
    font-size: 0.95em;
    font-weight: normal;
}

.feed-form textarea {
    background-color: #fcfcfc;
    border: 1px solid #b8bbbdcb;
    padding: 10px 3px 7px 10px;
    border-radius: 7px;
    font-family: 'Golos Text-Regular', sans-serif;
    font-size: 0.95em;
    font-weight: normal;
}

.feed-form .btn-send {
   background-color: #1c69a8;
   border: 0px;
   border-radius: 7px;
   padding: 7px 10px 7px 10px;
   color: #FFFFFF;
}

.feed-form .btn-send:hover {
    background-color: #2283d3;

 }
 
 .feed-form  .btn-captcha-refresh {
    background-color: #99afc2;
    color: #FFFFFF;
    font-size: 0.95em;
    letter-spacing: 0.025em;
    font-weight: normal;
    padding: 7px 10px 7px 10px;
     
 }


 .feed-text-before {
    margin-left: 0px;
 }

 .feed-text-before h5 {
    font-size: 1.25em;
    font-weight: medium;
    letter-spacing: -0.025em;
    font-family: 'Golos Text-Regular', sans-serif;
}

.feed-text-before p {
    font-size: 0.95em;
    font-weight: medium;
    letter-spacing: -0.005em;
    line-height: 1.15em;
    font-family: 'Golos Text-Regular', sans-serif;
}

/* -------------------------------------------------------------- */
.post-msg .text-msg {
    background-color: #fcf9ed;
    padding: 10px 10px 10px 10px;
    width: 350px; height: min-content;
    border-radius: 10px;
    border: 1px solid #d1c9a2;
    margin-top: 20px;
    margin-left: 0px;
}

.post-msg .text-msg h5 {
    color: #cc0b0b;
    text-transform: none;
    font-size: 1.25em;
    line-height: 1.25em;
}

.post-msg .text-msg p {
    font-size: 1.15em;
    color: #09171d;
    line-height: 1.15em;
}