/**
# # # # # # # # # # # # # # # # # # # # # # # # #
# PLEASE
# USE .SCSS FILE FOR STYLES.
# YOU CAN USE THE SAME SYNTAX AS IN .css FILES
# # # # # # # # # # # # # # # # # # # # # # # #
**/
/* ---------------------------------------------------
   GLOBAL STYLES
----------------------------------------------------- */
html {
  width: 100%;
  height: auto;
  min-height: 100vh;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}

body.modal-open {
  overflow: hidden;
}

body {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #FAFAFA;
  overflow-x: hidden;
}

input :not(.btn):hover, input :not(.btn):active, input :not(.btn):focus, input :not(.btn).active, input :not(.btn).focus, input :not(.btn).show {
  border-color: #333333 !important;
  box-shadow: none !important;
  background-color: white !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.wrapper {
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
  justify-content: flex-start;
}

.content-fluid-container {
  flex: 1;
  min-height: 100vh;
  height: auto;
  margin: 0;
  transition: all 0.3s;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  position: relative;
  min-width: 0;
}

#content,
.content {
  width: 100%;
  background-color: #FFFFFF;
  padding: 0 24px 10px;
  transition: all 0.3s;
}

#main-page-container {
  min-height: 100%;
  height: auto;
}

.form-control {
  min-height: 40px;
}

p {
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #999999;
}

.preloader {
  width: 100%;
  height: 100%;
  left: 0;
  background-color: #FFFFFF;
  z-index: 2000;
}

.row {
  margin: 0;
  padding: 0;
}

/* ---------------------------------------------------
   TEXT STYLES
----------------------------------------------------- */
.secondary-text {
  font-size: 14px;
  font-weight: 400;
  color: #767676;
}

.long-text {
  display: block;
  max-width: 98%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  min-width: 70px;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
  justify-content: flex-start;
}

/* ---------------------------------------------------
    CHECKBOX STYLE
----------------------------------------------------- */
.custom-control-label {
  box-shadow: none;
  box-sizing: unset;
}

.custom-control-label::before,
.custom-control-label::after {
  width: 18px !important;
  height: 18px !important;
  border: #767676 solid 2px;
  border-radius: 4px;
  box-shadow: none;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border: none;
  box-shadow: none;
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #A8A8A8;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  border: none;
  box-shadow: none;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 1px 1px 1px #767676;
}

/* ---------------------------------------------------
   COMMON STYLES
----------------------------------------------------- */
.dialer-text {
  font-size: 14px !important;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #DDDDDD;
  margin: 40px 0;
}

.line-1 {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #DDDDDD;
  margin: 10px 0;
}

.display-none {
  display: none;
}

.grey-icon {
  color: #767676;
}

.simple-search-input {
  padding: 0 12px 0 42px;
  border-radius: 4px 0px 0px 4px !important;
}

.search-container .input-group-prepend {
  position: relative;
  padding: 0 8px 0 0;
  border: 1px solid;
  border-radius: 6px 0 0 6px;
}
.search-container .input-group-prepend > .search-select {
  width: 150px;
  padding-left: 8px;
  border: none;
  background-color: white;
  border-radius: 6px 0 0 6px;
  font-size: 14px;
  font-weight: 600;
  height: 100%;
  min-width: 150px;
}
.search-container .form-control {
  border-radius: 0 4px 4px 0;
  border: 1px solid #A3ABB2;
  border-left: none;
  margin-left: 1px;
}
.search-container .search-input {
  padding: 0 12px 0 42px;
}
.search-container .search-input:focus {
  border-color: inherit;
  outline: 0;
  box-shadow: none;
}

.search-select * {
  color: black;
}

.phone-type-select {
  background-color: white;
  border-radius: 0 6px 6px 0;
  font-size: 14px;
  font-weight: 600;
  height: 100%;
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.height-88px {
  height: 88px !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.margin-right-3x {
  margin-right: 15px;
}

.margin-right-13px {
  margin-right: 13px;
}

.margin-right-16px {
  margin-right: 16px;
}

.additional-info {
  background-color: #F5F5F5;
}

.save-list-input {
  max-width: 250px;
}

.inline {
  float: left;
}

.three-dots {
  line-height: 1;
  border-radius: 4px;
  box-shadow: none !important;
  transition: 100ms;
}
.three-dots:hover, .three-dots:active, .three-dots.active, .three-dots.show {
  background-color: #E9ECEF;
  transition: 100ms;
}

.three-dots .dropdown-menu {
  padding: 6px 6px;
}
.three-dots .dropdown-menu .dropdown-item {
  padding: 8px 12px;
  border-radius: 4px;
}

.three-dots.dropdown-toggle::after {
  display: none;
}

.simple-text {
  font-size: 14px;
  text-transform: none;
  color: #333333 !important;
}

.no-border {
  border: 0 !important;
  box-shadow: none;
}

.manage-phone-dialog.modal-content {
  width: 350px;
}

.manage-phone-dialog-header {
  padding: 5px;
}

.manage-phone-dialog-label {
  font-weight: 600;
  font-size: 16px;
}

/**
  @todo: page header title. only one header for page should exists
 */
.header-text {
  font-weight: 600;
  font-size: 24px;
  padding-bottom: 24px;
  padding-top: 24px;
}

.header-notice {
  font-size: 14px;
  text-align: left;
  padding: 8px 0;
}

.header-label-text {
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 15px;
}

.disposition-container {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px 4px 4px 4px;
  height: 24px;
  width: 150px;
  min-width: 110px;
}

.disposition-container img {
  margin-right: 4px;
}

.disposition-container .listing-status-label {
  display: block;
  max-width: 98%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.page-header-container {
  padding-bottom: 20px;
  font-weight: 600;
  font-size: 24px;
}

.no-shadow {
  box-shadow: none;
}

.grid-icon-active {
  border-radius: 4px 4px 4px 4px;
  background-color: #96B2E2;
  padding: 7px;
}

.divider {
  width: 100%;
  position: relative;
  height: 1px;
  margin-bottom: 10px;
}

.inner-padding {
  padding: 12px 8px 12px 26px;
}

#crown {
  position: absolute;
  left: 92px;
  top: 14px;
}

.vrs_down_picker {
  position: absolute;
  top: 16px;
  left: 205px;
}

.display-inline {
  display: inline;
}

.card-container {
  padding-top: 20px;
}

.contact-container .phone-row {
  height: 21px;
}

.contact-container .editPhoneIcon {
  display: none;
}

.contact-container:hover .editPhoneIcon {
  display: inherit;
}

.contact-container {
  width: fit-content;
}

.additional-contacts-container {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}

.bold-text {
  font-weight: 600;
}

.phone-row-separator {
  height: 1px;
  background-color: #E0E0E0;
}

.contact-email {
  color: #0045B9;
  max-width: 95%;
}

.call-outcome {
  color: #767676;
  margin-left: 20px;
}

.full-width {
  width: 100%;
}

/* ---------------------------------------------------
   ICONS STYLES
----------------------------------------------------- */
.input-with-post-icon {
  position: relative;
}

.input-with-post-icon [class*=ic-] {
  position: absolute;
  right: 8px;
  top: 10px;
}

.basic-label {
  width: 44px;
  background-color: #A3ABB2;
  padding: 2px 4px;
  border-radius: 4px;
}

.premium-label {
  width: 73px;
  background-color: #5BC0DE;
  padding: 2px 4px;
  border-radius: 4px;
}

.dialer-loader {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.5);
}

.dialer-loader > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.dialer-loader .spinner-border {
  border: 8px solid #AEBFDA;
  border-right-color: transparent;
  width: 92px;
  height: 92px;
  color: #AEBFDA;
}

.dialer-loader .spinner-border-sm {
  border: 4px solid #AEBFDA;
  border-right-color: transparent;
  width: 40px;
  height: 40px;
}

.general-page-loader {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 56px;
  right: 0;
  bottom: 0;
  left: 256px;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.5);
}

.toggled .general-page-loader {
  left: 74px;
}

.general-page-loader.whole-page-loader {
  background-color: rgba(255, 255, 255, 0.9);
}

.general-page-loader > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.general-page-loader .spinner-border {
  border: 8px solid #AEBFDA;
  border-right-color: transparent;
  width: 92px;
  height: 92px;
  color: #AEBFDA;
}

.divider-grey {
  width: 100%;
  position: relative;
  height: 1px;
  border-bottom: 1px solid #E0E0E0;
  margin: 10px 0;
}

.navigation-link {
  color: #0045B9 !important;
}

.modal-loader {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.5);
}

.modal-loader > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.modal-loader .spinner-border {
  border: 8px solid #AEBFDA;
  border-right-color: transparent;
  width: 92px;
  height: 92px;
  color: #AEBFDA;
}

.modal-loader .spinner-border-sm {
  border: 4px solid #AEBFDA;
  border-right-color: transparent;
  width: 40px;
  height: 40px;
}

/* -------------------------------------------------------------------------------------------------------- */
table.loading tbody {
  position: relative;
}

table.loading tbody:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: url("/img/loader.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  content: "";
}

.bootgrid-table th > .column-header-anchor > .icon {
  display: none !important;
}

.bootgrid-table th > .column-header-anchor.sortable > .icon {
  display: block !important;
}

.hidden {
  display: none;
}

.label-text {
  font-weight: 600;
  font-size: 16px;
}

.upload-progress {
  height: 80px;
  font-size: 16px;
  font-weight: bold;
  padding-top: 25px;
}

.break-word {
  word-break: break-all;
}

.contact-name-break-word {
  word-break: break-word;
}

select:focus,
input:focus {
  outline: none;
}

.upload-warning {
  color: #c7c700 !important;
  font-weight: bold;
}

.fixed-width-control {
  width: 300px;
}

.fixed-width-control-sm {
  width: 150px;
}

.fixed-width-220px {
  width: 220px !important;
}

.width-99 {
  width: 99%;
}

.width-100 {
  width: 100% !important;
}

.no-box-shadow {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.modal-empty-container {
  height: 60px;
}

.label-success {
  background-color: #5cb85c;
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.search-input-ic {
  padding-left: 58px;
  background-image: url("/img/ic-svg/ic-search.svg");
  background-repeat: no-repeat;
  background-position: 22px;
  background-size: 18px;
}

.search-input-ic:hover {
  cursor: pointer;
}

.search-input-group-border {
  border-radius: 0 6px 6px 0 !important;
}

.no-overflow-y {
  overflow-y: hidden;
}

span.collapsible-text .show-more-button {
  cursor: pointer;
  color: #0045B9;
}

.loader-icon {
  color: #AEBFDA;
  height: 50px;
  width: 50px;
  margin-left: 20px;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef !important;
  opacity: 1;
}

.content-center {
  justify-content: center !important;
}

.modal-sm {
  max-width: 350px !important;
}

.billing-label {
  font-size: 16px;
}

.show-more-button {
  cursor: pointer;
  color: #0045B9;
}

div.parsley-error {
  border: 1px solid #AE0000 !important;
}

.no-horizontal-scroll {
  overflow-x: hidden !important;
}

.wrap-text {
  word-break: break-word;
}

.input-with-search-icon {
  flex: 1;
  display: flex;
  justify-content: flex-start;
}
.input-with-search-icon .ic-search {
  left: 20px;
  top: 12px;
  cursor: pointer;
}

.search-input {
  padding: 0 42px 0 42px;
}

.legend-text {
  font-size: 12px;
  color: #767676;
}

.middle-align {
  display: flex;
  align-items: center;
}

.justify-end {
  justify-content: end;
}

#error-details a {
  color: white;
}

#error-details a:hover {
  text-decoration: underline;
}

.align-top {
  align-items: flex-start !important;
}

.min-width-300 {
  min-width: 300px;
}

.min-height-200 {
  min-height: 200px;
}

