@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.md-datepicker-is-showing .md-scroll-mask {
  z-index: 99;
}

.modal-backdrop {
  z-index: 1050;
}

.md-datepicker-calendar-pane {
  z-index: 2060;
}

.clr-blue {
  color: #00b4ff;
}

.clr-gold {
  color: #c9b037;
}

.clr-red {
  color: red;
}

.clr-green {
  color: #00c600;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  overflow: auto;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.3;
  overflow-x: auto;
}

button,
html,
input,
select,
textarea {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .no-more-tables tbody,
  .no-more-tables tr,
  .no-more-tables td {
    display: block;
  }
  .no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .no-more-tables td {
    position: relative;
    padding-left: 50%;
    border: none;
    border-bottom: 1px solid #eee;
  }
  .no-more-tables td:before {
    content: attr(data-title);
    position: absolute;
    left: 6px;
    font-weight: bold;
  }
  .no-more-tables tr {
    border-bottom: 1px solid lightgray;
  }
}
.popover {
  z-index: 10000;
}

.bx.bxs-copy {
  color: blue;
  transition: all 0.3s;
}
.bx.bxs-copy:hover {
  color: greenyellow;
  transform: scale(1.4);
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.lh-1 {
  line-height: 1;
}

.lh-2 {
  line-height: 1.2;
}

.lh-3 {
  line-height: 1.3;
}

.lh-4 {
  line-height: 1.5;
}

.lh-5 {
  line-height: 1.7;
}

.lh-6 {
  line-height: 1.8;
}

.lh-7 {
  line-height: 2;
}

.lh-8 {
  line-height: 2.2;
}

.lh-9 {
  line-height: 2.5;
}

.font-smaller {
  font-size: 0.8rem;
  line-height: 1.3rem;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  text-align: center;
  font-weight: 400;
  background: #1e72a2;
  color: white;
  font-size: 1.1em;
  border-bottom: 2px solid gray;
  white-space: nowrap;
}

.dropdown-menu {
  padding: 0;
}
.dropdown-menu.--wide {
  width: 267px;
}

.dropdown-item {
  padding: 0.75rem 1rem;
}

.dropdown-item-separator {
  border-top: 1px solid white;
  margin: 5px 0;
}

.border-left {
  border-left: 1px solid rgba(197, 201, 224, 0.6);
}

.border-right {
  border-right: 1px solid rgba(197, 201, 224, 0.6);
}

.border-top {
  border-top: 1px solid rgba(197, 201, 224, 0.6);
}

.border-bottom {
  border-bottom: 1px solid rgba(197, 201, 224, 0.6);
}

.text-justify {
  text-align: justify;
}

hr2 {
  width: 100%;
  padding: 20px 20px;
  margin: 40px auto;
}
hr2:before {
  content: "";
  height: 1px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(147, 147, 147) 50%, rgba(0, 0, 0, 0) 100%);
  display: block;
  margin-bottom: 10px;
  margin-top: 10px;
}

#signEasyModal {
  z-index: 9999999999;
}

#everSignIframeWrapper {
  width: 100%;
  height: 100%;
  overflow: hidden !important;
}

.pass-meter {
  width: 100%;
  padding-top: 3px;
  padding-bottom: 4px;
}

.pass-meter.hidden {
  display: none;
}

.pass-meter-col {
  float: left;
  width: 25%;
  padding: 1px;
}

.pass-meter-col .indicator {
  border-radius: 3px;
  background-color: #eee;
  height: 5px;
}

.pass-meter-col.poor .indicator {
  background-color: #ef4e3a;
}

.pass-meter-col.weak .indicator {
  background-color: #F27B1C;
}

.pass-meter-col.good .indicator {
  background-color: #6c3;
}

.pass-meter-col.strong .indicator {
  background-color: #33A7E3;
}

.pass-meter .pass-meter-message {
  width: 100%;
  text-align: right;
  font-size: 11px;
  line-height: 10px;
  font-weight: 500;
  color: #555;
  min-height: 7px;
}

.show-password-eye,
.show-password-eye2 {
  position: absolute;
  top: 28px;
  left: 12px;
  width: 16px;
  cursor: pointer;
  z-index: 6;
}

#change_or_add_password_modal input {
  border: none;
  background-color: #E8F0FE;
  padding-left: 36px;
}

.btn-success,
.btn-success.disabled {
  background: #2cdd9b;
  border: 1px solid #2cdd9b;
}

.btn-success {
  color: #fff;
  background-color: #36bea6;
  border-color: #36bea6;
}

.btn-success:hover,
.btn-success.disabled:hover {
  background: #1dc8cd;
  border: 1px solid #1dc8cd;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.btn-success.focus,
.btn-success:focus {
  background-color: #1dc8cd;
  border: 1px solid #1dc8cd;
}

.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success.disabled.active,
.btn-success.disabled:active,
.btn-success.disabled:focus {
  background: #1dc8cd;
}

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 190, 166, 0.5019607843);
}

.tooltip-icon {
  color: #00acff;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 5px;
}

.tooltip-icon:hover {
  transform: scale(1.3);
}

.clipboard {
  position: relative;
}
.clipboard span.clipboard-copy-message {
  position: absolute;
  top: -1px;
  left: 25px;
  width: max-content;
  font-size: 10px;
  background-color: #00b4ff;
  padding: 2px 5px;
  border-radius: 7px;
  color: white;
  display: none;
}

.user-box.dropdown ul.dropdown-menu {
  background: black;
}
.user-box.dropdown ul.dropdown-menu li a:hover {
  background: rgba(246, 246, 246, 0.3215686275);
}
.user-box.dropdown ul li span {
  vertical-align: middle;
  color: white;
}
.user-box.dropdown i.fal {
  color: #2b9cd3;
  font-size: 20px;
  font-weight: 500;
  width: 31px;
  text-align: center;
}

.property-cards-container .loading_prop_message_situs {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}
.property-cards-container .loading_prop_message_owner {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}
.property-cards-container .loading_prop_message_body {
  margin: 15px 0 0 5px;
  width: max-content;
}
.property-cards-container .loading_prop_message_row {
  display: flex;
  gap: 6rem;
  justify-content: space-between;
}
.property-cards-container .loading_prop_message_label {
  font-weight: 300;
  margin-right: 5px;
}
.property-cards-container .loading_prop_message_value {
  font-weight: 500;
}

.tooltip_wrapper {
  padding: 10px;
  font-size: 12px;
}

.tooltip_shield_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  margin-bottom: 10px;
}

.tooltip_shield_wrapper img {
  width: 40px;
  z-index: 10;
}

.tooltip_shield_protected,
.tooltip_shield_not_protected {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: start;
  position: relative;
  left: -20px;
  line-height: 1.4;
  padding-top: 2px;
  padding-left: 32px;
  padding-right: 12px;
  border-radius: 0 5px 5px 0;
  height: 38px;
  width: max-content;
  background-color: green;
  color: white;
  z-index: 1;
}

.tooltip_shield_not_protected {
  background-color: red;
}

.tooltip_header {
  font-size: 14px;
}

.tooltip_subheader {
  font-size: 11px;
  line-height: 1;
  text-align: center;
  margin-bottom: 8px;
}

.tooltip_body {
  margin: 0 15px;
}

.tooltip_row {
  display: flex;
  justify-content: space-between;
}

.tooltip_label {
  font-weight: 300;
  margin-right: 5px;
}

.tooltip_value {
  font-weight: 500;
}

.tooltip_shield_protected_name {
  font-weight: bold;
}

.sidebar-wrapper #property_list_expander {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(231, 231, 231, 0.18);
  color: white;
  cursor: pointer;
}
.sidebar-wrapper #property_list_expander:hover {
  background-color: rgba(231, 231, 231, 0.08);
}
.sidebar-wrapper #property_list_search_wrapper {
  height: auto;
  height: max-content;
  overflow: hidden;
  transition: all 2.3s ease-in-out;
  position: relative;
}
.sidebar-wrapper #menu_property_search {
  margin: 3px 0;
}
.sidebar-wrapper #menu_property_search #menu_property_search_textbox {
  font-size: 12px;
  border-radius: 2px;
  padding-right: 30px;
}
.sidebar-wrapper #menu_property_search .menu_property_search_textbox_clear {
  position: absolute;
  top: 7px;
  right: 7px;
}
.sidebar-wrapper #menu_property_search .menu_property_search_textbox_clear:hover {
  cursor: pointer;
  color: red;
}
.sidebar-wrapper #menu_property_list {
  width: 100%;
  max-height: 35lvh;
  margin-bottom: 10px;
  overflow: hidden;
  overflow-y: auto;
}
.sidebar-wrapper #menu_property_list .prop_entry {
  height: 40px;
  max-height: 40px;
  min-height: 40px;
  width: calc(100% - 4px);
  font-size: 13px;
  background-color: #626262;
  border-left: 4px solid #626262;
  margin: 5px 0 5px 0px;
  border-radius: 5px;
  overflow: hidden;
  color: white;
  cursor: pointer;
  user-select: none;
}
.sidebar-wrapper #menu_property_list .prop_entry:hover {
  background-color: #4c4c4c;
}
.sidebar-wrapper #menu_property_list .prop_entry.active {
  background-color: #434343;
  border-left: 4px solid #a6fd92;
  border-right: 4px solid #a6fd92;
}
.sidebar-wrapper #menu_property_list .prop_entry.active .situs_info_wrapper .situs {
  color: #4b9ad2;
}
.sidebar-wrapper #menu_property_list .prop_entry .prop_wrapper {
  display: grid;
  grid-template-columns: 40px 1fr;
  grid-template-rows: 40px;
}
.sidebar-wrapper #menu_property_list .prop_entry .prop_wrapper .auth {
  color: gold;
  border-right: 1px solid #8d8d8d;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 4px;
}
.sidebar-wrapper #menu_property_list .prop_entry .prop_wrapper .situs_info_wrapper {
  padding: 5px 7px 0 7px;
  overflow: hidden;
}
.sidebar-wrapper #menu_property_list .prop_entry .prop_wrapper .situs_info_wrapper .situs {
  color: white;
  font-size: 13px;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sidebar-wrapper #menu_property_list .prop_entry .prop_wrapper .situs_info_wrapper .situs:hover {
  color: greenyellow;
}
.sidebar-wrapper #menu_property_list .prop_entry .prop_wrapper .situs_info_wrapper .info {
  color: white;
  font-size: 10px;
  font-weight: 300;
  text-align: right;
  margin-top: 2px;
}
.sidebar-wrapper #menu_property_list .prop_entry.active .prop_wrapper .situs_info_wrapper .situs {
  color: greenyellow;
  font-weight: 500;
}
.sidebar-wrapper #menu .menu-header {
  padding: 10px 5px 2px 5px;
  background-color: #414141;
  text-align: left;
  border-bottom: 1px solid #2b9cd3;
}
.sidebar-wrapper #menu .menu-header .user-name {
  color: #2b9cd3;
  font-weight: 500;
  padding: 0 5px;
  font-size: 1rem;
}
.sidebar-wrapper #menu .menu-header .user-email {
  padding: 0 5px;
  font-size: 0.8rem;
  line-height: 1.4;
  color: rgb(199, 199, 199);
}
.sidebar-wrapper #menu .menu-header .user-id {
  font-size: 1rem;
  padding-top: 8px;
  color: white;
  text-align: end;
}
.sidebar-wrapper #menu .menu-header .user-id span {
  font-size: 0.8rem;
  color: rgb(199, 199, 199);
}
.sidebar-wrapper .metismenu a .parent-icon {
  font-size: 24px;
  line-height: 1;
  color: #2b9cd3;
}
.sidebar-wrapper .parent-icon i {
  font-size: 24px;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 3px;
}
.sidebar-wrapper .toggle-icon {
  top: 14px;
  justify-content: center;
  align-items: center;
  margin-right: 3px;
}
.sidebar-wrapper .toggle-icon:hover {
  background-color: #6c757d !important;
}
.sidebar-wrapper .menu-badge {
  line-height: 1.55;
  position: absolute;
  top: 9px;
  right: 5px;
  min-width: 40px;
}

#activation ul li {
  line-height: 1.3;
  margin-bottom: 5px;
}
#activation .send-to-wrapper {
  line-height: 1.6;
}
#activation .sent-to {
  border: 1px solid #bdbdbd;
  background-color: #f8f9fa;
  padding: 3px 6px;
  border-radius: 4px;
  font-weight: 500;
}
#activation .vcode-input-group {
  max-width: 313px;
  min-width: 313px;
  width: 313px;
}
#activation .vcode-input-group i.bx.bx-caret-right {
  font-size: 24px;
  color: #2cdd9b;
}
#activation #activationCode {
  border: 3px solid #198754;
  min-width: 180px;
  height: 50px;
}
#activation .btn-submit-vcode {
  width: 313px;
}
#activation .vcode-error {
  color: red;
  padding: 5px 0;
}

.unanswered {
  border: 1px solid red;
  font-weight: bold;
}

