@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Lora:ital,wght@0,400..700;1,400..700&display=swap");

:root {
  --acent-color: #592263;
  --font-color: #0b0e2c;
  --darkorange: #2e6da4;
  --orange: var(--acent-color);
  --burgundy: #592263;
  --critical: #f76566;
  --standardbutton: #592263;
  --green: #44cb73;
  --light-orange: #FFF5E6;
}

/* override bootstrap */

.btn-outline-secondary {
    color: #6c757d;
    border-color: #ced4da;
}



/* Normal state */
.btn-secondary {
  border-color: #ced4da !important; /* Your desired color */
}

/* Hover state */
.btn-secondary:hover {
/*  border-color: #aa0000 !important; */ /* A slightly different color for hover */
}
.wi_button:hover, .btn-default:hover, .btn-secondary:hover {
	background-color: #8d1d75 !important;
}
.wi_button {
  background: #592263;
}
/* Active/Focus state */
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:not(:disabled):not(.disabled):active {
 /* border-color: #cc0000 !important; */ /* A different shade for active/focus */
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5) !important; /* Adjust the focus shadow color/opacity */
}

.btn-secondary.wi_mobilemenu_current:focus {
	box-shadow: none !important;
}
.btn-outline-secondary.wi_mobilemenu_toggler:focus {
		box-shadow: none !important;
}



.form-control.wi_dq_readonly:focus {
    border-color: #ced4da;
    outline: 0;
    box-shadow: none;
}

/* hide the context for clients and leads, to make the screen cleaner */
.wi_agenttype_client #ContentPlaceHolder1_center_top_row_context_and_help {
	display:none;
}
.wi_agenttype_lead #ContentPlaceHolder1_center_top_row_context_and_help {
	display:none;
}

.wi_formtableheader:has(.wi_dqform_title) {
	text-align: center;
	
  margin-left: 10px;
  margin-right: 10px;
  
    background: #9651ad;
    /* background: var(--acent-color); */
    border-radius: 6px;
    padding-bottom: 5px;
	color: #fff5e9; /*instead of white */
  flex: auto;
}




input {
  border-radius: 6px;
}

input[type=image] {
  border-radius: 0;
  border: none;
   background-color: transparent;
}

.wi_dqform_choosecbraccounts .wi_dq_editablegrid_div {
	
}

.wi_backcolor_lightred {
	background-color: lightcoral;
}

.wi_issuebuttons {
  padding: 10px;
}

.wi_paynow_btngroup {
  padding: 10px;
}

.wi_username_container {
  padding-bottom: 10px;
}

#Master_L0_MainContent h1 {
  color: var(--acent-color);
  font-size: 30px;
  font-weight: 800;
  font-family: inter, sans-serif;
}

.wi_masterheader {
  background: url(imagesv2/logo.png) 0px 0px;
  background-repeat: no-repeat;
  background-size: contain;
}

.wi_navtabs {
  margin-top: 10px;
  margin-bottom: 0px;
}

.wi_iccosigndocument_textcontroller {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}

.panel-body {
  padding-top: 10px;
}

.wi_master_l1_rightpanel {
  background: transparent;
}

.panel-body {
  background-color: white;
}

.with-nav-tabs {
  box-shadow: none;
}

.wi_body_client_viewaccount .tab-pane .row {
  display: none !important;
}

.with-nav-tabs .nav-tabs > li.active > a,
.with-nav-tabs .nav-tabs > li.active > a:hover,
.with-nav-tabs .nav-tabs > li.active > a:focus {
  background-color: white;
  color: black;
  font-weight: 700;
}

#LoginText h2 {
  color: var(--acent-color);
  font-size: 20px;
  font-weight: 700;
  font-family: inter, sans-serif;
}

div#LoginBox {
	background: none;
	background: linear-gradient(#ffdfdc, white);
	
}

.wi_menupanel {
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;
  color: var(--acent-color);
  font-family: Inter, sans-serif;
}

.wi_body_changepassword .wi_master_l1_leftpanel {
  display: none;
}

/* Check on the version number 71 if the buttons on change password page looks great*/
.wi_changepassword_buttonrow {
  padding-left: 10px;
  padding-top: 20px;
}

/* Check on the version number 71 if the buttons on change password page looks great*/
.wi_profile_changeusernamepasswordrow {
  padding-left: 10px;
}

.wi_body_webuser_searchaccounts .wi_dq_questionwrapper {
  margin-left: 0px;
  margin-right: 0px;
}

div#ContentPlaceHolder1_ContentPlaceHolder1__DynamicLayout_unidentified_1_L0 {
  /*display: block; */ /* WHY?? this breaks the column responsiveness */
}

.wi_userinfo {
  margin-bottom: 5px;
}

div#Master_L0_MainContent {
  background-color: transparent;
}

.wi_top_orange,
.wi_top_orange_left {
	
background:	#9651ad; /*berry*/
  /*background: var(--acent-color);*/
  border-radius: 6px;
  padding-left: 5px;
}

