/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 26 2026 | 22:31:44 */
@media (min-width: 300px) /*sm*/ {
	.contact-section .wp-block-outermost-icon-block:nth-child(1) {
		display: none;
	}
	
	.contact-section .wp-block-outermost-icon-block:nth-child(2) {
		margin-right: auto;
	}
	
	.contactForm {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 24px 20px;
  font-family: "Poppins"
}

.contactForm > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 0.75rem;
  color: #655f50;
  font-family: "Poppins", sans-serif;
  width: 100%;
  overflow-x: hidden;
}

.contactForm > div > input,
textarea,
select {
  border: 1px solid #d7d2be;
  padding: 12px 16px;
  outline-color: #655f50;
	background: transparent;
  color: #655f50;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 26px;
  /*max-width: 741px;*/
	resize: none;
}

	.contactForm textarea{
		height: 150px;
	}
	

.contactForm select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('https://www.curie.edu.ni/wp-content/uploads/2026/01/arrow-down-icon.png');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 20px;
}

/* Chrome, Safari, Edge, Opera */
.contactForm input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.contactForm input[type=number] {
  -moz-appearance: textfield;
}

#myForm button {
  border: none;
  background: #005739;
  padding: 8px 16px;
  color: #ddd9ce;
  font-size: 1rem;
  font-weight: 500;
  line-height: 26px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 40px;
  cursor: pointer;
}

.hidden {
  display: none !important;
}

.display-flex {
  display: flex !important;
}

#modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.modal-success {
  width: fit-content;
  background-color: white;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 1px 1px 4px #414040;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.modal-success button {
  cursor: pointer;
  border: none;
  background-color: #7066e0;
  color: white;
  font-size: 1rem;
  padding: 8px 16px;
}

.modal-success button:active {
  scale: 0.9;
}

.modal-success h2 {
  font-weight: 600;
  font-size: 1.875rem;
  color: #001e14;
  margin-bottom: 0;
}

.modal-success p {
  font-weight: 400;
  font-size: 1.125rem;
  color: #001e14;
}

.checkmark-cont {
  background-color: #78b13f;
  padding: 4px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  position: relative;
}

.checkmark {
  display: inline-block;
  transform: rotate(45deg);
  height: 20px;
  width: 7px;
  border-bottom: 5px solid white;
  border-right: 5px solid white;
  position: absolute;
  left: 41%;
  top: 19%;
}

.loader {
  position: absolute;
  top: 45%;
  left: 47%;
  width: 50px !important;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #005739;
  --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: l3 1s infinite linear;
}

}

@media (min-width: 640px) /*sm*/ {
	.contact-section .wp-block-outermost-icon-block {
		display: flex;
	}
	
	.contact-section .wp-block-outermost-icon-block:nth-child(2) {
		display: none;
	}
	
}

@media (min-width: 768px) /*md*/ { 
	.contactForm > div:nth-child(-n + 5) {
  /*width: 48.5%;*/
}
}

@media (min-width: 1024px) /*lg*/ {
		
}

@media (min-width: 1280px) /*xl*/ {
	
}

@media (min-width: 1536px) /*2xl*/ { 
	
}

@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}
