/* Theme Name: Settlements Theme	
   Author: RENDART
   Version: 2.1.8
*/

.wpcf7 .hidden {
	display: none !important;
}

input:focus,
textarea:focus,
select:focus {
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  transition: background-color 9999s ease-in-out 0s;
}

#kontaktModalCenter {
  input:-webkit-autofill,
  textarea:-webkit-autofill,
  select:-webkit-autofill {
    -webkit-text-fill-color: white !important;
  }
}

.action-buttons-wrapper {
  display: flex;
  justify-content: end;
  width: 95%;
  font-weight: 500;
}

.color_close .ikona_d img,
.color_open .ikona_d img {
  filter: brightness(0) invert(1);
}