/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 08 2025 | 17:17:00 */
.form-row {
  margin-bottom: 20px;
}

.form-input {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 0px;
  box-sizing: border-box;
}



.country-options label {
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.form-submit input[type="submit"] {
  background-color: #8B0000;
  color: white;
  padding: 10px 24px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
}
.country-options {
  display: inline-flex;
  
  gap: 40px;
  margin: 10px 0 20px;
}

.country-col {
  display: flex;
	  flex-direction: column;

  gap: 10px;
}
p {
     margin: 0 0 0!important;
    padding: 0;
}

