@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: #2e6da4;
  --font-color: #0b0e2c;
  --darkorange: #2e6da4;
  --orange: var(--acent-color);
  --critical: #f76566;
  --standardbutton: #2e6da4;
  --green: #44cb73;
}

input {
  border-radius: 10px;
}

.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;
}

.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;
}

.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;
}

.wi_userinfo {
  margin-bottom: 5px;
}

div#Master_L0_MainContent {
  background-color: transparent;
}

.wi_top_orange,
.wi_top_orange_left {
  background: var(--acent-color);
  border-radius: 0.5rem;
  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: 0.5rem;
  background-color: #fff;
}

.wi_mobilemenu_toggler {
  border-color: #bfd2fb;
  border-radius: 0.5rem;
}

.wi_master_l0_header {
  padding-bottom: 10px;
}

#ContentPlaceHolder1_pnlWithContext {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.wi_dq_questionwrapper,
.wi_formcontrollabel {
  margin-top: 10px;
}

#ContentPlaceHolder1_NavigationButtonsContentPlace_navbuttonsdiv {
  margin-left: 0px;
}

input[type="submit"] {
  background: var(--standardbutton);
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
}

.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: 0.5rem;
  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: white;
  box-shadow: 0 2px 12px 0 rgb(11 22 44 / 5%);
}

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: white;
  border-radius: 0rem 1rem 1rem 0rem;
  box-shadow: 0 2px 10px 0 rgb(25 93 194 / 7%);
  border-style: solid;
  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: #0b0e2c;
}

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 #f4f7ff;
  /*gets rid of white space when border pops up*/
  background-color: #f4f7ff;
  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: #f4f7ff;
  color: var(--font-color);
  border: 1px solid transparent;
}

.wi_menu_click_container.wi_menu_item_selected .wi_menu_item_title .fas {
  color: var(--font-color);
}

.wi_menu_click_container * {
  color: var(--font-color);
  border: 1px solid transparent;
}

.wi_menu_item_selected .wi_menu_item_title {
  color: var(--font-color);
  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: 0.5rem;
  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: 5px;
  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: /*orange*/ var(--standardbutton);
  color: #fff;
  border: none !important;
  border-radius: 10px;
  padding-right: 7px;
  text-shadow: none;
}

.wi_button_div {
  margin-top: 10px;
}

.input-group-prepend .input-group-text {
  border-radius: 10px 0px 0px 10px !important;
}

.input-group-append .input-group-text {
  border-radius: 0px 10px 10px 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 10px;
}

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: 0.5rem;
  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: 10px;
  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: 10px;
  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: 10px;
  background-color: #fff;
}

.form-control {
  padding: 0.375rem 0.75rem;
  color: #0b0e2c;
  font-size: 14px;
  border-radius: 10px;
}

.wi_percent_append_right {
  border-radius: 0px 10px 10px 0px !important;
}

.igg_FilterRuleDropDown {
  background: #fff !important;
  padding: 0.5rem;
  border-radius: 0.5rem;
}

.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: 0.5rem;
  margin-top: 10px;
  border: solid 1px #ccc !important;
  max-height: none;
}

.form-control:disabled,
.form-control[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: 10px 0px 0px 10px !important;
}

.wi_fg_csc_textbox {
  border-radius: 0px 10px 10px 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 10px 10px !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: 5px;
  padding: 7px;
  background-color: transparent;
  border: 1px solid transparent;
}

.wi_master_l1_leftpanel {
  background: transparent;
}

.wi_body_forms_public_dqform
  .wi_dqform_public_smartmanager
  .Master_L1_MasterTable_Row
  .wi_master_l1_leftpanel {
  display: none;
}

.wi_body_forms_public_dqform
  .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_smartmanager
  .wi_masterheader:hover {
    scale: 1.01;
  }

.wi_body_forms_public_dqform
  .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;
	
	  background: radial-gradient(
      80% 100% at 50% -20%,
      #a855f764,
      hsla(0, 0%, 100%, 0)
    ),
    #111;
  background-repeat: no-repeat;
    color: white !important;
  height: 100vh;
}


.wi_body_forms_public_dqform {


}

.wi_body_forms_public_dqform
  .wi_dqform_public_smartmanager
  .wi_formtableheader {
  color: white;
}

.wi_body_forms_public_dqform
  .wi_dqform_public_smartmanager
  .wi_master_l0_header {
  background-color: transparent;
  box-shadow: none;
}

.wi_body_forms_public_dqform
  .wi_dqform_public_smartmanager
  a,
.wi_body_forms_public_dqform
  .wi_dqform_public_smartmanager
  a:visited {
  color: white;
}

