@font-face {
  font-family: "The Seasons";
  src: url("../fonts/TheSeasons-Lt.eot");
  src: url("../fonts/TheSeasons-Lt.eot?#iefix") format("embedded-opentype"),
    url("../fonts/TheSeasons-Lt.woff2") format("woff2"),
    url("../fonts/TheSeasons-Lt.woff") format("woff"),
    url("../fonts/TheSeasons-Lt.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "The Seasons";
  src: url("../fonts/TheSeasons-Lt.eot");
  src: url("../fonts/TheSeasons-Lt.eot?#iefix") format("embedded-opentype"),
    url("../fonts/TheSeasons-Lt.woff2") format("woff2"),
    url("../fonts/TheSeasons-Lt.woff") format("woff"),
    url("../fonts/TheSeasons-Lt.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "The Seasons";
  src: url("../fonts/TheSeasons-LtIt.eot");
  src: url("../fonts/TheSeasons-LtIt.eot?#iefix") format("embedded-opentype"),
    url("../fonts/TheSeasons-LtIt.woff2") format("woff2"),
    url("../fonts/TheSeasons-LtIt.woff") format("woff"),
    url("../fonts/TheSeasons-LtIt.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Museo Sans 100";
  src: url("../fonts/MuseoSans-100.eot");
  src: url("../fonts/MuseoSans-100.eot?#iefix") format("embedded-opentype"),
    url("../fonts/MuseoSans-100.woff2") format("woff2"),
    url("../fonts/MuseoSans-100.woff") format("woff"),
    url("../fonts/MuseoSans-100.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

body .bg-light {
  background-color: #eee !important;
}
body a {
  color: #4c5d5b;
}
body a:hover {
  color: #4c5d5b;
}
html body {
  background: #f0f0f0 !important;
  font-family: "Museo Sans 100";
  font-weight: normal;
  height: auto !important;
  min-height: 100%;
}

#proposal-payment strong {
  font-family: "Museo Sans 100";
  font-weight: bold;
}

.prop-your-investments > .prop-investments-item > div .label,
.prop-your-investments > .prop-investments-item > div .price {
  font-family: "Museo Sans 100";
  font-weight: bold;
}

.prop-your-investments .prop-trades-extras .price.js-subtotal,
.prop-your-investments
  .prop-trades-extras
  > .prop-investments-item
  > div.active
  .price,
.prop-your-investments .prop-trades-extras .price.js-subtotal,
.prop-your-investments
  .prop-trades-extras
  > .prop-investments-item
  > div.active
  .label,
.prop-your-investments
  .prop-optional-extras
  > .prop-investments-item
  > div.active
  .label,
.prop-your-investments
  .prop-optional-extras
  > .prop-investments-item
  > div.active
  .price {
  font-family: "Museo Sans 100";
  font-weight: bold;
}

.proposal-container {
  max-width: 1400px;
  margin: auto;
}

.proposal-create-wrap {
  min-height: 100%;
}

.proposal-create-nav a {
  opacity: 0.2;
  color: #3d3d3d;
  font-size: 16px;
}
.proposal-create-nav .active a {
  opacity: 1;
  font-size: 20px;
}
#content-stylist,
#content-agents,
#content-install,
#content-styling,
#content-summary {
  display: none;
}
#content-stylist.active,
#content-agents.active,
#content-install.active,
#content-styling.active,
#content-summary.active {
  display: block;
}
.conditional-wrap {
  display: none;
}
.conditional-wrap.active {
  display: flex;
}
.conditional-block {
  display: none;
}
.conditional-block.active {
  display: block;
}
.bg-light.js-room-item {
  background: #ddd !important;
}

.dropstart .dropdown-toggle::before {
  display: none;
}

::placeholder {
  color: #ccc !important;
  font-weight: normal !important;
}

:-ms-input-placeholder {
  color: #ddd !important;
  font-weight: normal !important;
}

::-ms-input-placeholder {
  color: #ddd !important;
  font-weight: normal !important;
}

.sfield-wrap {
  position: relative;
}
.js-search-result {
  position: absolute;
  width: 100%;
  z-index: 99;
  background: #fff;
}
/* .js-clear-search {
  display: block;
  margin-left: auto;
  padding: 5px;
  max-width: 50px;
  text-align: center;

} */
@media (min-width: 768px) {
  .js-room-item-body
    .js-room-item-body-items
    .js-room-item-body-items-wrap
    .js-room-item-body-item:first-child
    .js-room-body-items {
    padding-top: 20px;
  }

  .js-room-item-body
    .js-room-item-body-items
    .js-room-item-body-items-wrap
    .js-room-item-body-item:first-child
    .js-room-body-items
    .field-wrap-item {
    position: relative;
  }
  .js-room-item-body
    .js-room-item-body-items
    .js-room-item-body-items-wrap
    .js-room-item-body-item:first-child
    .js-room-body-items
    .qty-wrap
    .field-qty:before {
    content: "Qty";
    position: absolute;
    bottom: 100%;
  }
  .js-room-item-body
    .js-room-item-body-items
    .js-room-item-body-items-wrap
    .js-room-item-body-item:first-child
    .js-room-body-items
    .desc-wrap
    .field-inventory:before {
    content: "Inventory";
    position: absolute;
    bottom: 100%;
  }
  .js-room-item-body
    .js-room-item-body-items
    .js-room-item-body-items-wrap
    .js-room-item-body-item:first-child
    .js-room-body-items
    .desc-wrap
    .field-desc:before {
    content: "Description";
    position: absolute;
    bottom: 100%;
  }
  .js-room-item-body
    .js-room-item-body-items
    .js-room-item-body-items-wrap
    .js-room-item-body-item:first-child
    .js-room-body-items
    .notes-wrap
    .field-loc:before {
    content: "Location";
    position: absolute;
    bottom: 100%;
  }
  .js-room-item-body
    .js-room-item-body-items
    .js-room-item-body-items-wrap
    .js-room-item-body-item:first-child
    .js-room-body-items
    .notes-wrap
    .field-note:before {
    content: "Notes";
    position: absolute;
    bottom: 100%;
  }
  .js-room-item-body
    .js-room-item-body-items
    .js-room-item-body-items-wrap
    .js-room-item-body-item:first-child
    .js-room-body-items
    .range-wrap
    .field-measure:before {
    content: "Measure";
    position: absolute;
    bottom: 100%;
  }
  .js-room-item-body
    .js-room-item-body-items
    .js-room-item-body-items-wrap
    .js-room-item-body-item:first-child
    .js-room-body-items
    .range-wrap
    .field-range:before {
    content: "Range";
    position: absolute;
    bottom: 100%;
  }
  .js-room-item-body
    .js-room-item-body-items
    .js-room-item-body-items-wrap
    .js-room-item-body-item:first-child
    .js-room-body-items
    .price-wrap
    .field-price:before {
    content: "Price";
    position: absolute;
    bottom: 100%;
  }
  .js-room-item-body
    .js-room-item-body-items
    .js-room-item-body-items-wrap
    .js-room-item-body-item:first-child
    .js-room-body-items
    .price-wrap
    .field-total:before {
    content: "Total";
    position: absolute;
    bottom: 100%;
  }
}

@media (max-width: 767px) {
  .js-room-item-body
    .js-room-item-body-items
    .js-room-item-body-items-wrap
    .js-room-item-body-item
    .js-room-body-items
    .field-wrap-item {
    margin: 0 !important;
  }
}

.qty-wrap {
  max-width: 150px;
}
.desc-wrap .field-inventory {
  flex-grow: 1 !important;
}
.notes-wrap {
  max-width: 250px;
}
.range-wrap {
  max-width: 250px;
}
.price-wrap {
  max-width: 150px;
}
@media (max-width: 768px) {
  .qty-wrap {
    min-width: 50px;
  }
  .desc-wrap {
    min-width: 50px;
  }
  .notes-wrap {
    min-width: 50px;
  }
  .range-wrap {
    min-width: 50px;
  }
  .price-wrap {
    min-width: 50px;
  }
  .js-room-grab,
  .js-room-delete,
  .qty-wrap input,
  .desc-wrap input,
  .notes-wrap input,
  .range-wrap input,
  .price-wrap input {
    margin: 0 !important;
  }
}

.js-count-room {
  background: #000000;
  border: 2px solid #000000 !important;
}
.js-count-extra {
  border: 2px solid #000000 !important;
  color: #000000;
}
@media (max-width: 960px) {
  header {
    height: auto !important;
  }
}

.js-trades-wrap-content {
  display: none;
}
.js-trades-wrap-content.active {
  display: block;
}

.js-minor-list {
  display: none;
}
.js-minor-list.active {
  display: flex !important;
}

.js-bespoke-list {
  display: none;
}
.js-bespoke-list.active {
  display: flex !important;
}

.js-field-wrap .col-sm-8 {
  display: none;
}

.js-field-wrap .col-sm-8.active {
  display: block;
}

.js-room-item {
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.js-room-item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.proposal-head {
  margin-top: 90px;
}
@media (min-width: 1024px) {
  .proposal-head {
    display: flex;
    height: calc(100vh - 90px);
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .proposal-head {
    margin-top: 50px;
  }
}
.proposal-head .prop-hero-image {
  width: 100%;
  min-height: 100px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  flex: 1;
}
.proposal-head .prop-hero-image img {
  display: none;
  width: 100%;
}

@media (max-width: 1024px) {
  .proposal-head .prop-hero-image img {
    display: block;
  }
}
.proposal-head .prop-install-address {
  margin-top: auto;
  align-self: flex-end;
  width: 100%;
  padding: 40px 0;
  background-color: #4c5d5b;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: auto 300%;
  /* background-image: url(https://proposal.advantagestyling.com.au/wp-content/themes/proposal/theme/assets/img/advantage-bg-grid.png); */
}

.proposal-head .prop-install-address .prop-container h2 {
  font-size: 32px;
  padding: 0 0;
  float: none;
  text-align: center;
  text-transform: uppercase;
  line-height: 32px;
  margin: 0 0 20px;
  color: #fff;
  letter-spacing: 0px;
}

.proposal-head .prop-install-address .prop-container p {
  line-height: 30px;
  margin: 0;
  color: #fff;
  padding: 0;
  letter-spacing: 1px;
  font-size: 24px;
  text-align: center;
  text-transform: none;
}

@media (max-width: 768px) {
  .proposal-head .prop-install-address .prop-container h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .proposal-head .prop-install-address .prop-container p {
    line-height: 24px;
    font-size: 18px;
  }
}

.proposal-body {
  padding: 50px 0;
}
.proposal-payment {
  font-family: "Museo Sans 100";
  font-size: 16px;
  line-height: 1.5em;
  color: #4c5d5b;
  background: #fff;
}
.proposal-payment .divider {
  border-left: 2px dotted #a5af9a;
  height: 60px;
  width: 0;
  display: block;
  margin: 0 auto;
}

.proposal-payment h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  margin-top: 35px;
  margin-bottom: 35px;
  font-family: "The Seasons";
}

@media (max-width: 768px) {
  .proposal-payment h2 {
    font-size: 24px;
    line-height: 28px;
  }
}

.proposal-payment p {
  text-align: center;
  padding: 0 0 20px;
  font-size: 16px;
  line-height: 1.5em;
}

.prop-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.proposal-foot {
  background: #4c5d5b;
  padding: 50px 0;
}
.proposal-foot a {
  color: #fff;
}
.proposal-foot a:hover {
  color: #fff;
}

/* MOODBOARD */
.prop-grid-moodboard {
  margin: auto;
  padding: 0 0 40px;
}

.prop-grid-moodboard .prop-grid-wrap {
  display: grid;
  grid-gap: 10px;
  grid-template-areas:
    "grid1 grid2 grid3"
    "grid4 grid2 grid5"
    "grid7 grid6 grid8";

  /* grid-template-columns: repeat(3, 1fr); */
}
@media (max-width: 1024px) {
  .prop-grid-moodboard .prop-grid-wrap {
    grid-gap: 8px;
  }
}
@media (max-width: 768px) {
  .prop-grid-moodboard .prop-grid-wrap {
    grid-gap: 4px;
  }
}

.prop-grid-moodboard .prop-grid-wrap > div {
  text-align: center;
  padding: 0;
  font-size: 30px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.prop-grid-moodboard .prop-grid-wrap > div:after {
  content: "";
  padding-bottom: 80%;
  width: 100%;
  display: block;
}

.prop-grid-moodboard .prop-grid-wrap img {
  width: 100%;
  display: none;
}

.grid-1 {
  grid-area: grid1;
}
.grid-2 {
  grid-area: grid2;
  height: 75%;
}
.grid-3 {
  grid-area: grid3;
}
.grid-4 {
  grid-area: grid4;
}
.grid-5 {
  grid-area: grid5;
}
.grid-6 {
  grid-area: grid6;
  height: 150%;
  margin-top: -40%;
}
.grid-7 {
  grid-area: grid7;
}
.grid-8 {
  grid-area: grid8;
}

/* INCLUSIONS */
.prop-inclusions-wrap .room-item-wrap {
  height: 100%;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;

  background-color: #f2ede7 !important;
}

.prop-inclusions-wrap .room-title {
  border-bottom: 1px dotted #4c5d5b;
  color: #4c5d5b;
  padding: 0 0 10px;
  width: 100%;
  align-self: flex-start;
  margin: 0;
  display: flex;
  text-transform: uppercase;
}

.prop-inclusions-wrap .room-title button {
  margin-left: auto;
  width: 28px;
  height: 28px;
  line-height: 28px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #4c5d5b !important;
  color: #4c5d5b !important;
}
.prop-inclusions-wrap .room-title button[aria-expanded="true"] {
  background: #4c5d5b;
  color: #fff !important;
}
.prop-inclusions-wrap .room-item-wrap .col-trade-wrap .trades-list span {
  font-family: "Museo Sans 100";
  font-weight: bold;
}

.prop-inclusions-wrap .room-desc {
  width: 100%;
  flex: 1;
}
.prop-inclusions-wrap .room-desc.show {
  display: block !important;
}
.prop-inclusions-wrap .room-desc .room-item {
  margin: 5px 0;
  display: flex;
}
.prop-inclusions-wrap .room-desc .room-item span.count {
  min-width: 50px;
  color: #4c5d5b;
}
.prop-inclusions-wrap .room-desc .room-item span.room-qty {
  margin-right: 10px;
  display: inline-block;
}

@media (max-width: 576px) {
  .prop-inclusions-wrap {
    margin-bottom: 35px;
  }
  .prop-inclusions-wrap .col-sm-6.col-md-4 {
    margin: 0 !important;
  }
  .prop-inclusions-wrap .col-sm-6.col-md-4:first-child .room-item-wrap {
    border-top: 1px dotted #4c5d5b;
  }
  .prop-inclusions-wrap .col-sm-6.col-md-4 .room-item-wrap {
    padding: 0 !important;
    background: #fff !important;
  }
  .prop-inclusions-wrap .room-title {
    padding: 10px 0;
  }
  .prop-inclusions-wrap .room-desc {
    margin-bottom: 20px;
    border-bottom: 1px dotted #4c5d5b;
  }
  .prop-inclusions-wrap .room-desc .count {
    color: #4c5d5b;
  }
}

/* checklist */

.preinstall-checklist .d-grid a {
  width: 100%;
  max-width: 300px;
  margin: auto;
  border: 1px solid #4c5d5b;
  color: #4c5d5b;
}
.preinstall-checklist .d-grid a:hover {
  border: 1px solid #4c5d5b;
  background: #4c5d5b;
  color: #fff;
}
.prop-checklist-wrap .room-item-wrap {
  height: 100%;
  background: #f2ede7 !important;
}

.prop-checklist-wrap .room-item-wrap {
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
}

.prop-checklist-wrap .room-title {
  border-bottom: 1px dotted #9a7a37;
  color: #9a7a37;
  padding: 0 0 10px;
  width: 100%;
  align-self: flex-start;
  margin: 0;
  display: flex;
}

.prop-checklist-wrap .room-title button {
  margin-left: auto;
  width: 28px;
  height: 28px;
  line-height: 28px;
  padding: 0;
  border-radius: 50%;
}
.prop-checklist-wrap .room-title button[aria-expanded="true"] {
  background: #9a7a37;
  color: #fff !important;
}
.prop-checklist-wrap .room-desc {
  width: 100%;
  flex: 1;
}
.prop-checklist-wrap .room-desc.show {
  display: block !important;
}
.prop-checklist-wrap .room-desc .room-item {
  margin: 5px 0;
  display: flex;
}
.prop-checklist-wrap .room-desc .room-item span.count {
  min-width: 50px;
}
.prop-checklist-wrap .room-desc .room-item span.room-qty {
  margin-right: 10px;
  display: inline-block;
}

@media (max-width: 576px) {
  .prop-checklist-wrap {
    margin-bottom: 35px;
  }
  .prop-checklist-wrap .col-sm-6.col-md-4 {
    margin: 0 !important;
  }
  .prop-checklist-wrap .col-sm-6.col-md-4:first-child .room-item-wrap {
    border-top: 1px dotted #9a7a37;
  }
  .prop-checklist-wrap .col-sm-6.col-md-4 .room-item-wrap {
    padding: 0 !important;
    background: #fff !important;
  }
  .prop-checklist-wrap .room-title {
    padding: 10px 0;
  }
  .prop-checklist-wrap .room-desc {
    margin-bottom: 20px;
    border-bottom: 1px dotted #9a7a37;
  }
  .prop-checklist-wrap .room-desc .count {
    color: #4c5d5b;
  }
}

/* INVESTMENTS */
.prop-your-investments-wrap {
  max-width: 800px;
  margin: auto;
}
.prop-your-investments-wrap p {
  padding: 0;
  margin: 0;
}
.prop-your-investments-wrap .prop-your-investments {
  border: 1px solid #4c5d5b;
}

.prop-your-investments-wrap .prop-your-investments .prop-investments-item {
  border-bottom: 1px dotted #4c5d5b;
  padding: 5px 0;

  font-size: 16px;
  position: relative;
  line-height: 24px;
}
.prop-your-investments-wrap .prop-your-subsequent {
  font-size: 16px;
  position: relative;
  line-height: 24px;
}
.prop-your-investments-wrap
  .prop-your-investments
  .prop-investments-item
  .form-switch {
  margin: 0;
}

.prop-your-investments-wrap .prop-your-total {
  background: #4c5d5b;
  font-weight: bold;
}

.prop-your-investments,
.prop-your-total,
.prop-your-subsequent {
  padding: 1.5rem;
}

@media (max-width: 576px) {
  .prop-your-investments-wrap .prop-your-investments {
    border: 0 solid #4c5d5b;
    padding: 1.5rem 0;
  }
  .prop-your-investments-wrap .prop-your-total {
    margin: 0 -20px;
  }
}

.prop-your-total span.refundable {
  font-size: 14px;
  margin-top: -5px;
}

.prop-your-total .js-total {
  font-size: 24px;
}
.prop-your-total span.refundable .icon {
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  background: #000;
  margin-left: 5px;
}

.prop-accept-wrap,
.prop-trades-wrap {
  max-width: 800px;
  margin: 35px auto;
}

.prop-your-trades-wrap {
  margin-bottom: 35px;
}

.prop-your-trades-minor > div {
  flex-wrap: wrap;
}

.prop-your-trades div.col-trade {
  width: 20%;
  border: 1px solid #dee2e6;
}
.prop-your-trades div.col-trade > * {
  /* height: 100%; */
  flex-wrap: wrap;
}

.prop-your-trades div.col-trade .col-trade-wrap .strong {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .prop-your-trades div.col-trade {
    width: 100%;
    flex: 0 0 100%;
  }
}
.prop-your-trades div.col-trade h5 {
  height: 48px;
}
.prop-your-trades div.col-trade p {
  font-size: 16px;
  padding: 0;
}
.prop-your-trades div.col-trade ul {
  font-size: 16px;
  line-height: 24px;
  padding-left: 20px;
}
.prop-your-trades div.col-trade img {
  width: 40px;
}
.prop-your-trades div.col-trade .strong {
  font-family: "Museo Sans 100";
  font-weight: bold;
}
.prop-your-trades div.col-trade .trades-list {
  /* align-self: flex-start; */
}
.prop-your-trades div.col-trade .col-trade-wrap {
  width: 100%;
}
.prop-your-trades div.col-trade .trade-list-foot {
  width: 100%;
  /* margin-top: auto; */
}
.prop-your-trades div.col-trade .trades-list strong {
  display: block;
  font-family: "Museo Sans 100";
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #9a7a38;
}
.prop-your-trades div.col-trade .trades-list span {
  display: block;
  font-family: "Museo Sans 100";
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
}

.prop-your-trades-bespoke {
  margin-top: 35px;
  margin-bottom: 35px;
}
.prop-your-trades-bespoke p {
  text-align: left;
}

.prop-your-trades-bespoke .bespoke-room {
  height: 100%;
}
.prop-your-trades-bespoke .bespoke-room strong {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
  font-family: "Museo Sans 100";
  font-weight: bold;
}

.prop-your-trades-bespoke .bespoke-room span {
  display: block;
}
.prop-your-trades-bespoke .bespoke-room .title {
  border-bottom: 1px dotted #9a7a37;
  color: #9a7a37;
  padding: 0 0 10px;
  width: 100%;
  align-self: flex-start;
  margin: 0;
  display: flex;
}

.prop-your-trades-bespoke .bespoke-room .bespoke-room-notes strong {
  margin: 10px 0 0;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Museo Sans 100";
}
.prop-your-trades-bespoke .bespoke-room .bespoke-room-notes span {
  margin: 0;
}

.prop-your-trades-bespoke .bespoke-room .bespoke-room-notes span:before {
  content: "-";
  margin-right: 5px;
}

.proposal-form .gfield_label,
.proposal-form label {
  color: #4d4d4f;
}

div#field_10_15 {
  width: 300px;
  margin: auto !important;
}

.gf_field_invisible {
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

#prop-accept-payment-form .gform_wrapper.gravity-theme .gfield_label {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 20px;
  color: #4c5d5b;
}
#prop-accept-payment-form .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 10px;
}

#prop-accept-payment-form #prop-accept-payment-form-accept-wrap,
#prop-accept-payment-form.active #prop-accept-payment-form-accept {
  display: none;
}

#prop-accept-payment-form.active #prop-accept-payment-form-accept-wrap,
#prop-accept-payment-form #prop-accept-payment-form-accept {
  display: block;
}

