/* Quote panel */
#lsws-quote-drawer {
  position: fixed;
  visibility: hidden;
  overflow-y: auto;
  background: rgba(9,25,37,0.6);
  z-index: 9999;
  box-sizing: border-box;
  padding: 30px 20px 10px;
  border-radius: 5px;
  box-shadow: -2px -2px 6px rgba(0,0,0,0.3);
  height: auto;
}
#lsws-quote-drawer h3 {
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0 0 12px 0;
  text-align: center;
}
#lsws-quote-drawer p {
  text-align: center;
  color: #FFFFFF;
  margin: 0 0 20px 0;
}
#lsws-quote-close {
  position: absolute;
  top: 10px;
  right: 14px;
  background: none;
  border: none;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: #FFFFFF;
  padding: 4px 8px;
}
#lsws-quote-close:hover { color: #4DA1DE; }
#lsws-quote-drawer .gform_wrapper,
#lsws-quote-drawer .gform_wrapper * {
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
  font-weight: 500 !important;
}
#lsws-quote-drawer .gfield_label,
#lsws-quote-drawer label { font-weight: 600 !important; }
#lsws-quote-drawer input[type=text],
#lsws-quote-drawer input[type=email],
#lsws-quote-drawer input[type=tel],
#lsws-quote-drawer input[type=number],
#lsws-quote-drawer textarea,
#lsws-quote-drawer select {
  background: rgba(255,255,255,0.15) !important;
  border: 1px solid rgba(255,255,255,0.45) !important;
  color: #FFFFFF !important;
  -webkit-text-fill-color: #FFFFFF !important;
}
#lsws-quote-drawer input::placeholder,
#lsws-quote-drawer textarea::placeholder {
  color: rgba(255,255,255,0.65) !important;
  -webkit-text-fill-color: rgba(255,255,255,0.65) !important;
}
#lsws-quote-drawer select option { color: #333 !important; background: #fff !important; font-weight: normal !important; }
#lsws-quote-drawer .gform_fileupload_rules { color: rgba(255,255,255,0.65) !important; font-weight: 400 !important; }

#lsws-quote-drawer .gform_wrapper { margin-top:0 !important; padding-top:0 !important; }
#lsws-quote-drawer .gform_wrapper > form { margin-top:0 !important; padding-top:0 !important; }

/* Panel form buttons - override global GF hover */
#lsws-quote-drawer .gform_button,
#lsws-quote-drawer .gform_wrapper .gform_footer input[type=submit],
#lsws-quote-drawer .gform_wrapper button[type=submit] {
  transition: all 0.3s ease !important;
}
#lsws-quote-drawer .gform_button:hover,
#lsws-quote-drawer .gform_wrapper .gform_footer input[type=submit]:hover,
#lsws-quote-drawer .gform_wrapper button[type=submit]:hover {
  background-color:transparent !important;
  border:2px solid #FFFFFF !important;
  color:#FFFFFF !important;
  -webkit-text-fill-color:#FFFFFF !important;
}
#lsws-quote-drawer input[type=file]::file-selector-button:hover,
#lsws-quote-drawer input[type=file]::-webkit-file-upload-button:hover {
  background-color:rgba(255,255,255,0.2) !important;
  border:2px solid #FFFFFF !important;
  color:#FFFFFF !important;
}