.wi_body_forms_public_dqform
  .wi_dqform_public_smartmanager
  #Master_L0_Wrapper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.wi_body_forms_public_dqform
  .wi_dqform_public_smartmanager
  .wi_formcontrollabel {
  color: white;
}

.wi_body_forms_public_dqform
  .wi_dqform_public_smartmanager
  .Master_L1_MasterTable_Row {
  justify-content: space-evenly;
}

.wi_body_forms_public_dqform
  .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_smartmanager
  .wi_dq_submit.wi_dq_public_sm_signup_submit {
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  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_smartmanager
  .wi_dq_submit.wi_dq_public_sm_signup_submit:hover {
transform: scale(1.1);
}

.wi_body_forms_public_dqform
  .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_smartmanager
  .wi_dq_questionwrapper {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
}

.wi_body_forms_public_dqform
  .wi_dqform_public_smartmanager
  .wi_dq_questionwrapper
  label {
  text-align: left;
  margin: 0px;
}

.wi_body_forms_public_dqform
  .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_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_smartmanager
  .wi_dq_questionwrapper
  input {
  border-radius: 0.375rem !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_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_smartmanager
  .wi_dq_questionwrapper
  textarea:focus {
	box-shadow: none;
}

.wi_body_forms_public_dqform
  .wi_dqform_public_smartmanager
  .wi_dq_questionwrapper
  input:focus {
  box-shadow: none;
  outline: 2px solid #3633cdec;
}

.wi_body_forms_public_dqform
  .wi_dqform_public_smartmanager
  .wi_dynamic_layout_content {
  width: 80%;
  margin: auto;
  margin-top: 1.5rem;
}

.wi_body_forms_public_dqform
  .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_smartmanager
  .wi_submit_row
  div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wi_body_forms_public_dqform
  .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_smartmanager
    .wi_dynamic_layout_content
    .wi_custom_a1 {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .wi_body_forms_public_dqform
    .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 {
  background: var(--standardbutton);
}

.wi_paynow_btngroup {
  padding: 10px;
  margin: 10px;
  border-radius: 10px;
}

.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: 10px;
  padding: 10px;
  margin: 10px;
}

/* Need to display the grid based on the width of the browser page */
.DQ_FeatureGrid_grid {
	width: auto !important; 
}

/* Get rid of alternate coloring, so that it doesn't look like some issues are closed (gray) */
.DQ_FeatureGrid_grid .ui-ig-altrecord {
	background-color: inherit !important;
}

.DQ_FeatureGrid_grid .ui-state-hover {
	/*text-decoration: none !important;*/
	border:none !important;
}

.wi_username_input_container {
	min-width: 200px;
}

.wi_password_input_container {
	min-width: 200px;
}


/* TASKPERFECT CONTACT FORM */
.wi_dqform_public_tp_signup {
	
}

.wi_htmlsubheading {
	margin-left: 30px;
    margin-bottom: 10px;
    font-size: large;
}

.wi_dqform_public_tp_signup .wi_submit_row {
text-align: right; 
}

.wi_dqform_public_tp_signup .wi_dq_public_tp_signup_message {
min-height: 100px;
}

/* END OF : TASKPERFECT CONTACT FORM */


.wi_dqform_public_tp_signup  .wi_custom_footerdiv {
	background-color: beige;
    border-radius: 10px;
    padding: 10px;
	margin-top: 20px;
}

.MasterFooter {
	/* Chat button on the right */
	text-align: right;
}

.MasterFooter .fas {
	/* Add spacing between icon and the word Chat */
	padding-right: 10px;
}

.wi_chat_public_index .row {
	margin: 10px;
}

.wi_chatcompanynamediv {
	display: none;
}

.wi_chatqueuebuttondiv {
	
	
}
	
.wi_chatqueueofflinediv {
	min-width: 250px;
	max-width: 250px;
}	
.wi_chatqueueonlinediv {
	min-width: 250px;
	max-width: 250px;
}	

.wi_chatqueueofflinediv a {
	width: 100%;
    display: block;
}

.wi_chatqueueofflinediv button {
	width: 100%;
    display: block;
}

.wi_chatqueueonlinediv a {
	width: 100%;
    display: block;
}

.wi_chatqueueonlinediv button {
	width: 100%;
    display: block;
}


/* Requested by Santiago and Jonathan */

.wi_dqform_public_smartmanager {
    min-height: 100vh;
    height: 100% !important;
}
 
.wi_dqform_public_smartmanager .wi_footermargin {
    margin-bottom: 0 !important;
    padding-bottom: 25px;
}