.wi_mobilemenu_current {
  padding: 0.375rem 0.75rem;
  color: #0b0e2c;
  border-style: solid;
  font-size: 14px;
  border-width: 1px;
  /*border-color: #bfd2fb; */
  border-radius: 6px;
  background-color: inherit;
}

.wi_mobilemenu_toggler {
  /*border-color: #bfd2fb;*/
  border-radius: 6px;
}

.wi_mobilemenuContainer  .btn-group {
	background-color: #ffede4;
	border-radius: 6px;
	border-color: transparent;
	border-style: none;
}

.wi_mobilemenuContainer .btn-group:hover .btn, .wi_mobilemenuContainer .btn-group:focus-within .btn {
    background-color: #8d1d75;
    border-color: #adb5bd;
    color: #ffffff;
    border: none;
}
.wi_mobilemenuContainer .btn-group .btn, .wi_mobilemenuContainer .btn-group .btn {
    background-color: #ffede4;
    border-color: #ffede4;
    /*color: #ffffff;*/
    border: none;
}


.wi_master_l0_header {
  padding-bottom: 10px;
}

#ContentPlaceHolder1_pnlWithContext {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.wi_dq_questionwrapper {
  align-items: center;
	/*margin-top: 5px;*/
	padding-top: 5px;
}

.wi_formcontrollabel {
  margin-bottom: 0px;
}

.wi_formcontrolcheckbox {
	margin-top: 10px;
    margin-bottom: 10px;
}

#ContentPlaceHolder1_NavigationButtonsContentPlace_navbuttonsdiv {
  margin-left: 0px;
}

input[type="submit"] {
  background: var(--standardbutton);
  padding: 5px 10px;
  border-radius: 6px;
  color: #fff;
  min-width: 100px;
}

.ig_Item {
  font-family: inter, sans-serif !important;
}

div.wi_message {
  background: url(imagesV2/engine-warning.svg) no-repeat !important;
  background-size: 39px 39px !important;
  display: flex;
  flex-direction: row;
  padding-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

#ContentPlaceHolder1_ContentPlaceHolder1_grdChatQueue {
  border-radius: 6px;
  overflow: hidden;
  border: solid 1px #ccc !important;
}

#ContentPlaceHolder1_ContentPlaceHolder1__Message1_lblMessage_lblLabel {
  font-size: 16px;
  font-weight: 700;
  margin-left: 10px;
  line-height: 1em;
  color: var(--critical) !important;
}

.wi_dq_simpledq_fax {
  margin-bottom: 10px !important;
}

.wi_master_l0_header {
    background-color: #ffffff;
    box-shadow: 0 2px 12px 0 rgb(231 220 220);
    border-bottom: #cccccc;
    /* border-style: solid; */
    border-top: none;
    border-left: none;
    border-right: none;
    border-width: 1px;
}

body {
  color: #0b0e2c;
  /*background-color: #f7f9fc; */
}

.wi_menu_item_title {
  font-weight: 500;
  font-size: 16px;
}

div#Master_L0_TopBar {
  margin-bottom: 5px;
  margin-top: 5px;
  background: transparent;
}

div#Master_L1_LeftMenuPanelCell {
  background-color: #ffede4; /*instead of white, so we can eliminate the border */
  border-radius: 0rem 6px 6px 0rem;
  box-shadow: 0 2px 10px 0 rgb(25 93 194 / 7%);
  border-style: none; /*eliminate border now that we have a background color */
  border-width: 1px;
  border-color: #e9eaf3;
}

.wi_menu_click_container:hover * {
  /*border: 1px solid #f4f7ff;*/
  /*gets rid of white space when border pops up*/
  /*background-color: #f4f7ff;
  color: var(--acent-color);*/
}

.wi_menu_row {
  padding-top: 5px;
}

#ContentPlaceHolder1_ContentPlaceHolder1_gridSavedSearch_WebDataGrid1 table {
  table-layout: auto !important;
}

#ContentPlaceHolder1_ContentPlaceHolder1_gridSavedSearch_WebDataGrid1
  .igg_Header
  table {
  table-layout: fixed !important;
}

.wi_formtableheader {
  color: #8d1d75;
  
}

a {
  color: #6f7182;
}

.igg_Pager {
  padding-left: 10px !important;
  padding-bottom: 10px;
  text-align: left !important;
}

.wi_mobilemenu_show {
  left: 0px;
}

.wi_menu_click_container:hover {
  border: 1px solid #ffdada;
  /*gets rid of white space when border pops up*/
  background-color: #ffdada;
  
  /*
  color: var(--acent-color);
  box-shadow: 0 2px 10px 0 rgb(25 93 194 / 7%);
  */
}

.wi_menu_click_container.wi_menu_item_selected {
  background-color: #592263;
  color: #fff5e9;
  border: 1px solid transparent;
}

.wi_menu_click_container.wi_menu_item_selected .wi_menu_item_title .fas {
  /*color: white;*/
}

.wi_menu_click_container * {
  border: 1px solid transparent;
}

.wi_menu_item_selected .wi_menu_item_title {
  /*color: white;*/
  font-size: 16px;
}

div#LoginViewBox {
  background: transparent;
}

.igg_Pager {
  background-color: transparent;
}