#final_results_table.table-sm > :not(caption) > * > * {
  padding: 0.125rem 0.125rem;
}
#final_results_table.table > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.prop_description_wrapper .prop_image img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  overflow: hidden;
  border-radius: 7px 0 0 7px;
  transition: transform 0.75s ease-in-out, border-radius 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
}
.prop_description_wrapper .prop_image img:hover {
  cursor: pointer;
  border-radius: 7px;
  transform: scale(1.1);
  box-shadow: 4px 4px 2px rgba(5, 50, 73, 0.1);
}
.prop_description_wrapper .prop_details {
  grid-area: prop_details;
  padding: 15px 15px 0px 5px;
}
.prop_description_wrapper .prop_details .situs {
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
}
.prop_description_wrapper .prop_details .situs i {
  color: #4ab1fe;
  font-size: 26px;
}
.prop_description_wrapper .prop_info_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 10px;
  margin: 20px 5px 10px 5px;
}
.prop_description_wrapper .prop_info_wrapper .detail_box {
  flex: 1;
  text-align: center;
  background-color: #eaeae4;
  padding: 15px 7px 10px;
  border-radius: 5px;
}
.prop_description_wrapper .prop_info_wrapper .detail_box .detail_label {
  font-size: 18px;
  font-weight: 600;
}
.prop_description_wrapper .prop_info_wrapper .detail_box .detail_value {
  font-size: 12px;
  font-weight: 400;
}
.prop_description_wrapper .prop_info_wrapper_two {
  margin: 10px 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 10px;
}
.prop_description_wrapper .prop_info_wrapper_two .detail_box_two {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  flex: 1;
  text-align: center;
  background-color: #eaeae4;
  padding: 15px 7px 10px;
  border-radius: 5px;
}
.prop_description_wrapper .prop_info_wrapper_two .detail_box_two .detail_label_two {
  font-size: 12px;
  font-weight: 500;
}
.prop_description_wrapper .prop_info_wrapper_two .detail_box_two .detail_value_two {
  font-size: 18px;
  font-weight: 600;
}

.analysis_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 10px;
}
.analysis_wrapper .analysis_item_wrapper {
  flex: 1 1 0px;
  min-width: max-content;
  text-align: center;
  background: #eaeae4;
  border-radius: 7px;
  padding: 7px;
}
.analysis_wrapper .analysis_item_wrapper .analysis_value {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}
.analysis_wrapper .analysis_item_wrapper .analysis_label {
  font-size: 11px;
  color: gray;
}

.current_values_wrapper {
  background-color: #eaeae4;
  border-radius: 5px;
}

.referral_code_wrapper {
  background: #e9e9e9;
  padding: 6px 0;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  margin-top: 6px;
}

#section_values .prop_values .value_title {
  font-size: 19px;
  font-weight: 500;
}
#section_values .prop_values .value_grid {
  margin: 10px 0 8px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 10px;
}
#section_values .prop_values .value_grid .curr_market,
#section_values .prop_values .value_grid .curr_appraised,
#section_values .prop_values .value_grid .prev_market,
#section_values .prop_values .value_grid .prev_appraised {
  background-color: #e9e9e9;
  padding: 10px 0;
  border-radius: 5px;
  text-align: center;
}
#section_values .prop_values .value_grid .curr_market .label,
#section_values .prop_values .value_grid .curr_appraised .label,
#section_values .prop_values .value_grid .prev_market .label,
#section_values .prop_values .value_grid .prev_appraised .label {
  font-size: 14px;
  color: black;
  margin-top: 3px;
  text-align: center;
}
#section_values .prop_values .value_grid .curr_market .value,
#section_values .prop_values .value_grid .curr_appraised .value,
#section_values .prop_values .value_grid .prev_market .value,
#section_values .prop_values .value_grid .prev_appraised .value {
  font-size: 23px;
  font-weight: 600;
  text-align: center;
}
#section_values .prop_values .value_grid .curr_market .value_change,
#section_values .prop_values .value_grid .curr_appraised .value_change,
#section_values .prop_values .value_grid .prev_market .value_change,
#section_values .prop_values .value_grid .prev_appraised .value_change {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #525f7f;
  margin-top: -2px;
}
#section_values .prop_values .value_grid .curr_market .value_change .fas.fa-caret-up,
#section_values .prop_values .value_grid .curr_market .value_change .fas.fa-caret-down,
#section_values .prop_values .value_grid .curr_appraised .value_change .fas.fa-caret-up,
#section_values .prop_values .value_grid .curr_appraised .value_change .fas.fa-caret-down,
#section_values .prop_values .value_grid .prev_market .value_change .fas.fa-caret-up,
#section_values .prop_values .value_grid .prev_market .value_change .fas.fa-caret-down,
#section_values .prop_values .value_grid .prev_appraised .value_change .fas.fa-caret-up,
#section_values .prop_values .value_grid .prev_appraised .value_change .fas.fa-caret-down {
  color: green;
  font-size: 22px;
}
#section_values .prop_values .value_grid .curr_market .value_change .fas.fa-caret-down,
#section_values .prop_values .value_grid .curr_appraised .value_change .fas.fa-caret-down,
#section_values .prop_values .value_grid .prev_market .value_change .fas.fa-caret-down,
#section_values .prop_values .value_grid .prev_appraised .value_change .fas.fa-caret-down {
  color: red;
}
#section_values .prop_values .value_grid .curr_market {
  color: #4ab1fe;
}

.doc-questions-wrapper {
  border: 1px solid #e9ecef;
  padding: 10px;
  border-radius: 5px;
}
.doc-questions-wrapper .warning {
  color: red;
  line-height: 1.3;
  font-size: 12px;
}

#upload_documents .header {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}

#document-drop-area {
  margin-top: 5px;
  padding: 5px;
}

.submit_evidence_wrapper {
  margin: 10px auto 10px auto;
  text-align: center;
  line-height: 1.25;
  display: flex;
  gap: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.submit_evidence_wrapper .value {
  font-size: 16px;
  font-weight: 600;
}
.submit_evidence_wrapper .label {
  font-size: 12;
  font-weight: 400;
}

#section_evidence .evidence {
  margin: 10px;
}
#section_evidence .evidence .evidence_area_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #eaeae4;
  padding: 10px 10px;
  border-radius: 7px;
}
#section_evidence .evidence .evidence_area_wrapper .title {
  font-size: 14px;
  font-weight: 700;
  text-align: start;
  margin-bottom: 8px;
}
#section_evidence .evidence .evidence_area_wrapper .message {
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  line-height: 1.2;
}
#section_evidence .evidence .evidence_area_wrapper .last_update {
  text-align: center;
  margin-top: 10px;
  font-size: 0.8rem;
}

#section_survey .section_body_wrapper .survey_wrapper .message {
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
}
#section_survey .section_body_wrapper .survey_wrapper .survey {
  line-height: 1.2;
  text-align: justify;
}
#section_survey .section_body_wrapper .survey_wrapper .survey .warning_message,
#section_survey .section_body_wrapper .survey_wrapper .survey .warning_message_tabbed {
  color: red;
  font-size: 11px;
  font-weight: 500;
  text-align: justify;
}
#section_survey .section_body_wrapper .survey_wrapper .survey .warning_message_tabbed {
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
}
#section_survey .section_body_wrapper .survey_wrapper .survey .date_price_wrapper {
  margin-left: 21px;
}
#section_survey .section_body_wrapper .survey_wrapper .survey .date_price_wrapper .label {
  text-align: start;
}
#section_survey .section_body_wrapper .survey_wrapper .survey .date_price_wrapper .md-datepicker-input-container {
  margin-left: -2px;
}
#section_survey .section_body_wrapper .survey_wrapper .survey .date_price_wrapper .md-button.md-icon-button {
  margin: 0 0 0 -7px;
}
#section_survey .section_body_wrapper .survey_wrapper .survey .date_price_wrapper .md-datepicker-input {
  width: 187px;
  text-align: center;
  letter-spacing: 2px;
}
#section_survey .section_body_wrapper .survey_wrapper .survey #input_purchase_price {
  text-align: end;
}

.section_header i.fas {
  transform: rotateZ(0deg);
  transition: transform 0.5s ease;
}

.section_header.collapsed {
  height: 38px;
  width: 100% !important;
  margin-bottom: -5px;
}

.section_header.collapsed i.fas {
  transform: rotateZ(180deg);
  transition: transform 0.5s ease;
}

#property_card_body_postsignup {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "protected" "survey_issues" "survey" "appeal_status" "values" "documents" "evidence" "footer";
}
#property_card_body_postsignup .survey_issues_wrapper {
  grid-area: survey_issues;
  background: pink;
  padding: 10px;
  margin: 15px 0 0 0;
  border-radius: 5px;
  box-shadow: 4px 4px 2px rgba(5, 50, 73, 0.1);
}
#property_card_body_postsignup .survey_issues_wrapper .fa-exclamation-circle {
  font-size: 42px;
  color: red;
}
#property_card_body_postsignup .survey_issues_wrapper .survey_issue_list {
  color: black;
  font-size: 17px;
  font-weight: 600;
}
#property_card_body_postsignup .survey_issues_wrapper ul {
  padding-left: 30px;
  margin: 7px 0 0 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
}
#property_card_body_postsignup .protected {
  grid-area: protected;
}
#property_card_body_postsignup #section_values {
  grid-area: values;
}
#property_card_body_postsignup #section_evidence {
  grid-area: evidence;
}
#property_card_body_postsignup #section_survey {
  grid-area: survey;
}
#property_card_body_postsignup #section_appeal_status {
  grid-area: appeal_status;
  max-width: 100%;
}
#property_card_body_postsignup #section_documents {
  grid-area: documents;
  margin-bottom: 20px;
}
#property_card_body_postsignup #section_footer {
  grid-area: footer;
}

#property_card_body_presignup,
#property_card_body_postsignup {
  margin: 20px 0;
}
#property_card_body_presignup #cap_fee_diagram,
#property_card_body_postsignup #cap_fee_diagram {
  width: 100%;
  margin: 10px 0px 20px 0px;
  font-size: 12px;
}
#property_card_body_presignup #cap_fee_diagram .cap_fee_indicator_wrapper,
#property_card_body_postsignup #cap_fee_diagram .cap_fee_indicator_wrapper {
  width: 100%;
  overflow: hidden;
  color: white;
  margin-bottom: 2px;
}
#property_card_body_presignup #cap_fee_diagram .cap_fee_indicator_wrapper .cap_fee_indicator,
#property_card_body_postsignup #cap_fee_diagram .cap_fee_indicator_wrapper .cap_fee_indicator {
  padding: 3px 0;
  background: linear-gradient(45deg, transparent, #4ab1fe 40%);
  height: 100%;
  text-align: center;
  font-weight: bold;
  border-radius: 0 20px 20px 0;
  border-left: 2px solid #c4c4c4;
}
#property_card_body_presignup #cap_fee_diagram .cap_fee_indicator_wrapper .cap_fee_indicator_text,
#property_card_body_postsignup #cap_fee_diagram .cap_fee_indicator_wrapper .cap_fee_indicator_text {
  font-weight: 400;
  line-height: 1;
  font-size: 10px;
}
#property_card_body_presignup #cap_fee_diagram .x_axis_area,
#property_card_body_postsignup #cap_fee_diagram .x_axis_area {
  display: flex;
  width: 25%;
  padding: 1px 3px;
  height: 100%;
  border-right: 1px solid rgb(255, 255, 255);
}
#property_card_body_presignup #cap_fee_diagram .cap_fee_value_ranges,
#property_card_body_postsignup #cap_fee_diagram .cap_fee_value_ranges {
  font-weight: bold;
  height: 32px;
  display: flex;
  background: rgb(232, 232, 232);
  background: linear-gradient(79deg, rgb(242, 242, 242) 0%, rgb(196, 196, 196) 60%);
}
#property_card_body_presignup #cap_fee_diagram .cap_fee_ranges,
#property_card_body_postsignup #cap_fee_diagram .cap_fee_ranges {
  display: flex;
  margin-top: -17px;
  font-weight: 600;
}
#property_card_body_presignup #cap_fee_diagram .cap_fee_range,
#property_card_body_postsignup #cap_fee_diagram .cap_fee_range {
  width: 25%;
  text-align: center;
}
#property_card_body_presignup #cap_fee_diagram .cap_fee_legend,
#property_card_body_postsignup #cap_fee_diagram .cap_fee_legend {
  text-align: justify;
  font-size: 12px;
  margin-top: 4px;
}
#property_card_body_presignup .card_timeline,
#property_card_body_postsignup .card_timeline {
  padding: 5px;
  display: grid;
  font-size: 12px;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 700px) {
  #property_card_body_presignup .card_timeline,
  #property_card_body_postsignup .card_timeline {
    grid-template-columns: 1fr;
  }
}
#property_card_body_presignup .section_header,
#property_card_body_postsignup .section_header {
  font-size: 15px;
  font-weight: 700;
  margin-top: 20px;
  color: rgb(82, 82, 82);
  text-transform: uppercase;
  line-height: 1.05;
  background-color: #f8f8f8;
  border-radius: 5px 5px 0px 0;
  width: fit-content;
  padding: 10px 10px 0 10px;
  box-shadow: 4px 4px 2px rgba(5, 50, 73, 0.1);
  position: relative;
  z-index: 1;
}
#property_card_body_presignup .section_text,
#property_card_body_postsignup .section_text {
  font-size: 12px;
  color: rgb(82, 82, 82);
  margin-bottom: 10px;
  text-align: justify;
}
#property_card_body_presignup .section_body_wrapper,
#property_card_body_postsignup .section_body_wrapper {
  margin-left: 0px;
  background-color: #f8f8f8;
  padding: 15px 15px 10px 15px;
  border-radius: 0 7px 7px 7px;
  box-shadow: 4px 4px 2px rgba(5, 50, 73, 0.1);
  position: relative;
  z-index: 2;
}
#property_card_body_presignup .tax_savings_value,
#property_card_body_postsignup .tax_savings_value {
  color: #4ab1fe;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  font-size: 28px;
  font-weight: 700;
}
#property_card_body_presignup .tax_savings_label,
#property_card_body_postsignup .tax_savings_label {
  font-size: 12px;
  font-weight: 600;
  color: rgb(82, 82, 82);
}
#property_card_body_presignup .tax_savings_info,
#property_card_body_postsignup .tax_savings_info {
  margin: 12px 0;
  font-size: 12px;
  font-weight: 400;
  text-align: justify;
  line-height: 1.25;
}
#property_card_body_presignup .card-message,
#property_card_body_postsignup .card-message {
  margin-bottom: -2px;
  font-size: 12px;
  columns: 2;
}
#property_card_body_presignup .card-message .bulleted,
#property_card_body_postsignup .card-message .bulleted {
  position: relative;
  line-height: 1.2;
  margin-left: 15px;
  margin-bottom: 5px;
}
#property_card_body_presignup .card-message .bulleted::before,
#property_card_body_postsignup .card-message .bulleted::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #36bea6;
  font-size: 9px;
  position: absolute;
  left: -13px;
  top: 3px;
}
@media (max-width: 540px) {
  #property_card_body_presignup .card-message,
  #property_card_body_postsignup .card-message {
    columns: 1;
  }
}