#prop-accept-payment-form.active #prop-accept-payment-form-wrap {
  background: #eee;
  padding: 20px;
}

.payment-type .payment-type-list-wrap {
  height: 100%;
}

@media (max-width: 768px) {
  .payment-type .payment-type-list-wrap {
    max-width: 500px;
    margin: auto;
  }
}

.payment-type .payment-type-list-wrap a {
  text-decoration: none;
  padding: 15px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  line-height: 24px;
  background: #fff;
  border: 1px solid #4c5d5b;
}

.payment-type .col-md-4,
.payment-type .col-md-6 {
  margin-bottom: 20px;
}
.payment-type .payment-type-list-wrap > a > div {
  width: 100%;
}
.payment-type .payment-type-list-wrap a .title-wrap {
  font-family: "Museo Sans 100";
  font-weight: bold;
  padding: 10px 0;
  color: #4c5d5b;
}
.payment-type .payment-type-list-wrap a .desc-wrap {
  font-size: 16px;
  color: #343b40;
}
.payment-type .payment-type-list-wrap a .desc-wrap ul {
  margin-bottom: 0;
}
.payment-type .payment-type-list-wrap a .desc-foot-wrap {
  border-top: 1px solid #4c5d5b;
  font-size: 16px;
  align-self: flex-end;
  margin-top: 10px;
  padding-top: 10px;
  color: #343b40;
  min-height: 110px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.payment-type .payment-type-list-wrap a .desc-foot-wrap ul {
  margin-bottom: 0;
  list-style: none;
  padding: 0;
  width: 100%;
}
.payment-type .payment-type-list-wrap a .desc-foot-wrap ul li {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  font-size: 16px;
}
.payment-type .payment-type-list-wrap a .desc-foot-wrap ul li strong {
  font-family: "Museo Sans 100";
  font-weight: bold;
  font-size: 18px;
}
.payment-type .payment-type-list-wrap a .desc-foot-wrap ul li span {
  margin-left: auto;
}
.payment-type .payment-type-list-wrap a .desc-foot-wrap p {
  margin-bottom: 0;
  padding: 0;
  font-size: 13px;
  width: 100%;
  line-height: 16px;
}
.payment-type .payment-type-list-wrap a.active {
  background: #4c5d5b;
  color: #fff;
}
.payment-type .payment-type-list-wrap a.active * {
  background: #4c5d5b;
  color: #fff;
}

.payment-type .payment-type-list-wrap a.active .desc-foot-wrap {
  border-top: 1px solid #fff;
}

.payment-type .payment-type-list-wrap .logo-wrap {
  position: relative;
  /* margin-bottom: 10px; */
}
.payment-type .payment-type-list-wrap .logo-wrap img.dark {
  display: block;
}
.payment-type .payment-type-list-wrap .logo-wrap img.white {
  display: none;
}
.payment-type .payment-type-list-wrap a.active .logo-wrap img.dark {
  display: none;
}
.payment-type .payment-type-list-wrap a.active .logo-wrap img.white {
  display: block;
}
.payment-type .payment-type-list-wrap .logo-wrap .icon {
  background: #000;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  color: #fff;
  font-size: 80%;
  text-align: center;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}

#dashboardTable {
  font-size: 14px;
}
.dash-title {
  text-transform: uppercase;
}
.dash-address {
  max-width: 300px;
}