#ContentPlaceHolder1_ContentPlaceHolder1__DynamicLayout_CUSTOM_DQ_Web_SearchClients_WebUser_Results_Unbound_WebDataGrid1,
#ContentPlaceHolder1_ContentPlaceHolder1__DynamicLayout_CUSTOM_DQ_Web_SearchAccounts_WebUser_Results_Unbound_div_wrapperDiv,
.wi_grid {
  border-radius: 6px;
  margin-top: 10px;
  border: solid 1px #ccc !important;
  max-height: none;
}

#ContentPlaceHolder1_ContentPlaceHolder1__DynamicCriteria1_tblCriteria {
  margin-bottom: 10px;
}

.wi_cancelchangepasswordbutton {
  margin-left: 10px !important;
}

#ContentPlaceHolder1_ContentPlaceHolder1__DynamicGridWithSQL1_WebDataGrid1 {
  overflow: auto !important;
}

#ContentPlaceHolder1_ContentPlaceHolder1__DynamicGridWithSQL1_WebDataGrid1
  table {
  table-layout: auto !important;
}

#ContentPlaceHolder1_ContentPlaceHolder1_gridSavedSearch_WebDataGrid1:has(
    td.custom_wi_highbalanceaccount
  )
  table {
  table-layout: fixed !important;
}

#ContentPlaceHolder1_ContentPlaceHolder1__DynamicLayout_CUSTOM_DQ_SimpleDQ_Fax,
#ContentPlaceHolder1_ContentPlaceHolder1__DynamicLayout_CUSTOM_DQ_SimpleDQ_NewQuestion1 {
  background: /*orange*/ var(--standardbutton);
  color: #fff;
  border: none !important;
  border-radius: 6px;
  padding-right: 7px;
  text-shadow: none;
  min-width: 95px;
  padding: 5px;
}

#ContentPlaceHolder1_ContentPlaceHolder1__DynamicLayout_CUSTOM_DQ_Web_AddApplicant_DOB_MonthContainer,
#ContentPlaceHolder1_ContentPlaceHolder1__DynamicLayout_CUSTOM_DQ_Web_AddApplicant_DOB_DayContainer {
  margin-right: 5px;
}

.btn-default,
.wi_button_div input {
	
  /*background:  var(--standardbutton); */
  background: #594285; /*berry4*/
  color: #fff;
  border: none !important;
  border-radius: 6px;
  padding-right: 7px;
  text-shadow: none;
}



.wi_button_div {
  margin-top: 10px;
}

.input-group-prepend .input-group-text {
  border-radius: 6px 0px 0px 6px !important;
}

.input-group-append .input-group-text {
  border-radius: 0px 6x 6px 0px !important;
}

/*
Detele this style on the build number 71, when i doesn't have a force color
*/
button#quick_search {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  color: white;
  box-shadow: none;
}

.wi_loginview_welcomeuser_dropdown * {
  color: #3d5b8a;
}

.tabs .panel-body {
  border-style: none solid solid solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 0px 0px 10px 6px;
}

button#quick_search * {
  color: white;
  display: flex;
  align-items: center;
}

.wi_new_messages_label,
.wi_messagecenter_new_label {
  border: transparent;
  color: var(--critical);
  position: relative;
  font-size: 50%;
}

.wi_new_messages_label {
  margin: 0px;
}

#ContentPlaceHolder1_ContentPlaceHolder1_btnTestErrorLog,
#ContentPlaceHolder1_ContentPlaceHolder1_btnResetLocalization,
#ContentPlaceHolder1_ContentPlaceHolder1_btnResetCache {
  margin-right: 10px;
}

#ContentPlaceHolder1_ContentPlaceHolder1_Panel1 {
  margin-bottom: 20px;
}

.wi_formcontrollabel {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
}

.wi_ig_tableheader {
  padding-top: 5px;
}

.table td,
.table th {
  border-top: none;
}

#ContentPlaceHolder1_ContentPlaceHolder1__DynamicLayout_CUSTOM_DQ_SimpleDQ_Name_txtOpen,
#ContentPlaceHolder1_ContentPlaceHolder1__DynamicLayout_CUSTOM_DQ_SimpleDQ_NewQuestion_txtOpen,
#ContentPlaceHolder1_ContentPlaceHolder1__DynamicLayout_CUSTOM_DQ_SimpleDQ_NewQuestion2_txtOpen {
  width: 80%;
  margin-bottom: 5px;
}

.wi_messages_badge {
  background-color: var(--critical) !important;
}

.wi_navigationbuttons {
  background-color: transparent;
}

.wi_pager span {
  border: 0px transparent;
}

.wi_pager table {
  border-radius: 6px;
  overflow: hidden;
}

#ContentPlaceHolder1_ContentPlaceHolder1__WebUserLeadClientSearch1_optTypeOfAssignee_0 {
  margin-left: 0px;
}

#ContentPlaceHolder1_ContentPlaceHolder1__CreditorSearch1_btnNewCreditor {
  margin-bottom: 20px;
}