#property_card_body_postsignup .section_body_wrapper .documents_wrapper .documents_message {
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  line-height: 1.3;
  margin-bottom: 15px;
}
#property_card_body_postsignup .section_body_wrapper .documents_wrapper .document_table_wrapper > table {
  margin-bottom: 5px;
}
#property_card_body_postsignup .section_body_wrapper .documents_wrapper .document_table_wrapper .no_documents_message {
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  line-height: 1.3;
  padding: 7px 12px;
  color: black;
  background-color: #eaeaea;
  border-radius: 5px;
  margin-bottom: 5px;
}
#property_card_body_postsignup .section_body_wrapper .documents_wrapper .document_crud .btn-transparent {
  font-size: 18px;
  background-color: transparent;
  border: none;
}
#property_card_body_postsignup .section_body_wrapper .documents_wrapper .document_crud .fa-eye:hover {
  color: #4ab1fe;
}
#property_card_body_postsignup .section_body_wrapper .documents_wrapper .document_crud .fa-edit:hover {
  color: #4ab1fe;
}
#property_card_body_postsignup .section_body_wrapper .documents_wrapper .document_crud .fa-trash-alt:hover {
  color: red;
}
#property_card_body_postsignup .section_body_wrapper .documents_wrapper .document_add_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 15px;
  margin-top: 10px;
}
#property_card_body_postsignup .appeal_status_wrapper {
  display: grid;
  column-gap: 25px;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: max-content max-content 1fr;
  grid-template-areas: "deadlineMessage deadlineMessage" "timeline timeline" "currentStep currentStep";
}
#property_card_body_postsignup .appeal_status_wrapper .appeal_status_deadline_message_wrapper {
  grid-area: deadlineMessage;
}
#property_card_body_postsignup .appeal_status_wrapper .appeal_status_deadline_message_wrapper .appeal_status_deadline {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}
#property_card_body_postsignup .appeal_status_wrapper .appeal_status_deadline_message_wrapper .appeal_status_county_message {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  margin: 5px auto;
  width: fit-content;
  background-color: rgb(255, 118, 118);
  border-radius: 5px;
  color: white;
  padding: 5px 10px;
}
#property_card_body_postsignup .appeal_status_wrapper .appeal_status_deadline_message_wrapper .appeal_status_label {
  font-size: 22px;
  font-weight: 600;
  color: #4ab1fe;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  text-align: center;
}
#property_card_body_postsignup .appeal_status_wrapper .timeline_wrapper {
  grid-area: timeline;
  margin-top: 25px;
  margin-bottom: -15px;
}
#property_card_body_postsignup .appeal_status_wrapper .current_step {
  grid-area: currentStep;
}
#property_card_body_postsignup .appeal_status_wrapper .current_step .step_title {
  font-size: 21px;
  font-weight: 500;
  padding-right: 6px;
}
#property_card_body_postsignup .appeal_status_wrapper .current_step i {
  font-size: 24px;
  color: #4ab1fe;
}
#property_card_body_postsignup .appeal_status_wrapper .current_step .step_message {
  text-align: justify;
}
@media screen and (max-width: 640px) {
  #property_card_body_postsignup .appeal_status_wrapper {
    grid-template-columns: 1fr 2fr;
    grid-template-areas: "deadlineMessage deadlineMessage" "timeline currentStep";
    gap: 5px;
  }
  #property_card_body_postsignup .appeal_status_wrapper .timeline_wrapper {
    margin-top: 0px;
  }
  #property_card_body_postsignup .appeal_status_wrapper .current_step {
    margin-top: 20px;
  }
}

.timeline {
  width: 100%;
  position: relative;
  z-index: 1;
}
.timeline ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.timeline .steps {
  width: 100%;
  display: table;
  text-align: center;
  margin: 10px auto;
}
.timeline .steps li {
  display: table-cell;
  padding: 10px 0 25px;
  position: relative;
  font-weight: 400;
  width: 1%;
  border-top: 4px solid #46b0fe;
  vertical-align: middle;
}
.timeline .steps li:after {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  margin: auto;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background: #fff;
  color: #fff;
  border-radius: 50%;
  z-index: 2;
  font-size: 1rem;
  text-align: center;
  border: 3px solid #46b0fe;
}
.timeline .steps li:first-child:before,
.timeline .steps li:last-child:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -4px;
  left: 0;
  height: 4px;
  background: #f7f7f7;
  width: 50%;
}
.timeline .steps li:last-child:before {
  left: auto;
  right: 0;
}
.timeline .steps li.done {
  border-color: #46b0fe;
}
.timeline .steps li.done:after {
  content: "";
  background: #46b0fe;
}
@media screen and (max-width: 640px) {
  .timeline .steps,
  .timeline .steps li {
    display: block;
    width: auto;
    text-align: left;
  }
  .timeline .steps {
    padding-left: 10px;
  }
  .timeline .steps li {
    padding: 15px 15px 15px 15px;
    border: none;
    border-left: 4px solid silver;
  }
  .timeline .steps li:first-child:before,
  .timeline .steps li:last-child:before,
  .timeline .steps li.doing:before {
    top: 0;
    bottom: 50%;
    right: auto;
    height: auto;
    left: -4px;
    width: 4px;
  }
  .timeline .steps li:last-child:before {
    top: 50%;
    bottom: 0;
  }
  .timeline .steps li:after {
    top: 0;
    bottom: 0;
    left: -16px;
    right: auto;
  }
}

#DocumentPreviewModal {
  z-index: 9999999;
}
#DocumentPreviewModal #DocumentPreviewModalBody {
  width: 100svw;
}
#DocumentPreviewModal #DocumentPreviewModalBody #document_preview {
  height: calc(100vh - 110px);
}
#DocumentPreviewModal #DocumentPreviewModalBody #document_preview .pdfobject-container {
  border: 1rem solid rgba(0, 0, 0, 0.1);
}

.protected {
  display: grid;
  justify-content: space-between;
  align-items: center;
  grid-template-columns: 195px 1fr;
  grid-template-areas: "shielded shielded_message";
  gap: 10px;
  background: #f8f8f8;
  padding: 20px 10px 15px 51px;
  border-radius: 7px;
  box-shadow: 4px 4px 2px rgba(5, 50, 73, 0.1);
}

.shielded_message {
  grid-area: shielded_message;
  margin-top: 3px;
  font-size: 14px;
}

.shielded {
  grid-area: shielded;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  font-size: 10px;
  color: #2a2a2a;
  background-color: #46ff6f;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.05);
  padding-left: 28px;
  margin-right: 3rem;
  position: relative;
  width: 186px;
  min-width: 186px;
  height: 44px;
  border-radius: 0 10px 10px 0;
  line-height: 1.285;
  z-index: 1;
}
.shielded .status {
  font-size: 12px;
  font-weight: 500;
}
.shielded .ptaxio {
  font-weight: 700;
  font-size: 15px;
}
.shielded .shield {
  position: absolute;
  top: -11x;
  left: -41px;
}
.shielded .shield img {
  width: 62px;
}

@media (max-width: 548px) {
  .protected {
    grid-template-columns: 1fr;
    grid-template-areas: "shielded" "shielded_message";
    justify-items: center;
    margin: 10px 0 20px 0;
    padding: 15px;
  }
  .shielded {
    margin-top: 10px;
    margin-right: -28px;
  }
  .shielded_message {
    margin-top: 10px;
    margin-right: 0;
  }
}
.property-cards-container .group-drop-down .dropdown-menu.show {
  overflow: hidden;
  overflow-y: auto;
  max-height: 320px;
}

.property-cards-container .prop-card-dropdown button.dropdown-item {
  padding: 0 10px;
  height: 35px;
}
.property-cards-container .prop-card-dropdown button.dropdown-item .address {
  white-space: nowrap;
  max-width: fit-content;
}
.property-cards-container .prop-card-dropdown md-checkbox .md-container {
  margin: 17px 3px 3px;
}
.property-cards-container .prop-card-dropdown md-checkbox .md-label {
  margin-top: 8px;
}
.property-cards-container .prop-card-dropdown button.dropdown-item:focus,
.property-cards-container .prop-card-dropdown button.dropdown-item:hover {
  color: #fff;
  background-color: rgba(41, 147, 200, 0.7529411765);
  border-radius: 7px;
}
.property-cards-container .prop-card-dropdown .dropdown-toggle::after {
  position: relative;
  top: 2px;
  right: -120px;
}

@media (max-width: 500px) {
  .property-cards-container .prop-card-dropdown button.dropdown-item .address {
    max-width: 290px;
  }
}
.dropdown-menu.--wide {
  width: 290px;
}

.processing-overlay {
  position: absolute;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid hsla(0, 100%, 50%, 0.259);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.388);
  color: hsl(0, 0%, 0%);
  font-weight: bold;
  font-size: 30px;
  border-radius: 0 4px 4px 4px;
  backdrop-filter: blur(4px);
  z-index: 1;
}
.processing-overlay img {
  opacity: 0.4;
}

.property-cards-container {
  width: 100%;
  max-width: 900px;
}

.property-search-bar {
  position: relative;
  margin-bottom: 0px;
  border: 1px solid lightgray;
  border-radius: 20px;
  overflow: hidden;
}
.property-search-bar input {
  width: 822px;
}
.property-search-bar .icon-search,
.property-search-bar .icon-clear {
  position: absolute;
  font-size: 20px;
  top: 6px;
  left: 15px;
  color: gray;
}
.property-search-bar .icon-clear {
  left: unset;
  right: 10px;
  font-weight: bold;
}

.prop-card-search-adv {
  margin-bottom: 10px;
  margin-left: 43px;
  margin-top: 3px;
}
.prop-card-search-adv .adv-search-text {
  line-height: 1.3;
}
.prop-card-search-adv .adv-search-text .marker, .prop-card-search-adv .adv-search-text .sample, .prop-card-search-adv .adv-search-text .description {
  display: inline-block;
}
.prop-card-search-adv .adv-search-text .marker {
  width: 90px;
  text-align: center;
}
.prop-card-search-adv .adv-search-text .sample {
  width: 110px;
}
.prop-card-search-adv .adv-search-text .description {
  width: max-content;
}

.silver-purchase-overlay,
.silver-purchase-overlay-mobile,
.analysis-not-current-data-wrapper,
.analysis-not-current-data-wrapper-mobile {
  display: flex;
  justify-items: center;
  align-items: center;
  text-align: center;
  padding: 0 5px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4588235294);
  color: white;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-shadow: 1px 1px 2px black;
}

.silver-purchase-overlay-mobile {
  font-size: 13px;
}

.analysis-not-current-data-wrapper {
  background: #fff;
  box-shadow: 0 0 4px rgb(221, 221, 221);
  color: rgb(95, 95, 95);
  text-shadow: none;
  left: -5px;
  right: -20px;
  bottom: -20px;
}

.analysis-not-current-data-wrapper-mobile {
  padding: 5px;
  font-size: 13px;
  background: #fff;
  box-shadow: 0 0 4px rgb(221, 221, 221);
  color: rgb(95, 95, 95);
  text-shadow: none;
}

