<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.modal-content {
  border-radius: 0;
  border-top: 0 solid var(--primary-color);
}
.modal {
  z-index: 999999 !important;
}

.modal-header,
.modal-footer {
  border: 0;
}
.modal-body {
  padding: 0 1rem;
  max-height: 420px;
  overflow: auto;
}
.modal-title {
  font-size: 18px;
  font-weight: bold;
}
.dialog-label,
.dialog-content {
  font-size: 14px !important;
}
.popup-title{
  font-size: 20px;
  line-height: 26px;
  font-weight: normal;
  margin-bottom: 6px;
}
.refer-title{
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
  margin-bottom: 16px;
}
.form-check-label{
  font-size: 14px;
  line-height: 19px;
  font-weight: normal;
  color: var(--step-text-color);
}
.md-form{
  margin-bottom:23px;
} 
.md-form .form-check-inline label {
  margin-bottom: 0px;
}
.form-subtitle h4{
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 0px;
}
.form-subtitle p{
  font-size: 12px;
  color: var(--label-color);
}
.form-label label{
  font-size: 14px;
  line-height: 19px;
  font-weight: bold;
}
.form-label{
  margin-bottom: 22px;
}
.width-select-mobile{
  min-width: auto;
  background-color: var(--custfile-bg);
  width: auto;
}
#countryCode{
  background: var(--custfile-bg) !important;
}
.radio-input{
  height: 24px;
    width: 24px;
    vertical-align: middle;
    margin-right: 11px !important;
}
.first-radio-label{
  margin-right: 100px;
}
@media only screen and (max-width: 334px){
  .first-radio-label{
   margin-right: 60px;
  }
}
.form-label .form-control{
  padding:9px 6px 8px 6px !important;
}
</pre></body></html>