#ContentPlaceHolder1_ContentPlaceHolder1_chkSelectAllStatuses,
#ContentPlaceHolder1_ContentPlaceHolder1__WebUserLeadClientSearch1_chkSelectAllStatuses {
  margin-right: 10px;
}

.wi_ig_csd,
.input-group {
  background-color: transparent !important;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background-color: transparent;
  background-image: linear-gradient(to bottom, #3379b700 0, #2e6da400 100%);
}

.dropdown-menu .active a label {
  color: var(--font-color);
}

a {
  color: #495057;
}

.wi_body_issues_workqueuelist
  div#ContentPlaceHolder1_ContentPlaceHolder1__WorkQueueList1_gridWorkQueuesList_RoundedTitle_1 {
  margin-top: 20px;
  width: 100% !important;
  margin-left: 0px !important;
  background-color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-radius: 6px;
  border: solid 1px #ddd;
  font-size: 20px;
}

.wi_body_issues_workqueuelist
  div#ContentPlaceHolder1_ContentPlaceHolder1__WorkQueueList1_gridWorkQueuesList_RoundedTitle_0 {
  width: 100% !important;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 0px !important;
  background-color: white;
  margin-bottom: 10px;
  border-radius: 6px;
  border: solid 1px #ddd;
  font-size: 20px;
}

.wi_body_issues_workqueuelist .wi_formtableheader {
  font-size: 20px;
  color: var(--acent-color);
}

#ContentPlaceHolder1_ContentPlaceHolder1__DynamicCriteria1_Criteria_CreditorID_TextBox,
#ContentPlaceHolder1_ContentPlaceHolder1__DynamicCriteria1_Criteria_StartDate_TextBox,
#ContentPlaceHolder1_ContentPlaceHolder1__DynamicCriteria1_Criteria_EndDate_TextBox {
  padding: 0.2rem 0.4rem;
  color: #0b0e2c;
  border-style: solid;
  font-size: 14px;
  border-width: 1px;
  border-color: #bfd2fb;
  border-radius: 6px;
  background-color: #fff;
}

.form-control {
  padding: 0.375rem 0.75rem;
  color: #0b0e2c;
  /*font-size: 14px; if you do this then the appended buttons for the searchboxes and other controls do not line up */
  border-radius: 6px;
}

.wi_percent_append_right {
  border-radius: 0px 6px 6px 0px !important;
}

.igg_FilterRuleDropDown {
  background: #fff !important;
  padding: 0.5rem;
  border-radius: 6px;
}

.wi_ig_table {
  background-color: transparent;
}
.wi_ig_table table {
  table-layout: fixed !important;
}
.custom_wi_highbalanceaccount {
  background-color: #ffd6d68f !important;
}

#ContentPlaceHolder1_ContentPlaceHolder1__DynamicTabs1_tpTransactions1_UltraWebGrid1 {
  border-radius: 6px;
  margin-top: 10px;
  border: solid 1px #ccc !important;
  max-height: none;
}

.form-control:disabled:not(.wi_dq_readonly),
.form-control[readonly]:not(.wi_dq_readonly) {
  border: 1px solid #ced4da;
}
#ContentPlaceHolder1_ContentPlaceHolder1_gridSavedSearch_WebDataGrid1 {
  overflow: auto !important;
  border: solid 1px #ccc;
}

tr.igg_FilterRow > td {
  background-image: none !important;
}

.custom_wi_lowbalanceaccount {
  background-color: #caf0f885 !important;
}

.wi_dq_dropdown_editable {
  background-color: transparent !important;
}

.nav-tabs .nav-link {
  background-color: #f0f4f9;
}

#ContentPlaceHolder1_ContentPlaceHolder1__DynamicLayout_CUSTOM_DQ_Web_SearchClients_WebUser_TypeOfList_Unbound
  tbody,
#ContentPlaceHolder1_ContentPlaceHolder1__DynamicLayout_CUSTOM_DQ_Web_SearchClients_WebUser_Assignee_Unbound
  tbody {
  display: flex;
}

.wi_fg_csc_textbox_right {
  border-radius: 6px 0px 0px 6px !important;
}

.wi_fg_csc_textbox {
  border-radius: 0px 6px 6px 0px !important;
}

.wi_submit_row #ContentPlaceHolder1_ContentPlaceHolder1_btnSubmit {
  margin-top: 10px;
}

#ContentPlaceHolder1_NavigationButtonsContentPlace_navbuttonsdiv
  #ContentPlaceHolder1_NavigationButtonsContentPlace__btnSubmit {
  margin-top: 10px;
}

#ContentPlaceHolder1_ContentPlaceHolder1__DocumentRepository1_tblFileUpload
  #ContentPlaceHolder1_ContentPlaceHolder1__DocumentRepository1_btnAddDocument {
  margin-top: 10px;
}

.tab-content {
  padding: 10px !important;
  background-color: white !important;
  border-style: none solid solid solid !important;
  border-width: thin !important;
  border-color: #ddd !important;
  border-radius: 0px 0px 6px 6px !important;
}