.font-size-12 {
  font-size: 12px;
}

.min-width-400 {
  min-width: 400px;
}

.house-logo {
  -ms-flex: 0 0 500px;
  flex: 0 0 500px;
  margin-top: 8px;
}

.best-number {
  vertical-align: middle;
}

.no-border-left {
  border-radius: 0px 4px 4px 0px !important;
}

.right-merged-control {
  border-radius: 4px 0 0 4px;
  border-right: none;
}

.vertical-align-middle {
  vertical-align: middle !important;
}

#contact-details-nav {
  position: relative;
}

#contact-details-nav i {
  position: absolute;
  top: 0px;
  right: 0px;
}

.container-with-radius {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 1px solid #dee2e6;
}

.container-without-bottom-radius {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

.min-width-100 {
  min-width: 100px;
}

.no-horizontal-scroll {
  overflow-x: hidden !important;
}

.cut-text-format {
  max-width: 208px;
  height: 109.2px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.625;
}

#filters {
  width: 388px;
  display: none;
  position: absolute;
  top: 80%;
  z-index: 1050;
  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 0.06));
  border-radius: 4px;
}

.text-disabled {
  color: #767676;
}

.display-flex {
  display: flex;
}

.inline-block {
  display: inline-block !important;
}

.grid-augmentation-button {
  color: #0045B9;
  column-gap: 9px;
  border: none;
  background-color: inherit;
}

.grid-augmentation-button:disabled {
  color: #C7C7C7;
}

.grid-augmentation-button:disabled img {
  filter: grayscale(100%);
}

.grid-single-augmentation-button {
  color: #0045B9;
  column-gap: 9px;
  border: none;
  background-color: inherit;
}

.grid-single-augmentation-button:disabled {
  color: #C7C7C7;
}

.grid-single-augmentation-button:disabled img {
  filter: grayscale(100%);
}

.mouse-cursor-pointer {
  cursor: pointer;
}

.search-input-comb {
  border-radius: 6px 0 0 6px !important;
  padding: 0 42px 0 42px;
  border: 1px solid #ced4da;
  width: 300px;
  min-height: 40px;
}

.search-btn {
  border-radius: 0 6px 6px 0 !important;
  text-transform: capitalize !important;
}

.arrow-disabled {
  color: #C7C7C7;
  cursor: not-allowed;
}

.min-width-160 {
  min-width: 160px;
}

.sale-score-property {
  margin-top: 2px;
}

.sale-score-popover-header {
  font-weight: 600;
  margin-top: 8px;
}

.ic-custom-phone-disposition {
  display: inline-block;
  width: 19px;
  height: 19px;
  background-image: url("/img/ic-svg/ic-custom-disposition.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
}

#augmentation-attempt-status-filters .custom-checkbox {
  height: auto;
}

.mfo-logo {
  background-color: #3E3E3E;
  border-radius: 4px;
}

.ic-arrow {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
}
.ic-arrow.ic-arrow-left-pipe {
  transform: rotate(180deg);
  background-image: url("/img/ic-svg/ic-arrow-right-pipe.svg");
}
.ic-arrow.ic-arrow-left {
  transform: rotate(180deg);
  background-image: url("/img/ic-svg/ic-arrow-right.svg");
}
.ic-arrow.ic-arrow-left-thin {
  transform: rotate(180deg);
  background-image: url("/img/ic-svg/ic-arrow-right-thin.svg");
}
.ic-arrow.ic-arrow-right-pipe {
  background-image: url("/img/ic-svg/ic-arrow-right-pipe.svg");
}
.ic-arrow.ic-arrow-right {
  background-image: url("/img/ic-svg/ic-arrow-right.svg");
}
.ic-arrow.ic-arrow-right-thin {
  background-image: url("/img/ic-svg/ic-arrow-right-thin.svg");
}
.ic-arrow.disable {
  opacity: 0.5;
}

