html {
  font-size: 13px;
  min-height: 100%;
}
@media (min-width: 567px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1930px) {
  html {
    font-size: 18px;
  }
}
@media (min-width: 2200px) {
  html {
    font-size: 20px;
  }
}
@media (min-width: 2500px) {
  html {
    font-size: 22px;
  }
}

body {
  min-height: 100%;
}

button {
  cursor: pointer;
}

hr {
  border-color: #212529;
}

.video_banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.overlay .loader {
  display: block;
}

.blur {
  filter: blur(2px) grayscale(50%);
}

.overlay .loader {
  position: absolute;
  top: 45%;
  left: 40%;
}

.loader {
  margin: auto;
}
.loader .loading {
  display: inline-block;
  vertical-align: middle;
  border-style: none;
  background-image: url(/img/loader.svg);
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  animation: spin 2s linear infinite;
}
.loader span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.enabled_section_content {
  padding-top: 0.625rem;
  border: 2px solid #218778;
  border-radius: 1.5rem;
  margin-bottom: 1.5rem;
}

.section_enabler_div {
  font-size: 1.58rem;
  margin-bottom: 0.625rem;
}

.input_enabler_div {
  padding: 0.125rem 1rem;
}

.new_property_header {
  margin-bottom: 3rem;
  text-align: left;
  color: #404040;
}

#new_property_price {
  font: 2.083rem MPCond;
  color: #218778;
  margin: 0;
}

.custom-switch .custom-control-label::after {
  background-color: #32B7A6;
}

.custom-control-label::before {
  border-color: #32B7A6;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #6c757d;
  background-color: #6c757d;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #32B7A6;
}

.button_close_modal {
  width: 2rem;
  margin-top: 0.7rem;
}
.button_close_modal:hover {
  opacity: 0.85;
}

.fp_modal_content {
  border-radius: 1rem;
  background-color: white;
  pointer-events: auto;
  display: flex;
  padding: 0 1.5rem;
}
@media (min-width: 567px) {
  .fp_modal_content {
    padding: 0 3rem;
  }
}

.modal_title {
  font: 1.75rem MPCondBold;
  color: #218778;
  padding: 1rem;
  padding-bottom: 0;
  margin: auto;
  margin-bottom: 0;
  border-bottom: 0.2rem solid #218778;
  display: inline-block;
  text-align: center;
  width: 75%;
  margin: auto;
}

.modal_body {
  width: 100%;
  color: #404040;
  padding: 1.5rem 0;
  text-align: center;
}

.modal_footer {
  padding: 0;
  margin-bottom: 1.5rem;
  width: 100%;
}

#modal_info {
  z-index: 1100;
}