.property-card {
  width: 100%;
  height: max-content;
  margin-bottom: 25px;
  padding: 5px 10px 5px 7px;
  border-radius: 0 4px 4px 4px;
  box-shadow: #868686 0px 0px 9px;
}
.property-card .package-bullets {
  font-size: 13px;
  color: #747474;
  margin-left: 10px;
  margin-top: 15px;
}
.property-card .package-bullets .bullet-item {
  line-height: 1.5;
}
.property-card .package-bullets .bullet-item::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #32cd32;
  padding-right: 4px;
  font-size: 11px;
}
.property-card--header {
  display: flex;
  justify-content: space-between;
  position: relative;
  background-color: white;
}
.property-card--header .menu {
  position: absolute;
  top: 0px;
}
.property-card--header .menu .bx.bx-menu {
  color: #676767;
  font-size: 25px;
  cursor: pointer;
  line-height: 1;
}
.property-card--header .address {
  color: #00b4ff;
  font-size: 22px;
  padding-bottom: 5px;
  line-height: 1.2;
  font-weight: 600;
  text-shadow: 1px 1px 1px #464646;
  margin-left: 35px;
}
.property-card--header .prop-info {
  color: black;
  font-size: 12px;
  display: flex;
  gap: 5px;
  padding-bottom: 5px;
}
.property-card--header .prop-info .prop-id {
  color: #00b4ff;
  font-size: 18px;
}
.property-card--header .prop_card_toggle {
  margin-top: 7px;
}
.property-card .property-card-body {
  width: 100%;
  max-width: 100%;
}
.property-card .property-card-body .step1 .title {
  color: #00b4ff;
  font-size: 2rem;
}
.property-card .property-card-body .step1 .title span {
  font-size: 1.4rem;
  font-weight: 300;
}
.property-card .property-card-body .step1 .message {
  font-size: 12px;
  text-align: justify;
}
.property-card .property-card-body .step1 .exemptions {
  margin: 9px 5px;
}
.property-card .property-card-body .step1 .exemptions .title-bar-blue {
  background: #00b4ff;
  color: white;
  padding: 3px 7px;
  border-radius: 5px 15px 15px 5px;
}
.property-card .property-card-body .step1 .exemptions .exemptions-form {
  padding: 5px;
  color: black;
  font-size: 13px;
}
.property-card .property-card-body .step1 .exemptions .exemptions-form .question-wrapper {
  padding: 7px;
  background: #f3f3f3;
}
.property-card .property-card-body .step1 .exemptions .exemptions-form .over65-message {
  color: #f00;
  background: #d5d5d5;
  padding: 7px;
  margin: 8px 2px 25px 5px;
  border-radius: 5px;
  font-size: 0.85rem;
  line-height: 1.5;
  text-align: justify;
}
.property-card .potential-tax-savings-wrapper {
  font-size: 12px;
}
.property-card .potential-tax-savings-wrapper .header {
  font-size: 16px;
  font-weight: 700;
  color: #00b4ff;
}
.property-card .potential-tax-savings-wrapper .header-tax-savings {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}
.property-card .potential-tax-savings-wrapper .header-items {
  margin-top: 10px;
  font-weight: 400;
  color: #00b4ff;
}
.property-card .potential-tax-savings-wrapper .header-items:after {
  content: "";
  margin: 2px;
  display: block;
  height: 1px;
  background: linear-gradient(to right, rgba(197, 201, 224, 0.2), rgba(197, 201, 224, 0.6), rgba(197, 201, 224, 0.2));
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.property-card .potential-tax-savings-wrapper .items-wrapper {
  margin: 2px 2px 0 0;
}
.property-card .potential-tax-savings-wrapper .item-title {
  font-weight: 400;
  margin: 2px 0 0 5px;
  padding: 0;
}
.property-card .potential-tax-savings-wrapper .item-value {
  margin-top: 2px;
  padding: 0;
  font-weight: 600;
}
.property-card .potential-tax-savings-wrapper .sub-message {
  font-style: italic;
  color: black;
  font-weight: 200;
  font-size: 0.9em;
  line-height: 1.1;
  padding-bottom: 1px;
  padding-left: 5px;
}
.property-card .property-card--footer {
  margin: 5px 0 0 0;
  border-top: 1px solid #d3d3d3;
  padding: 4px 0 0 0;
}
.property-card .property-card--footer .value {
  font-size: 1.1rem;
  font-weight: 600;
}
.property-card .property-card--footer .title {
  color: #d3d3d3;
  font-size: 0.8rem;
  font-weight: 300;
}
.property-card .property-card--footer .title.help {
  cursor: pointer;
}
.property-card .edit-link {
  cursor: pointer;
}
.property-card .pricing-wrapper {
  font-size: 12px;
  padding: 5px 0;
  margin: 5px 0 5px 0;
  border-top: 1px solid #d3d3d3;
}
.property-card .pricing-wrapper .package-options {
  width: 230px;
  margin: 10px 0 5px 10px;
  padding: 10px 0 10px 0;
  border-left: 1px solid #e7e7e7;
  box-shadow: 3px 0 5px 0 #a8a8a8;
  -webkit-box-shadow: 3px 0 5px 0 #a8a8a8;
  z-index: 1;
}
.property-card .pricing-wrapper .table-header {
  height: 100px;
  text-align: center;
  margin-bottom: 5px;
  overflow: hidden;
  line-height: 1.6;
}
.property-card .pricing-wrapper .lineitem, .property-card .pricing-wrapper .lineitem-tall {
  line-height: 1.4;
  text-align: left;
  height: 42px;
  background: rgba(103, 103, 103, 0.0705882353);
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10px 0 5px;
}
.property-card .pricing-wrapper .lineitem.light, .property-card .pricing-wrapper .lineitem-tall.light {
  background: rgba(0, 0, 0, 0);
}
.property-card .pricing-wrapper .lineitem-tall {
  height: 75px;
}
.property-card .pricing-wrapper .package-details {
  width: 175px;
  margin: 10px 0 5px 0;
  padding: 10px 0 10px 0;
  box-shadow: 3px 0 5px 0 #a8a8a8;
  -webkit-box-shadow: 3px 0 5px 0 #a8a8a8;
}
.property-card .pricing-wrapper .bx.bxs-check-circle, .property-card .pricing-wrapper .bx.bxs-x-circle {
  color: green;
  font-size: 21px;
}
.property-card .pricing-wrapper .bx.bxs-x-circle {
  color: red;
}
.property-card .pricing-wrapper .package-name {
  letter-spacing: 2.5px;
  font-weight: 600;
  font-size: 11px;
  margin-top: 10px;
  margin-bottom: 8px;
  line-height: 16px;
  color: #303030;
}
.property-card .prop-card-tab-wrapper {
  font-weight: 400;
}
.property-card .prop-card-tab-wrapper .nav-pills .nav-link {
  width: 161px;
  text-align: left;
  border-radius: 5px 0 0 5px;
  font-family: "Montserrat", sans-serif !important;
  font-size: 15px;
  text-align: left;
}
.property-card .prop-card-tab-wrapper .nav-pills .nav-link.active, .property-card .prop-card-tab-wrapper .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1f72a2;
  border-left: 5px solid #00a2ff;
}
.property-card .prop-card-tab-wrapper .tab-content {
  margin: -7px 0 0 -16px;
  padding: 5px 10px;
  border: 1px solid #d3d3d3;
  border-radius: 0 5px 5px 0;
  box-shadow: 2px 2px 5px #d3d3d3;
  width: 670px;
  height: max-content;
  min-height: 200px;
}

.gold-dot,
.gray-dot {
  color: #F7B519;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 23px;
  margin: -3px 0 0 0px;
}

.gray-dot {
  color: gray;
}

.gold-signup-wrapper .mobile .step-pointer {
  font-size: 17px;
  color: #0aacef;
  background: #ededed;
  background: linear-gradient(90deg, #ededed 0%, rgba(245, 245, 245, 0.3607843137) 100%);
  padding: 5px 20px 5px 11px;
  width: 100%;
  font-weight: 400;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  line-height: 1.1;
  border-left: 3px solid #0aacef;
}
.gold-signup-wrapper .mobile .step-pointer .step-id {
  font-size: 23px;
  font-weight: 500;
}
.gold-signup-wrapper .mobile .step-pointer .sub-title {
  font-size: 18px;
}
.gold-signup-wrapper .desktop {
  padding: 8px 5px;
}
.gold-signup-wrapper .desktop .promocode-wrapper {
  border-radius: 4px;
  background-color: #d7fff0;
  padding: 10px;
}
.gold-signup-wrapper .desktop .promocode-error-message,
.gold-signup-wrapper .desktop .promocode-message {
  Font-size: 13px;
  line-height: 1.5;
  color: red;
}
.gold-signup-wrapper .desktop .promocode-message {
  color: black;
}
.gold-signup-wrapper .desktop #promo-code-input-gold {
  line-height: 1;
  font-size: 16px;
  font-weight: 600;
}
.gold-signup-wrapper .desktop .step-pointer {
  color: #0aacef;
  background: rgb(237, 237, 237);
  background: linear-gradient(90deg, #ededed 0%, rgba(245, 245, 245, 0.3607843137) 100%);
  clip-path: polygon(87% 0, 100% 50%, 87% 100%, 0% 100%, 0% 0%);
  padding: 8px 10px 11px 12px;
  width: 160px;
  font-weight: 400;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  line-height: 1.1;
  border-left: 3px solid #0aacef;
}
.gold-signup-wrapper .desktop .step-pointer span {
  font-size: 1.5rem;
  line-height: 1.4;
}
.gold-signup-wrapper .desktop .step-pointer span span {
  font-size: 1.8rem;
  font-weight: 500;
}
.gold-signup-wrapper .desktop .step-pointer .sub-title {
  font-size: 10px;
  color: gray;
}
.gold-signup-wrapper .desktop .document-list {
  font-size: 0.75rem;
}
.gold-signup-wrapper .desktop .document-list li div {
  width: 205px;
  padding-top: 5px;
  display: inline-block;
  line-height: 1.5;
}
.gold-signup-wrapper .desktop .agreement-terms-wrapper {
  width: fit-content;
  background: #e9ecef;
  padding: 4px 10px 4px 10px;
  border-radius: 5px;
  margin-right: 10px;
}
.gold-signup-wrapper .desktop .agreement-terms-wrapper .expiry {
  font-size: 11px;
  font-style: italic;
}
.gold-signup-wrapper .mobile {
  padding: 5px;
}

.gold-wrapper {
  margin: 15px 5px;
}
.gold-wrapper .nav-pills .nav-link {
  width: 140px;
  text-align: left;
}
.gold-wrapper .nav-pills .nav-link.active,
.gold-wrapper .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1f72a2;
  border-left: 5px solid #00a2ff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.gold-wrapper .tab-content {
  margin: -7px 0 0 -16px;
  padding: 5px 10px;
  border: 1px solid #d3d3d3;
  border-radius: 0 5px 5px 0;
  box-shadow: 2px 2px 5px #d3d3d3;
  width: 670px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  min-height: 200px;
}
.gold-wrapper .submit-evidence-text {
  width: 80%;
  text-align: justify;
}
.gold-wrapper .appeal-outcome-table {
  font-size: 14px;
}
@media (max-width: 767px) {
  .gold-wrapper .nav {
    margin-bottom: 10px;
  }
  .gold-wrapper .nav-pills .nav-link {
    width: auto;
    text-align: center;
  }
  .gold-wrapper .nav-pills .nav-link.active,
  .gold-wrapper .nav-pills .show > .nav-link {
    border-left: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .gold-wrapper #gold-tabContent {
    margin: 0;
    width: 100%;
  }
  .gold-wrapper #gold-tabContent .cancel-service-wrapper {
    margin: -1px 0 0 -16px;
    width: calc(100vw - 10px);
  }
  .gold-wrapper .submit-evidence-text {
    width: 100%;
  }
  .gold-wrapper .submit-evidence-button {
    width: 100%;
    min-width: 100%;
  }
  .gold-wrapper .appeal-outcome-table {
    font-size: 12px;
  }
}
.gold-wrapper .condition-tool-deadline {
  background-color: red;
  margin-top: 10px;
  color: white;
  padding: 5px 50px;
  border-radius: 5px;
  text-align: center;
  font-size: 1rem;
}
.gold-wrapper .condition-tool-deadline span {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.5;
}
.gold-wrapper .case-status-wrapper {
  margin: 10px 0;
}
.gold-wrapper .case-status-wrapper .case-status-marker {
  font-weight: 500;
  width: 32px;
  height: 28px;
  background-color: #1f72a2;
  border-left: 3px solid #00a2ff;
  padding-left: 8px;
  color: #fff;
  box-shadow: 0 0 2px #1d1d1d;
  display: flex;
  align-items: center;
  margin-top: -2px;
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0% 50%, 0% 0%);
}
.gold-wrapper .case-status-wrapper .case-status-item {
  margin-top: 3px;
  line-height: 1.3;
  font-weight: 400;
}
.gold-wrapper .case-status-wrapper .case-status-item .case-status-text {
  font-weight: 600;
  margin-top: 3px;
  margin-left: 7px;
  display: block;
}
.gold-wrapper .case-status-wrapper .case-status-item .case-status-message {
  font-size: 0.7rem;
  margin-left: 0;
}
.gold-wrapper .docs-wrapper {
  margin-top: 5px;
  width: 100%;
}
.gold-wrapper .docs-wrapper .text {
  margin-left: 10px;
  margin-bottom: 5px;
  font-weight: 500;
}
.gold-wrapper .docs-wrapper .doc-links {
  margin-top: 5px;
  margin-left: 5px;
  border-left: 1px solid lightgray;
  width: 390px;
  text-align: center;
}
.gold-wrapper .docs-wrapper .document-table-wrapper {
  margin-top: 25px;
}
.gold-wrapper .docs-wrapper .document-table-wrapper tbody tr {
  cursor: pointer;
}
.gold-wrapper .docs-wrapper .document-table-wrapper tbody tr td a {
  font-weight: 500;
}
.gold-wrapper .docs-wrapper .document-table-wrapper tbody tr td a:hover {
  color: #1f72a2;
}
.gold-wrapper .cancel-service-wrapper,
.gold-wrapper .cancel-service,
.gold-wrapper .pause-service {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  display: flex;
  padding: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 640px;
  height: max-content;
}
.gold-wrapper .cancel-service-wrapper .cancel-service,
.gold-wrapper .cancel-service .cancel-service,
.gold-wrapper .pause-service .cancel-service {
  line-height: 1.3;
  font-size: 13px;
}
.gold-wrapper .cancel-service-wrapper .cancel-service-questionaire-wrapper,
.gold-wrapper .cancel-service .cancel-service-questionaire-wrapper,
.gold-wrapper .pause-service .cancel-service-questionaire-wrapper {
  margin-top: 15px;
  padding-top: 7px;
  border-top: 1px solid lightgray;
}
.gold-wrapper .cancel-service-wrapper .cancel-service-cancelled,
.gold-wrapper .cancel-service .cancel-service-cancelled,
.gold-wrapper .pause-service .cancel-service-cancelled {
  font-size: 16px;
  color: red;
}
.gold-wrapper .pause-service {
  line-height: 1.3;
  font-size: 13px;
  border-bottom: 1px dotted lightgray;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.gold-wrapper .mobile {
  padding: 5px;
}

.silver-wrapper .mobile .report-wrapper {
  padding: 0;
}
.silver-wrapper .mobile .title {
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid rgb(197, 197, 197);
  line-height: 1.2;
}
.silver-wrapper .mobile ul.help-tab-urls {
  line-height: 1.35;
}
.silver-wrapper .mobile ul.help-tab-urls li {
  padding-bottom: 10px;
}
.silver-wrapper .mobile md-radio-button {
  margin-bottom: 10px;
}
.silver-wrapper .desktop {
  padding: 8px 5px;
}
.silver-wrapper .desktop .report-wrapper {
  padding: 0 10px;
}
.silver-wrapper .desktop .report-wrapper .title {
  font-size: 15px;
  font-weight: 500;
  border-bottom: 1px solid rgb(197, 197, 197);
  line-height: 2.1;
}
.silver-wrapper .desktop .report-wrapper md-radio-button {
  margin-bottom: 8px;
}
.silver-wrapper .desktop .report-button-wrapper {
  margin: 5px 10px 5px;
  border-top: 1px dashed rgb(190, 190, 190);
  font-size: 11px;
}
.silver-wrapper .desktop .report-button-wrapper .col {
  text-align: center;
}
.silver-wrapper .desktop .report-button-wrapper .col p {
  text-align: justify;
}
.silver-wrapper .desktop .report-button-wrapper div span {
  font-weight: 500;
}
.silver-wrapper .desktop .report-button-wrapper .col button {
  font-size: 13px;
}
.silver-wrapper .desktop .tab-overlay-mask {
  font-size: 24px;
  font-weight: 500;
  background-color: white;
  color: #00b4ff;
  text-shadow: 1px 1px 1px #464646;
  width: 100%;
  min-height: 188px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.silver-wrapper .desktop .condition-table-wrapper {
  font-size: 14px;
  margin: 5px 5px 5px 10px;
  line-height: 1.95;
}
.silver-wrapper .desktop .condition-table-wrapper .header {
  margin-right: 0;
  border-top: 1px solid rgb(187, 187, 187);
  border-bottom: 1px solid rgb(187, 187, 187);
}
.silver-wrapper .desktop .condition-table-wrapper .items-wrapper {
  height: 120px;
  max-height: 120px;
  overflow: hidden;
  overflow-y: scroll;
}
.silver-wrapper .desktop .condition-table-wrapper .item {
  cursor: pointer;
}
.silver-wrapper .desktop .condition-table-wrapper .item:hover {
  background-color: #f4f4f4;
}
.silver-wrapper .desktop .market-analysis-wrapper,
.silver-wrapper .desktop .eu-analysis-wrapper {
  margin: 10px 5px;
  height: 216px;
  font-weight: 400;
}
.silver-wrapper .desktop .market-analysis-wrapper table,
.silver-wrapper .desktop .eu-analysis-wrapper table {
  cursor: pointer;
}
.silver-wrapper .desktop .market-analysis-wrapper table th,
.silver-wrapper .desktop .eu-analysis-wrapper table th {
  font-size: 16px;
  font-weight: 400;
}
.silver-wrapper .mobile {
  padding: 5px;
}
.silver-wrapper #reportManager .modal-title {
  font-size: 20px;
  font-weight: bold;
  color: #00b4ff;
  text-shadow: 1px 1px 2px black;
}
.silver-wrapper #reportManager .report-item {
  padding: 3px;
}
.silver-wrapper #reportManager .report-item:hover {
  background: rgb(241, 241, 241);
}
.silver-wrapper #reportManager .report-max-reached {
  color: #f00;
  font-size: 13px;
  text-align: justify;
  border: 1px solid #f00;
  border-radius: 5px;
  margin-top: 7px;
  padding: 3px 10px;
}