.btn-blue {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-blue:hover,
.btn-blue:focus {
  color: #fff;
  background-color: #0d66eb;
  border-color: #0a61e4;
}

.btn-indigo {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2;
}
.btn-indigo:hover,
.btn-indigo:focus {
  color: #fff;
  background-color: #5d0fdb;
  border-color: #5d0fdb;
}

.btn-purple {
  color: #fff;
  background-color: #6f42c1;
  border-color: #6f42c1;
}
.btn-purple:hover,
.btn-purple:focus {
  color: #fff;
  background-color: #5e37a5;
  border-color: #5e37a5;
}

.btn-cyan {
  color: #fff;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-cyan:hover,
.btn-cyan:focus {
  color: #fff;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-outline-cyan {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-cyan:hover,
.btn-outline-cyan:focus {
  background: #0dcaf0;
  color: #fff;
}

.btn-outline-blue {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-blue:hover,
.btn-outline-blue:focus {
  background: #0d6efd;
  color: #fff;
}

.btn-outline-purple {
  color: #6f42c1;
  border-color: #6f42c1;
}
.btn-outline-purple:hover,
.btn-outline-purple:focus {
  background: #6f42c1;
  color: #fff;
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  opacity: 0.2;
  filter: grayscale(100%);
}

div#dashboardTable_wrapper .row:first-child > div {
  width: 100%;
  padding: 0 !important;
}
div#dashboardTable_wrapper .dataTables_filter label {
  width: 100%;
}
div#dashboardTable_wrapper .dataTables_filter label input {
  width: 100%;
  padding: 15px;
  margin: 0;
  border: 1px solid #997a3c;
  border-radius: 0;
  font-size: 16px;
}
div#dashboardTable_wrapper .dataTables_filter label:before {
  content: "";
}