div#ContentPlaceHolder1_ContentPlaceHolder1__DynamicLayout_CUSTOM_DQ_SimpleDQ_Name_wrapperDiv,
#ContentPlaceHolder1_ContentPlaceHolder1__DynamicLayout_CUSTOM_DQ_SimpleDQ_NewQuestion_wrapperDiv,
#ContentPlaceHolder1_ContentPlaceHolder1__DynamicLayout_CUSTOM_DQ_SimpleDQ_NewQuestion2_wrapperDiv {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.wi_base_menu {
  padding-top: 5px;
  border-top: 1px solid #eff0f6;
}

.wi_dqformsection {
  font-size: 20px;
}

.wi_dqform_title {
  font-size: 20px;
}

.wi_dq_open_div {
  /*margin-top: 10px;*/
}

.wi_menu_click_container {
  border-radius: 6px;
  padding: 7px;
  background-color: transparent;
  border: 1px solid transparent;
}

.wi_master_l1_leftpanel {
  background: transparent;
}

.wi_body_forms_public_dqform
  .wi_dqform_public_sm_signup.wi_dqform_public_smartmanager
  .Master_L1_MasterTable_Row
  .wi_master_l1_leftpanel {
  display: none;
}

.wi_body_forms_public_dqform
  .wi_dqform_public_sm_signup.wi_dqform_public_smartmanager
  .wi_masterheader {
  background: url(./imagesV2/smartmanager-white-logo.png);
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position-y: 50%;
  background-position-x: 17px;
  transition: transform 0.3s ease;
}

.wi_body_forms_public_dqform
  .wi_dqform_public_sm_signup.wi_dqform_public_smartmanager
  .wi_masterheader:hover {
    scale: 1.01;
  }

.wi_body_forms_public_dqform
  .wi_dqform_public_sm_signup.wi_dqform_public_smartmanager
  .wi_masterheader::after {
	content: "SmartManager";
	padding-left: 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	font-size: 20px;
	font-weight: 600;
}

.wi_dqform_public_smartmanager {
    font-family: "Inter", sans-serif !important;
}


.wi_body_forms_public_dqform {
  color: white !important;
  height: 100vh;
  background: radial-gradient(
      80% 100% at 50% -20%,
      #a855f764,
      hsla(0, 0%, 100%, 0)
    ),
    #111;
  background-repeat: no-repeat;
}

.wi_body_forms_public_dqform
  .wi_dqform_public_sm_signup.wi_dqform_public_smartmanager
  .wi_formtableheader {
  color: white;
}

.wi_body_forms_public_dqform
  .wi_dqform_public_sm_signup.wi_dqform_public_smartmanager
  .wi_master_l0_header {
  background-color: transparent;
  box-shadow: none;
}

.wi_body_forms_public_dqform
  .wi_dqform_public_sm_signup.wi_dqform_public_smartmanager
  a,
.wi_body_forms_public_dqform
  .wi_dqform_public_sm_signup.wi_dqform_public_smartmanager
  a:visited {
  color: white;
}

.wi_body_forms_public_dqform
  .wi_dqform_public_sm_signup.wi_dqform_public_smartmanager
  #Master_L0_Wrapper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.wi_body_forms_public_dqform
  .wi_dqform_public_sm_signup.wi_dqform_public_smartmanager
  .wi_formcontrollabel {
  color: white;
}

.wi_body_forms_public_dqform
  .wi_dqform_public_sm_signup.wi_dqform_public_smartmanager
  .Master_L1_MasterTable_Row {
  justify-content: space-evenly;
}

.wi_body_forms_public_dqform
  .wi_dqform_public_sm_signup.wi_dqform_public_smartmanager
  .wi_dqform_title {
  margin: 0px;
  text-align: center;
  color: transparent;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.9),
    rgba(255, 255, 255, 0.7)
  );
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: bold;
  font-size: 3rem;
  width: 100%;
  display: block;
}

.wi_body_forms_public_dqform
  .wi_dqform_public_sm_signup.wi_dqform_public_smartmanager
  .wi_dq_submit.wi_dq_public_sm_signup_submit {
  margin-left: auto;
  margin-right: auto;
  border-radius: 6px;
  background-color: #3633cdec;
  box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.1);
  animation: fadeIn ease-in-out forwards;
  animation-duration: 0.5s;
  animation-delay: 1s;
  text-align: center;
  margin-top: 1.5rem !important;
  transition: transform 0.3s ease;
}
.wi_body_forms_public_dqform
  .wi_dqform_public_sm_signup.wi_dqform_public_smartmanager
  .wi_dq_submit.wi_dq_public_sm_signup_submit:hover {
transform: scale(1.1);
}

.wi_body_forms_public_dqform
  .wi_dqform_public_sm_signup.wi_dqform_public_smartmanager
  .g-recaptcha {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wi_body_forms_public_dqform .wi_master_l0_header .wi_userinfo {
  display: none;
}

.wi_body_forms_public_dqform
  .wi_dqform_public_sm_signup.wi_dqform_public_smartmanager
  .wi_dq_questionwrapper {
  flex-direction: column;
  align-items: center;
  /*margin-top: 0;*/
}

.wi_body_forms_public_dqform
  .wi_dqform_public_sm_signup.wi_dqform_public_smartmanager
  .wi_dq_questionwrapper
  label {
  text-align: left;
  /*margin: 0px;*/
}

.wi_body_forms_public_dqform
  .wi_dqform_public_sm_signup.wi_dqform_public_smartmanager
  .wi_dynamic_layout_content
  .wi_custom_a1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  max-width: 80%;
  width: 100%;
  flex: 0 0 100%;
  margin: auto;
  margin-top: 1.5rem;
}