.sticky_div {
  top: 11rem;
  z-index: 28;
  background: white;
  border-radius: 1.5rem;
  transition: top 0.5s ease-out;
}
@media (max-width: 1200px) {
  .sticky_div.navbar_rolled_up {
    top: 3.5rem;
  }
  .sticky_div.navbar_rolled_up.fin_status_expanded {
    top: 5rem;
  }
}
@media (max-width: 1200px) {
  .sticky_div {
    top: 8.5rem;
  }
  .sticky_div.fin_status_expanded {
    top: 10rem;
  }
}
.sticky_div .form-row {
  margin-bottom: 0;
}
.sticky_div.isSticked {
  position: sticky;
  box-shadow: 0 0 0.5rem 0.375rem #E8E8E8;
}
@media (max-width: 1200px) {
  .sticky_div.isSticked {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
.sticky_div.isSticked .loader_spacer {
  display: none !important;
}

.no_link {
  color: inherit;
}
.no_link:hover {
  text-decoration: none;
}

.link {
  color: #218778;
  text-decoration: underline;
}
.link:hover {
  color: #218778;
  cursor: pointer;
}

.link_footer {
  color: #218778;
  text-decoration: underline;
  color: white;
}
.link_footer:hover {
  color: #218778;
  cursor: pointer;
}
.link_footer:hover {
  color: black;
}

.link_button {
  color: #218778;
  text-decoration: underline;
  border-style: none;
  background-color: rgba(0, 0, 0, 0);
}
.link_button:hover {
  color: #218778;
  cursor: pointer;
}

@media (max-width: 567px) {
  .form-check-input {
    margin-left: -1.6rem;
  }
}

.form-control:focus {
  box-shadow: none;
}

.fp_simple_message {
  text-align: center;
}

.icon_button {
  border: none;
  background-color: transparent;
}

.fp_button:hover {
  text-decoration: none;
  color: white;
  cursor: pointer;
}

.fp_button {
  font: 1.42rem MPSemiboldIt;
  padding: 0.5rem 2rem;
  background-color: #68D7C6;
  color: black;
  border-radius: 1rem;
  border-style: none;
  text-align: center;
}

.fp_button:disabled {
  background-color: #32B7A6;
  color: #D6D6D6;
}

.fp_button:disabled:hover {
  cursor: default;
}

.modal_button {
  float: right;
}

.fp_panel {
  width: 100%;
  border-radius: 1rem;
}

.fp_panel_title {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  font-size: 1.5rem;
  background-color: #32B7A6;
  color: white;
  padding: 0.625rem;
  text-align: center;
}

.fp_panel_body {
  background-color: white;
  padding: 2rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  position: relative;
}

.fp_card {
  border-radius: 1.5rem;
  background-color: white;
  padding: 1.5rem 1rem;
  margin-bottom: 1.5rem;
}

.fp_card_image {
  height: 6.25rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.fp_card_image_label {
  text-align: center;
  color: black;
  margin-top: 1rem;
}

.fp_card_description {
  text-align: center;
  color: black;
  margin-top: 1rem;
  font-size: 1.3rem;
}

.fp_indent {
  margin: 0 0 0 1.25rem;
}

.fp_info_button {
  height: 1.4rem;
  width: 1.5rem;
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
  border-style: none;
  padding: 0;
  margin-left: 0.25rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: text-top;
  background-image: url(/img/game/info.svg);
}
.fp_info_button:hover {
  cursor: pointer;
}
.fp_info_button:hover {
  background-image: url(/img/game/infoHover.svg);
}

.plus {
  color: #20CC69;
}

.minus {
  color: #FF5555;
}

.shadow {
  box-shadow: 0 0 0.5rem 0.375rem #E8E8E8;
}

.dark_shadow {
  box-shadow: 0.5rem 0.5rem 1rem -0.125rem #673752;
}

.upper_index {
  font: 0.75rem MPCond;
  vertical-align: super;
}

.radius_bordered_solid_button {
  background-color: white;
  color: #404040;
  border: 2px solid;
  border-radius: 0.625rem;
  font: 1.25rem MPCond;
  padding: 0.313rem 1.25rem 0.19rem 1.25rem;
}
.radius_bordered_solid_button:hover {
  color: #404040;
  text-decoration: none;
}

.fp_product_op_button {
  background-color: white;
  color: #404040;
  border: 2px solid;
  border-radius: 0.625rem;
  font: 1.25rem MPCond;
  padding: 0.313rem 1.25rem 0.19rem 1.25rem;
}
.fp_product_op_button:hover {
  color: #404040;
  text-decoration: none;
}

.fp_product_part_op_button {
  background-color: white;
  color: #404040;
  border: 2px solid;
  border-radius: 0.625rem;
  font: 1.25rem MPCond;
  padding: 0.313rem 1.25rem 0.19rem 1.25rem;
}
.fp_product_part_op_button:hover {
  color: #404040;
  text-decoration: none;
}

.centered_button {
  display: block;
  margin: 0.625rem auto;
}

.category {
  background-color: white;
  border-radius: 1.25rem;
  padding: 1rem;
  color: #404040;
  font: 1.92rem MPCond;
  text-align: center;
}

.category_hover {
  cursor: pointer;
}

.category.active {
  color: #218877;
}

.category_div {
  margin-bottom: 1.25rem;
}

.category_img {
  margin-left: 5%;
  height: 2.81rem;
  width: 2.81rem;
}

.category_name {
  display: inline-block;
  width: 77%;
  text-align: center;
  padding-top: 0.3rem;
  vertical-align: middle;
}

.single_category {
  color: #404040;
}
.single_category:hover {
  text-decoration: none;
  color: #404040;
}

.category_items_div {
  width: 80%;
  padding-top: 1rem;
  margin: auto;
}

.category_item {
  display: block;
  margin-bottom: 0.625rem;
  background-color: white;
  border-radius: 1.25rem;
  padding: 0.625rem;
  color: black;
  text-align: center;
}
.category_item:hover {
  text-decoration: none;
  color: black;
}

.category_item_img {
  margin-left: 5%;
  height: 1.5rem;
  width: 1.5rem;
}

.category_item_label {
  display: inline-block;
  width: 85%;
  vertical-align: middle;
}

.star {
  width: 1.25rem;
  height: 1.25rem;
  display: inline;
  margin-top: -0.5rem;
}

.fin_sit_message_price {
  color: black;
}

.product_links_div {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.product_links_label {
  margin: 0;
  text-align: left;
}

.product_link {
  margin: 0.625rem 0;
  padding: 0.125rem;
  color: #218778;
  display: block;
  text-decoration: none;
  border-radius: 5px;
  border: 2px solid #218778;
}

.product_link:active {
  color: #218778;
}

.product_link:hover {
  color: #218778;
  text-decoration: none;
}

.vertical_space {
  height: 1.875rem;
  width: 100%;
}

.vertical_space_3x {
  height: 5.625rem;
  width: 100%;
}

.vertical_space_small {
  height: 1rem;
}

.toggler {
  height: 1.4rem;
  width: 1.5rem;
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
  border-style: none;
  padding: 0;
  margin-left: 0.25rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(/img/game/arrowInCircle.svg);
  background-color: transparent;
  vertical-align: middle;
  transform: rotate(90deg);
}
.toggler:hover {
  cursor: pointer;
}
.toggler.active {
  transform: rotate(-90deg);
}

.fp_hidden {
  display: none;
}

.fp_back_button {
  display: block;
  font-size: 1.5rem;
  background: url(/img/game/back.svg) no-repeat center;
  padding: 1rem 2rem;
  border-style: none;
  color: white;
  text-align: center;
}
.fp_back_button.in_panel {
  background-image: url(/img/game/backWhite.svg);
  color: #32B7A6;
  font-size: 1.3rem;
  position: absolute;
  top: -0.5rem;
  padding: 0.7rem 2rem;
}
.fp_back_button.in_panel:hover {
  color: #32B7A6;
}
.fp_back_button:hover {
  color: white;
  text-decoration: none;
}
.fp_back_button.smaller {
  font-size: 1.2rem;
}

.fp_error {
  font: 1.2rem MPCond;
  color: red;
}

.fp_notice {
  font: 1.4rem MPCond;
  color: white;
}
@media (min-width: 1200px) {
  .fp_notice {
    color: black;
  }
}

.radius_border {
  border: 0px solid;
  border-radius: 0.625rem;
}

.radius_border_solid {
  border: 2px solid;
  border-radius: 0.625rem;
  border-color: #32B7A6;
}

button:focus {
  outline: none;
}

/************************************************ form elements *************************************************/
.label_value_spacer {
  width: 1rem;
}
@media (max-width: 567px) {
  .label_value_spacer {
    display: none;
  }
}

.form_input_label {
  text-align: left;
  font-weight: bolder;
}
@media (min-width: 567px) {
  .form_input_label {
    text-align: right;
    font-weight: normal;
  }
}

.fp_checkbox {
  margin-left: 0;
}

textarea.fp_text_area {
  width: 100%;
  background: white;
  height: 12rem;
  border: 2px solid;
  border-radius: 0.625rem;
  line-height: 1;
}

.fp_text_input {
  border: 2px solid;
  border-radius: 0.625rem;
  background: white;
  padding: 0.375rem 1rem;
}

.fp_number_input {
  border: 2px solid;
  border-radius: 0.625rem;
  background: white;
  font-size: inherit;
}

.fp_select {
  background: white url(/img/game/select.png) no-repeat right 0.75rem center/0.8rem 0.8rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
  border: 2px solid;
  border-radius: 0.625rem;
}
.fp_select > option {
  font-size: 1.15rem;
}

.fp_max_button {
  border-style: none;
  border-radius: 0.625rem;
  font-size: 1.25rem;
  color: white;
  background-color: #218778;
  padding: 0.125rem 0.625rem;
  margin-top: 0.5rem;
}

.fp_price_input_div {
  padding: 0;
  border: 2px solid;
  border-radius: 0.625rem;
}

.fp_price_input {
  text-align: center;
  border-style: none;
  border-radius: 0.625rem;
}

.fp_currency {
  border-radius: 0 0.475rem 0.475rem 0;
}

.fp_button_small {
  border-style: none;
  border-radius: 0.625rem;
  font-size: 1.25rem;
  color: white;
  background-color: #218778;
  padding: 0.125rem 0.625rem;
  margin-top: 0.5rem;
}

.fp_select,
.fp_text_input,
.fp_number_input,
.form_value_label,
.form_input_label,
.fp_radio_div,
.fp_price_input,
.fp_currency,
textarea.fp_text_area {
  font-size: inherit;
  font-family: inherit;
}
.fp_select:focus,
.fp_text_input:focus,
.fp_number_input:focus,
.form_value_label:focus,
.form_input_label:focus,
.fp_radio_div:focus,
.fp_price_input:focus,
.fp_currency:focus,
textarea.fp_text_area:focus {
  border-color: #32B7A6;
  outline: none;
}

::placeholder {
  font-size: inherit;
}

/*********************************************** autocomplete styling  ************************/
.autocomplete-suggestions {
  border: 1px solid #999;
  background: #FFF;
  overflow: auto;
}

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-selected {
  background: #F0F0F0;
}

.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399FF;
}

.autocomplete-group {
  padding: 2px 5px;
}

.autocomplete-group strong {
  display: block;
  border-bottom: 1px solid #000;
}

/*********************************************** bootstrap override  ************************/
.carousel-indicators {
  flex-wrap: wrap;
}
.carousel-indicators li {
  width: 1rem;
}
@media (min-width: 992px) {
  .carousel-indicators li {
    width: 1.5rem;
  }
}

@media (max-width: 567px) {
  .modal-dialog {
    margin: 2rem;
  }
}

.table th, .table thead th, .table td {
  border-style: none;
  border-top: none;
}
