#fhaCaseXfr-form {
  display: flex;
  flex-direction: column;
  /*gap: 10px;*/
  padding:0px;
}

#realEstateAgent {
  background-color: #ffffff; 
}

#formHeader, #submitConfirm {
  margin: 0 auto;
  text-align: center;
  font-size: 1.6rem;
  color: #054368;
  margin-bottom: 20px;
}

#loader-container {
  display: none;
}

#submitConfirm {
  margin-top: 0px; 
}

#hs_cos_wrapper_header-top-module-2 .in-logo{
  display: none !important;
}

#userId {
  display: none; 
}

.fhaCaseXfrInput::placeholder {
  color: #909090; /* Placeholder text color */
  font-style: italic; /* Italicize placeholder text */
  font-size: 13px;
  border-radius: 9px !important;
}

.container {
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  /* height: 515px; */
  padding: 8px;
  width: 476px;
  margin: auto;
  max-width: 100%;
}

.explainer {
  font-size: 15px;
}

p.explainer {
  font-weight: bold;
  font-size: 16px;
}

.fhaCaseXfrSubmit {
  margin-top: 10px;  
}

.fhaCaseXfrInput {
  line-height: 1 !important;
  font-size: 15px !important;
  background-color: #fff !important;
  text-align: center !important;
}

.sellingHome {
  margin-top: 5px; 
}

.input-row {
  display: flex;
  flex-direction: row;
  gap: 14px;
}

.input-container {
  position: relative;
  width: 100%;
  border: 1px solid #d7d9e3;
  border-radius: 8px;
  margin-bottom: 11px;
  padding: 0px;
}

.input-container label {
  position: absolute;
  top: -6px;
  left: 10px;
  background-color: #fff;
  padding: 0 5px;
  font-size: 12px; 
  font-weight: 600;
  color: #01aed7 !important;
  line-height: 12px !important;
}

.input-container input {
  width: 100%;
  border: none;
  outline: none;
}

.input-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.input-row label {
  display: flex;
  align-items: center;
}

.input-row div {
  display: flex;
  align-items: center;
}

.loader {
  border: 10px solid #f3f3f3;
  border-top: 10px solid #007bff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 2s linear infinite;
  margin: 20px auto;
  display: none;
}

.loaderText {
  font-weight: 600;
  font-size: 1.4rem;
  text-align: center;
  margin-top: 20px;
  display: none;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.radio-questions {
  margin: auto; 
}

.input-row label input[type="radio"] {
  margin-right: 25px;
}

.input-row h4 {
  font-size: 15px;  
  margin-bottom: 10px;
  font-weight: 600;
  text-align: center;
}

.section-break {
  width: 115px;
  margin-top: 10px
}
/*---------------------------------*/

#pdfInput {
  display: none; /* hide the actual input */
}

.custom-file-upload {
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  font-size: 1rem;
  white-space: nowrap; 
  margin: auto;
}

.upload-container {
  max-width: max-content;
  height: 50px;
  padding: 8px !important;
}

#uploadTrigger {
  display: inline-block;
  padding: 10px 20px;
  background-color: #01aed7; /* button color */
  color: white; /* text color */
  text-align: center;
  border-radius: 8px;
  cursor: pointer; /* change cursor to indicate clickable */
  text-decoration: none; /* remove underline from link */
  font-size: 15px; /* adjust font size as needed */
  margin: 5px 0; /* add some margin if necessary */
}

#uploadTrigger:hover {
  background-color: #054368; /* color when hovering */
}

/* Styles for the upload-container for alignment and spacing */
.upload-container {
  text-align: center; /* Center align the contents */
  padding: 10px;
  /* Other styling as needed */
}

/* Media Query for larger screens */
@media (max-width: 768px) { 
  .custom-file-upload {    
    font-size: 0.9rem;
  }  
}

/* Adjust font size for smaller screens */
@media (max-width: 480px) {
  .custom-file-upload {    
    font-size: 0.75rem;
  } 

  .input-row {
    flex-direction: column;
  }
}

/*---------------------------------*/

span.widget-type-cell[data-widget-type="cell"] {
  display: none !important;
}

div.row-fluid-wrapper.row-depth-1.row-number-1.dnd-section.header-top-row-0-padding.header-top-row-0-force-full-width-section.header-top-row-0-vertical-alignment {
  display: none !important;
}

option {
  color: #111111 !important; 
}

input, select {
  padding: 4px !important;
  font-size: 13.5px;
  /*border: 1px solid #ccc;
  border-radius: 8px;*/
  border:none!important;
  background-color: #ffffff;
}

button {
  background-color: #01aed7;
  color: white;
  border: none;
  cursor: pointer;
  padding: 10px 1.5rem !important;*/
  font-size: 18px;
  border: 1px solid #ccc;
  border-radius: 8px;
}

button:hover {
  background-color: #054368;
}

textarea {
  border: none !important;
  min-height: 67px !important;
  text-align: left !impportant;
}

form textarea {
  border: 1px solid #d7d9e3;
  border-radius: 8px;
  color: #53535b;
  font-family: Montserrat,sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  padding: 10px;
  text-decoration: none;
}

input:invalid {
  border: 2px solid red;
}

input:valid {
  border: 2px solid green;
}

#main-content{
  min-height: 600px;
}

.txtFlex {
  display: none !important;
}