.dataTables_length {
  display: none;
}
table#dashboardTable {
  overflow: hidden;
}

table#dashboardTable thead tr {
  background: #343a40;
  color: #fff;
}

table#dashboardTable thead tr th {
  padding-top: 20px;
  padding-bottom: 20px;
}
table#dashboardTable tbody tr td {
  padding-top: 20px;
  padding-bottom: 20px;
}
table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:after {
  top: 50%;
  transform: translateY(-50%);
}

.heading {
  font-size: 55px;
  text-align: center;
  color: #4d4d4f;
  line-height: 80px;
  letter-spacing: 15px;
  margin-bottom: 40px;
}

button#templateModal {
  /* position: absolute;
    right: 10px;
    top: 10px;
    padding: 5px 10px;
    width: 150px;  */
  padding: 5px 10px;
  width: 150px;
  margin: 0 0 20px auto;
  display: block;
}

@media (max-width: 768px) {
  .heading {
    font-size: 35px;
    line-height: 40px;
    letter-spacing: 10px;
    margin-bottom: 20px;
  }
}

div#js-extra .js-room-item-foot {
  display: none !important;
}

input#gform_submit_button_10 {
  width: 100%;
  background: #1a8754;
  color: #fff;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  font-weight: 400;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: 1px;
}

div#field_10_29 .refundable * {
  text-align: left;
}
div#field_10_29 .refundable h3 {
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