.wi_body_forms_public_dqform
  .wi_dqform_public_sm_signup.wi_dqform_public_smartmanager
  .wi_dynamic_layout_content
  .wi_custom_a1
  > :nth-child(3) {
  grid-column: span 2;
}

/* .wi_body_forms_public_dqform .wi_dqform_public_sm_signup.wi_dqform_public_smartmanager .wi_dq_questionwrapper, .wi_body_forms_public_dqform .wi_dqform_public_sm_signup.wi_dqform_public_smartmanager .wi_label_public_question {
    width: calc(100% - 30px);
} */

.wi_body_forms_public_dqform
  .wi_dqform_public_sm_signup.wi_dqform_public_smartmanager
  .wi_dq_questionwrapper
  input {
  border-radius: 6px !important;
  resize: none;
  background-color: rgb(255 255 255 / 0.1);
  border-color: #ffffff33;
  margin-top: 0.5rem;
  color: white;
}

.wi_body_forms_public_dqform
  .wi_dqform_public_sm_signup.wi_dqform_public_smartmanager
  .wi_dq_questionwrapper
  textarea {
	background-color: transparent;
	color: white;	
	border: none;
	resize: none;
	text-align: center;
}

.wi_body_forms_public_dqform
  .wi_dqform_public_sm_signup.wi_dqform_public_smartmanager
  .wi_dq_questionwrapper
  textarea:focus {
	box-shadow: none;
}

.wi_body_forms_public_dqform
  .wi_dqform_public_sm_signup.wi_dqform_public_smartmanager
  .wi_dq_questionwrapper
  input:focus {
  box-shadow: none;
  outline: 2px solid #3633cdec;
}

.wi_body_forms_public_dqform
  .wi_dqform_public_sm_signup.wi_dqform_public_smartmanager
  .wi_dynamic_layout_content {
  width: 80%;
  margin: auto;
  margin-top: 1.5rem;
}

.wi_body_forms_public_dqform
  .wi_dqform_public_sm_signup.wi_dqform_public_smartmanager
  .wi_dynamic_layout_content
  .wi_custom_a0 {
  margin-bottom: 1rem;
}

/* Delete */

#testmode {
  display: none;
}

.wi_body_forms_public_dqform
  .wi_dqform_public_sm_signup.wi_dqform_public_smartmanager
  .wi_submit_row
  div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wi_body_forms_public_dqform
  .wi_dqform_public_sm_signup.wi_dqform_public_smartmanager {
}

.wi_formtableheader {
  font-size: 25px;
  padding-left: 15px;
}

.wi_boxeditable {
  max-width: 100%;
  height: 100%;
}

@media (max-width: 720px) {
  .wi_body_forms_public_dqform
    .wi_dqform_public_sm_signup.wi_dqform_public_smartmanager
    .wi_dynamic_layout_content
    .wi_custom_a1 {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .wi_body_forms_public_dqform
    .wi_dqform_public_sm_signup.wi_dqform_public_smartmanager
    .wi_dynamic_layout_content
    .wi_custom_a1
    > :nth-child(3) {
    grid-column: span 1;
  }
}

#ContentPlaceHolder1_ContentPlaceHolder1__WebUserLeadClientSearch1_FormTable,
#ContentPlaceHolder1_ContentPlaceHolder1__CreditorSearch1_FormTable,
#ContentPlaceHolder1_ContentPlaceHolder1_FormTable {
  gap: 10px;
  display: flex;
  flex-direction: column;
}

.wi_button a {
  color: #fff !important;
}

.wi_paynow_btngroup {
  padding: 10px;
  margin: 10px;
  border-radius: 6px;
}

.wi_button_approve {
  background-color: forestgreen !important;
  /* color: forestgreen; */
}

.wi_button_reject {
  background-color: orangered !important;
  /* color: orangered; */
}

.wi_paynow_btngroup:not(.disabled) {
  background-color: gold;
}

.wi_paynow_btngroup:has(.disabled) {
  background-color: lightgray !important;
}

.wi_paynow_btngroup:not(.aspNetDisabled) {
  background-color: gold;
}

.wi_paynow_btngroup:has(.aspNetDisabled) {
  background-color: lightgray !important;
}

span#ContentPlaceHolder1_ContentPlaceHolder1__DQ_ViewIssue_lblPayNow_lblLabel {
  background-color: gold;
}

.input-group-text {
  padding: 0rem 0.75rem !important;
}

@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Black.ttf");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Bold.ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-ExtraBold.ttf");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-ExtraLight.ttf");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Light.ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Medium.ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("fonts/Inter-Thin.ttf");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* Used for displaying certain hints on the top of the page */
.wi_hint_div {
  background-color: bisque;
  border-radius: 6px;
  padding: 10px;
  margin: 10px;
}

