* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.doorjamb-container {
  max-width: 872px;
  margin: 0 auto;
  padding: 50px 0;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  color: #333333;
}

html {
  overflow-x: hidden;
}

.btn,
.add-another,
.configure-another,
.item-added,.doorjamb-container .door-frame-link,.current-location {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.doorjamb-container .rebate-title {
  font-size: 32px;
  font-weight: 300;
  color: #000000;
  max-width: 751px;
  width: 100%;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto;
}

/* stepper start */
.doorjamb-container .stepper-wrap {
  position: relative;
  padding: 35px 0;
}

.doorjamb-container .stepper {
  display: flex;
  justify-content: space-between;
}

.step {
  text-align: center;
  flex: 1;
  /*cursor: pointer;*/
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #D0D0D0;
  user-select: none;
}

.step.active {
  border-bottom: 3px solid #F26531;
  border-radius: 3px;
}

.step-text sup {
  font-size: 9px;
  font-weight: 400;
  background-color: #F26531;
  color: #fff;
  border-radius: 50px;
  width: 14px;
  height: 14px;
  display: inline-block;
  line-height: 14px;
}

.circle {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background-color: #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 15px;
  color: #959596;
}

.step.active .circle,
.step.complete .circle {
  background-color: #F5D2C1;
  color: #F26531
}

.step-text {
  display: block;
  color: #959596;
  font-size: 15px;
  font-weight: 500;
}

.step.active .step-text,
.step.complete .step-text {
  color: #F26531
}

/* stepper end */

/* Pages tab-content start */
.doorjamb-tab-content {
	display: none;
}

.doorjamb-tab-content.active {
	display: block
}

.doorjamb-container .actions {
  margin-top: 38px;
  display: flex;
  justify-content: space-between;
  gap: 17px
}

.doorjamb-container .configure-actions {
  margin-top: 38px;
  display: flex;
  justify-content: end;
  gap: 17px
}

.btn {
  border: 1px solid #f26531;
  background: #fff;
  padding: 14px 14px;
  cursor: pointer;
  width: 184px;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
}

.btn:hover,
.item-added:hover {
  opacity: 0.7;
}

.btn.primary {
  background: #F26531;
  color: #fff
}

.btn[disabled] {
  opacity: .6;
  cursor: not-allowed
}

.btn.prev {
  border: 1px solid #D0D0D0;
  color: rgba(154, 154, 154, 1);
}

/* Pages tab-content end */

/* Pages configure start */
.doorjamb-container .door-frame {
  display: flex;
  align-items: center;
  flex-direction: column;
  border: 1px solid #D0D0D0;
  padding: 15px;
  border-radius: 5px;
  gap: 16px;
  margin-bottom: 27px;
}

.doorjamb-container .door-frame img {
  max-width: 100%;
}

.doorjamb-container .door-frame-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.doorjamb-container .door-frame-link:hover{
  opacity: 0.7;
}
.doorjamb-container .vector-icon {
  width: 24px;
  height: 24px;
  background-color: #EEEEEE;
  border-radius: 50%;
  padding: 3px;
}

.doorjamb-container .door-frame-text {
  font-size: 15px;
  font-weight: 500;
  border-radius: 5px;
  color: #959596;
  background-color: #EEEEEE;
  text-decoration: underline;
  padding: 5px;
  margin-bottom: 0;
}

/* internal-wall-table */
.doorjamb-container .internal-wall-table {
  margin-top: 20px;
}

.doorjamb-container .scenarios-table-main {
  font-weight: 500;
  text-align: center;
}

.doorjamb-container .internal-wall-table .scenarios-table-main {
  width: 100%;
  table-layout: fixed;
}

.doorjamb-container .scenarios-table-main td,
.doorjamb-container .scenarios-table-main th {
  border: 1px solid #DBDBDB;
  border-bottom: none;
  border-right: none;
}

.doorjamb-container .scenarios-table-main {
  border: none;
  border-right: 1px solid #DBDBDB;
  border-bottom: 1px solid #DBDBDB;
  border-radius: 5px;
  width: 100%;
}

.doorjamb-container .internal-wall-table-first .scenarios-table-main td,
.doorjamb-container .internal-wall-table-first .scenarios-table-main th {
  height: 55px;
}
.doorjamb-container .scenarios-table-main td,
.doorjamb-container .scenarios-table-main th {
  padding: 12px 15px;
}

.doorjamb-container .scenarios-table-main tr:first-child td:first-child {
  border-radius: 5px 0 0;
}

/* scenarios-table-main end */

.wall-fild-text {
  font-weight: 400;
  text-align: start;
}

.round-dropdown .dropdown-main {
  border-radius: 40px;
  color: #F26531;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
}

.round-dropdown .dropdown-main .list {
  width: 100%;
  z-index: 999;
}

.dropdown-main::after {
  display: none;
}

.doorjamb-container .square-dropdown.round-dropdown .dropdown-main {
  border-radius: 0;
  border: none;
  background: #fff;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
  background-image: url(../image/arrow-down.png);
  background-repeat: no-repeat;
  background-position: 100%;
  appearance: none;
  text-align: center;
  padding: 5px 18px 5px 1px;
  bottom: none;
  margin-bottom: 0;
}
.doorjamb-container .square-dropdown.round-dropdown .dropdown-main option{
    cursor: pointer;
    color: rgba(60, 61, 63, 1);
}
.doorjamb-container .square-dropdown.round-dropdown .dropdown-main option:hover{
  background: #000;
}
.dropdown-main {
  border: none;
}
.doorjamb-container .your-details-form-step1 .dropdown-main {
  padding-left: 0;
}
.add-another,
.configure-another {
  border: 1px solid #F26531;
  color: #F26531;
  background-color: #fff;
  padding: 13px 26px;
  cursor: pointer;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none !important;
}

.add-another:hover,
.configure-another:hover {
  opacity: 0.7;
}

.item-added {
  border: 1px solid #F26531;
  color: #F26531;
  background-color: #fff;
  padding: 14px;
  cursor: pointer;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 6px;
}

.item-added img {
  width: 14px;
  height: 11px;
}

/* confirmation page end */

/* ----------============  modal css start  ============---------- */
.doorjamb-container .modal {
  position: fixed;
  z-index: 10000000;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.modal.is-visible {
  visibility: visible;
}

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
  background: rgba(51, 51, 51, 0.7);
  backdrop-filter: blur(8px);
}

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.mobile-scroll {
  overflow-y: auto;
  max-height: calc(100vh - 40px);
  border-radius: 6px;
  max-width: 741px;
  width: 100%;
  margin: 0 20px;
  padding-right: 0;
}

.modal-wrapper {
  position: relative;
  z-index: 9999;
  max-width: 550px;
  background-color: #fff;
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.1),
    0px 8px 8px -4px rgba(16, 24, 40, 0.04);
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0px 20px 24px -4px rgba(16, 24, 40, 0.08),
    0px 8px 8px -4px rgba(16, 24, 40, 0.03);
}