div#field_10_29 .refundable p {
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
}

div#field_10_29 .refundable p:last-child {
  margin: 0;
}

div#field_10_29 .refundable {
  padding: 15px;
  display: block;
  border: 1px solid #4d4d4f;
}

div#gfield_description_10_29 {
  padding: 0;
}

div#field_10_41 .eft {
  padding: 15px;
  display: block;
  border: 1px solid #4d4d4f;
}
div#field_10_41 .eft strong {
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
  display: block;
}

div#field_10_41 .eft p {
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
  text-align: left;
}

.prop-trades-extras .prop-subtotal-trades-item {
  display: none;
  font-family: "Museo Sans 100";
  font-weight: bold;
}
.prop-trades-extras .prop-subtotal-trades-item.active {
  display: block;
}

.js-external-internal-toggle {
  cursor: pointer;
}
div#ExternalInternalTradeCollapse ul {
}

div#ExternalInternalTradeCollapse ul li {
}

div#ExternalInternalTradeCollapse ul li .title {
  font-family: "Museo Sans 100";
  font-weight: bold;
}

div#ExternalInternalTradeCollapse:not(.active) ul li .notess-wrap {
  display: flex;
  margin: 0 5px;
  flex-wrap: wrap;
  flex-grow: 1;
}

div#ExternalInternalTradeCollapse:not(.active)
  ul
  li.internal
  .notess-wrap:before {
  content: "(";
}
div#ExternalInternalTradeCollapse:not(.active)
  ul
  li.internal
  .notess-wrap:after {
  content: ")";
}