/* BEGIN Enrollment Wizard */
.wi_enrollment_nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 10px;
  column-gap: 20px;
  flex-wrap: wrap;

  /*border-bottom: 2px solid black;*/ /* Adjust the thickness and color of the line */
  /* background-image: url("data:image/bmp;base64,Qk02AQAAAAAAADYAAAAEAAAAAwAAAAEAAAABABgAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAA////AP///wD///8A"); */
  /* background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAAsTAAALEwEAmpwYAAABbUlEQVR4nO3bsU0DQRBA0fMBHMMGdAALNMBGYAEeoAEeQDZoQExgAEcwLJYAOTKxvl4Hycn6dm5mZ3t2ezsN70AQAAAAAAAAAAAADgM2PsuV+/3/84rmj2hvvdwP/YP7tH9/Ff9+n0p+Pe/D8H1bwEfX7x7ANHevPuDfX7x7ANHevPuDfX7x7ANHevPuDfX7x7ANHevPuDfX7x7ANHevPuDfX7x7ANHevPuDfX7x7ANHevPuDfX7x7ANHevPuDfX7x7ANHevPuDfX7x7ANHevPuDfX7x7ANHevPuDfX7x7ANHevPuDfX7x7ANHevPuDfX7x7ANHevPuDfX7x7ANHevPuDfX7x7ANHevPuDfX7x7ANHevPuDfX7x7ANHevPuDfX7x7ANHevPuDfX7x7ANHevPuDfX7x7ANHevPuDfX7x7ANHevPuDfX7x7ANHevPuDfX7x7ANHevPuDfX7x7ANHevPuDfX7x7ANHevPuDfX7x7ANHevPuDfX7x7ANHevPuDfX7x7ANHevPuDfX7x7ANHevPuDfX7x7ANHevPvAXFztqVMyLlkAAAAASUVORK5CYII="); */
  /* background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAKCAIAAADNfmwpAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA2SURBVEhL7dQxEQAwDMPAMOsa8OXkULB2/RmBBk9UMxZgLGDeflfOWGDGAvOzAGMBxgKMVUsOKYS5mG0buSQAAAAASUVORK5CYII="); */
  /* background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAKCAIAAADNfmwpAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA+SURBVEhL7dWxDQAwCANBk1WyUdbJ8KShj93/NVC/kKjuFjxrJgzECtQ+d1b8cFkBYgX4hgEuK0CsALFs0gNRgAb8RNzVFQAAAABJRU5ErkJggg==");
  background-repeat: repeat-x; 
  background-size: auto; 
  background-position: center center;  */
}


.wi_enrollment_btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 5px;
  /* background-color: white; */
  /* background-color: inherit; */
  /*background-color: #f7f9fc; */
  background-color: #f6f3ff; /*berry2*/
  cursor: pointer;
  /*color: #23527B;*/
  color: #33263b; /*berry3*/
  /*font-weight: bold;*/
  gap: 2px;
  border-radius: 6px;
  padding: 8px;
  margin: 2px;
}

.wi_enrollment_btn.selected {
  /*border: 4px solid #23527B;*/
border: 4px solid #814b93;  
  /*#f17831; orange*/
  border-radius: 6px;
  padding: 4px;
}

.wi_enrollment_btn:has(.fa-circle) {
	font-weight: bold;
	background-color: #fff0fd;
}

/* hide menu */
.wi_agenttype_lead #ContentPlaceHolder1_Master_L1_LeftPanel, 
.wi_agenttype_lead .wi_mobilemenu,
#ContentPlaceHolder1_ContentPlaceHolder1_frmBudget_btnPrint {
  display: none !important; 
}

/* fill hidden menu space */
.wi_agenttype_lead #ContentPlaceHolder1_Master_L1_CenterPanel {
  flex: 1;
  max-width: 100%;;
}

/* END Enrollment Wizard */

#ContentPlaceHolder1_Master_L1_CenterBottomPanel .wi_enrollment_nav {
    display: none !important;
}

.wi_enrollment_btn.wi_enrollment_step_inquiries > i {
    display: none !important;
}

#ContentPlaceHolder1_MasterL1_centerpanel .wi_button a {
    min-width: auto !important;
}





.input-group.wi_ctrl_generic_search_content_container > .input-group-append > button:last-child {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}








/* STYLES FOR WELCOME PAGE 2 */



        :root {
            --wp2_primary-dark: #006666;
            --wp2_primary-turquoise: #008080;
            --wp2_accent-warm: #FF8C42;
            --wp2_bg-light: #f8fafb;
            --wp2_white: #ffffff;
            --wp2_border-light: #e0e6e8;
        }