.error-message {
  color: rgb(255, 147, 147);
  margin-left: 12px;
  padding-bottom: 10px;
}

.require_field_error {
  background: rgba(255, 0, 0, 0.0509803922);
  border: 1px solid #ff8181;
  border-radius: 7px;
  color: black;
  margin-bottom: 10px;
  padding: 10px 10px 0 7px;
}

.vet-options-second-line-num1 {
  margin-left: 172px;
}

.vet-options-second-line-num2 {
  padding-left: 8px;
  padding-right: 0;
}

@media screen and (max-width: 575px) {
  .vet-options-second-line-num1 {
    margin-left: 10px;
    margin-top: 5px;
  }
  .vet-options-second-line-num2 {
    padding-left: 12px;
    padding-right: 0px;
    margin-left: 10px;
  }
  .vet-options-frist-line-num1 {
    margin-left: 10px;
    margin-top: 7px;
  }
  .vet-options-first-line-num2 {
    margin-left: 10px;
  }
}
.search-background {
  width: 100%;
  height: 100%;
  background-color: #000;
  background-image: url(../images/black_map-01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.search-wrapper {
  color: white;
  background-color: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(5px);
  border-radius: 10px;
  border: 1px solid rgba(130, 130, 130, 0.5490196078);
  padding: 10px;
  min-width: 565px;
}
.search-wrapper .analysis-results-wrapper {
  margin: 20px 0 0 0;
  text-align: center;
}
.search-wrapper .analysis-results-wrapper .analyzing-wrapper {
  margin-top: 45px;
  font-size: 20px;
}
.search-wrapper .analysis-results-wrapper .message .address {
  font-size: 20px;
  color: #2b9cd3;
}
.search-wrapper .analysis-results-wrapper .message .success .message {
  font-size: 16px;
  font-weight: 500;
  margin: 10px 8%;
}
.search-wrapper .analysis-results-wrapper .message .success img {
  height: 110px;
}
.search-wrapper.register-panel .search-register-info {
  margin-bottom: 10px;
}
.search-wrapper.register-panel .search-register-info img.logo-1 {
  width: 70px;
}
.search-wrapper.register-panel .search-register-info .search-register-message {
  font-size: 16px;
}
.search-wrapper .input-group-text {
  line-height: 1.67;
}
.search-wrapper .search-title {
  font-size: 32px;
  color: #00b4ff;
  font-weight: 300;
}
.search-wrapper .search-subtitle {
  color: white;
  font-size: 14px;
  margin-left: 5px;
}
.search-wrapper .search-tabs-wrapper,
.search-wrapper .adv-search-tabs-wrapper {
  margin: 20px 10px 10px 10px;
  min-width: 300px;
}
.search-wrapper .search-tabs-wrapper .nav-pills .nav-link,
.search-wrapper .adv-search-tabs-wrapper .nav-pills .nav-link {
  color: #a9a9a9;
  padding: 0.6rem 1rem;
}
.search-wrapper .search-tabs-wrapper .nav-pills .nav-link.active, .search-wrapper .search-tabs-wrapper .nav-pills .show > .nav-link,
.search-wrapper .adv-search-tabs-wrapper .nav-pills .nav-link.active,
.search-wrapper .adv-search-tabs-wrapper .nav-pills .show > .nav-link {
  color: #fff;
}
.search-wrapper .search-tabs-wrapper .nav-link:focus, .search-wrapper .search-tabs-wrapper .nav-link:hover,
.search-wrapper .adv-search-tabs-wrapper .nav-link:focus,
.search-wrapper .adv-search-tabs-wrapper .nav-link:hover {
  color: white;
}
.search-wrapper .adv-search-select-county {
  color: white;
}
.search-wrapper .adv-search-tabs-wrapper {
  margin: 25px 15px;
}
.search-wrapper .adv-search-tabs-wrapper .nav-pills .nav-link.active, .search-wrapper .adv-search-tabs-wrapper .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1abbe6;
}
.search-wrapper input {
  width: 100%;
  height: 40px;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  padding-left: 8px;
  padding-top: 3px;
  color: #444;
}
.search-wrapper .item-title,
.search-wrapper .item-metadata {
  display: block;
  line-height: 2;
}
.search-wrapper .property-found {
  text-align: center;
}
.search-wrapper .property-found .property-selector,
.search-wrapper .property-found .property-selector-multiple {
  background: white;
  color: black;
  text-align: center;
  border-radius: 25px;
  cursor: pointer;
  margin: 5px 0 10px 0;
  padding: 10px 0 4px 0;
  font-weight: 500;
}
.search-wrapper .property-found .property-selector .address,
.search-wrapper .property-found .property-selector-multiple .address {
  font-size: 16px;
}
.search-wrapper .property-found .property-selector .owner,
.search-wrapper .property-found .property-selector-multiple .owner {
  font-size: 13px;
}
.search-wrapper .property-found .property-selector .account,
.search-wrapper .property-found .property-selector-multiple .account {
  font-size: 13px;
  color: #00a4e8;
}
.search-wrapper .property-found .property-selector-multiple {
  padding: 4px 0 3px 0;
}
.search-wrapper .property-found .property-selector-multiple .address {
  font-size: 13px;
}
.search-wrapper .property-found .property-selector-multiple .owner {
  font-size: 11px;
}
.search-wrapper .property-found .property-selector-multiple .account {
  font-size: 16px;
}
.search-wrapper #search-advanced {
  border-top: 1px solid rgb(134, 134, 134);
  margin: 5px 0 0 15px;
  padding-top: 10px;
}

.md-autocomplete-suggestion {
  border-bottom: 1px solid rgb(245, 245, 245);
  height: 56px !important;
  padding-top: 5px;
  padding-bottom: 5px;
  white-space: normal;
}

@media screen and (max-width: 625px) {
  .search-wrapper {
    min-width: 525px;
  }
}
@media screen and (max-width: 450px) {
  .search-wrapper {
    min-width: 365px;
  }
}
.profile-tab {
  max-width: 750px;
}

#profile-tabs.nav-tabs .nav-item.show .nav-link, #profile-tabs.nav-tabs .nav-link.active {
  border-top: 3px solid #07b1c1;
}
#profile-tabs.nav-tabs .nav-link {
  height: 44px;
}

#profile-tabs-content {
  padding: 15px;
  border: 1px solid #dee2e6;
  border-top: none;
}
#profile-tabs-content label {
  margin: 0 0 1px 5px;
}

.profile-form-error-message {
  font-weight: 300;
  font-size: 14px;
  color: red;
  margin: 3px 0 0 8px;
}

#profile-login .option-title {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 500;
}

.checkout-wrapper.noitems {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 15%;
}

.checkout-tab {
  height: calc(100vh - 207px);
}
.checkout-tab .checkout-table-wrapper {
  position: absolute;
  height: calc(100vh - 342px);
  top: 0;
  right: 0;
  left: 0;
  overflow: hidden;
  overflow-y: auto;
}
.checkout-tab .checkout-table-wrapper table thead tr th {
  font-weight: 400;
}
.checkout-tab .checkout-footer-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 176px;
  right: 0;
  padding: 10px 20px;
  border-top: 1px solid gray;
}

#promoCodeMessage .modal-dialog {
  max-width: 700px;
}
#promoCodeMessage .promocode-message-wrapper {
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  .checkout-tab {
    height: calc(100vh - 165px);
  }
  .checkout-tab .checkout-table-wrapper {
    height: calc(100vh - 302px);
  }
}
@media screen and (max-width: 576px) {
  .checkout-tab {
    height: calc(100vh - 115px);
  }
  .checkout-tab .checkout-table-wrapper {
    height: calc(100vh - 281px);
  }
}
.search-wrapper.register-panel {
  margin: 20px;
}
.search-wrapper.register-panel .search-register-info {
  margin: 15px 5px 30px 5px;
  font-size: 18px;
}
.search-wrapper.register-panel .search-register-info .logo-1 {
  width: 90px;
}