div#ExternalInternalTradeCollapse ul li .notess-wrap .note-wrap {
  display: flex;
}

div#ExternalInternalTradeCollapse:not(.active)
  ul
  li
  .notess-wrap
  .note-wrap:after {
  content: ",";
  margin-right: 5px;
}

div#ExternalInternalTradeCollapse
  ul
  li
  .notess-wrap
  .note-wrap:last-child:after {
  display: none;
}

div#ExternalInternalTradeCollapse:not(.active) ul li .notes-wrap .note-content {
  display: none;
}
div#ExternalInternalTradeCollapse.active ul li .title {
  width: 100%;
}

div#ExternalInternalTradeCollapse.active ul li .notess-wrap {
  max-width: 100%;
}
div#ExternalInternalTradeCollapse.active ul li .notess-wrap .note-title {
}
div#ExternalInternalTradeCollapse.active ul li .note-title:before {
  content: "-";
}

div#ExternalInternalTradeCollapse.active ul li.external .note-content:before {
  content: "-";
}

@media (max-width: 480px) {
  div#ExternalInternalTradeCollapse ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  div#ExternalInternalTradeCollapse ul li {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  div#ExternalInternalTradeCollapse ul li .notess-wrap .note-wrap {
    display: block;
  }

  div#ExternalInternalTradeCollapse.active ul li .notess-wrap .note-title {
    display: inline-block;
  }
  div#ExternalInternalTradeCollapse.active ul li .notess-wrap .note-content {
    display: inline-block;
  }

  div#ExternalInternalTradeCollapse.active ul li .notess-wrap .note-content {
    font-size: 90%;
  }
}

