/*body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {*/
/*    max-width: none;*/
/*    margin-left: auto !important;*/
/*    margin-right: auto !important;*/
/*} */
/*body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {*/
/*  max-width: 100% !important;*/
/*  min-width:1050px !important;*/
/*  margin-left: auto !important;*/
/*  margin-right: auto !important;*/
/*}*/


#mgc-output-table .lidd_mc_input_responsive input[type="text"] {
    width: 123px !important;
}
.lidd_mc_inspector_3 {
    padding: 7px;
    border: 1px solid black;
    cursor: pointer;
    border-radius: 7px;
    font-family: EuclidCircularB, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    color: #333 !important;
}

.lidd_mc_inspector_3:hover {
    border: 1px solid #fff;
    color: #fff !important;
}

.parent_dev .child_dev{
    /*position: relative;*/
    height: fit-content;
}

.parent_dev .child_dev > .heading_div {
    position: absolute;
    top: 46%;
    left: 0px;
    right: 0px;
    z-index: 99;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}


.parent_dev .child_dev {
    width: 30%;
}

.parent_dev .child_dev:last-child {
/*    width: 70%;*/
}

.heading_div {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 600;
}
.collapsible {
  background-color: transparent;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 15px;
  color: #395bb6;
  padding: 10px;
  border-bottom: 1px solid #395bb6;
  width: 180px;
  text-align: center;
}

.active,
.collapsible:hover {
  /* background-color: #555; */
}

.content {
  padding-top: 18px;
  display: none;
  overflow: hidden;
  /* background-color: #f1f1f1; */
}

/* custom css start */
.progress-bar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: radial-gradient(closest-side, white 79%, transparent 80% 100%),
    conic-gradient(hotpink 75%, pink 0);
}

.mgc-output-fields-wrapper {
  height: 34px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px !important;
}
.mgc-output-field-left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.legend-color {
  height: 12px;
  width: 12px;
  min-width: 12px;
  margin-right: 8px;
  border-radius: 50%;
}

.principal-and-interest {
  background-color:#4f81bc;
}
.legend-color.homeowners-insurance {
  background-color: #c0504e;
}
.legend-color.property-tax {
  background-color:#9bbb58;
}
.legend-color.private-mortgage-insurance {
  background-color: #24bfaa;
}
.legend-color.hoa-fees {
  background-color: #8064a1;
}

#payment-breakdown-table h6 {
  font-family: EuclidCircularB, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #333;
  margin: 0 0 20px;
}

.mgc-output-value {
  width: 120px;
  max-width: 120px;
  height: 34px;
  background: #fff;
  text-align: right;
  padding: 6px 6px 6px 15px;
  border-radius: 5px;
  border: 1px solid #ddd;
}

.parent_dev {
  text-align: left;
  display: flex;
}
.child_dev {
  display: inline-block;
  padding: 1rem 1rem;
  vertical-align: middle;
  /* width: 45%; */
  margin-top: 1rem;
}
.inner_child_dev {
  display: inline-block;
  padding: 1rem 1rem;
  vertical-align: middle;
  width: 100px;
  margin: 1rem;
}

/* custom css at top */

.lidd_mc_form_responsive {
  width: 100%;
}

.lidd_mc_input {
  margin-bottom: 1rem;
}

.lidd_mc_input label {
  display: block;
  margin-bottom: 0.25em;
}

.lidd_mc_input_light input[type="text"] {
  padding: 0.6em;
  margin-bottom: 1em;
  height: 2.4em;
  color: #333;
  background: #fff;
  border: 1px solid #ddd;
}

.lidd_mc_input_dark input[type="text"] {
  padding: 0.6em;
  margin-bottom: 1em;
  height: 2.4em;
  color: #fff;
  background: #000;
  border: 1px solid #333;
}

.lidd_mc_input_responsive input[type="text"] {
  display: block;
  box-sizing: border-box;
  width: 100%;
}

.lidd_mc_select_responsive {
  display: block;
  box-sizing: border-box;
  width: 100%;
}

.lidd_mc_select_responsive select {
  display: block;
  box-sizing: border-box;
  width: 100%;
}

.lidd_mc_select_fancy_light select,
.lidd_mc_select_fancy_dark select {
  position: relative;
  z-index: 1000;
  width: 110%;
  max-width: 110%;
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ie-box-shadow: none;
  box-shadow: none;
}