.modal-transition {
  transition: all 0.3s 0.12s;
  opacity: 0;
}

.modal.is-visible .modal-transition {
  opacity: 1;
}

.modal-close {
  position: absolute;
  top: 26px;
  right: 26px;
  color: #aaa;
  background: none;
  border: 0;
  cursor: pointer;
  outline: none;
}

.modal-close img {
  width: 24px;
  height: 24px;
}

.modal-content {
  display: flex;
  align-items: center;
  flex-direction: column;
}

/* --------------- update modal ----------- */
.related-update-modal-main {
  max-width: 741px;
  width: 100%;
}

.related-update-modal {
  padding: 50px 16px 30px;
  display: block;
}

.doorjamb-container .related-update-wrap {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}

.related-update-step {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 12px;
}

.related-update-text {
  width: 75%;
  font-weight: 500;
  line-height: 1.2;
}

.related-update-text span {
  font-size: 15px;
  font-weight: 400;
}

.related-update-point {
  margin-bottom: 12px;
}

.doorjamb-container .door-jamb-img {
  width: 40%;
}

.doorjamb-container .doorjamb-container {
  width: 60%;
}

.doorjamb-container .door-jamb-img img,
.related-update-point img {
  max-width: 100%;
}

.related-update-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #F5D2C1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 15px;
  color: #F26531 !important;
}

/* ----------============  modal css end  ============---------- */

/* summary page start */
.summary-table {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 8px;
}

.summary-first-column-title,
.summary-third-column-title {
  font-size: 15px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 0;
}

.summary-first-column-text {
  font-size: 13px;
  font-weight: 400;
  text-align: start;
  color: #7D7D7D;
  line-height: 1.2;
}

.summary-third-column-text {
  font-size: 13px;
  font-weight: 400;
  text-align: start;
  color: #7D7D7D;
  line-height: 1.2;
}

.summary-third-column-point {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 8px;
}

.summary-table-text {
  font-size: 13px;
  font-weight: 400;
  text-align: start;
  color: #7D7D7D;
  line-height: 1.2;
  padding: 0 !important;
  border: none !important;
}

.summary-table-subtitle {
  font-size: 13px;
  font-weight: 400;
  text-align: start;
  color: #7D7D7D;
  line-height: 1.2;
  padding: 0 !important;
  border: none !important;
  width: 30%;
}

.summary-second-column-image {
  width: 100%;
}

.summary-second-search-button {
  cursor: pointer;
  position: absolute;
  bottom: 6px;
  right: 8px;

}

.summary-last-column {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 8px;
  height: 100%;
}

.summary-second-remove-button {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #7D7D7D;
  background-color: #fff;
  border: none;
  padding: 16px 0;
  text-decoration: underline;
  cursor: pointer;
}

.summary-second-remove-button img {
  width: 14px;
  height: 14px;
  color: #000000
}

.doorjamb-container .square-dropdown.round-dropdown .dropdown-main.qty-select {
  border: 1px solid #D0D0D0;
  color: rgba(60, 61, 63, 1);
  padding-right:15px;
  height: 47px !important;
  border-radius: 0 !important;
  width: 75px;
  background-position: 89%;
  margin-bottom: 0;
}


/* summary page end */