#register-wrapper p.h2 span {
  color: #2b9cd3;
}
#register-wrapper .md-checkbox-link-label {
  padding-left: 22px;
  line-height: 3;
}
#register-wrapper .form-check {
  padding-left: 0;
}
#register-wrapper .comment {
  display: block;
  font-weight: 300;
  font-size: 12px;
  color: #a0a0a0;
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 15px;
}
#register-wrapper .form-label {
  margin-top: 2px;
  margin-bottom: 1px;
}
#register-wrapper md-checkbox.agree-to-terms-checkbox .md-label {
  line-height: 1.7;
  margin-left: 29px;
}
#register-wrapper md-checkbox.remember-me-checkbox .md-label {
  line-height: 2;
  margin-left: 26px;
}
#register-wrapper .card {
  border-radius: 25px;
  box-shadow: 0 0 35px black;
}
#register-wrapper .bg-image {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% center;
}
#register-wrapper .mask {
  background: linear-gradient(45deg, rgba(29, 236, 197, 0.7), rgba(91, 14, 214, 0.7) 100%);
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
}
#register-wrapper .org-type {
  border: 1px solid #ced4da;
  border-radius: 5px;
  height: 38px;
  padding-right: 8px;
  padding-top: 4px;
}
#register-wrapper .register-form-error-message {
  font-size: 12px;
  color: red;
}
#register-wrapper .register-form-message {
  font-size: 12px;
  color: black;
  line-height: 1.4;
}
#register-wrapper .input-wrapper {
  position: relative;
}
#register-wrapper .input-wrapper .continue-arrow {
  font-size: 28px;
  color: #2b9cd3;
  position: absolute;
  top: 2px;
  right: -30px;
  transition: all 0.15s ease-in-out;
}
#register-wrapper .input-wrapper .continue-arrow:hover {
  transform: scale(1.15);
}
#register-wrapper #reset-password-form .show-password-eye2 {
  top: 32px;
}
#register-wrapper #reset-password-form input[type=password] {
  margin-top: 4px;
}

@media screen and (max-width: 576px) {
  #register-wrapper video {
    display: none;
  }
  #register-wrapper .card {
    border-radius: 0;
    box-shadow: none;
  }
}
@media screen and (max-width: 420px) {
  .search-wrapper.register-panel {
    width: 100%;
    border-radius: 0;
    margin: 0px;
    background-color: black;
  }
}
.past-purchases-wrapper .card {
  margin-bottom: 15px !important;
  box-shadow: 0 0 8px #d5d5d5;
  padding: 10px;
}
.past-purchases-wrapper .card-header {
  font-size: 18px;
  font-weight: 700;
}
.past-purchases-wrapper .card-header span {
  font-size: 16px;
  font-weight: 400;
}
.past-purchases-wrapper .card-header .price {
  display: flex;
  justify-content: end;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
}
.past-purchases-wrapper .card-header img {
  width: 39px;
  margin-top: -3px;
  margin-right: 5px;
}
.past-purchases-wrapper .card-body {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.past-purchases-wrapper .card-body .summary-wrapper {
  margin: 5px -15px 0 -15px;
  background: #ebf5ff;
  border-top: 1px solid rgba(0, 0, 0, 0.1254901961);
  padding: 12px;
}
.past-purchases-wrapper .card-body .summary-wrapper p {
  font-size: 18px;
  font-weight: 500;
}
.past-purchases-wrapper .card-body .values {
  font-size: 16px;
  font-weight: 500;
  display: flex;
  justify-content: end;
  align-items: center;
}
.past-purchases-wrapper .card-body .divider {
  width: 100%;
  margin: 10px 0;
  border-top: 1px dotted lightgray;
}
.past-purchases-wrapper .card-body .sub-total .title,
.past-purchases-wrapper .card-body .sub-total .title-grand-total {
  text-align: end;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}
.past-purchases-wrapper .card-body .sub-total .total,
.past-purchases-wrapper .card-body .sub-total .grand-total {
  text-align: end;
  font-size: 16px;
  font-weight: 500;
  width: 92px;
  line-height: 1.7;
}
.past-purchases-wrapper .card-body .sub-total .title-grand-total {
  line-height: 2.4;
}
.past-purchases-wrapper .card-body .sub-total .grand-total {
  line-height: 1.9;
  font-size: 18px;
  font-weight: 700;
  border-top: 3px double lightgray;
}

#partner-portal .nav-tabs {
  font-size: 16px;
  font-weight: 100;
}
#partner-portal .tab-pane {
  border: 1px solid #dee2e6;
  margin-top: -1px;
  padding: 10px;
}
#partner-portal .nav-tabs .nav-link.active,
#partner-portal .nav-tabs .nav-item.show .nav-link {
  color: #4F5467;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  border-top: 3px solid #07b1c1;
}
#partner-portal .nav-tabs .nav-link:hover,
#partner-portal .nav-tabs .nav-link:focus {
  border-top: 3px solid #07b1c1;
  border-left: 1px solid #d9d9dc;
  border-right: 1px solid #d9d9dc;
}
#partner-portal .nav-tabs .nav-link {
  border: 1px solid rgba(0, 0, 0, 0);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  height: 44px;
}
#partner-portal .promocode-message-wrapper {
  max-width: 775px;
  padding: 10px;
  border: 1px solid #d3d3d3;
  border-radius: 7px;
  box-shadow: 0 0 10px lightgrey;
  margin: 25px auto 10px auto;
}
#partner-portal .promocode-message-wrapper #cropperjs {
  display: block;
  max-width: 100%;
}
#partner-portal .promocode-message-wrapper #preview {
  width: 200px;
  height: 200px;
  margin-bottom: 10px;
  border-radius: 100%;
}
#partner-portal #agent-photo-upload button {
  background-color: #f6f6f6;
}
#partner-portal ul.welcome-points li span {
  color: #2b9cd3;
  text-decoration: underline;
  margin-right: 5px;
}
#partner-portal md-checkbox .md-label {
  margin-left: 33px;
  margin-top: 15px;
}
#partner-portal md-checkbox .md-icon {
  height: 23px;
  width: 23px;
}
#partner-portal md-checkbox.md-checked .md-icon:after {
  height: 16px;
  left: 7px;
  width: 6px;
}
#partner-portal .email-template-wrapper,
#partner-portal .social-template-wrapper {
  max-width: 960px;
  min-height: 75vh;
}
#partner-portal .email-template-wrapper .header,
#partner-portal .social-template-wrapper .header {
  width: 100%;
  height: max-content;
  background-image: url(../images/black_map-01.jpg);
  background-repeat: no-repeat;
  text-align: center;
  color: white;
  padding: 15px 0;
  border-bottom: 2px solid red;
}
#partner-portal .email-template-wrapper .content,
#partner-portal .social-template-wrapper .content {
  font-size: 16px;
  text-align: justify;
}
#partner-portal .email-template-wrapper .footer,
#partner-portal .social-template-wrapper .footer {
  width: 100%;
  height: 20px;
  background-image: url(../images/black_map-01.jpg);
  background-repeat: no-repeat;
  border-top: 2px solid red;
}
#partner-portal .partner-dashboard-wrapper {
  max-width: 960px;
}
#partner-portal .partner-dashboard-wrapper .stat-box {
  position: relative;
  overflow: hidden;
  padding: 5px;
  min-width: 206px;
  max-width: 295px;
  width: 100%;
  height: 115px;
  box-shadow: 0px 0px 5px grey;
  border-radius: 18px;
  font-size: 14px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border: 4px solid #fff;
  background: #feffff;
  background: linear-gradient(135deg, #feffff 0%, rgba(43, 156, 211, 0.231372549) 100%);
}
#partner-portal .partner-dashboard-wrapper .stat-box .icon {
  font-size: 55px;
  padding: 0 0 0 20px;
  color: #2b9cd3;
  text-shadow: 0px 0px 4px grey;
}
#partner-portal .partner-dashboard-wrapper .stat-box .value {
  font-size: 60px;
  font-weight: 500;
  line-height: 1.1;
  color: #2b9cd3;
  text-shadow: 1px 1px 2px #414141;
}
#partner-portal .partner-dashboard-wrapper .reg-purchase-table-wrapper {
  color: gray;
  margin: 20px 40px;
  font-size: 13px;
  overflow: hidden;
  overflow-x: auto;
}
#partner-portal .partner-dashboard-wrapper .reg-purchase-table-wrapper table thead {
  border-top: 1px solid lightgrey;
  border-bottom: 2px solid lightgray;
  color: gray;
}

.noPrint {
  border-bottom: 1px solid gray;
}

@media print {
  .noPrint {
    display: none;
  }
}
.panel_pay_invoice {
  height: calc(100vh - 207px);
}

@media screen and (min-width: 175px) {
  .panel_pay_invoice {
    height: calc(100vh - 108px);
  }
}
@media screen and (min-width: 375px) {
  .panel_pay_invoice {
    height: calc(100vh - 108px);
  }
}
@media screen and (min-width: 577px) {
  .panel_pay_invoice {
    height: calc(100vh - 158px);
  }
}
@media screen and (min-width: 991px) {
  .panel_pay_invoice {
    height: calc(100vh - 199px);
  }
}
#creditCardPaymentModal .cc-values {
  width: 145px;
}

#pay-invoice-wrapper {
  width: 100%;
  height: 100%;
}
#pay-invoice-wrapper .clr-red {
  color: #f00;
}
#pay-invoice-wrapper .invoicing-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 175px;
  padding: 10px;
  overflow: hidden;
  overflow-y: auto;
}
#pay-invoice-wrapper .transactions-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 30px;
  height: 175px;
  padding-top: 0px;
  line-height: 1.7;
}
#pay-invoice-wrapper .transactions-footer .col, #pay-invoice-wrapper .transactions-footer .col-auto {
  padding: 0;
}
#pay-invoice-wrapper .transactions-footer .col-auto {
  width: 120px;
}
#pay-invoice-wrapper .collapsable-year {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
#pay-invoice-wrapper .collapsable-year::before {
  content: "\f0d8";
  font-family: "Font Awesome 5 Pro";
}
#pay-invoice-wrapper .collapsable-year.collapsed::before {
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro";
}
#pay-invoice-wrapper .transactions-wrapper .th-address {
  vertical-align: middle;
  text-align: left;
}
#pay-invoice-wrapper .transactions-wrapper .th-view {
  vertical-align: middle;
  text-align: center;
}
#pay-invoice-wrapper .transactions-wrapper .th-trans-date {
  vertical-align: middle;
  text-align: center;
}
#pay-invoice-wrapper .transactions-wrapper .th-due-date {
  vertical-align: middle;
  text-align: center;
}
#pay-invoice-wrapper .transactions-wrapper .th-notified-market {
  vertical-align: middle;
  text-align: right;
}
#pay-invoice-wrapper .transactions-wrapper .th-certified {
  vertical-align: middle;
  text-align: right;
}
#pay-invoice-wrapper .transactions-wrapper .th-tax-savings {
  vertical-align: middle;
  text-align: right;
}
#pay-invoice-wrapper .transactions-wrapper .th-fee {
  vertical-align: middle;
  text-align: right;
  background: rgb(255, 172, 172);
  width: 105px;
}
#pay-invoice-wrapper .transactions-wrapper .th-amount {
  vertical-align: middle;
  text-align: right;
  background: rgb(215, 255, 177);
  width: 105px;
}
#pay-invoice-wrapper .transactions-wrapper .th-balance {
  vertical-align: middle;
  text-align: right;
  width: 105px;
}
#pay-invoice-wrapper .transactions-wrapper .td-address {
  vertical-align: middle;
  text-align: left;
}
#pay-invoice-wrapper .transactions-wrapper .td-view {
  vertical-align: middle;
  text-align: center;
}
#pay-invoice-wrapper .transactions-wrapper .td-trans-date {
  vertical-align: middle;
  text-align: center;
}
#pay-invoice-wrapper .transactions-wrapper .td-due-date {
  vertical-align: middle;
  text-align: center;
}
#pay-invoice-wrapper .transactions-wrapper .td-notified-market {
  vertical-align: middle;
  text-align: right;
}
#pay-invoice-wrapper .transactions-wrapper .td-certified {
  vertical-align: middle;
  text-align: right;
}
#pay-invoice-wrapper .transactions-wrapper .td-tax-savings {
  vertical-align: middle;
  text-align: right;
}
#pay-invoice-wrapper .transactions-wrapper .td-fee {
  vertical-align: middle;
  text-align: right;
  background: rgb(255, 172, 172);
  font-weight: 600;
  width: 105px;
}
#pay-invoice-wrapper .transactions-wrapper .td-amount {
  vertical-align: middle;
  text-align: right;
  background: rgb(215, 255, 177);
  font-weight: 600;
  width: 105px;
}
#pay-invoice-wrapper .transactions-wrapper .td-balance {
  vertical-align: middle;
  text-align: right;
  font-weight: 600;
  width: 105px;
}
#pay-invoice-wrapper .transactions-wrapper .td-discounts-full {
  vertical-align: middle;
  text-align: left;
  display: table-cell;
}
#pay-invoice-wrapper .transactions-wrapper .td-discounts-small {
  vertical-align: middle;
  text-align: left;
  display: none;
}
#pay-invoice-wrapper .payment-center-info {
  display: block;
  text-align: justify;
}
#pay-invoice-wrapper #large-table-wrapper {
  display: block;
}
#pay-invoice-wrapper #small-table-wrapper {
  display: none;
}
@media screen and (max-width: 650px) {
  #pay-invoice-wrapper #large-table-wrapper {
    display: none;
  }
  #pay-invoice-wrapper #small-table-wrapper {
    font-size: 12px;
    display: block;
  }
  #pay-invoice-wrapper .payment-center-info {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  #pay-invoice-wrapper .th-notified-market, #pay-invoice-wrapper .th-certified, #pay-invoice-wrapper .th-tax-savings,
  #pay-invoice-wrapper .td-notified-market, #pay-invoice-wrapper .td-certified, #pay-invoice-wrapper .td-tax-savings,
  #pay-invoice-wrapper .transactions-wrapper .td-discounts-full {
    display: none;
  }
  #pay-invoice-wrapper .transactions-wrapper .td-discounts-small {
    display: table-cell;
  }
}
#pay-invoice-wrapper .nav-tabs {
  font-size: 16px;
  font-weight: 100;
}
#pay-invoice-wrapper .tab-pane {
  border: 1px solid #dee2e6;
  margin-top: -1px;
  padding: 10px;
}
#pay-invoice-wrapper .nav-tabs .nav-link.active,
#pay-invoice-wrapper .nav-tabs .nav-item.show .nav-link {
  color: #4F5467;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  border-top: 3px solid #07b1c1;
}
#pay-invoice-wrapper .nav-tabs .nav-link:hover,
#pay-invoice-wrapper .nav-tabs .nav-link:focus {
  border-top: 3px solid #07b1c1;
  border-left: 1px solid #d9d9dc;
  border-right: 1px solid #d9d9dc;
}
#pay-invoice-wrapper .nav-tabs .nav-link {
  border: 1px solid rgba(0, 0, 0, 0);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  height: 44px;
}

