

/* Start:/local/templates/aspro_max_custom/components/bitrix/form.result.new/partnership-inline/style.css?17593257691161*/
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 2999; /* Sit on top */
  left: 0px;
  top: 0px;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
  
/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: max-content;
}
  
/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
.close:hover>i>svg>path{
  fill: #f48549;
}


.close:hover,
.close:focus {
  color: #f48549;
  text-decoration: none;
  cursor: pointer;
}
.form_res-container{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.form_res-all-container{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 28px;
}
/* End */
/* /local/templates/aspro_max_custom/components/bitrix/form.result.new/partnership-inline/style.css?17593257691161 */