/* zoom modal css */
.img-modal {
  display: none;
  position: fixed;
  z-index: 99999999;
  padding: 20px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.img-modal-content {
  margin: auto;
  display: block;
  /*scale: 1.5;*/
}

.close-modal {
  position: absolute;
  top: 30px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

/* zoom modal css end */

/* your details page start */
.doorjamb-container .your-details-form {
  max-width: 594px;
  margin: 0 auto;
}

.doorjamb-container .square-dropdown.round-dropdown .dropdown-main.your-details-select {
  border-bottom: 1px solid #F26531;
  border-radius: 0 !important;
  justify-content: start !important;
  height: 47px !important;
  text-align: left;
  padding-left: 5px;
}

.doorjamb-container .square-dropdown.round-dropdown .dropdown-main.your-details-supplier {
  border: 1px solid #F26531;
  border-radius: 0 !important;
  justify-content: start !important;
  height: 47px !important;
  padding: 15px;
  background-position: 98%;
}

.doorjamb-container .square-dropdown.round-dropdown .dropdown-main.your-details-select,
.doorjamb-container .square-dropdown.round-dropdown .dropdown-main.your-details-supplier {
  color: #000 !important;
  text-align: left;
}

.form-row {
  display: flex;
  gap: 24px;
  margin-bottom: 28px;
  justify-content: flex-start;
}

.doorjamb-container .supplier-section .form-row, .doorjamb-container .supplier-section-nz .form-row {
	margin-bottom: 15px;
}

.form-field {
  flex: 1;
}

.form-field.full-width {
  flex: 1 1 100%;
}

.doorjamb-container .form-input {
  width: 100%;
  height: 47px;
  padding: 12px 16px 12px 0;
  border-bottom: 1px solid #F26531;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 15px;
  font-weight: 400;
}

.doorjamb-container .form-input::placeholder {
  color: #3C3D3F80;
}

.doorjamb-container .form-input:focus {
  outline: none;
  border-color: #F26531;
}

.doorjamb-container .supplier-section {
	margin-top: 50px;
	border-top: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
}

.doorjamb-container .supplier-section-nz {
	margin-top: 50px;
	border-bottom: 1px solid #D0D0D0;
}

.doorjamb-container .supplier-title {
  font-weight: 500;
  margin-bottom: 20px;
  margin-top: 40px;
  font-size: 15px;
}

.postcode-search {
  /*margin-bottom: 40px;*/
}

.supplier-options {
	margin-bottom: 16px !important;
}

.doorjamb-container .search-input-wrapper {
	position: relative;
}

.doorjamb-container .search-input {
  padding-left: 45px;
  border: 1px solid #F26531 !important;
}

.search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 16px;
  height: 16px;
}

.postcode-options {
	margin-top: -15px;
	margin-bottom: 15px;
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 16px;
	font-size: 12px;
	color: #3C3D3F;
}

.current-location {
  text-decoration: underline;
  color: #3C3D3F;
}

/* your details page end */


/* confirmation page start */
.doorjamb-container .confirmation-tab {
  padding: 50px 0px 30px;
}

.doorjamb-container .confirmation-tab-title {
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  margin: 0;
}

.doorjamb-container .confirmation-tab-text {
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  max-width: 492px;
  width: 100%;
  margin: auto;
  line-height: 1.4;
  padding-top: 25px;
}

.doorjamb-container .confirmation-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.configure-rondo {
  text-decoration: none;
  text-align: center;
}
.internal-wall-table tr{
  border: none !important;
}
/* confirmation page end */

.internal-wall-table tbody {
	border: none;
}

.doorjamb-container .square-dropdown.round-dropdown .dropdown-main.your-details-supplier {
	padding: 12px 15px;
}

.summary-second-remove-button {
	text-decoration: none;
}

.ui-menu {
	max-height: 400px;
	overflow-y: auto;
}

.ui-widget-content {
	font-family: Rubik, sans-serif !important;
	font-size: 15px !important;
}

.ui-menu-item-wrapper {
	font-family: Rubik, sans-serif !important;
	font-size: 15px !important;
	padding: 4px;
	margin: 4px;
}

.ui-menu-item-wrapper:hover {
	border: none !important;
}


/* Multiselect Supplier Styles */
.selected-suppliers-list {
	margin-top: 20px;
	margin-bottom: 20px;
}

.supplier-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px 0;
	border-bottom: 1px solid #D0D0D0;
	font-size: 15px;
	color: #333333;
}

.supplier-item-name {
	flex: 1;
	font-weight: 400;
}

.supplier-item-remove {
	display: flex;
	align-items: center;
	gap: 8px;
	background: none;
	border: none;
	color: #7D7D7D;
	cursor: pointer;
	text-decoration: underline;
	font-size: 14px;
	padding: 0;
	margin-left: 16px;
}

.supplier-item-remove:hover {
	color: #F26531;
	opacity: 0.8;
}

.supplier-item-remove img {
	width: 14px;
	height: 14px;
}

#selected-suppliers-container:empty {
	display: none;
}

.supplier-search {
	margin-bottom: 15px;
}

.supplier-notes {
  border: 1px solid #D0D0D0 !important;
  padding: 12px !important;
}