.invoice-details-container {
  font-size: 11.5pt;
  margin: clamp(200px, 320px - 10vw, 270px) 15px 15px 15px;
}

.html-content {
  width: 100%;
  height: 100%;
}

#invoice-details-no-print-wrapper {
  background-color: white;
  border-bottom: none;
  box-shadow: 0 0 5px grey;
  min-width: 480px;
  position: fixed;
  top: 0;
  left: 12px;
  right: 20px;
  z-index: 1;
}

.pagebreak {
  page-break-after: always;
}

.invoice-payment-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.invoice-details-wrapper {
  font-size: 14px;
  width: 100%;
  margin: 30px auto 30px auto;
  max-width: 1200px;
  min-width: 1200px;
}
.invoice-details-wrapper .bg-red {
  background-color: lightcoral;
}
.invoice-details-wrapper .bg-green {
  background-color: lightgreen;
}
.invoice-details-wrapper .bg-blue {
  background-color: cyan;
}
.invoice-details-wrapper table tr td,
.invoice-details-wrapper table tr th {
  padding-left: 7px;
  padding-right: 7px;
}
.invoice-details-wrapper .page-highlight {
  min-height: 1500px;
  margin: 0 auto;
  padding: 30px 40px;
  border: 1px solid lightgray;
  border-radius: 3px;
  box-shadow: 0 0 11px lightgray;
}
.invoice-details-wrapper .exemptions-list,
.invoice-details-wrapper .entities-list {
  padding-top: 3px;
  font-weight: 600;
  line-height: 0.75;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.invoice-details-wrapper .banner-noticed,
.invoice-details-wrapper .banner-certified {
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
  color: #000;
  background: lightcoral;
  padding: 4px 0;
  margin-top: 20px;
  margin-bottom: 5px;
}
.invoice-details-wrapper .banner-certified {
  margin-top: 0;
  background-color: lightgreen;
}
.invoice-details-wrapper .total-fee-cell {
  color: white;
  background-color: #000;
  font-size: 1.15em;
  vertical-align: middle;
  height: 56px;
}
.invoice-details-wrapper .tax-amount-cells {
  border-top: 3px double lightgray;
}

table.prop-list {
  margin-bottom: 3px;
  padding-bottom: 0;
  border-top: 1px solid gray;
}
table.prop-list tr th,
table.prop-list tr td {
  font-size: 0.85em;
  font-weight: 400;
}
table.prop-list tr th {
  font-weight: 500;
}
table.prop-list .highlight {
  color: red;
}

.totals {
  display: flex;
  justify-content: end;
}
.totals span:nth-child(2) {
  font-size: 1.1em;
  text-align: right;
  min-width: 110px;
}

@media print {
  @page {
    margin: 0;
    size: letter;
  }
  * {
    overflow: visible !important;
  }
  .invoice-details-wrapper {
    font-size: 10px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }
  .invoice-details-wrapper .total-fee-cell {
    height: 39px;
  }
  .invoice-details-wrapper .page-highlight {
    border: none;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    height: 100%;
    min-height: 0;
    padding: 0;
    margin: 0;
  }
  .invoice-details-container {
    margin: 0px;
    padding: 0px;
  }
}
#silver-help-header {
  padding: 15px 0 0 0;
  background-color: black;
  color: #b4b4b4;
  position: fixed;
  width: 100%;
  z-index: 100;
}

#silver-help {
  padding-top: 100px;
}
#silver-help img {
  max-width: 872px;
  width: 100%;
}
#silver-help .mode-title {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  color: #2b9cd3;
}
#silver-help .header1,
#silver-help .header-main {
  color: #2b9cd3;
  font-size: 1.4rem;
  font-weight: 600;
}
#silver-help .header-main {
  font-size: 1.6rem;
}
#silver-help .header2 {
  color: #2b9cd3;
  font-size: 1.25rem;
  font-weight: 500;
}
#silver-help .header3 {
  color: #2b9cd3;
  font-size: 1.15rem;
  font-weight: 500;
}
#silver-help .header3 p {
  margin-left: 10px;
}
#silver-help .base-text {
  color: black;
  font-size: 1rem;
  font-weight: 400;
}
#silver-help .image {
  text-align: center;
}
#silver-help .image .message {
  font-size: 1rem;
  color: #2b9cd3;
}
#silver-help .image .comment {
  padding-top: 3px;
  font-size: 0.9rem;
  color: lightgray;
  font-style: italic;
}
#silver-help .tools {
  margin: 0 20px;
  font-weight: 500;
  color: #2b9cd3;
}
#silver-help .tools p {
  font-weight: 400;
  margin-left: 10px;
  color: black;
}
#silver-help .steps-wrapper .steps {
  margin-top: 15px;
  font-size: 1rem;
  color: #2b9cd3;
  font-weight: 500;
}
#silver-help .help-cards {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  gap: 20px;
}
#silver-help .help-card {
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid lightgray;
  padding: 10px;
  border-radius: 15px;
  width: 325px;
  cursor: pointer;
}
#silver-help .help-card i {
  color: #2b9cd3;
  margin: 5px 0 8px 0;
  font-size: 80px;
}
#silver-help .help-card.active {
  border: 2px solid #2b9cd3;
  background: #f3fff8;
}
#silver-help .help-card .title {
  color: #2b9cd3;
  font-size: 1.25rem;
  font-weight: 600;
}
#silver-help .help-card .instructions {
  margin-top: 15px;
  width: 80%;
  text-align: center;
}
@media only screen and (max-width: 500px) {
  #silver-help .help-cards {
    margin-bottom: 30px;
    text-align: center;
    display: block;
  }
  #silver-help .help-cards .help-card {
    margin-bottom: 15px;
  }
}
#silver-help footer {
  border-top: 1px solid lightgray;
  margin: 40px 0 20px 0;
  padding: 15px;
  text-align: center;
}
#silver-help footer .social-icon {
  width: 40px;
  margin-top: -10px;
}

.notification-center-wrapper {
  font-size: 9pt;
}
.notification-center-wrapper .no-print {
  display: flex;
  height: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid lightgray;
}
@media print {
  .notification-center-wrapper .no-print, .notification-center-wrapper .no-print *,
  .notification-center-wrapper .no-print-normal, .notification-center-wrapper .no-print-normal * {
    display: none !important;
  }
}
.notification-center-wrapper .header {
  margin-bottom: 30px;
}
.notification-center-wrapper .header img {
  width: 105px;
}
.notification-center-wrapper .highlight {
  background: yellow;
  font-weight: 500;
  padding: 1px 5px;
}
.notification-center-wrapper .title {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 35px;
}
.notification-center-wrapper .title .bold-underlined {
  font-weight: 800;
  border-bottom: 1px solid gray;
}
.notification-center-wrapper .title .account-info {
  font-size: 0.9rem;
  font-weight: 500;
}
.notification-center-wrapper .display-area {
  width: fit-content;
  margin: 0 auto;
}
.notification-center-wrapper .display-area .props-gold {
  margin: 40px 20px 0;
}
.notification-center-wrapper .notice-change-indicators .fa-arrow-alt-up {
  color: red;
}
.notification-center-wrapper .notice-change-indicators .fa-arrow-alt-down {
  color: green;
}
.notification-center-wrapper .notice-change-indicators .fa-minus {
  color: gray;
}
.notification-center-wrapper table#intent-to-file-appeal-table .tcell {
  vertical-align: middle;
}
@media (max-width: 39.9375em) {
  .notification-center-wrapper table#intent-to-file-appeal-table .tcell {
    text-align: left !important;
  }
}
#messagesWrapper .messageBox-wrapper {
  max-height: calc(100vh - 278px);
  overflow: hidden;
  width: 234px;
  overflow-y: scroll;
}
#messagesWrapper .messageSystemHeader {
  text-align: center;
  border: 1px solid lightgray;
  border-radius: 5px 5px 0 0;
  padding: 5px 4px;
  padding-bottom: 5px;
}
#messagesWrapper .messageSystemHeader .logo {
  font-size: 1.1rem;
  font-weight: bold;
  color: #2b9cd3;
  text-shadow: 1px 1px 3px rgba(212, 212, 212, 0.6784313725);
}
#messagesWrapper .messageSystemHeader .title {
  font-size: 1.04em;
}
#messagesWrapper .reloadIcon {
  font-size: 22px;
  position: absolute;
  top: 37px;
  left: 37px;
}
#messagesWrapper .messageBoxWrapper {
  height: calc(100vh - 200px);
  min-height: 400px;
  max-height: 1080px;
  overflow-y: auto;
  overflow-x: hidden;
}
#messagesWrapper .messageBox {
  background: #09a4ec;
  border-left: 2px solid #91d5ff;
  padding: 5px;
  font-size: 12px;
  margin-top: 5px;
  cursor: pointer;
}
#messagesWrapper .messageBox:hover {
  background: #a9e3ff !important;
}
#messagesWrapper .messageBoxDropdown:hover {
  background: #a9e3ff !important;
}
#messagesWrapper #activeMessageWrapper {
  max-width: 600px !important;
  margin: 0 10px;
  border: 1px solid lightgray;
  padding: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
#messagesWrapper .noMessageSelected {
  text-align: center;
  color: rgb(184, 184, 184);
  max-width: 600px;
}
#messagesWrapper .messageEmailSubject {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 3px;
}
#messagesWrapper .messageSubject {
  font-size: 11px;
}
#messagesWrapper .messageSent {
  margin-top: 5px;
  font-size: 0.7rem;
}
#messagesWrapper .messageTaxYear {
  margin-top: 5px;
}

.gold-signup-wrapper .content-wrapper {
  display: grid;
  position: relative;
  grid-template-columns: repeat(2, 1fr);
  padding: 1rem;
  gap: 15px;
}
.gold-signup-wrapper .content-wrapper .content-card {
  position: relative;
  padding: 0 10px 5px 10px;
  box-shadow: 0px 0px 4px 2px hsla(0, 0%, 0%, 0.09);
  border-radius: 0 0 2px;
  overflow: hidden;
}
.gold-signup-wrapper .content-wrapper .content-card .title {
  margin: 0 -10px;
  padding: 3px 0 4px 0;
  background-color: rgba(70, 70, 70, 0.0901960784);
  color: #00b4ff;
  border-bottom: 1px solid #c9c1c1;
  text-shadow: 1px 1px 1px #464646;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}
.gold-signup-wrapper .content-wrapper .content-card .card-content {
  margin: 7px 0 0 0;
}
.gold-signup-wrapper .content-wrapper .content-card .card-content .card-message {
  margin-bottom: -2px;
  font-size: 12px;
  text-align: justify;
}
.gold-signup-wrapper .content-wrapper .content-card .card-content .card-message .bulleted {
  position: relative;
  line-height: 1.2;
  margin-left: 15px;
  margin-bottom: 5px;
}
.gold-signup-wrapper .content-wrapper .content-card .card-content .card-message .bulleted::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  color: #36bea6;
  font-size: 9px;
  position: absolute;
  left: -15px;
  top: 3px;
}
.gold-signup-wrapper .content-wrapper .content-card .card-content .card-message .estimated-savings {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0;
  color: #3cbdf8;
  text-shadow: 1px 1px 1px #464646;
}
.gold-signup-wrapper .content-wrapper .content-card .card-content .card-message .estimated-savings div {
  text-shadow: none;
  color: rgb(98, 98, 98);
  font-size: 10px;
}
.gold-signup-wrapper .button-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: space-around;
  justify-content: space-between;
  grid-gap: 10px;
  padding-top: 0px;
  padding-bottom: 5px;
}
.gold-signup-wrapper .button-wrapper .btn {
  line-height: 1.5;
  font-weight: 500;
  font-size: 14px;
}
.gold-signup-wrapper .button-wrapper .btn .btn-note {
  line-height: 1.3;
  font-size: 12px;
  font-weight: 400;
  margin-top: 8px;
}
.gold-signup-wrapper #legend tr td:first-child {
  padding-left: 0px;
}
.gold-signup-wrapper #legend td {
  padding: 10px 10px 5px 20px;
}