.ic-dots-more {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/img/ic-svg/ic-dots-more.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.ic-dots-more.horizontal {
  transform: rotate(90deg);
}

.ic-calendar {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/img/ic-svg/ic-calendar.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ic-clock {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/img/ic-svg/ic-clock.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ic-close-search {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("/img/ic-svg/ic-close-search.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ic-close {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/img/ic-svg/ic-close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ic-user {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/img/ic-svg/ic-user.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ic-user-disabled {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/img/ic-svg/ic-user-disabled.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ic-user-active {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/img/ic-svg/ic-user-active.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ic-user-pastdue {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/img/ic-svg/ic-user-pastdue.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ic-user-admin {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/img/ic-svg/ic-user-admin.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ic-user-affiliate-admin {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/img/ic-svg/ic-user-affiliate-admin.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ic-user-enterprise-partner {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/img/ic-svg/ic-user-enterprise-partner.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ic-caret-right {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("/img/ic-svg/ic-caret-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ic-caret-left {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url("/img/ic-svg/ic-caret-left.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ic-caret-down, .ic-caret-down-black, .ic-caret-down-disabled {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url("/img/ic-svg/ic-caret-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ic-caret-up, .ic-caret-up-black, .ic-caret-up-disabled {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url("/img/ic-svg/ic-caret-up.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ic-caret-down-black {
  background-image: url("/img/ic-svg/ic-caret-down-black.svg");
}

.ic-caret-down-disabled {
  background-image: url("/img/ic-svg/ic-caret-down-disabled.svg");
}

.ic-caret-up-black {
  background-image: url("/img/ic-svg/ic-caret-up-black.svg");
}

.ic-caret-up-disabled {
  background-image: url("/img/ic-svg/ic-caret-up-disabled.svg");
}

.ic-dollar {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/img/ic-svg/ic-dollar-symbol.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 8px;
  top: 10px;
}

.ic-reset {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/img/ic-svg/ic-reset.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ic-retry {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/img/ic-svg/ic-retry.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ic-stop-hand {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/img/ic-svg/ic-stop-hand.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ic-info {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("/img/ic-svg/ic-info.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ic-spinner {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("/img/ic-svg/ic-spinner.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.ic-speaker-notes {
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-mask: url("/img/ic-svg/ic-speaker-notes.svg") no-repeat 100% 100%;
  mask: url("/img/ic-svg/ic-speaker-notes.svg") no-repeat 100% 100%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #0045B9;
  vertical-align: middle;
}

.ic-email {
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-mask: url("/img/ic-svg/ic-email.svg") no-repeat 100% 100%;
  mask: url("/img/ic-svg/ic-email.svg") no-repeat 100% 100%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #0045B9;
  vertical-align: middle;
}

.ic-x-cross {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("/img/ic-svg/ic-x-cross.svg");
  background-position: center;
  background-size: contain;
  -webkit-mask: url("/img/ic-svg/ic-x-cross.svg") no-repeat 100% 100%;
  mask: url("/img/ic-svg/ic-x-cross.svg") no-repeat 100% 100%;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.ic-speaker-notes {
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-mask: url("/img/ic-svg/ic-speaker-notes.svg") no-repeat 100% 100%;
  mask: url("/img/ic-svg/ic-speaker-notes.svg") no-repeat 100% 100%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #0045B9;
  vertical-align: middle;
}

.ic-email {
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-mask: url("/img/ic-svg/ic-email.svg") no-repeat 100% 100%;
  mask: url("/img/ic-svg/ic-email.svg") no-repeat 100% 100%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #0045B9;
  vertical-align: middle;
}

.ic-bath {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/img/ic-svg/ic-bath.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ic-beds {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/img/ic-svg/ic-beds.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ic-dnc {
  display: inline-block;
  width: 19px;
  height: 19px;
  background-image: url("/img/ic-svg/ic-dnc.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ic-phone-arrow-up {
  display: inline-block;
  width: 8px;
  height: 24px;
  background-image: url("/img/ic-svg/ic-phone-arrow-up.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ic-phone-arrow-down {
  display: inline-block;
  width: 8px;
  height: 24px;
  background-image: url("/img/ic-svg/ic-phone-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ic-star-selected {
  display: inline-block;
  width: 20px;
  height: 19px;
  background-image: url("/img/ic-svg/ic-star-selected.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ic-star {
  display: inline-block;
  width: 20px;
  height: 19px;
  background-image: url("/img/ic-svg/ic-star.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ic-score-red {
  display: inline-block;
  width: 28px;
  height: 12px;
  background-image: url("/img/ic-svg/ic-score-red.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ic-score-green {
  display: inline-block;
  width: 28px;
  height: 12px;
  background-image: url("/img/ic-svg/ic-score-green.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ic-trash {
  display: inline-block;
  width: 13px;
  height: 16px;
  -webkit-mask: url("/img/ic-svg/ic-trash.svg") no-repeat 100% 100%;
  mask: url("/img/ic-svg/ic-trash.svg") no-repeat 100% 100%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #333333;
  vertical-align: middle;
}

.ic-notification-bell {
  display: inline-block;
  width: 16px;
  height: 20px;
  background-image: url("/img/ic-svg/ic-bell-notification.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.ic-file-csv {
  display: inline-block;
  width: 32px;
  height: 32px;
  -webkit-mask: url("/img/ic-svg/ic-file-csv.svg") no-repeat 100% 100%;
  mask: url("/img/ic-svg/ic-file-csv.svg") no-repeat 100% 100%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #767676;
  vertical-align: middle;
}

.ic-file-doc {
  display: inline-block;
  width: 32px;
  height: 32px;
  -webkit-mask: url("/img/ic-svg/ic-file-doc.svg") no-repeat 100% 100%;
  mask: url("/img/ic-svg/ic-file-doc.svg") no-repeat 100% 100%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #767676;
  vertical-align: middle;
}

.ic-file-file {
  display: inline-block;
  width: 32px;
  height: 32px;
  -webkit-mask: url("/img/ic-svg/ic-file-file.svg") no-repeat 100% 100%;
  mask: url("/img/ic-svg/ic-file-file.svg") no-repeat 100% 100%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #767676;
  vertical-align: middle;
}

.ic-file-pdf {
  display: inline-block;
  width: 32px;
  height: 32px;
  -webkit-mask: url("/img/ic-svg/ic-file-pdf.svg") no-repeat 100% 100%;
  mask: url("/img/ic-svg/ic-file-pdf.svg") no-repeat 100% 100%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #767676;
  vertical-align: middle;
}

.ic-file-png {
  display: inline-block;
  width: 32px;
  height: 32px;
  -webkit-mask: url("/img/ic-svg/ic-file-png.svg") no-repeat 100% 100%;
  mask: url("/img/ic-svg/ic-file-png.svg") no-repeat 100% 100%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #767676;
  vertical-align: middle;
}

.ic-search {
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-mask: url("/img/ic-svg/ic-search.svg") no-repeat 100% 100%;
  mask: url("/img/ic-svg/ic-search.svg") no-repeat 100% 100%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #767676;
  vertical-align: middle;
}

.ic-sort-asc {
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-mask: url("/img/ic-svg/ic-sort-asc.svg") no-repeat 100% 100%;
  mask: url("/img/ic-svg/ic-sort-asc.svg") no-repeat 100% 100%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #767676;
  vertical-align: middle;
}

.ic-sort-desc {
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-mask: url("/img/ic-svg/ic-sort-desc.svg") no-repeat 100% 100%;
  mask: url("/img/ic-svg/ic-sort-desc.svg") no-repeat 100% 100%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #767676;
  vertical-align: middle;
}

.ic-eye-slash {
  display: inline-block;
  width: 22px;
  height: 20px;
  -webkit-mask: url("/img/ic-svg/ic-eye-slash.svg") no-repeat 100% 100%;
  mask: url("/img/ic-svg/ic-eye-slash.svg") no-repeat 100% 100%;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #767676;
  vertical-align: middle;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.ic-burger-nav {
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-mask: url("/img/ic-svg/ic-burger-nav.svg") no-repeat 100% 100%;
  mask: url("/img/ic-svg/ic-burger-nav.svg") no-repeat 100% 100%;
  -webkit-mask-size: contain;
  mask-size: contain;
  background-color: #fff;
  vertical-align: middle;
}

.ic-probability-highest {
  display: inline-block;
  width: 40px;
  height: 12px;
  background-image: url("/img/ic-svg/highest-probability.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ic-probability-quite-high {
  display: inline-block;
  width: 40px;
  height: 12px;
  background-image: url("/img/ic-svg/quite-high-probability.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ic-probability-slightly-higher-than-median {
  display: inline-block;
  width: 40px;
  height: 12px;
  background-image: url("/img/ic-svg/slightly-higher-than-median-probability.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ic-probability-close-to-median {
  display: inline-block;
  width: 40px;
  height: 12px;
  background-image: url("/img/ic-svg/close-to-median-probability.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ic-probability-lower-than-median {
  display: inline-block;
  width: 40px;
  height: 12px;
  background-image: url("/img/ic-svg/lower-than-median-probability.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ic-probability-low {
  display: inline-block;
  width: 40px;
  height: 12px;
  background-image: url("/img/ic-svg/low-probability.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ic-probability-very-low {
  display: inline-block;
  width: 40px;
  height: 12px;
  background-image: url("/img/ic-svg/very-low-probability.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ic-best-number {
  display: inline-block;
  width: 19px;
  height: 19px;
  background-image: url("/img/ic-svg/ic-best-number.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ic-best-number-24 {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("/img/ic-svg/ic-best-number.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ic-best-number-white {
  display: inline-block;
  width: 16px;
  height: 15px;
  background-image: url("/img/ic-svg/ic-best-number-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ic-actions-required {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/img/ic-svg/ic-user-pastdue.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
}

/* width */
::-webkit-scrollbar {
  width: 16px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: transparent;
  border: 3px solid transparent;
  transition: 0.1s;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-clip: content-box;
  border: 5px solid transparent;
  transition: 0.1s;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:active,
::-webkit-scrollbar-thumb:hover {
  background-color: #4e5c6a;
  background-clip: content-box;
  border: 5px solid transparent;
  transition: 0.1s;
}

.inner-padding {
  padding: 12px 8px 12px 26px;
}

.main-sidebar {
  display: flex;
  flex-direction: column;
  width: 256px;
  color: #ffffff;
  flex-shrink: 0;
}
.main-sidebar.active {
  margin-left: -250px;
}
.main-sidebar .divider {
  width: 100%;
  position: relative;
  height: 1px;
  margin-bottom: 10px;
}
.main-sidebar .sidebar-container {
  width: 256px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 250;
  display: flex;
  flex-direction: column;
  background-color: inherit;
}
.main-sidebar .sidebar-header,
.main-sidebar .sidebar-content,
.main-sidebar .sidebar-navs,
.main-sidebar .sidebar-additional {
  width: 100%;
}
.main-sidebar .sidebar-header {
  flex-shrink: 0;
  height: 64px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.main-sidebar .sidebar-header .sidebar-nav-brand {
  width: calc(100% - 74px);
  height: 100%;
}
.main-sidebar .sidebar-header .logo-link {
  width: auto;
  height: 100%;
  display: flex;
  flex-shrink: 0;
}
.main-sidebar .sidebar-header .logo-link-img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: auto;
}
.main-sidebar .sidebar-header #sidebar-nav-toggle {
  flex-shrink: 0;
  width: 74px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.main-sidebar .sidebar-content {
  flex-shrink: 0;
  height: auto;
}
.main-sidebar .sidebar-navs {
  flex: 1;
  max-height: 600px;
  overflow-y: auto;
}
.main-sidebar .navbar {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.main-sidebar [class*=navbar] {
  width: 100%;
}
.main-sidebar .nav-group-title {
  width: 100%;
  padding-left: 26px;
  padding-right: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 150ms;
}
.main-sidebar .nav-group-title,
.main-sidebar .nav-item {
  color: #ffffff;
  flex-wrap: nowrap;
  height: auto;
  white-space: nowrap;
}
.main-sidebar .nav-item-link {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  min-height: 48px;
  font-weight: 600;
  color: #ffffff;
  gap: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-sidebar .nav-item-link.active, .main-sidebar .nav-item-link[aria-expanded=true] {
  background-color: #142C43;
}
.main-sidebar .nav-item-link .nav-item-icon {
  flex-grow: 0;
}
.main-sidebar [data-link-active=true] {
  background-color: #142C43;
}
.main-sidebar .nav-item > .navbar-collapse {
  flex: 1;
  margin-left: 34px;
  max-width: calc(100% - 34px);
}
.main-sidebar .nav-item > .navbar-collapse .navbar-collapse {
  flex: 1;
  margin-left: 14px;
  max-width: calc(100% - 14px);
  left: 260px;
}
.main-sidebar .nav-item > .navbar-collapse .nav-item-link {
  position: relative;
  padding-left: 14px;
}
.main-sidebar .nav-item > .navbar-collapse .nav-item-link:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
}
.main-sidebar .nav-item-icon {
  overflow: hidden;
  min-width: 18px;
  width: 18px;
  height: auto;
  max-width: 18px;
  max-height: 18px;
  display: block;
}
.main-sidebar .nav-item-title {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 178px;
}
.main-sidebar .credit-block {
  width: 256px;
  padding: 10px 24px;
}
.main-sidebar .credit-block .credit-data {
  width: 100%;
  border-radius: 8px;
  padding: 16px 0;
}
.main-sidebar .credit-block .credit-info-block {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.main-sidebar .credit-block .credit-info-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  height: 24px;
  padding: 0 12px;
  gap: 10px;
}
.main-sidebar .credit-block .credit-info-item .info-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: default;
}
.main-sidebar .credit-block .credit-info-item .info-value {
  cursor: default;
}
.main-sidebar .credit-block .action-block {
  width: 100%;
  margin-top: 10px;
  padding: 0 12px;
}
.main-sidebar .credit-block .action-button {
  width: 100%;
}
.main-sidebar .sidebar-additional {
  flex-shrink: 0;
  height: auto;
}

.toggled .main-sidebar {
  width: 74px;
}
.toggled .sidebar-container {
  width: 74px;
}
.toggled .sidebar-nav-brand {
  width: 0;
}
.toggled .nav-group-title {
  padding-left: 16px;
  padding-right: 4px;
  transition: 150ms;
}
.toggled .nav-item-title:nth-child(2) {
  width: 0;
}
.toggled .sidebar-additional {
  display: none;
}
.toggled .nav-item > .navbar-collapse {
  flex: none;
  max-width: 256px;
  width: 200px;
  position: fixed;
  left: 74px;
  top: 0;
  margin: 0 0 0 0;
  z-index: 260;
}
.toggled .nav-item > .navbar-collapse .nav-item-link:before {
  content: none;
}

#close-sidebar {
  position: absolute;
  left: 203px;
  top: 28px;
  color: white;
}

#close-sidebar:hover {
  cursor: pointer;
}

.side-panel .modal-header {
  height: 72px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E0E0E0;
}
.side-panel .modal-header .close {
  font-size: 25px;
  font-weight: 100;
}
.side-panel .modal-body {
  padding: 0;
}
.side-panel .modal-body .recent-item-last {
  border-bottom: 0px solid #E0E0E0 !important;
}
.side-panel .modal-body .recent-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 24px;
  height: auto;
  border-bottom: 1px solid #E0E0E0;
}
.side-panel .modal-body .recent-item .tag {
  font-size: 8px;
  color: #FFFFFF;
  padding: 2px 5px;
  text-transform: uppercase;
  height: 16px;
  font-weight: bold;
  border-radius: 2px;
}
.side-panel .modal-body .recent-item .recent-item-line {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  align-items: center;
}
.side-panel .modal-body .recent-item .recent-item-line .recent-info-text {
  font-size: 14px;
}
.side-panel .modal-body .recent-item .recent-item-line .recent-item-date {
  font-size: 12px;
  line-height: 16px;
}
.side-panel .modal-body .recent-item .recent-item-line .recent-item-title {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 600;
}
.side-panel .modal-body .recent-item .recent-item-line .recent-item-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}
.side-panel .recent-modal-body {
  padding: 0;
  overflow-x: auto;
  height: 50vh;
  max-height: 80vh;
}
.side-panel .recent-modal-body .recent-item-last {
  border-bottom: 0px solid #E0E0E0 !important;
}
.side-panel .recent-modal-body .recent-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 15px;
  height: auto;
  border-bottom: 1px solid #E0E0E0;
}
.side-panel .recent-modal-body .recent-item .tag {
  font-size: 8px;
  color: #FFFFFF;
  padding: 2px 5px;
  text-transform: uppercase;
  height: 16px;
  font-weight: bold;
  border-radius: 2px;
}
.side-panel .recent-modal-body .recent-item .recent-item-line {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  align-items: center;
}
.side-panel .recent-modal-body .recent-item .recent-item-line .recent-info-text {
  font-size: 14px;
}
.side-panel .recent-modal-body .recent-item .recent-item-line .recent-item-date {
  font-size: 12px;
  line-height: 16px;
}
.side-panel .recent-modal-body .recent-item .recent-item-line .recent-item-title {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 600;
}
.side-panel .recent-modal-body .recent-item .recent-item-line .recent-item-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.modal-xl-content {
  width: 1304px !important;
}

.modal-xl-dialog {
  max-width: none;
  margin: 1.75rem auto;
}

.header-wrapper {
  height: 56px;
  width: 100%;
  position: sticky;
  z-index: 200;
  top: 0;
}

.user-panel {
  height: 56px;
  z-index: 245;
}
.user-panel.navbar {
  padding: 0;
}
.user-panel .nav-link {
  color: #000000;
}
.user-panel .flag-item {
  display: flex;
  align-items: center;
}
.user-panel .notification-btn {
  display: flex;
  justify-content: center;
  width: 16px;
  margin-right: 15px;
  padding: 0 0;
  background-color: #ffffff;
  position: relative;
  cursor: pointer;
}
.user-panel .notification-btn .notification-icon {
  margin-top: 6px;
}
.user-panel .notification-btn .notification-badge {
  border-radius: 50%;
  font-size: 9px;
  text-align: center;
  position: absolute;
  top: 0;
  right: -8px;
  font-weight: 600;
  width: 14px;
  height: 14px;
}
.user-panel .user-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.user-panel .user-title .title-label {
  font-weight: 300;
}
.user-panel .user-title .title-media {
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #236C8E;
  height: 32px;
  width: 32px;
  padding: 5px;
  background-color: #ffffff;
  font-size: 14px;
  font-style: normal;
  text-align: center;
  line-height: 1;
}
.user-panel .user-title .title-media .bg-mask {
  width: 100%;
  height: 100%;
  background-color: #236C8E;
  mask-image: url("/img/ic-svg/ic-admin.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-image: url("/img/ic-svg/ic-admin.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}

.phone-disposition-select:required {
  color: grey;
}

.dropdown-menu.show .option-fields a.disabled {
  display: none;
}

.no-padding {
  padding: 0;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.padding-1x {
  padding: 5px;
}

.padding-bottom-sm {
  padding-bottom: 3px;
}

.padding-left-sm {
  padding-bottom: 3px !important;
}

.padding-left-2xsm {
  padding-left: 7px;
}

.padding-bottom-1x {
  padding-bottom: 5px;
}

.padding-bottom-2x {
  padding-bottom: 10px !important;
}

.margin-bottom-14px {
  margin-bottom: 14px !important;
}

.margin-bottom-3px {
  margin-bottom: 3px !important;
}

.margin-bottom-6px {
  margin-bottom: 6px !important;
}

.margin-bottom-5px {
  margin-bottom: 5px !important;
}

.margin-bottom-12px {
  margin-bottom: 12px !important;
}

.margin-bottom-4px {
  margin-bottom: 4px !important;
}

.padding-bottom-4x {
  padding-bottom: 20px;
}

.padding-bottom-5x {
  padding-bottom: 25px;
}

.padding-bottom-6x {
  padding-bottom: 30px;
}

.padding-top-1x {
  padding-top: 5px;
}

.padding-right-14px {
  padding-right: 14px;
}

.padding-right-12px {
  padding-right: 12px;
}

.padding-left-14px {
  padding-left: 14px;
}

.padding-left-12px {
  padding-left: 12px;
}

.padding-left-1x {
  padding-left: 5px !important;
}

.padding-left-16px {
  padding-left: 16px !important;
}

.padding-left-5x {
  padding-left: 25px !important;
}

.padding-left-3x {
  padding-left: 15px;
}

.padding-right-1x {
  padding-right: 5px;
}

.padding-right-4px {
  padding-right: 4px;
}

.padding-right-2x {
  padding-right: 10px;
}

.padding-right-13px {
  padding-right: 13px;
}

.padding-right-3x {
  padding-right: 15px;
}

.padding-right-4x {
  padding-right: 20px;
}

.padding-right-5x {
  padding-right: 25px;
}

.padding-top-9px {
  padding-top: 9px;
}

.padding-top-7px {
  padding-top: 7px;
}

.padding-top-8px {
  padding-top: 8px;
}

.padding-top-2x {
  padding-top: 10px;
}

.padding-top-11px {
  padding-top: 11px;
}

.padding-top-3x {
  padding-top: 15px;
}

.padding-top-4x {
  padding-top: 20px;
}

.margin-right-16px {
  margin-right: 16px;
}

.margin-right-12px {
  margin-right: 12px;
}

.padding-top-3px {
  padding-top: 3px;
}

.margin-right-4x {
  margin-right: 20px;
}

.margin-right-6x {
  margin-right: 30px;
}

.margin-left-4x {
  margin-left: 20px;
}

.margin-left-6x {
  margin-left: 30px;
}

.margin-left-1x {
  margin-left: 5px !important;
}

.padding-2x {
  padding: 10px;
}

.padding-3x {
  padding: 15px;
}

.padding-top-7x {
  padding-top: 35px;
}

.padding-top-9x {
  padding-top: 45px;
}

.padding-top-11x {
  padding-top: 55px;
}

.padding-top-12x {
  padding-top: 60px;
}

.padding-bottom-3x {
  padding-bottom: 15px;
}

.wrapper-padding {
  padding: 20px 24px;
}

.padding-top-5x {
  padding-top: 25px;
}

.padding-top-sm {
  padding-top: 2px;
}

.padding-bottom-20px {
  padding-bottom: 80px;
}

.padding-bottom-12x {
  padding-bottom: 60px;
}

.padding-left-4x {
  padding-left: 20px;
}

.padding-left-5x {
  padding-left: 25px;
}

.padding-left-6x {
  padding-left: 30px;
}

.padding-left-7x {
  padding-left: 35px;
}

.padding-left-10x {
  padding-left: 50px;
}

.padding-right-3x {
  padding-right: 15px;
}

.padding-right-16x {
  padding-right: 80px;
}

.padding-top-2xsm {
  padding-top: 8px;
}

.padding-left-2x {
  padding-left: 10px;
}

.margin-top-1x {
  margin-top: 5px !important;
}

.margin-top-2x {
  margin-top: 10px !important;
}

.margin-top-2px {
  margin-top: 2px !important;
}

.margin-top-4x {
  margin-top: 20px !important;
}

.margin-top-3px {
  margin-top: 3px !important;
}

.margin-top-6px {
  margin-top: 6px !important;
}

.margin-top-9px {
  margin-top: 9px !important;
}

.margin-top-6x {
  margin-top: 30px !important;
}

.margin-right-2x {
  margin-right: 10px;
}

.margin-right-1x {
  margin-right: 5px !important;
}

.margin-left-2x {
  margin-left: 10px !important;
}

.margin-left-5x {
  margin-left: 25px !important;
}

.margin-bottom-1x {
  margin-bottom: 5px !important;
}

.margin-bottom-4x {
  margin-bottom: 20px !important;
}

.margin-bottom-2x {
  margin-bottom: 10px !important;
}

.margin-bottom-6x {
  margin-bottom: 30px !important;
}

.btn-custom-primary {
  margin-top: 10px;
  margin-bottom: 0;
  border-radius: 4px;
  padding-left: 14px;
  padding-right: 14px;
  font-weight: 600;
  box-shadow: none;
  height: 40px;
}

.btn-custom-primary:hover, .btn-custom-primary:focus, .btn-custom-primary:active, .btn-custom-primary.active {
  box-shadow: none;
}

.btn-manage-subscription-button {
  margin-right: 16px;
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 16px;
}

.btn-custom-primary:disabled {
  color: #767676;
  background-color: #C1C1C1;
  box-shadow: none;
}

.btn-custom-secondary {
  margin-top: 10px;
  margin-bottom: 0;
  border-radius: 4px;
  padding-left: 14px;
  padding-right: 14px;
  font-weight: 600;
  box-shadow: none;
  height: 40px;
  background-color: white !important;
}

.btn-custom-secondary:disabled {
  color: #C7C7C7;
  box-shadow: none;
  border: solid #C7C7C7 1px;
}

.btn-custom-grey-action {
  box-shadow: none;
  background: #F9F9F9;
  border-radius: 4px;
}

.btn-custom-grey-action:hover, .btn-custom-grey-action:focus, .btn-custom-grey-action:active, .btn-custom-grey-action.active {
  box-shadow: none;
  background: #F0F0F0;
}

.btn-custom-secondary:hover, .btn-custom-secondary:focus, .btn-custom-secondary:active, .btn-custom-secondary.active {
  box-shadow: none;
}

.btn-no-shadow {
  box-shadow: none;
}

.btn-no-shadow:hover, .btn-no-shadow:focus, .btn-no-shadow:active, .btn-no-shadow.active {
  box-shadow: none;
}

.btn-switch {
  background-color: white;
  padding-left: 0;
  padding-right: 0;
}

.btn-show-map {
  box-sizing: border-box;
  border-radius: 0px 4px 4px 0px;
}

.btn-show-grid {
  box-sizing: border-box;
  border-radius: 4px 0px 0px 4px;
}

.btn:hover, .btn:focus, .btn:active, .btn.active {
  box-shadow: none;
}

.btn-show-grid:disabled {
  background: #E9E9E9;
  border: 1px solid #C7C7C7;
}

.btn-show-map:disabled {
  background: #E9E9E9;
  border: 1px solid #C7C7C7;
}

.btn-clear-text {
  margin-left: -40px;
  padding: 8px 5px 5px 5px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  z-index: 100;
}

.btn-modal {
  margin-left: 8px;
  margin-right: 8px;
}

.btn.disabled {
  opacity: 0.35;
}

.navbar {
  padding: 15px 10px;
  background: #FFFFFF;
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}

.btn-custom-icon {
  padding: 5px;
  min-width: 70px;
}

.btn-custom-icon:after {
  padding-bottom: 5px;
}

.navigation-filter-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 40px;
  color: #0045B9;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 600;
}

.navigation-filter-button:hover {
  background: #FAFBFE;
}

.navigation-filter-button.active {
  background: #F0F4FB;
}

.btn-transparent {
  position: absolute;
  cursor: pointer;
  width: 52px;
  height: 40px;
  border: none;
  background: transparent;
  padding: 0;
}

.chip-checkbox .input-checkbox {
  display: none;
}
.chip-checkbox .custom-inline-label {
  height: 32px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 4px 8px 4px;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  user-select: none;
  -webkit-user-select: none;
  transition: 150ms;
}
.chip-checkbox .custom-inline-label .checked-mark {
  transition: 150ms;
  display: none;
}
.chip-checkbox .custom-inline-label span:not(.checked-mark) {
  margin-left: 8px;
  margin-right: 8px;
  z-index: 2;
}
.chip-checkbox .input-checkbox + .custom-inline-label {
  transition: 150ms;
}
.chip-checkbox .input-checkbox:checked + .custom-inline-label {
  transition: 150ms;
}
.chip-checkbox .input-checkbox:checked + .custom-inline-label .checked-mark {
  transition: 150ms;
  display: inline;
}
.chip-checkbox .input-checkbox:disabled + .custom-inline-label {
  background-color: #E9E9E9 !important;
  color: #C7C7C7 !important;
  cursor: default !important;
}

table:not(.listings-table),
table.table:not(.listings-table) {
  width: 99%;
  border-radius: 4px;
  color: #333333;
  border-spacing: 0;
  border-collapse: collapse;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
}
table:not(.listings-table) a,
table.table:not(.listings-table) a {
  color: #0045b9;
}
table:not(.listings-table) thead tr,
table.table:not(.listings-table) thead tr {
  height: 56px;
  border-left: none;
  border-right: none;
}
table:not(.listings-table) thead tr th,
table.table:not(.listings-table) thead tr th {
  padding: 14px 16px;
  border: none;
  background-color: #F2F5F9;
  font-size: 14px;
  text-align: left;
  vertical-align: middle;
  font-weight: 600;
  white-space: nowrap;
}
table:not(.listings-table) tbody tr,
table.table:not(.listings-table) tbody tr {
  height: 56px;
  background-color: #FFFFFF;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
table:not(.listings-table) tbody tr:last-child,
table.table:not(.listings-table) tbody tr:last-child {
  border-bottom: none;
}
table:not(.listings-table) tbody tr td,
table.table:not(.listings-table) tbody tr td {
  background-color: #FFFFFF;
  padding: 0px 16px 0px 14px;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
  font-size: 14px;
  text-align: left;
  vertical-align: middle;
  color: #333333;
}
table:not(.listings-table) .bg-white,
table.table:not(.listings-table) .bg-white {
  background-color: #FFFFFF;
}

.bootgrid-table th > .column-header-anchor {
  color: #333 !important;
  cursor: not-allowed;
  display: block;
  position: relative;
  text-decoration: none;
}

.bootgrid-table th > .column-header-anchor.sortable {
  cursor: pointer;
}

.bootgrid-table th > .column-header-anchor > .text {
  display: block;
  margin: 0 16px 0 0;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bootgrid-table th > .column-header-anchor > .icon {
  display: block;
  position: absolute;
  right: 0;
  top: 2px;
}

.bootgrid-table th:hover,
.bootgrid-table th:active {
  background: #fafafa;
}

.bootgrid-table td {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bootgrid-table td.loading,
.bootgrid-table td.no-results {
  background: #fff;
  text-align: center;
}

.bootgrid-table th.select-cell,
.bootgrid-table td.select-cell {
  text-align: center;
  width: 30px;
}

.bootgrid-table th.select-cell .select-box,
.bootgrid-table td.select-cell .select-box {
  margin: 0;
  outline: 0;
}

.pager-block {
  display: flex;
  justify-content: flex-start;
  gap: 14px;
  align-items: center;
}
.pager-block .form-control {
  width: auto;
}
.pager-block .disabled {
  opacity: 12%;
}
.pager-block .pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 0;
}
.pager-block .pagination li {
  color: #000;
  display: flex;
  padding: 4px;
  border-radius: 4px;
  margin: 0;
  line-height: 1;
  transition: 100ms;
}
.pager-block .pagination li:hover, .pager-block .pagination li:active, .pager-block .pagination li.active, .pager-block .pagination li.show {
  background-color: #e9ecef;
  transition: 100ms;
}
.pager-block .pagination li a {
  color: #000;
}
.pager-block .pagination li.disabled {
  opacity: 12%;
}
.pager-block .pagination li.first.disabled {
  opacity: 12%;
}
.pager-block .pagination li.active {
  font-weight: bold;
}

.pager-text {
  font-weight: bold;
}

.items-per-page-container {
  min-height: 20px;
  width: 70px;
}

.page-wrapper {
  width: 100%;
  height: auto;
  flex: 1;
}

.content-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.map-display-container {
  flex: 1;
  height: 740px;
  position: relative;
}
.map-display-container .map-view {
  width: 100%;
  height: 100%;
}
.map-display-container .nh-control .control-actions {
  position: relative;
}
.map-display-container .map-control-btn {
  margin: 5px;
  border: 1px solid transparent;
  border-radius: 2px;
  box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  font-size: 15px;
  padding: 0 16px;
  font-weight: 300;
}
.map-display-container #map {
  width: 100%;
  height: 740px;
}

#reportsForm {
  padding: 0 0 72px 0;
  border: none;
  margin: 0 0;
  width: inherit;
  height: inherit;
  background: inherit;
}

.generic-modal-body,
.search-filters-form,
.map-filter-container,
.data-filter-container {
  height: auto;
  background-color: #FFFFFF;
}
.generic-modal-body .form-block,
.search-filters-form .form-block,
.map-filter-container .form-block,
.data-filter-container .form-block {
  position: relative;
  height: 100%;
  width: 100%;
}
.generic-modal-body .form-block form,
.search-filters-form .form-block form,
.map-filter-container .form-block form,
.data-filter-container .form-block form {
  height: 100%;
  padding-bottom: 72px;
}
.generic-modal-body .form-control-block,
.search-filters-form .form-control-block,
.map-filter-container .form-control-block,
.data-filter-container .form-control-block {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.generic-modal-body .control-wrapper,
.search-filters-form .control-wrapper,
.map-filter-container .control-wrapper,
.data-filter-container .control-wrapper {
  width: 100%;
  height: auto;
}
.generic-modal-body .form-title,
.search-filters-form .form-title,
.map-filter-container .form-title,
.data-filter-container .form-title {
  padding: 14px 24px 12px 24px;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}
.generic-modal-body .form-group,
.search-filters-form .form-group,
.map-filter-container .form-group,
.data-filter-container .form-group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 24px;
  margin: 0 0 0 0;
  position: relative;
}
.generic-modal-body .group-modal,
.search-filters-form .group-modal,
.map-filter-container .group-modal,
.data-filter-container .group-modal {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.generic-modal-body .form-label,
.search-filters-form .form-label,
.map-filter-container .form-label,
.data-filter-container .form-label {
  font-size: 14px;
  padding: 0 20px 0 0;
  margin-bottom: 0;
}
.generic-modal-body .md-form,
.search-filters-form .md-form,
.map-filter-container .md-form,
.data-filter-container .md-form {
  margin: 0;
}
.generic-modal-body .md-form input,
.search-filters-form .md-form input,
.map-filter-container .md-form input,
.data-filter-container .md-form input {
  margin-bottom: 0;
}
.generic-modal-body .form-control,
.search-filters-form .form-control,
.map-filter-container .form-control,
.data-filter-container .form-control {
  padding: 4px 16px !important;
  border-color: #A3ABB2;
}
.generic-modal-body .form-select, .generic-modal-body .kpc-dropdown,
.search-filters-form .form-select,
.search-filters-form .kpc-dropdown,
.map-filter-container .form-select,
.map-filter-container .kpc-dropdown,
.data-filter-container .form-select,
.data-filter-container .kpc-dropdown {
  width: 100%;
}
.generic-modal-body .state-select,
.search-filters-form .state-select,
.map-filter-container .state-select,
.data-filter-container .state-select {
  width: 116px;
}
.generic-modal-body .datepicker,
.search-filters-form .datepicker,
.map-filter-container .datepicker,
.data-filter-container .datepicker {
  width: 144px;
}
.generic-modal-body .inline-spacer,
.search-filters-form .inline-spacer,
.map-filter-container .inline-spacer,
.data-filter-container .inline-spacer {
  width: 14px;
  height: 2px;
  background-color: #767676;
  margin: 0 9px;
  flex-shrink: 0;
}
.generic-modal-body .group-spacer,
.search-filters-form .group-spacer,
.map-filter-container .group-spacer,
.data-filter-container .group-spacer {
  position: relative;
  padding-bottom: 16px;
}
.generic-modal-body .group-spacer:after,
.search-filters-form .group-spacer:after,
.map-filter-container .group-spacer:after,
.data-filter-container .group-spacer:after {
  display: block;
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #E0E0E0;
  width: 100%;
  height: 1px;
}
.generic-modal-body .input-group,
.search-filters-form .input-group,
.map-filter-container .input-group,
.data-filter-container .input-group {
  flex-shrink: 0;
  overflow: auto;
}
.generic-modal-body .custom-gap,
.search-filters-form .custom-gap,
.map-filter-container .custom-gap,
.data-filter-container .custom-gap {
  gap: 28px;
}
.generic-modal-body .checkbox-select-group,
.search-filters-form .checkbox-select-group,
.map-filter-container .checkbox-select-group,
.data-filter-container .checkbox-select-group {
  padding: 8px;
  border: 1px solid #CED4DA;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}
.generic-modal-body .checkbox-select-group .checkbox-select-search,
.search-filters-form .checkbox-select-group .checkbox-select-search,
.map-filter-container .checkbox-select-group .checkbox-select-search,
.data-filter-container .checkbox-select-group .checkbox-select-search {
  width: 100%;
  height: 40px;
  margin-bottom: 8px;
}
.generic-modal-body .checkbox-select-group .checkbox-select-list,
.search-filters-form .checkbox-select-group .checkbox-select-list,
.map-filter-container .checkbox-select-group .checkbox-select-list,
.data-filter-container .checkbox-select-group .checkbox-select-list {
  display: block;
  width: 100%;
  height: calc(100% - 50px);
  padding: 0 10px;
  overflow: auto;
}
.generic-modal-body .custom-checkbox,
.search-filters-form .custom-checkbox,
.map-filter-container .custom-checkbox,
.data-filter-container .custom-checkbox {
  width: 100%;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  cursor: pointer;
}
.generic-modal-body .custom-control-label,
.search-filters-form .custom-control-label,
.map-filter-container .custom-control-label,
.data-filter-container .custom-control-label {
  margin: 0;
  padding: 2px 0 0 5px;
  height: auto;
  cursor: pointer;
}
.generic-modal-body .city-block,
.search-filters-form .city-block,
.map-filter-container .city-block,
.data-filter-container .city-block {
  width: 240px;
  height: 256px;
}
.generic-modal-body .county-block,
.search-filters-form .county-block,
.map-filter-container .county-block,
.data-filter-container .county-block {
  width: 540px;
  height: 256px;
}
.generic-modal-body .checkbox-select-list-county,
.search-filters-form .checkbox-select-list-county,
.map-filter-container .checkbox-select-list-county,
.data-filter-container .checkbox-select-list-county {
  width: 100%;
  height: calc(100% - 50px);
  padding: 0 10px;
  overflow: auto;
}
.generic-modal-body .zipcode-block,
.search-filters-form .zipcode-block,
.map-filter-container .zipcode-block,
.data-filter-container .zipcode-block {
  width: 144px;
  height: 256px;
}
.generic-modal-body .checkbox-group,
.search-filters-form .checkbox-group,
.map-filter-container .checkbox-group,
.data-filter-container .checkbox-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.generic-modal-body .checkbox-group .checkbox-list,
.search-filters-form .checkbox-group .checkbox-list,
.map-filter-container .checkbox-group .checkbox-list,
.data-filter-container .checkbox-group .checkbox-list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.generic-modal-body .checkbox-group .custom-checkbox,
.search-filters-form .checkbox-group .custom-checkbox,
.map-filter-container .checkbox-group .custom-checkbox,
.data-filter-container .checkbox-group .custom-checkbox {
  flex: 1 0 50%;
  height: 40px;
}
.generic-modal-body .custom-checkbox-wide,
.search-filters-form .custom-checkbox-wide,
.map-filter-container .custom-checkbox-wide,
.data-filter-container .custom-checkbox-wide {
  flex: 1 0 100%;
  height: 40px;
}
.generic-modal-body .checkbox-inline-group,
.search-filters-form .checkbox-inline-group,
.map-filter-container .checkbox-inline-group,
.data-filter-container .checkbox-inline-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
}
.generic-modal-body .inline-checkbox .input-checkbox,
.search-filters-form .inline-checkbox .input-checkbox,
.map-filter-container .inline-checkbox .input-checkbox,
.data-filter-container .inline-checkbox .input-checkbox {
  display: none;
}
.generic-modal-body .inline-checkbox .custom-inline-label,
.search-filters-form .inline-checkbox .custom-inline-label,
.map-filter-container .inline-checkbox .custom-inline-label,
.data-filter-container .inline-checkbox .custom-inline-label {
  height: 32px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 12px 8px 30px;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  overflow: hidden;
  user-select: none;
  -webkit-user-select: none;
  transition: 150ms;
}
.generic-modal-body .inline-checkbox .custom-inline-label .checked-indicator,
.search-filters-form .inline-checkbox .custom-inline-label .checked-indicator,
.map-filter-container .inline-checkbox .custom-inline-label .checked-indicator,
.data-filter-container .inline-checkbox .custom-inline-label .checked-indicator {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 8px;
  border-radius: 50%;
}
.generic-modal-body .inline-checkbox .custom-inline-label span,
.search-filters-form .inline-checkbox .custom-inline-label span,
.map-filter-container .inline-checkbox .custom-inline-label span,
.data-filter-container .inline-checkbox .custom-inline-label span {
  z-index: 2;
}
.generic-modal-body .inline-checkbox .input-checkbox + .custom-inline-label,
.search-filters-form .inline-checkbox .input-checkbox + .custom-inline-label,
.map-filter-container .inline-checkbox .input-checkbox + .custom-inline-label,
.data-filter-container .inline-checkbox .input-checkbox + .custom-inline-label {
  transition: 150ms;
}
.generic-modal-body .inline-checkbox .input-checkbox + .custom-inline-label.checked-green .checked-indicator,
.search-filters-form .inline-checkbox .input-checkbox + .custom-inline-label.checked-green .checked-indicator,
.map-filter-container .inline-checkbox .input-checkbox + .custom-inline-label.checked-green .checked-indicator,
.data-filter-container .inline-checkbox .input-checkbox + .custom-inline-label.checked-green .checked-indicator {
  background-color: #5CBB53;
}
.generic-modal-body .inline-checkbox .input-checkbox + .custom-inline-label.checked-yellow .checked-indicator,
.search-filters-form .inline-checkbox .input-checkbox + .custom-inline-label.checked-yellow .checked-indicator,
.map-filter-container .inline-checkbox .input-checkbox + .custom-inline-label.checked-yellow .checked-indicator,
.data-filter-container .inline-checkbox .input-checkbox + .custom-inline-label.checked-yellow .checked-indicator {
  background-color: #E7C308;
}
.generic-modal-body .inline-checkbox .input-checkbox + .custom-inline-label.checked-red .checked-indicator,
.search-filters-form .inline-checkbox .input-checkbox + .custom-inline-label.checked-red .checked-indicator,
.map-filter-container .inline-checkbox .input-checkbox + .custom-inline-label.checked-red .checked-indicator,
.data-filter-container .inline-checkbox .input-checkbox + .custom-inline-label.checked-red .checked-indicator {
  background-color: #ED6C6B;
}
.generic-modal-body .inline-checkbox .input-checkbox + .custom-inline-label.checked-black .checked-indicator,
.search-filters-form .inline-checkbox .input-checkbox + .custom-inline-label.checked-black .checked-indicator,
.map-filter-container .inline-checkbox .input-checkbox + .custom-inline-label.checked-black .checked-indicator,
.data-filter-container .inline-checkbox .input-checkbox + .custom-inline-label.checked-black .checked-indicator {
  background-color: #1D1D1D;
  color: #FFFFFF;
}
.generic-modal-body .inline-checkbox .input-checkbox + .custom-inline-label.checked-blue .checked-indicator,
.search-filters-form .inline-checkbox .input-checkbox + .custom-inline-label.checked-blue .checked-indicator,
.map-filter-container .inline-checkbox .input-checkbox + .custom-inline-label.checked-blue .checked-indicator,
.data-filter-container .inline-checkbox .input-checkbox + .custom-inline-label.checked-blue .checked-indicator {
  background-color: #1D83C8;
}
.generic-modal-body .inline-checkbox .input-checkbox:checked + .custom-inline-label,
.search-filters-form .inline-checkbox .input-checkbox:checked + .custom-inline-label,
.map-filter-container .inline-checkbox .input-checkbox:checked + .custom-inline-label,
.data-filter-container .inline-checkbox .input-checkbox:checked + .custom-inline-label {
  transition: 150ms;
}
.generic-modal-body .inline-checkbox .input-checkbox:checked + .custom-inline-label .checked-indicator,
.search-filters-form .inline-checkbox .input-checkbox:checked + .custom-inline-label .checked-indicator,
.map-filter-container .inline-checkbox .input-checkbox:checked + .custom-inline-label .checked-indicator,
.data-filter-container .inline-checkbox .input-checkbox:checked + .custom-inline-label .checked-indicator {
  mask-image: url("/img/ic-svg/ic-cirle-checked-white.svg");
  -webkit-mask-image: url("/img/ic-svg/ic-cirle-checked-white.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
  background-color: #FFFFFF;
}
.generic-modal-body .inline-checkbox .input-checkbox:checked + .custom-inline-label.checked-green,
.search-filters-form .inline-checkbox .input-checkbox:checked + .custom-inline-label.checked-green,
.map-filter-container .inline-checkbox .input-checkbox:checked + .custom-inline-label.checked-green,
.data-filter-container .inline-checkbox .input-checkbox:checked + .custom-inline-label.checked-green {
  background-color: #5CBB53;
  border: 1px solid #5CBB53;
}
.generic-modal-body .inline-checkbox .input-checkbox:checked + .custom-inline-label.checked-yellow,
.search-filters-form .inline-checkbox .input-checkbox:checked + .custom-inline-label.checked-yellow,
.map-filter-container .inline-checkbox .input-checkbox:checked + .custom-inline-label.checked-yellow,
.data-filter-container .inline-checkbox .input-checkbox:checked + .custom-inline-label.checked-yellow {
  background-color: #E7C308;
  border: 1px solid #E7C308;
}
.generic-modal-body .inline-checkbox .input-checkbox:checked + .custom-inline-label.checked-red,
.search-filters-form .inline-checkbox .input-checkbox:checked + .custom-inline-label.checked-red,
.map-filter-container .inline-checkbox .input-checkbox:checked + .custom-inline-label.checked-red,
.data-filter-container .inline-checkbox .input-checkbox:checked + .custom-inline-label.checked-red {
  background-color: #ED6C6B;
  border: 1px solid #ED6C6B;
}
.generic-modal-body .inline-checkbox .input-checkbox:checked + .custom-inline-label.checked-black,
.search-filters-form .inline-checkbox .input-checkbox:checked + .custom-inline-label.checked-black,
.map-filter-container .inline-checkbox .input-checkbox:checked + .custom-inline-label.checked-black,
.data-filter-container .inline-checkbox .input-checkbox:checked + .custom-inline-label.checked-black {
  background-color: #1D1D1D;
  border: 1px solid #1D1D1D;
  color: #FFFFFF;
}
.generic-modal-body .inline-checkbox .input-checkbox:checked + .custom-inline-label.checked-blue,
.search-filters-form .inline-checkbox .input-checkbox:checked + .custom-inline-label.checked-blue,
.map-filter-container .inline-checkbox .input-checkbox:checked + .custom-inline-label.checked-blue,
.data-filter-container .inline-checkbox .input-checkbox:checked + .custom-inline-label.checked-blue {
  background-color: #1D83C8;
  border: 1px solid #1D83C8;
}
.generic-modal-body .additional-block .custom-checkbox,
.search-filters-form .additional-block .custom-checkbox,
.map-filter-container .additional-block .custom-checkbox,
.data-filter-container .additional-block .custom-checkbox {
  flex: 1 0 100%;
}
.generic-modal-body .additional-block .custom-checkbox .fa,
.search-filters-form .additional-block .custom-checkbox .fa,
.map-filter-container .additional-block .custom-checkbox .fa,
.data-filter-container .additional-block .custom-checkbox .fa {
  color: #767676;
}
.generic-modal-body .submit-block,
.search-filters-form .submit-block,
.map-filter-container .submit-block,
.data-filter-container .submit-block {
  justify-content: flex-start;
  height: 72px;
  gap: 32px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #FFFFFF;
}
.generic-modal-body .submit-block .btn-cancel,
.search-filters-form .submit-block .btn-cancel,
.map-filter-container .submit-block .btn-cancel,
.data-filter-container .submit-block .btn-cancel {
  border: none;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 8px;
  color: #0045B9;
  background-color: transparent;
  font-weight: 600;
}
.generic-modal-body .submit-block .btn,
.search-filters-form .submit-block .btn,
.map-filter-container .submit-block .btn,
.data-filter-container .submit-block .btn {
  margin: 0 0 0 0;
  font-size: 14px;
}
.generic-modal-body .price-group .form-label,
.search-filters-form .price-group .form-label,
.map-filter-container .price-group .form-label,
.data-filter-container .price-group .form-label {
  flex: 0 0 160px;
}
.generic-modal-body .property-details .form-label, .generic-modal-body .manual-group .form-label,
.search-filters-form .property-details .form-label,
.search-filters-form .manual-group .form-label,
.map-filter-container .property-details .form-label,
.map-filter-container .manual-group .form-label,
.data-filter-container .property-details .form-label,
.data-filter-container .manual-group .form-label {
  flex: 0 0 180px;
}
.generic-modal-body .property-details .md-form:not(.input-with-post-icon), .generic-modal-body .manual-group .md-form:not(.input-with-post-icon),
.search-filters-form .property-details .md-form:not(.input-with-post-icon),
.search-filters-form .manual-group .md-form:not(.input-with-post-icon),
.map-filter-container .property-details .md-form:not(.input-with-post-icon),
.map-filter-container .manual-group .md-form:not(.input-with-post-icon),
.data-filter-container .property-details .md-form:not(.input-with-post-icon),
.data-filter-container .manual-group .md-form:not(.input-with-post-icon) {
  width: 100px;
}
.generic-modal-body .property-details .kpc-dropdown, .generic-modal-body .manual-group .kpc-dropdown,
.search-filters-form .property-details .kpc-dropdown,
.search-filters-form .manual-group .kpc-dropdown,
.map-filter-container .property-details .kpc-dropdown,
.map-filter-container .manual-group .kpc-dropdown,
.data-filter-container .property-details .kpc-dropdown,
.data-filter-container .manual-group .kpc-dropdown {
  width: 246px;
}
.generic-modal-body .property-details .kpc-dropdown.state-select, .generic-modal-body .manual-group .kpc-dropdown.state-select,
.search-filters-form .property-details .kpc-dropdown.state-select,
.search-filters-form .manual-group .kpc-dropdown.state-select,
.map-filter-container .property-details .kpc-dropdown.state-select,
.map-filter-container .manual-group .kpc-dropdown.state-select,
.data-filter-container .property-details .kpc-dropdown.state-select,
.data-filter-container .manual-group .kpc-dropdown.state-select {
  width: 116px;
}
.generic-modal-body .form-select-box,
.search-filters-form .form-select-box,
.map-filter-container .form-select-box,
.data-filter-container .form-select-box {
  position: relative;
}
.generic-modal-body.map-filter-container,
.search-filters-form.map-filter-container,
.map-filter-container.map-filter-container,
.data-filter-container.map-filter-container {
  width: 100%;
  height: auto;
  padding: 8px 0 0 0;
}
.generic-modal-body.map-filter-container .form-block,
.search-filters-form.map-filter-container .form-block,
.map-filter-container.map-filter-container .form-block,
.data-filter-container.map-filter-container .form-block {
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
}
.generic-modal-body.map-filter-container .form-group,
.search-filters-form.map-filter-container .form-group,
.map-filter-container.map-filter-container .form-group,
.data-filter-container.map-filter-container .form-group {
  padding-left: 0;
  padding-right: 0;
}
.generic-modal-body.map-filter-container .form-label,
.search-filters-form.map-filter-container .form-label,
.map-filter-container.map-filter-container .form-label,
.data-filter-container.map-filter-container .form-label {
  font-size: 14px;
  padding: 0 20px 0 0;
  font-weight: 600;
  margin: 0;
}
.generic-modal-body.map-filter-container .form-select-box,
.search-filters-form.map-filter-container .form-select-box,
.map-filter-container.map-filter-container .form-select-box,
.data-filter-container.map-filter-container .form-select-box {
  flex-wrap: nowrap;
  display: flex;
  align-items: center;
}
.generic-modal-body.map-filter-container .form-select,
.search-filters-form.map-filter-container .form-select,
.map-filter-container.map-filter-container .form-select,
.data-filter-container.map-filter-container .form-select {
  width: 220px;
}
.generic-modal-body.map-filter-container .wide-group,
.search-filters-form.map-filter-container .wide-group,
.map-filter-container.map-filter-container .wide-group,
.data-filter-container.map-filter-container .wide-group {
  display: flex;
  flex: 1 0;
}
.generic-modal-body.map-filter-container .wide-group .checkbox-group,
.search-filters-form.map-filter-container .wide-group .checkbox-group,
.map-filter-container.map-filter-container .wide-group .checkbox-group,
.data-filter-container.map-filter-container .wide-group .checkbox-group {
  flex: none;
  width: 100%;
}
.generic-modal-body.map-filter-container .wide-group .checkbox-list,
.search-filters-form.map-filter-container .wide-group .checkbox-list,
.map-filter-container.map-filter-container .wide-group .checkbox-list,
.data-filter-container.map-filter-container .wide-group .checkbox-list {
  flex: none;
  width: 100%;
  flex-direction: row;
  gap: 30px;
  align-items: center;
}
.generic-modal-body.map-filter-container .custom-checkbox-wide,
.search-filters-form.map-filter-container .custom-checkbox-wide,
.map-filter-container.map-filter-container .custom-checkbox-wide,
.data-filter-container.map-filter-container .custom-checkbox-wide {
  flex: none;
  width: auto;
}
.generic-modal-body.bottom-filters,
.search-filters-form.bottom-filters,
.map-filter-container.bottom-filters,
.data-filter-container.bottom-filters {
  width: calc(100% - 464px);
}
.generic-modal-body.bottom-filters .form-block,
.search-filters-form.bottom-filters .form-block,
.map-filter-container.bottom-filters .form-block,
.data-filter-container.bottom-filters .form-block {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 20px;
}
.generic-modal-body.bottom-filters .form-group,
.search-filters-form.bottom-filters .form-group,
.map-filter-container.bottom-filters .form-group,
.data-filter-container.bottom-filters .form-group {
  flex-shrink: 0;
}
.generic-modal-body.bottom-filters .counter,
.search-filters-form.bottom-filters .counter,
.map-filter-container.bottom-filters .counter,
.data-filter-container.bottom-filters .counter {
  margin-right: auto;
}
.generic-modal-body.top-status,
.search-filters-form.top-status,
.map-filter-container.top-status,
.data-filter-container.top-status {
  flex-direction: row;
  justify-content: flex-start;
  gap: 20px;
  font-size: 14px;
}
.generic-modal-body.top-status .search-info,
.search-filters-form.top-status .search-info,
.map-filter-container.top-status .search-info,
.data-filter-container.top-status .search-info {
  flex: 0 0 464px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
  margin-left: auto;
}
.generic-modal-body.top-status .search-message,
.search-filters-form.top-status .search-message,
.map-filter-container.top-status .search-message,
.data-filter-container.top-status .search-message {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
}
.generic-modal-body.top-status .counter-block,
.search-filters-form.top-status .counter-block,
.map-filter-container.top-status .counter-block,
.data-filter-container.top-status .counter-block {
  display: none;
}
.generic-modal-body.top-status .search-message .counter,
.search-filters-form.top-status .search-message .counter,
.map-filter-container.top-status .search-message .counter,
.data-filter-container.top-status .search-message .counter {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  transition: 100ms;
}
.generic-modal-body.top-status .search-message .empty,
.search-filters-form.top-status .search-message .empty,
.map-filter-container.top-status .search-message .empty,
.data-filter-container.top-status .search-message .empty {
  transition: 100ms;
}
.generic-modal-body.top-status .has-warning,
.search-filters-form.top-status .has-warning,
.map-filter-container.top-status .has-warning,
.data-filter-container.top-status .has-warning {
  color: #D15E5E;
}
.generic-modal-body .slider-bar,
.search-filters-form .slider-bar,
.map-filter-container .slider-bar,
.data-filter-container .slider-bar {
  width: 100%;
  max-width: 400px;
  padding: 0;
  margin: 0 5px 0 0;
}
.generic-modal-body .slider-bar .compact-input,
.search-filters-form .slider-bar .compact-input,
.map-filter-container .slider-bar .compact-input,
.data-filter-container .slider-bar .compact-input {
  margin-bottom: 0;
  padding: 10px 0;
}
.generic-modal-body .slider-bar .slider-caption,
.search-filters-form .slider-bar .slider-caption,
.map-filter-container .slider-bar .slider-caption,
.data-filter-container .slider-bar .slider-caption {
  display: flex;
  height: 30px;
}
.generic-modal-body .slider-bar .sale-probability-label-red,
.search-filters-form .slider-bar .sale-probability-label-red,
.map-filter-container .slider-bar .sale-probability-label-red,
.data-filter-container .slider-bar .sale-probability-label-red {
  font-weight: normal;
  font-size: 12px;
  color: #A5000E;
}
.generic-modal-body .slider-bar .sale-probability-label-orange,
.search-filters-form .slider-bar .sale-probability-label-orange,
.map-filter-container .slider-bar .sale-probability-label-orange,
.data-filter-container .slider-bar .sale-probability-label-orange {
  font-weight: normal;
  font-size: 12px;
  color: #DB8E1E;
}
.generic-modal-body .slider-bar .sale-probability-label-green,
.search-filters-form .slider-bar .sale-probability-label-green,
.map-filter-container .slider-bar .sale-probability-label-green,
.data-filter-container .slider-bar .sale-probability-label-green {
  font-weight: normal;
  font-size: 12px;
  color: #197E0A;
}
.generic-modal-body .probability-of-sale-container,
.search-filters-form .probability-of-sale-container,
.map-filter-container .probability-of-sale-container,
.data-filter-container .probability-of-sale-container {
  align-items: flex-start;
}
.generic-modal-body .probability-of-sale-container .slider-bar,
.search-filters-form .probability-of-sale-container .slider-bar,
.map-filter-container .probability-of-sale-container .slider-bar,
.data-filter-container .probability-of-sale-container .slider-bar {
  margin-top: 10px;
  margin-left: 10px;
}

.search-filters-form {
  width: 100%;
}

.search-filters-form .md-form {
  width: 104px;
}

.search-filters-form.nh-modal-filter .md-form {
  width: 205px;
}

.map-filter-container,
.data-filter-container {
  width: 464px;
  height: 740px;
}

.fsbo-map-container,
.nh-map-container {
  height: calc(100vh - 190px);
  max-height: 740px;
}

.fsbo-filter-sidebar,
.nh-filter-sidebar {
  height: calc(100vh - 190px);
  max-height: 740px;
}
.fsbo-filter-sidebar .form-block form,
.nh-filter-sidebar .form-block form {
  padding-top: 24px;
}

.generic-modal-footer .btn-cancel {
  border: none;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 8px;
  color: #0045B9;
  background-color: transparent;
  font-weight: 600;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.search-filters-form {
  width: 100%;
  height: auto;
}
.search-filters-form .nh-filters {
  width: 100%;
  max-width: 100%;
}

.input-with-post-icon {
  position: relative;
}
.input-with-post-icon [class*=ic-] {
  position: absolute;
  right: 8px;
  top: 10px;
}

.popover {
  width: 150px;
}

.label-help {
  display: inline-block;
  white-space: nowrap;
  position: relative;
}
.label-help .ic-info {
  position: absolute;
  right: -30px;
}

.picker-label {
  position: absolute;
  right: 8px;
  top: 10px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-group .parsley-errors-list {
  margin: 4px 0 0 0;
  font-size: 11px;
  font-weight: 300;
}
.form-group .parsley-errors-list li {
  line-height: 1.1;
}

.link-custom {
  color: #0045B9;
  font-weight: 600;
}

.md-form.md-outline input[type=text] {
  border: 1px solid #A3ABB2;
}

.md-form.md-outline input[type=text]:focus:not([readonly]),
.md-form.md-outline input[type=number]:focus:not([readonly]) {
  border: 1px solid #333333;
  outline: none;
  box-shadow: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.heading {
  width: 100%;
}

.legends-toggle {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 12px;
}
.legends-toggle a {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #0045B9;
}

.legend-toolbar {
  min-height: 70px;
  margin-bottom: 10px;
  padding: 8px 0;
  background: #FCFCFC;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}
.legend-toolbar .legend-title {
  font-weight: 600;
  font-size: 12px;
  padding: 0 24px;
}
.legend-toolbar .legend-list {
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 24px;
}
.legend-toolbar .legend {
  display: block;
  min-height: 20px;
  width: auto;
}
.legend-toolbar .legend img {
  display: block;
}

.nh-map-page-wrapper {
  height: calc(100vh - 245px) !important;
}

.nh-map-page-wrapper,
.map-page-wrapper {
  width: 100%;
  height: calc(100vh - 225px);
  overflow: hidden;
}
.nh-map-page-wrapper .legend-navbar,
.map-page-wrapper .legend-navbar {
  width: 100%;
}
.nh-map-page-wrapper .legend-toolbar,
.map-page-wrapper .legend-toolbar {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 70px;
  margin-bottom: 10px;
  padding: 8px 0;
  background: #FCFCFC;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}
.nh-map-page-wrapper .legend-toolbar .legend-title,
.map-page-wrapper .legend-toolbar .legend-title {
  font-weight: 600;
  font-size: 12px;
  padding: 0 24px;
}
.nh-map-page-wrapper .legend-toolbar .legend-list,
.map-page-wrapper .legend-toolbar .legend-list {
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
}
.nh-map-page-wrapper .legend-toolbar .legend,
.map-page-wrapper .legend-toolbar .legend {
  display: block;
  min-height: 20px;
  width: auto;
}
.nh-map-page-wrapper .legend-toolbar .legend img,
.map-page-wrapper .legend-toolbar .legend img {
  display: block;
}
.nh-map-page-wrapper .page-content-wrapper,
.map-page-wrapper .page-content-wrapper {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
}
.nh-map-page-wrapper .map-listing-items,
.map-page-wrapper .map-listing-items {
  width: 296px;
  flex-shrink: 0;
  height: calc(100vh - 256px);
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  background-color: #FFFFFF;
}
.nh-map-page-wrapper .head-listing-pager,
.map-page-wrapper .head-listing-pager {
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E0E0E0;
}
.nh-map-page-wrapper .head-listing-pager .pagination,
.map-page-wrapper .head-listing-pager .pagination {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin: 12px 16px;
  padding: 0;
}
.nh-map-page-wrapper .head-listing-pager .pagination .page-item,
.map-page-wrapper .head-listing-pager .pagination .page-item {
  display: block;
  padding: 0;
  margin: 0;
  border-radius: 4px;
}
.nh-map-page-wrapper .head-listing-pager .pagination .page-link,
.map-page-wrapper .head-listing-pager .pagination .page-link {
  display: flex;
  align-items: center;
  width: 32px;
  height: 32px;
  background-color: #F9F9F9;
  border-radius: 4px;
}
.nh-map-page-wrapper .head-listing-pager .pagination .disabled,
.map-page-wrapper .head-listing-pager .pagination .disabled {
  opacity: 0.5;
}
.nh-map-page-wrapper .head-listing-pager .pagination-total b,
.map-page-wrapper .head-listing-pager .pagination-total b {
  font-weight: 600;
}
.nh-map-page-wrapper .property-address-markers,
.map-page-wrapper .property-address-markers {
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
}
.nh-map-page-wrapper .property-address-markers .property-address,
.map-page-wrapper .property-address-markers .property-address {
  width: 100%;
  height: auto;
  overflow: auto;
  display: flex;
  flex-direction: column;
}
.nh-map-page-wrapper .property-address-markers .property-address-item,
.map-page-wrapper .property-address-markers .property-address-item {
  width: 100%;
  min-height: 100px;
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  color: #333333;
}
.nh-map-page-wrapper .property-address-markers .property-address-item.property-address-nh,
.map-page-wrapper .property-address-markers .property-address-item.property-address-nh {
  min-height: 70px;
}
.nh-map-page-wrapper .property-address-markers .property-address-item:not(:last-child),
.map-page-wrapper .property-address-markers .property-address-item:not(:last-child) {
  border-bottom: 1px solid #E0E0E0;
}
.nh-map-page-wrapper .property-address-markers .property-address-item .item-line,
.map-page-wrapper .property-address-markers .property-address-item .item-line {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 24px;
}
.nh-map-page-wrapper .property-address-markers .property-address-item .item-line.address,
.map-page-wrapper .property-address-markers .property-address-item .item-line.address {
  white-space: nowrap;
  display: block;
  text-align: left;
}
.nh-map-page-wrapper .property-address-markers .property-address-item .item-line.state-zip,
.map-page-wrapper .property-address-markers .property-address-item .item-line.state-zip {
  text-transform: uppercase;
  color: #767676;
}
.nh-map-page-wrapper .property-address-markers .property-address-item .item-line.status-price,
.map-page-wrapper .property-address-markers .property-address-item .item-line.status-price {
  justify-content: space-between;
}
.nh-map-page-wrapper .property-address-markers .property-address-item .item-line.status-price i,
.map-page-wrapper .property-address-markers .property-address-item .item-line.status-price i {
  font-style: normal;
}
.nh-map-page-wrapper .map-pagination-container,
.map-page-wrapper .map-pagination-container {
  width: 100%;
  border-top: 1px solid #E0E0E0;
  background-color: #FFFFFF;
  z-index: 3;
  height: 80px;
  flex-shrink: 0;
}
.nh-map-page-wrapper .map-pagination-container .pagination,
.map-page-wrapper .map-pagination-container .pagination {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 10px auto;
}
.nh-map-page-wrapper .map-pagination-container .pagination-info,
.map-page-wrapper .map-pagination-container .pagination-info {
  font-weight: 600;
}
.nh-map-page-wrapper .map-display,
.map-page-wrapper .map-display {
  flex: 1 0;
  height: calc(100vh - 256px);
  z-index: 1;
}

.close-details-block {
  position: absolute;
  left: -100%;
  top: 16px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  background-color: #F9F9F9;
  z-index: 10;
}
.close-details-block.show {
  left: 695px;
}
.close-details-block:hover, .close-details-block:active {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}

.map-details-block {
  width: 400px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  background-color: #FFFFFF;
  z-index: 2;
  overflow-y: auto;
  padding: 16px;
}
.map-details-block.show {
  left: 296px;
}
.map-details-block .map-details-content {
  position: relative;
}
.map-details-block .property-detail-tab-container {
  padding: 8px 0;
}
.map-details-block .property-details-wrapper {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.map-details-block .property-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  margin-bottom: 16px;
}
.map-details-block .property-head .head-label {
  font-weight: 600;
}
.map-details-block .property-head .head-caption {
  color: #767676;
}
.map-details-block .property-update-date {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 24px;
  color: #767676;
  font-size: 12px;
}
.map-details-block .property-images {
  width: 100%;
  height: 170px;
  border-radius: 4px;
  background-color: #E0E0E0;
}
.map-details-block .property-images .images-list {
  height: 100%;
}
.map-details-block .property-images .img-thumbnail {
  padding: 0;
  border: none;
  border-radius: 4px;
  width: auto;
  height: 170px;
  max-height: 170px;
  margin: 0 auto;
}
.map-details-block .property-brief-box {
  width: 100%;
  height: 48px;
  border-bottom: 1px solid #E0E0E0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 4px 0;
  gap: 8px;
  margin-bottom: 8px;
}
.map-details-block .property-brief-box .property-label-bath {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 0 0;
  flex: 1 0;
  color: #000000;
  gap: 4px;
}
.map-details-block .property-brief-box .property-label-beds {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 0 0;
  flex: 1 0;
  color: #000000;
  gap: 4px;
}
.map-details-block .property-brief-box .vertical-divider {
  height: 100%;
  width: 1px;
  border-left: 1px solid #E0E0E0;
}
.map-details-block .property-brief-box .property-link-view {
  width: 140px;
  text-align: center;
}
.map-details-block .property-brief-box .property-link-view .link-more {
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: #0045B9;
}
.map-details-block .property-group-title {
  width: 100%;
  font-weight: 600;
  height: 24px;
  margin: 16px 0;
}
.map-details-block .property-desc-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-height: 24px;
  margin: 4px 0;
  overflow: hidden;
}
.map-details-block .property-desc-item span {
  flex: 1 0 50%;
  font-weight: 100;
}
.map-details-block .property-desc-item span:nth-child(2) span:nth-child(1) {
  color: #333333;
}
.map-details-block .property-desc-item span:nth-child(1) span:nth-child(1) {
  color: #333333;
}
.map-details-block .property-desc-item span:nth-child(1) {
  color: #767676;
}
.map-details-block .property-desc-item span:nth-child(2) {
  color: #333333;
}
.map-details-block .property-desc-more {
  width: 100%;
  font-size: 14px;
}
.map-details-block .property-desc-more .more {
  display: block;
  width: 100%;
  padding: 16px 0;
}
.map-details-block .property-desc-more .more:empty {
  padding: 0 0;
}

.property-nav-tabs {
  width: 100%;
  display: flex;
}
.property-nav-tabs .nav-item {
  flex: 1;
}
.property-nav-tabs .nav-item a {
  height: 40px;
  display: block;
  text-transform: uppercase;
  color: #C7C7C7;
  text-align: center;
  font-weight: 600;
  border: none;
  border-bottom: 2px solid #E0E0E0;
}
.property-nav-tabs .nav-item a.active {
  color: #0045B9;
  border: none;
  border-bottom: 2px solid #0045B9;
}

.font-bold {
  font-weight: 600;
}

.color-green {
  color: #178549;
}

.map-details-content {
  width: 360px;
}

.dashboard-page-head .form-control {
  border-radius: 0 4px 4px 0;
  border: 1px solid #A3ABB2;
  border-left: none;
  margin-left: 1px;
}
.dashboard-page-head .search-input {
  padding: 0 12px 0 42px;
}
.dashboard-page-head .search-input:focus {
  border-color: inherit;
  outline: 0;
  box-shadow: none;
}

.dashboard-page-wrapper {
  width: 100%;
  color: #333333;
  padding-bottom: 24px;
}
.dashboard-page-wrapper .dashboard-tabs {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin-bottom: 24px;
  border-bottom: 0 solid transparent;
}
.dashboard-page-wrapper .dashboard-tabs:before {
  content: "";
  position: absolute;
  display: block;
  left: -30px;
  right: -30px;
  height: 1px;
  background-color: #E0E0E0;
  bottom: -2px;
  z-index: 0;
}
.dashboard-page-wrapper .nav-item a {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 20px;
  text-transform: uppercase;
  color: #C7C7C7;
  text-align: center;
  font-weight: 600;
  border: none;
  border-bottom: 2px solid transparent;
}
.dashboard-page-wrapper .nav-item a.active {
  color: #0045B9;
  border: none;
  border-bottom: 2px solid #0045B9;
}
.dashboard-page-wrapper .cols-group {
  gap: 18px;
}
.dashboard-page-wrapper .table-container {
  width: 100%;
  padding: 0;
  border: 1px solid #E0E0E0;
}
.dashboard-page-wrapper table.table {
  width: 100%;
  border: none;
  box-shadow: none;
  margin: 0;
}
.dashboard-page-wrapper table.table tr td:nth-child(2):not(:last-child),
.dashboard-page-wrapper table.table tr td:nth-child(3):not(:last-child) {
  text-align: right;
}
.dashboard-page-wrapper table.table tr td:nth-child(4):last-child {
  text-transform: capitalize;
}
.dashboard-page-wrapper table.table .btn {
  margin: 0 0 0 0;
  font-size: 14px;
}
.dashboard-page-wrapper table.table .btn.btn-show-more {
  border: none;
  box-shadow: none;
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 8px;
  color: #0045B9;
  background-color: transparent;
  font-weight: 600;
  padding: 0;
  margin-left: auto;
}
.dashboard-page-wrapper .hot-sheets-container {
  border: 1px solid #E0E0E0;
  height: 100%;
}
.dashboard-page-wrapper .dashboard-scheduled-follow-ups-container {
  padding-bottom: 12px;
  border: 1px solid #E0E0E0;
}
.dashboard-page-wrapper #dashboard-scheduled-follow-ups-list {
  flex-direction: column;
  min-height: 89px;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  row-gap: 20px;
}
.dashboard-page-wrapper .dashboard-scheduled-follow-ups-item {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  width: 318px;
}
.dashboard-page-wrapper .dashboard-scheduled-follow-ups-item-datetime {
  display: flex;
  align-items: center;
}
.dashboard-page-wrapper .group-head-box {
  height: 56px;
  width: 100%;
  border-bottom: 1px solid #E0E0E0;
}
.dashboard-page-wrapper .group-header {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}
.dashboard-page-wrapper .group-caption {
  font-size: 12px;
  font-weight: 400;
  color: #767676;
}
.dashboard-page-wrapper .group-head-box {
  padding: 16px;
  height: 56px;
}
.dashboard-page-wrapper .dashboard-form {
  padding: 12px 16px;
}
.dashboard-page-wrapper .dashboard-form .form-group {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  margin: 0 0 0 0;
  position: relative;
}
.dashboard-page-wrapper .dashboard-form .form-title {
  font-size: 14px;
  width: 100%;
  margin: 16px 0;
  min-height: 24px;
  font-weight: 600;
}
.dashboard-page-wrapper .dashboard-form .checkbox-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
}
.dashboard-page-wrapper .dashboard-form .checkbox-group .inline-checkbox .input-checkbox {
  display: none;
}
.dashboard-page-wrapper .dashboard-form .checkbox-group .inline-checkbox .custom-inline-label {
  height: 32px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 12px;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  overflow: hidden;
  user-select: none;
  -webkit-user-select: none;
  transition: 150ms;
}
.dashboard-page-wrapper .dashboard-form .checkbox-group .inline-checkbox .custom-inline-label span {
  z-index: 2;
}
.dashboard-page-wrapper .dashboard-form .checkbox-group .inline-checkbox .input-checkbox + .custom-inline-label {
  transition: 150ms;
  color: #333333;
}
.dashboard-page-wrapper .dashboard-form .checkbox-group .inline-checkbox .input-checkbox:checked + .custom-inline-label {
  transition: 150ms;
  color: #FFFFFF;
}
.dashboard-page-wrapper .dashboard-form .checkbox-group .inline-checkbox .input-checkbox:checked + .custom-inline-label.checked-bg-blue {
  background-color: #0906B2;
  border: 1px solid #0906B2;
}
.dashboard-page-wrapper .dashboard-form .checkbox-group .inline-checkbox .input-checkbox:checked + .custom-inline-label.checked-bg-orange {
  background-color: #B77900;
  border: 1px solid #B77900;
}
.dashboard-page-wrapper .dashboard-form .checkbox-group .inline-checkbox .input-checkbox:checked + .custom-inline-label.checked-bg-berry {
  background-color: #CE004A;
  border: 1px solid #CE004A;
}
.dashboard-page-wrapper .dashboard-form .checkbox-group .inline-checkbox .input-checkbox:checked + .custom-inline-label.checked-bg-purple {
  background-color: #690091;
  border: 1px solid #690091;
}
.dashboard-page-wrapper .dashboard-form .checkbox-group .inline-checkbox .input-checkbox:disabled ~ .custom-inline-label {
  background-color: #e5e5e5;
  color: #767676;
  cursor: default;
}
.dashboard-page-wrapper .dashboard-form .md-form {
  margin: 0;
  width: 144px;
}
.dashboard-page-wrapper .dashboard-form .md-form input {
  margin-bottom: 0;
  font-size: 16px;
  padding: 7px 16px;
}
.dashboard-page-wrapper .dashboard-form .md-form.input-with-post-icon [class*=ic-] {
  right: 15px;
}
.dashboard-page-wrapper .dashboard-form .inline-spacer {
  width: 14px;
  height: 2px;
  background-color: #767676;
  margin: 0 9px;
  flex-shrink: 0;
}
.dashboard-page-wrapper .group-content-box {
  width: 100%;
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.dashboard-page-wrapper .content-box-item {
  position: relative;
  padding: 12px 13px;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}
.dashboard-page-wrapper .content-box-item .box-image {
  display: block;
  width: 62px;
  height: 62px;
}
.dashboard-page-wrapper .content-box-item .box-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.dashboard-page-wrapper .content-box-item .box-info {
  flex: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.dashboard-page-wrapper .content-box-item .box-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.dashboard-page-wrapper .content-box-item-disabled {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  opacity: 0.5;
}
.dashboard-page-wrapper .error-container,
.dashboard-page-wrapper .alert-danger {
  margin: 0;
  padding: 0;
  height: auto;
  border: none;
  background-color: transparent;
  color: #721c24;
}
.dashboard-page-wrapper .error-container label,
.dashboard-page-wrapper .alert-danger label {
  padding: 0;
  margin: 0;
  display: block;
}
.dashboard-page-wrapper .error-container label:not(:empty),
.dashboard-page-wrapper .alert-danger label:not(:empty) {
  margin: 16px 0;
  min-height: 24px;
}

.d-hover {
  transition: 100ms;
}
.d-hover:hover {
  transition: 100ms;
  border: 1px solid #333333;
}

.d-hover-shadow {
  transition: 100ms;
}
.d-hover-shadow:hover {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
}

.d-border {
  border: 1px solid #E0E0E0;
}

.d-radius {
  border-radius: 4px;
  overflow: hidden;
}

.d-shadow {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
}

.d-color-blue {
  color: #0045B9;
}

/*# sourceMappingURL=custom-style-mdb.css.map */