.lidd_mc_select_fancy_dark select {
  color: #fff;
}

.lidd_mc_select_fancy_light,
.lidd_mc_select_fancy_dark {
  display: block;
  box-sizing: border-box;
  position: relative;
  z-index: 100;
  width: 100%;
  padding: 0.35em 0.5em 0.35em 0.5em;
  margin-bottom: 1em;
  height: 2.4em;
  overflow: hidden;
  line-height: 1em;
}

.lidd_mc_select_fancy_light {
  background: #fff;
  border: 1px solid #ddd;
}

.lidd_mc_select_fancy_dark {
  color: #fff;
  background: #000;
  border: 1px solid #333;
}

.lidd_mc_select_fancy_light select:focus,
.lidd_mc_select_fancy_dark select:focus {
  outline: none;
}

.lidd_mc_select_fancy_light:before,
.lidd_mc_select_fancy_dark:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 2em;
  height: 100%;
}

.lidd_mc_select_fancy_light:after,
.lidd_mc_select_fancy_dark:after {
  content: "";
  display: block;
  position: absolute;
  right: 0.55em;
  top: 0.85em;
  border-bottom: 0.4em solid transparent;
  border-right: 0.4em solid transparent;
  border-left: 0.4em solid transparent;
}

.lidd_mc_select_fancy_light:after {
  border-top: 0.4em solid #333;
}
.lidd_mc_select_fancy_dark:after {
  border-top: 0.4em solid #fff;
}

.lidd_mc_top_dot5em:after {
  top: 0.5em;
}
.lidd_mc_top_dot65em:after {
  top: 0.65em;
}
.lidd_mc_top_dot75em:after {
  top: 0.75em;
}
.lidd_mc_top_dot85em:after {
  top: 0.85em;
}
.lidd_mc_top_1em:after {
  top: 1em;
}

.lidd_mc_error {
  display: block;
  margin: 0.25em 0 0.5em 0;
  color: #900;
}

#lidd_mc_inspector A {
  /*cursor: default;*/
  /*pointer-events: none;*/
  /*border: none;*/
  /*box-shadow: none;*/
  /*-webkit-box-shadow: none;*/
}
.lidd_mc_details {
  position: relative;
  margin-top: 2em;
}

#lidd_mc_inspector,
#lidd_mc_popup {
  /*position: absolute;*/
  justify-content: space-between;
  display:flex;
  right: 0;
  top: 0;
}
.lidd_mc_summary {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 1em 1em 0 1em;
  margin: 0 0 1em 0;
}

.lidd_mc_summary_light {
  color: #333;
  background: #fff;
  border: 1px solid #ddd;
}

.lidd_mc_summary_dark {
  color: #fff;
  background: #000;
  border: 1px solid #333;
}

.lidd_mc_b {
  font-weight: bold;
}

#MLCalcClose {
  display: none;
  color: #f5f5f5;
  font-size: 18px;
  font-weight: bold;
  font-family: Arial;
  cursor: pointer;
  position: absolute;
  background: #d5d5d5;
  border: 1px solid #d5d5d5;
  z-index: 10002;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 5px;
}
#MLCalcShader {
  background: #000000;
  display: none;
  position: absolute;
  z-index: 10000;
  margin: 0;
  padding: 0;
}
#MLCalcHolder {
  background: transparent;
  display: none;
  position: absolute;
  z-index: 10001;
  margin: 0;
  padding: 0;
  background: url(../img/ajax_loader.gif);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}
#lidd_mc_mlc_form {
  display: none;
}
#lidd_mc_inspector a{
   
}
@media screen and (max-width: 1150px) {
  .parent_dev {
    display: block;
}
.parent_dev .child_dev {
  width: 96% !important;
  padding: 0.1rem 0.1rem;
}
.parent_dev .child_dev > .heading_div {
    top: 52%;
    left: 0px;
    right: 20px;
    
}
.parent_dev .child_dev > .heading_div > .monthly_amount {
    font-family: "Gotham Narrow Black";
    font-size: 25px !important;
    line-height: 25px !important;
}
.container.container-single-page.container-default-page.penci_is_nosidebar {
    padding: 0px;
}
}