@media screen and (max-width: 850px) {
  .gold-signup-wrapper .content-wrapper {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
  .gold-signup-wrapper .content-wrapper .content-card .title {
    font-size: 18px;
    letter-spacing: 0px;
  }
  .gold-signup-wrapper .button-wrapper .btn {
    line-height: 1.1;
    font-size: 17px;
    font-weight: 500;
    word-spacing: 9999px;
  }
  .gold-signup-wrapper .button-wrapper .btn .btn-note {
    word-spacing: 1px;
    font-size: 11px;
  }
}
#one_click_verification {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}
#one_click_verification .info_wrapper {
  max-width: 375px;
  max-height: 450px;
  text-align: center;
  margin-top: 20px;
}
#one_click_verification .info_wrapper img {
  width: 120px;
  margin-bottom: 20px;
}

body::-webkit-scrollbar,
.scrollbar::-webkit-scrollbar {
  width: 8px;
  /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track,
.scrollbar::-webkit-scrollbar-track {
  background: #414141;
  /* color of the tracking area */
  border-radius: 2px;
}

body::-webkit-scrollbar-thumb,
.scrollbar::-webkit-scrollbar-thumb {
  background-color: #141414;
  /* color of the scroll thumb */
  border: 3px solid #7e7e7e;
  /* creates padding around scroll thumb */
  border-radius: 5px;
  /* roundness of the scroll thumb */
}

@media print {
  .print-button,
  .print-instructions,
  .no-print {
    display: none !important;
  }
  body {
    margin: 0;
    padding: 15mm;
  }
  .content-to-print {
    border: none;
    padding: 0;
    margin: 0;
  }
  #analysis {
    padding: 15px 0px;
  }
}
#analysis {
  /* Enhanced styles for radar chart section */
  /* Style feature cards according to their badge */
}
#analysis.section {
  padding: 105px 0px;
}
#analysis .analysis_header {
  background: #0080ff;
  padding: 20px 0;
  position: fixed;
  width: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#analysis .analysis_header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  #analysis.section {
    padding: 100px 0;
  }
}
#analysis .container,
#analysis .container-lg,
#analysis .container-md,
#analysis .container-sm,
#analysis .container-xl,
#analysis .container-xxl {
  max-width: 980px;
}
@media screen and (max-width: 375px) {
  #analysis .container,
  #analysis .container-lg,
  #analysis .container-md,
  #analysis .container-sm,
  #analysis .container-xl,
  #analysis .container-xxl {
    padding-right: 0;
  }
  #analysis .row > * {
    padding-right: 0;
  }
}
@media screen and (max-width: 576px) {
  #analysis .container,
  #analysis .container-lg,
  #analysis .container-md,
  #analysis .container-sm,
  #analysis .container-xl,
  #analysis .container-xxl {
    padding-right: 0px;
  }
  #analysis .row > * {
    padding-right: 0px;
  }
}
#analysis .slide-over-tray {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f8f9fa;
  border-top: 1px solid #dee2e6;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.15);
  transform: translateY(100%);
  transition: transform 0.4s ease-in-out;
  z-index: 10;
}
#analysis .slide-over-tray.open {
  transform: translateY(0%);
}
#analysis .slide-over-tray.closed {
  transform: translateY(100%);
}
#analysis .tray-content {
  max-height: 45%;
  overflow-y: auto;
}
#analysis .trayCloseButton {
  position: absolute;
  top: -1px;
  right: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: gray;
  width: 35px;
  height: 35px;
  z-index: 100;
}
#analysis .trayCloseButton :hover {
  scale: 1.35;
  color: rgb(255, 0, 0);
}
#analysis .mapEU_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  /* semi-transparent dark */
  backdrop-filter: blur(5px);
  /* blur background */
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  font-weight: bold;
  z-index: 10;
}
#analysis .mapEU_overlay img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  z-index: 1;
}
#analysis .overlay-text {
  z-index: 2;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 4px black;
}
#analysis .mapboxgl-popup-content {
  width: max-content !important;
  max-width: 500px !important;
  white-space: normal;
}
#analysis .show-pointer {
  cursor: pointer;
}
#analysis .sticky-dropdown {
  position: fixed;
  top: 74px;
  right: 0;
  width: 100%;
  z-index: 1000;
  background: white;
  padding: 0 10px 10px 10px;
}
#analysis .protected {
  align-items: center;
}
#analysis .shielded {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  font-size: 10px;
  padding-left: 32px;
  position: relative;
  width: 200px;
  height: 50px;
  color: #ffffff;
  border-radius: 0 10px 10px 0;
  line-height: 1.3;
  z-index: 1;
}
#analysis .shielded .status {
  font-size: 14px;
}
#analysis .shielded .ptaxio {
  font-weight: 900;
  font-size: 17px;
}
#analysis .shielded .shield {
  position: absolute;
  top: -14px;
  left: -44px;
}
#analysis .shielded .shield img {
  width: 64px;
}
#analysis .card {
  padding: 0;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
#analysis .border-2 {
  border-width: 2px !important;
}
#analysis .border-3 {
  border-width: 3px !important;
}
#analysis .border-3-left-only {
  border-left-width: 3px !important;
  border-top: 1px solid #d2d2d2 !important;
  border-right: 1px solid #d2d2d2 !important;
  border-bottom: 1px solid #d2d2d2 !important;
}
#analysis .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
#analysis .dropdown-item {
  padding: 4px 16px;
}
#analysis .dropdown-menu {
  padding: 8px 0;
}
#analysis .card-header {
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.03);
}
#analysis #map {
  height: 400px;
  border-radius: 10px;
}
#analysis .property-highlight {
  background-color: #e9f7ef;
  border-left: 4px solid #28a745;
  padding: 15px;
  border-radius: 5px;
}
#analysis .stat-card {
  text-align: center;
  padding: 15px;
}
#analysis .stat-value {
  font-size: 24px;
  font-weight: 700;
  color: #212529;
}
#analysis .stat-label {
  font-size: 14px;
  color: #6c757d;
}
#analysis .price-range {
  height: 24px;
  width: 100%;
  background: linear-gradient(90deg, #28a745, #ffc107, #dc3545);
  margin: 10px 0;
  border-radius: 33px;
  position: relative;
}
#analysis .price-marker {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #343a40;
  border-radius: 50%;
  top: -4px;
  transform: translateX(-50%);
}
#analysis .badge_premium {
  color: white;
  background-color: green;
}
#analysis .badge_above_average {
  color: black;
  background-color: yellowgreen;
}
#analysis .badge_average {
  color: black;
  background-color: yellow;
}
#analysis .badge_below_average {
  color: black;
  background-color: orange;
}
#analysis .badge_below {
  color: white;
  background-color: red;
}
#analysis .comparable-property {
  border-left: 3px solid #6c757d;
  padding-left: 10px;
  margin-bottom: 10px;
}
#analysis .price-range-enhanced {
  height: 24px;
  background: linear-gradient(to right, #28a745, #ffc107, #dc3545);
  border-radius: 15px;
  position: relative;
}
#analysis .subject-marker {
  transition: all 0.3s ease;
}
#analysis .subject-marker:hover {
  transform: scale(1.2);
}
#analysis #map {
  width: 100%;
  height: 600px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
#analysis .mapboxgl-popup {
  max-width: 400px;
  font: 12px/20px "Helvetica Neue", Arial, Helvetica, sans-serif;
}
#analysis .mapboxgl-popup-close-button:focus {
  outline: none;
}
#analysis .hidden-comp {
  display: none;
}
#analysis .radar-chart-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
}
#analysis .radar-chart-highlight {
  background: radial-gradient(circle, rgba(13, 110, 253, 0.1) 0%, rgba(255, 255, 255, 0) 70%);
  z-index: 0;
}
#analysis .feature-card {
  transition: all 0.2s ease;
  border-left: 4px solid transparent;
  background-color: #f8f9fa;
  box-shadow: 2px 2px 4px #dcdcdc;
}
#analysis .feature-card:hover {
  transform: translateX(5px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
#analysis .badge-premium {
  background-color: #28a745 !important;
  color: white;
  font-weight: bold;
  padding: 0.5em 0.8em;
}
#analysis .badge-average {
  background-color: #ffc107 !important;
  color: #212529;
  font-weight: bold;
  padding: 0.5em 0.8em;
}
#analysis .badge-below {
  background-color: #dc3545 !important;
  color: white;
  font-weight: bold;
  padding: 0.5em 0.8em;
}
#analysis .badge-large {
  font-size: 0.85rem;
}
#analysis .comp-address {
  margin-bottom: 2px !important;
}
#analysis .comp-address:hover {
  cursor: pointer;
}
#analysis .feature-card:has(.badge-premium) {
  border-left-color: #28a745;
}
#analysis .feature-card:has(.badge-average) {
  border-left-color: #ffc107;
}
#analysis .feature-card:has(.badge-below) {
  border-left-color: #dc3545;
}
#analysis .fade_in {
  opacity: 0;
  animation: fadeIn ease 1s;
  animation-fill-mode: forwards;
  animation-duration: 2.5s;
  animation-delay: 0s;
  animation-iteration-count: 1;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.md-datepicker-calendar-pane.md-pane-open {
  position: fixed;
  z-index: 99999;
}

.topbar {
  right: 7px;
}

.copyToClipIcon {
  cursor: pointer;
}
.copyToClipIcon:hover {
  color: #00ff37 !important;
  scale: 1.3 !important;
}

.page-content {
  padding: 60px 10px 10px 10px;
}

img.logo-icon {
  animation: rotating 17s linear infinite;
}

@keyframes rotating {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
.contained-overscroll {
  overscroll-behavior: contain;
}

#pageOverlay {
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(3px);
  z-index: 999999;
}

.page-content-header {
  font-size: 1.3rem;
  font-weight: 600;
  position: fixed;
  top: 60px;
  left: 250px;
  right: 8px;
  height: 40px;
  padding: 5px 10px;
  color: #708090;
  background-color: #fff;
  text-shadow: 1px 1px 2px #545454;
  text-transform: uppercase;
  border-bottom: 1px solid #e4e4e4;
  z-index: 10;
}

.page-content-header.menu-closed {
  left: 70px;
}

.page-footer {
  text-align: left;
  height: 36px;
  right: 8px;
  z-index: 10;
}

.switcher-btn {
  top: 59px;
}

.app-box {
  margin-bottom: 5px;
  transition: all 0.3s;
}

.app-box:hover {
  transform: scale(1.35);
}

.card {
  padding: 20px;
}

.highlight-green {
  background-color: #33be33;
  border: 1px solid #fff !important;
  border-radius: 5px;
}

.nav-menu-blocker {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 250px;
  z-index: 10000;
}

.nav-header-blocker {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  z-index: 10000;
}

.preloader {
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  z-index: 9999999;
  background: #fff;
  display: none;
}

add-decimals::after {
  font-size: 0.85rem;
  content: ".00";
}

/* Property Search Loader icon */
.ps-loader {
  margin: 0 auto;
  width: 60px;
  height: 35px;
  transform: translateY(-50%) translateX(-12%);
}

.ps-loader > div {
  height: 100%;
  width: 8px;
  display: inline-block;
  float: left;
  margin-left: 2px;
  animation: delay 0.8s infinite ease-in-out;
  animation: delay 0.8s infinite ease-in-out;
}

.ps-loader .bar1 {
  background-color: #754fa0;
}

.ps-loader .bar2 {
  background-color: #09b7bf;
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.ps-loader .bar3 {
  background-color: #90d36b;
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.ps-loader .bar4 {
  background-color: #f2d40d;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.ps-loader .bar5 {
  background-color: #fcb12b;
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.ps-loader .bar6 {
  background-color: #ed1b72;
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

@-webkit-keyframes delay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.05);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes delay {
  0%, 40%, 100% {
    transform: scaleY(0.05);
    -webkit-transform: scaleY(0.05);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/* END:  Proerty Search Loader icon */
@media screen and (max-width: 992px) {
  .page-content {
    padding-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .page-content {
    padding: 0px;
  }
  .card {
    padding: 5px;
  }
}/*# sourceMappingURL=styles.css.map */