.text-graypa {
  color: #4c5d5b;
}

.proposal-body h5 {
  color: #4c5d5b !important;
}
.form-check-input:checked {
  background-color: #a5af9a;
  border-color: #a5af9a;
}

.prop-your-investments-wrap
  .prop-your-investments
  .prop-subtotal-trades-item.prop-investments-item {
  margin: 0 -1.5rem -1.5rem;
  padding: 10px 1.5rem;
  border: 0 !important;
  background: #a5af9a;
  color: #fff;
}

.prop-your-investments-wrap
  .prop-your-investments
  .prop-subtotal-styling-item.prop-investments-item {
  margin: 0 -1.5rem -1.5rem;
  padding: 10px 1.5rem;
  border: 0 !important;
  background: #a5af9a;
  color: #fff;
}

.select2-container--bootstrap-5
  .select2--large.select2-dropdown
  .select2-results__options
  .select2-results__option {
  font-size: 1rem !important;
}

header a.btn-success {
  background: #a5af9a;
  border: 1px solid #a5af9a;
  border-radius: 0 !important;
  color: #000000;
  font-weight: 900 !important;
}
header a.btn-success:hover,
header a.btn-success:focus {
  background: #000000;
  border: 1px solid #000000;
  color: #a5af9a;
}

header .head-wrap button {
  background: #a5af9a;
  border: 1px solid #a5af9a;
  border-radius: 0 !important;
  color: #000000;
  font-weight: 900 !important;
}
header .head-wrap button:hover,
header .head-wrap button:focus {
  background: #000000;
  border: 1px solid #000000;
  color: #a5af9a;
}

