

/* Start:/bitrix/templates/prolodki/components/bitrix/main.feedback/custom/style.css?17617353362649*/
div.mfeedback {
}
div.mf-name,
div.mf-email,
div.mf-captcha,
div.mf-message {
  width: 80%;
  padding-bottom: 0.4em;
}
div.mf-name input,
div.mf-email input {
  width: 60%;
}
div.mf-message textarea {
  width: 60%;
}
span.mf-req {
  color: red;
}
div.mf-ok-text {
  color: green;
  font-weight: bold;
  padding-bottom: 1em;
}

#feedbackModal {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  color: black;
}

/* .form_wrapper {
  background: white;
  padding: 60px;
  border-radius: 8px;
  max-width: 500px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
} */

.top_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.top_wrapper h3 {
  font-weight: 600;
  font-size: 22px;
}
.top_text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#feedbackModal input,
#feedbackModal textarea {
  opacity: 1;
  border-radius: 10px;
  border-width: 2px;
  width: 100%;
  padding: 20px;
}

div.mf-name,
div.mf-email,
div.mf-captcha,
div.mf-message {
  width: 100%;
}

.submit_wrapper {
  position: relative;
}

.submit_wrapper input {
  background-color: #fdf719;
}

.submit_wrapper::after {
  content: url(/bitrix/templates/prolodki/components/bitrix/main.feedback/custom/img/Group_4.svg);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-20%, -48%);
  cursor: pointer;
}

#feedbackModal form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.close_butt {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 12px;
  font-size: 35px;
}

.mf-captcha {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.mf-captcha img {
  width: 80%;
}

#feedbackModal input::placeholder,
#feedbackModal textarea::placeholder {
  color: #9c9c9c;
}

.mf-phone input {
  --imask-color: #000; /* Цвет введенного текста */
  --imask-placeholder-color: #999; /* Серый цвет для маски */
}

.mf-phone input:focus,
.mf-phone input:not(:placeholder-shown) {
  color: #000; /* Черный при фокусе или вводе */
}

.policy_agree {
  font-weight: 400;
  font-size: 12px;
}

.policy_agree {
  display: flex;
  align-items: center;
  gap: 10px;
}

.policy_agree label {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 22px;
  border: 1px solid;
}

.policy_agree .galka {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 36%;
  left: 29%;
}

.show_galka {
  visibility: visible !important;
  opacity: 1 !important;
}

/* End */


/* Start:/bitrix/templates/prolodki/styles.css?1759855532210*/
.admin-edit-area {
    display: none;
    border: 2px dashed red;
    padding: 20px;
    margin: 20px 0;
}
<?if($USER->IsAdmin()):?>
    <style>.admin-edit-area { display: block !important; }</style>
<?endif;?>
/* End */
/* /bitrix/templates/prolodki/components/bitrix/main.feedback/custom/style.css?17617353362649 */
/* /bitrix/templates/prolodki/styles.css?1759855532210 */