/*
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background-color: var(--bg-light);
            color: #333;
            margin: 0;
            padding: 20px;
            line-height: 1.5;
        }
*/

        .wp2_container { max-width: 900px; margin: 0 auto; }


        /* 1 & 2) Empathy Header */
        .wp2_header-banner {
            background: linear-gradient(135deg, var(--wp2_primary-dark), #004d4d);
            color: white;
            padding: 40px 30px;
            border-radius: 20px;
            text-align: center;
            margin-bottom: 25px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }

        .wp2_header-banner h1 { margin: 0 0 10px 0; font-weight: 300; }
        .wp2_header-banner p { font-size: 1.1rem; opacity: 0.9; max-width: 700px; margin: 0 auto; }

        /* Grid Layout */
        .wp2_dashboard-grid {
            display: grid;
            grid-template-columns: 1.4fr 1fr;
            gap: 20px;
            margin-bottom: 25px;
        }

        .wp2_card {
            background: var(--wp2_white);
            padding: 25px;
            border-radius: 15px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
            display: flex;
            flex-direction: column;
        }

        /* 3) Next Payment & Proactive Tools */
        .wp2_payment-highlight {
            background: #f0f7f7;
            border-radius: 12px;
            padding: 20px;
            text-align: center;
            margin-bottom: 20px;
        }

        .wp2_payment-amount { font-size: 2.2rem; font-weight: 800; color: var(--wp2_primary-dark); margin: 5px 0; }
        .wp2_payment-date { font-weight: 600; color: #555; }

        .wp2_action-buttons { display: flex; gap: 10px; margin-top: 15px; }
        
        .wp2_btn-outline {
            flex: 1;
            padding: 10px;
            background: white;
            border: 1px solid var(--wp2_primary-turquoise);
            color: var(--wp2_primary-turquoise);
            border-radius: 8px;
            font-weight: 600;
            cursor: pointer;
            font-size: 0.85rem;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 5px;
        }

        .wp2_btn-outline:hover { background: var(--wp2_primary-turquoise); color: white; }

        /* SMS Opt-in */
        .wp2_sms-box {
            background: #fffcf5;
            border: 1px solid #f2e6c4;
            padding: 12px;
            border-radius: 8px;
            margin: 15px 0;
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 0.9rem;
        }

        /* 5) Hardship & Resources */
        .wp2_resource-list { list-style: none; padding: 0; margin: 20px 0; }
        .wp2_resource-list li { margin-bottom: 15px; }
        .wp2_resource-list a { color: var(--wp2_primary-turquoise); text-decoration: none; font-weight: 600; }
        
        .wp2_hardship-alert {
            background: #fff4ed;
            border: 1px solid #ffd8c2;
            padding: 15px;
            border-radius: 10px;
            margin-top: auto;
        }

        /* 6) Progress Chart */
        .wp2_chart-section {
            background: white;
            padding: 30px;
            border-radius: 15px;
            text-align: center;
            margin-bottom: 25px;
        }

        .wp2_progress-track {
            height: 8px;
            background: #eef2f3;
            border-radius: 10px;
            position: relative;
            margin: 45px 0 25px 0;
        }

        .wp2_progress-bar { height: 100%; width: 40%; background: var(--wp2_primary-turquoise); border-radius: 10px; }
        .wp2_vertical-line {
            position: absolute;
            left: 40%;
            top: -20px;
            height: 48px;
            width: 3px;
            background: var(--wp2_accent-warm);
        }

        /* 8) Chat Link */
        .wp2_chat-bar {
            background: var(--wp2_primary-dark);
            color: white;
            padding: 15px;
            border-radius: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            text-decoration: none;
            font-weight: bold;
            margin: 0 auto 40px auto;
            max-width: 300px;
            transition: transform 0.2s;
        }
        .wp2_chat-bar:hover { transform: scale(1.05); }

        @media (max-width: 768px) { .wp2_dashboard-grid { grid-template-columns: 1fr; } }
    
.wi_dqform_welcomeclient .wi_formtableheader { display:none}	
.wi_dqform_welcomeclient .wp2_header-banner h1 { color: white !important}

.wi_dqform_welcomeclient h3 {
    font-weight: bolder;
    font-size: larger;
}

.wi_dqform_welcomeclient .wi_dynamic_layout_content br {
  display:none;
}



.wi_body_customcontent_WelcomeClientSLSCR h2 {
	color: white;
}

  /* Card & UI Styling */
        .btn-burgundy {
            background-color: var(--burgundy);
            border-color: var(--burgundy);
			color: white;
        }

        .btn-burgundy:hover {
            background-color: #600018;
            border-color: #600018;
			color: white;
        }

        .btn-orange {
            background-color: darkorange;
            color: white;
        }

        .btn-orange:hover {
            background-color: #e67e00;
            color: white;
        }

        .welcome-banner {
            background: linear-gradient(135deg, var(--burgundy) 0%, #4a0012 100%);
            color: white;
            border-radius: 15px;
            padding: 30px;
            margin-bottom: 30px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.1);
        }

        .stat-card {
            border: none;
            border-radius: 10px;
            transition: transform 0.3s;
        }

        .stat-card:hover {
            transform: translateY(-5px);
        }

        .icon-box {
            width: 50px;
            height: 50px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            margin-bottom: 15px;
        }

        .bg-orange-light { background-color: var(--light-orange); color: var(--orange); }
        .bg-burgundy-light { background-color: #f2e6e9; color: var(--burgundy); }

        .badge-status {
            background-color: var(--orange);
            color: white;
        }