body input#gform_submit_button_10 {
  background: #a5af9a;
  border: 1px solid #a5af9a;
  border-radius: 0 !important;
  color: #000000;
  font-weight: 900 !important;
}

body input#gform_submit_button_10:hover,
body input#gform_submit_button_10:focus {
  background: #000000;
  border: 1px solid #000000;
  color: #a5af9a;
}

div#prop-accept-payment-form-accept a {
  background: #a5af9a;
  border: 1px solid #a5af9a;
  color: #000000;
  border-radius: 0 !important;
  font-weight: 900 !important;
}

div#prop-accept-payment-form-accept a:hover,
div#prop-accept-payment-form-accept a:focus {
  background: #000000;
  border: 1px solid #000000;
  color: #a5af9a;
}

.prop-your-investments-wrap .bg-success {
  background: #a5af9a !important;
  border: 1px solid #a5af9a !important;
  color: #000000 !important;
  border-radius: 0 !important;
  font-weight: 900 !important;
}

table#dashboardTable tbody tr td.bg-primary,
#pa-templates table tbody tr td.bg-primary {
  background-color: #9a7a37 !important;
}
table#dashboardTable tbody tr td p a[data-bs-original-title="LINK"],
#pa-templates table tbody tr td p a[data-bs-original-title="LINK"] {
  color: #9a7a37;
  border: 1px solid #9a7a37;
}

table#dashboardTable tbody tr td p a[data-bs-original-title="LINK"]:hover,
table#dashboardTable tbody tr td p a[data-bs-original-title="LINK"]:focus,
#pa-templates table tbody tr td p a[data-bs-original-title="LINK"]:hover,
#pa-templates table tbody tr td p a[data-bs-original-title="LINK"]:focus {
  background: #9a7a37;
  color: #fff;
}

.p-3 {
  padding: 2rem !important;
}
