@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
@import 'components/terms-checkbox.css';

* {
    font: inherit;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
}

body {
    font-family: 'Inter', sans-serif !important;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background-color: #fffbf6;
    margin: 0;
    padding: 0;
}

img,
video,
svg {
    display: block;
    height: auto;
    max-width: 100%;
}

body {
    margin: 0;
    min-height: 100dvh;
    color: #505050;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*text-wrap: balance;*/
    font-family: 'Josefin Sans', sans-serif;
}

p {
    text-wrap: pretty;
}

ul,
li {
    margin: 0;
    padding: 0;
}

h2 {
    color: var(--Neutrals-400, #75736a);
    font-feature-settings: 'clig' off, 'liga' off;

    /* Desk/H2 */
    font-family: 'Josefin Sans';
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
    /* 114.286% */
    margin: 0px;
}

h4 {
    color: var(--Neutrals-400, #75736a);
    font-family: Verdana;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

h5 {
    color: var(--Neutrals-1000, #fff);
    font-feature-settings: 'clig' off, 'liga' off;

    /* Desk/H5 */
    font-family: Verdana;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 133.333% */
    margin: 0px;
}

@import 'bootstrap';

.color-n-500 {
    color: #b3afa1;
}

.tabs__link {
    margin-right: 0.5rem;
    color: #6d4c41;
    background-color: #ffe0b2;
    border: 2px solid transparent;
    border-radius: 1rem;
    padding: 0.5rem 1rem;
}

.tabs__link:hover,
.tabs__link:focus {
    background-color: #ffccbc;
    border-color: #ffab91;
    color: #6d4c41;
}

.tabs__link--active {
    color: #fff;
    background-color: #ff5722;
    border-color: #ff5722;
}

.tabs__item {
    margin-right: 10px;
}

.accordion__badge {
    background-color: #ff5722;
    color: white;
    padding: 0.25em 0.5em;
    border-radius: 0.25rem;
    font-size: 0.9em;
}

.nav-link p {
    margin: 0;
    display: flex;
}

ul.nav-tabs li button {
    text-align: left;
}

.btn-primary {
    background-color: #e37410 !important;
    border-radius: 2px !important;
    padding: 12px 20px;
    font-weight: 600;
    text-align: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: var(--Neutrals-1000, #fff);
    font-family: Verdana;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
}

.btn-primary:hover {
    border-radius: var(--Radius-100, 2px);
    background: linear-gradient(180deg, #e37410 0%, #e35d33 100%);
    box-shadow: 0px 2px 4px 0px rgba(192, 114, 44, 0.16);
    transition: all 0.3s ease;
}

.btn-primary:focus {
    border-radius: var(--Radius-100, 2px);
    background: radial-gradient(
            66.21% 189.29% at 50% 50%,
            #e37410 0%,
            #e37410 47.92%,
            #e37410 47.93%,
            #e34933 100%
    );
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15) inset;
}

.btn-primary:disabled,
.btn-primary.disabled {
    border-radius: var(--Radius-100, 2px);
    background-color: rgba(220, 220, 220, 0.32) !important;
}

.btn-outline {
    border-radius: var(--Radius-100, 2px);
    border: 1.7px solid var(--Neutrals-1000, #fff);
    color: var(--Neutrals-1000, #fff);
    text-align: center;
    font-family: Verdana;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    padding: 10px 18px;
    font-weight: 600;
    text-align: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.btn-outline:hover {
    border-radius: var(--Radius-100, 2px);
    background: var(--Neutrals-1000, #fff);
    box-shadow: 0px 2px 4px 0px rgba(192, 114, 44, 0.16);
    color: #e37410;
}

.btn-outline:focus {
    border-radius: var(--Radius-100, 2px);
    background: radial-gradient(
            66.21% 189.29% at 50% 50%,
            #fff 0%,
            #fff 47.92%,
            #f9f9f9 47.93%,
            #e9e9e9 100%
    );
    box-shadow: 0px 0px 34.899px 0px rgba(0, 0, 0, 0.15) inset;
    color: #e37410;
}

.btn-outline:disabled {
    border-radius: var(--Radius-100, 2px);
    border: 1.7px solid var(--Neutrals-900, #fbfbfb);
    opacity: 0.28;
}

.btn-outline-orange {
    border-radius: var(--Radius-100, 2px);
    border: 1.7px solid var(--Primary-Ochre-Orange-100, #e37410);
    color: var(--Primary-Ochre-Orange-100, #e37410);
    text-align: center;
    font-family: Verdana;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    padding: 10px 18px;
    font-weight: 600;
    text-align: center;
    justify-content: center;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 12px 20px;
}

.btn-outline-orange:hover {
    border-radius: var(--Radius-100, 2px);
    background: linear-gradient(180deg, #e37410 0%, #e35d33 100%);
    box-shadow: 0px 2px 4px 0px rgba(192, 114, 44, 0.16);
    color: #fff;
}

.btn-outline-orange:hover img {
    stroke: #fff;
    filter: brightness(100);
}

.btn-no_bg {
    display: inline-flex;
    height: 48px;
    min-width: 48px;
    padding: 4px 30px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    border-radius: var(--Radius-100, 2px);
    border-bottom: 1.2px solid var(--Primary-Ochre-Red-100, #c24200);
    color: var(--Primary-Ochre-Orange-100, #e37410);
    text-align: center;
    font-family: Verdana;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
}

.btn-no_bg path {
    stroke: #e37410;
}

.btn-no_bg:hover {
    display: inline-flex;
    height: 48px;
    min-width: 48px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    border-bottom: 1.2px solid var(--Primary-Ochre-Red-100, #c24200);
    /* box-shadow: 0px 13.087px 26.175px 0px rgba(11, 161, 181, 0.15); */
    text-align: center;
    font-family: Verdana;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    background: linear-gradient(180deg, #e37410 0%, #e34310 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-no_bg:focus {
    display: inline-flex;
    height: 48px;
    min-width: 48px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border: none;
    flex-shrink: 0;
    border-radius: var(--Radius-100, 2px);
    /* box-shadow: 0px 0px 34.899px 0px rgba(0, 0, 0, 0.15) inset; */
    text-align: center;
    font-family: Verdana;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    background: radial-gradient(
            71.7% 165.22% at 50% 50%,
            #e37410 0%,
            #e37410 53.64%,
            #e37410 53.65%,
            #e34933 100%
    );
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-no_bg:disabled,
.btn-no_bg.disabled {
    display: inline-flex;
    height: 48px;
    min-width: 48px;
    padding: 8px 0px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    border-radius: var(--Radius-100, 2px);
    color: #f3f3f3;
    text-align: center;
    font-family: Verdana;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    border: 0px;
}

.btn-no_bg.disabled path {
    stroke: #f3f3f3;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #75736a;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

div[id*='crossingAccordion'] .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
    display: flex;
}

.read-more-btn {
    background: none;
    border: none;
    color: var(--Primary-Ochre-Orange-100, #e37410);
    text-align: right;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-decoration-line: underline;
}

img[id*='crossingsImage'] {
    width: -webkit-fill-available;
}

.toggle-icon.collapsed .open-crossing-icon {
    transform: rotate(0deg);
}

.toggle-icon .open-crossing-icon {
    width: 16px;
    margin-right: 22px;
    transform: rotate(180deg);
}

.form-check-input {
    width: 1.25em;
    height: 1.25em;
}

.accordion-header.estimate-header .accordion-button {
    position: relative;
    /*pointer-events: none;*/
    display: flex;
    height: 62px;
    padding: 8px 24px 8px 22px;
    justify-content: space-between;
    align-items: center;
    border-radius: 0px;
}

.gradient-line.w-100.position-absolute.bottom-0 {
    height: 4px;
    left: 0;
    background: linear-gradient(
            90deg,
            #45433b 0%,
            #5a4331 1.99%,
            #744325 4.41%,
            #b34207 10.36%,
            #d86608 16.2%,
            #fa9e16 23.24%,
            #e5b65b 31.03%,
            #dfce9f 38.91%,
            #e7e7e1 47.32%,
            #b4cdd1 55.64%,
            #65a4b9 69.36%,
            #4f7e9e 84.13%,
            #224d6b 93.3%,
            #224d6b 100%
    );
}

.accordion-header.estimate-header .nav-item {
    width: -webkit-fill-available;
}

.accordion-header__nav {
    line-height: 20px;
}

.accordion-header.estimate-header .nav-item:has(.active) {
    background-color: #fff;
}

.accordion-header.estimate-header .nav-item .nav-link:has(.active) {
    background-color: #fff;
}

.accordion-header.estimate-header .nav-item {
    background-color: #f5f3ee;
    border-right: 0px;
    border-bottom: 0px;
    display: flex;
    height: 110px;
    padding: 16px;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
}

.accordion-header.estimate-header .nav-item.active {
    background-color: #f5f3ee;
    border-right: 1.7px solid var(--Neutrals-800, #f5f3ee);
    border-bottom: 1.7px solid var(--Neutrals-800, #f5f3ee);
    background: var(--Neutrals-1000, #fff);
    display: flex;
    height: 110px;
    padding: 16px;
    justify-content: space-between;
    align-items: flex-end;
    align-self: stretch;
}

.accordion-header.estimate-header .nav-link {
    display: flex;
    border: 0;
}

.btn-crossing {
    background-color: #ffe0b2;
    color: #6d4c41;
    border: 2px solid #ffa726;
    border-radius: 20px;
    margin-right: 5px;
}

.crossings-tags,
.sleeves-tags,
.packages-tags {
    list-style: none;
    display: flex;
    align-items: baseline;
}

.crossing-tag,
.sleeve-tag {
    color: #afaa9b !important;
    margin: 6px 6px 0 0 !important;
    font-size: 12px;
    font-weight: bold !important;
}

li.package-tag.package-name {
    color: #afaa9b !important;
    margin: 2px 0px 0px 8px;
    font-size: 14px;
    font-weight: bold !important;
}

.packages-tags li i {
    font-size: 24px;
    margin: 4px;
}


:root {
    --form-control-color: #e37312;
}

.btn-select {
    float: right;
    background-color: #ffa726;
    color: white;
}

.list-inclusions {
    list-style: none;
    padding-left: 0;
}

.list-inclusions li {
    margin-bottom: 0.5em;
}

.info-icon {
    float: right;
    cursor: pointer;
}

.package-total .price {
    font-weight: bold;
    color: #ff5722;
}

.btn-check:checked + .btn-outline-primary,
.btn-outline-primary:hover,
.btn-check + .btn:hover {
    color: #fff;
    background-color: #e37410;
    border-color: #e37410;
}

.btn-outline-primary {
    color: #e37410;
    background-color: #fff;
    border-color: #e37410;
    border-radius: 10px;
}

.tooltip-text {
    visibility: hidden;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
}

.tooltip-text.show {
    visibility: visible;
}

img#largeImage {
    width: 320px;
}

.estimate-header #toggleAccordionButton[aria-expanded='true'] img {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.estimate-header #toggleAccordionButton[aria-expanded='false'] img {
    transform: rotate(360deg);
    transition: transform 0.3s ease;
}

.estimate-header .confirm-edit:active {
    border: 0px;
}

.estimate-header .btn.confirm-edit {
    border: 0px;
}

.estimate-header .dropdown-menu {
    position: absolute;
    right: 8px;
    top: calc(100% + 8px);
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0px -2px 20px 0px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(35px);
    border: 1px solid #ccc;
    width: auto;
    display: none;
    z-index: 1000;
    min-width: 225px;
}

.estimate-header .dropdown-item {
    padding: 16px 20px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
}

.estimate-header .dropdown-item img {
    margin-right: 8px;
}

.estimate-header .accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #75736a;
}

.price.borehole_price.badge {
    right: 100px;
    /*position: absolute;*/
    color:  #ffffff;
    text-align: right;
    font-family: "Verdana",sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    top: 13px;
    /*width: 12%;*/
    display: inline-table;
}

#editBoreholeTitleButton {
    font-family: "Verdana",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #b3afa1;
}

#cloneAccordionItemButton {
    font-family: Verdana;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #b3afa1;
}

#deleteAccordionItemButton {
    pointer-events: all;
    font-family: Verdana;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #ff742c;
    border-radius: 2px;
    background: rgba(255, 232, 220, 0.2);
}

#openAccordionItemButton {
    cursor: pointer;
    margin-left: 10px;
    background-color: transparent;
    border: none;
    color: #007bff;
}

#openAccordionItemButton:hover {
    color: #0056b3;
}

.editButtons {
    display: flex;
    gap: 20px;
    pointer-events: none;
    /*width: 7%;*/
}

.editButtons img {
    width: 20px;
}

.editButtons button {
    pointer-events: all;
    cursor: pointer;
}

h2.borehole_title {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin: 0; /* was previously 7px */
    min-width: 200px;
}

.nav-link.active {
    font-weight: 600;
}

.nav-link.active ul li {
    font-weight: 300;
}

.nav-link {
    font-weight: 600;
    padding: 12px 16px;
}

ul[id*='myTab'] {
    display: flex;
    flex-wrap: initial;
    justify-content: space-between;
    border: 0px;
}

.footer-estimate {
    background: #333;
    color: white;
    padding: 10px 0;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.search-section {
    display: flex;
    align-items: center;
}

.search-section i {
    margin-right: 10px;
}

.search-section input {
    border: none;
    padding: 5px;
    color: black;
}

#searchEstimate::placeholder {
    color: #fff;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Verdana;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration: underline;
}

.footer-search {
    height: 48px;
    border-radius: 8px;
}

.footer-search.focus {
    background-color: #7f7f7f;
}

.footer-search.focus #searchEstimate::placeholder {
    color: #7f7f7f;
}

#searchEstimate {
    border-radius: 30px;
    border: 1.7px solid var(--Neutrals-700, #ebe9e2);
    background-color: transparent;
}

#searchEstimate:focus {
    background: transparent;
    outline: none;
    box-shadow: none;
}

#searchEstimateBtn {
    cursor: pointer;
}

#sortDropdown {
    background: transparent;
    border: 0;
    color: var(--Primary-Ochre-Orange-100, #e37410);
    text-align: center;
    font-family: Verdana;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
}

#sortDropdown::after {
    display: none;
}

#sortList {
    border-radius: 2px;
    background: #fff;
    box-shadow: 0px -2px 20px 0px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(35px);
    border: 0;
}

#sortList a {
    color: var(--Neutrals-500, #afaa9b);
    font-family: Verdana;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

#sortList a:active {
    background-color: #cdcdcd;
    color: #fff;
}

#sortDropdownBoreholes {
    background: transparent;
    border: 0;
    color: var(--Primary-Ochre-Orange-100, #e37410);
    text-align: center;
    font-family: Verdana;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
}

#sortDropdownBoreholes::after {
    display: none;
}

#sortBoreholeList {
    border-radius: 2px;
    background: #fff;
    box-shadow: 0px -2px 20px 0px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(35px);
    border: 0;
    display: flex;
    width: 166px;
    padding: 8px 0px;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
    inset: initial !important;
    transform: none !important;
    right: 4px !important;
    top: 44px !important;
}

#sortBoreholeList .dropdown-item {
    font-family: Verdana;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #b3afa1;
}

#sortBoreholeList.show {
    display: flex !important;
}

#sortBoreholeList a {
    color: var(--Neutrals-500, #afaa9b);
    font-family: Verdana;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

#sortBoreholeList a:active {
    background-color: #cdcdcd;
    color: #fff;
}

.total-crossings {
    margin: 0 20px;
}

.btn-estimate {
    background-color: #e37312;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 30px;
}

.btn-estimate:hover {
    background-color: darkorange;
}

.modalSetupImage {
    width: 100px;
    height: 100px;
    margin: 0 10px 12px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #f9f9f9;
    border-radius: 8px;
    border: 2px solid #dddbce;
    color: #dddbce;
    padding: 10px 20px;
    font-weight: bold;
    justify-content: space-around;
    cursor: pointer;
}

.modalSetupImage img {
    transform: scale(3);
}

p[id*='modalCardSetup'] {
    padding: 0;
    margin: 10px 0px;
    order: 1;
    color: #75736a;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    pointer-events: none;
}

div[id*='boreholeAccordion']
.accordion-item:not(div[id*='crossingAccordion'] .accordion-item) {
    margin-top: 0;
    border: 0;
    /* border-bottom: 1px solid #dbdbdb; */
    margin-bottom: 20px;
    padding: 6px 0;
    cursor: pointer;
    background-color: #fffbf5;
}

#boreholeAccordion .accordion-body {
    background: #fff;
}

#boreholeAccordion
.accordion-header.estimate-header
.accordion-button[aria-expanded='false']::after {
    content: linear-gradient(
            90deg,
            #45433b 0%,
            #5a4331 1.99%,
            #744325 4.41%,
            #b34207 10.36%,
            #d86608 16.2%,
            #fa9e16 23.24%,
            #e5b65b 31.03%,
            #dfce9f 38.91%,
            #e7e7e1 47.32%,
            #b4cdd1 55.64%,
            #65a4b9 69.36%,
            #4f7e9e 84.13%,
            #224d6b 93.3%,
            #224d6b 100%
    );
    display: block;
    width: 100%;
    height: 4px;
    position: absolute !important;
    z-index: 999;
    visibility: visible;
    left: 0;
    bottom: 30px;
}

#boreholeAccordion
.accordion-header.estimate-header
.accordion-button[aria-expanded='true']::after {
    content: linear-gradient(
            90deg,
            #45433b 0%,
            #5a4331 1.99%,
            #744325 4.41%,
            #b34207 10.36%,
            #d86608 16.2%,
            #fa9e16 23.24%,
            #e5b65b 31.03%,
            #dfce9f 38.91%,
            #e7e7e1 47.32%,
            #b4cdd1 55.64%,
            #65a4b9 69.36%,
            #4f7e9e 84.13%,
            #224d6b 93.3%,
            #224d6b 100%
    );
    display: block;
    width: 100%;
    height: 4px;
    position: absolute !important;
    z-index: 999;
    visibility: visible;
    left: 0;
    bottom: -30px;
}

div[id*='boreholeAccordion'] .accordion-item:first-child {
    /* border-top: 1px solid #dbdbdb; */
}

/* Borely Styles */
.bg-borely.active,
.method-selection-button.active {
    border-radius: 40px !important;
    border: 1.7px solid #e37410 !important;
    background: #fff4e5 !important;
    color: #e37410 !important;
    display: flex;
    height: 32px;
    padding: 6px 0px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
}

.method-selection-button {
    border-radius: 40px !important;
    border: 1.7px solid #ebe9e2 !important;
    display: flex;
    height: 32px;
    padding: 6px 0;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    font-size: 12px;
}

.bg-borely {
    border-radius: 40px !important;
    border: 1.7px solid var(--Neutrals-700, #ebe9e2) !important;
    color: #dedbce !important;
    margin-right: 10px;
}

button.nav-link,
button.nav-link:hover {
    color: #939393;
    border-bottom: 0px;
}

div[id*='crossingAccordion'] .form-check-input:checked {
    background-color: #e37410;
    border-color: #e37410;
    margin: 0px;
}

div[id*='crossingAccordion'] .form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(253, 213, 151, 1);
}

div[id*='crossingAccordion'] h1 {
    font-size: 16px;
    font-weight: bold;
}

div[id*='crossingAccordion'] p {
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
}

div[id*='crossingAccordion'] .accordion-button {
    display: flex;
    align-items: center;
    vertical-align: middle;
    padding: 20px;
}

.bi-star-fill {
    color: #fdca7e;
    -webkit-text-stroke: 1px #e37410;
}

.bi-star {
    color: #e37410;
}

span[id*='methodName'] {
    width: 160px;
    margin-left: 10px;
}

img[id*='methodImage'] {
    width: 30px;
    height: 30px;
    object-fit: scale-down;
}

button[id*='method-tab'] p {
    display: flex !important;
    align-items: center !important;
}

/*div[id*='methodTabContent'] p,*/
/*div[id*='methodTabContent'] li {*/
/*    color: #75736a;*/
/*    font-feature-settings: 'liga' off, 'clig' off;*/
/*    font-family: Verdana;*/
/*    font-size: 14px;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    line-height: 24px;*/
/*}*/

div.method-description p,
div.method-description li {
    color: #75736a;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Verdana;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

div.method-description p:first-child {
    height: 96px;
}

div.method-description p:nth-child(2),
div.method-description p:nth-child(4) {
    height: 48px;
}

div[id*='methodTabContent'] p strong {
    color: #75736a;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Verdana", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}

div[id*='methodTabContent'] h3 {
    color: var(--Neutrals-400, #75736a);
    font-family: Verdana;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

button#exportPdfButton {
    background: #e37410;
    color: #fff;
    border-radius: 20px;
}

button[data-bs-dismiss='modal'] {
    background: #6c757d;
}

#contentToExport .sleeves_summary {
    background: #ebe9e2 !important;
    color: #75736a !important;
}

.modal-footer button.close {
    border-radius: 20px;
}

div[id*='boreholeAccordion'] .accordion-button {
    display: flex;
    align-items: center;
    vertical-align: middle;
    padding: 20px;
}

.accordion-button:not(.collapsed)::after {
    display: none;
    visibility: hidden;
}

ul.list-group li {
    border: none;
}

ul.list-group {
    --icon-space: 1.3em;
    list-style: none;
    padding: 0;
}

.list-group li {
    padding-left: var(--icon-space);
}

.accordion-button::after {
    display: none;
    visibility: hidden;
}

.select-title {
    color: var(--Neutrals-400, #75736a);
    font-family: Verdana;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
}

span.tab-sel-title {
    color: var(--Neutrals-400, #75736a);
    font-family: Verdana;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

p.tab-info-title,
.crossing-tag,
.sleeves-tags {
    margin: 0;
    padding: 0;
    color: var(--Neutrals-500, #afaa9b);
    font-family: Verdana;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
}

h3.methods-titles {
    font-size: 18px;
    font-weight: bold;
    color: #75736a;
    margin-top: -50px;
}

#methodTabContent p {
    color: #75736a;
    font-family: Verdana;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

img[id*='methodLargeImage'] {
    width: -webkit-fill-available;
    border: 1.7px solid var(--Neutrals-700, #ebe9e2) !important;
    border-radius: 8px;
}

div[id*='crossingAccordion'] label {
    color: #75736a;
    font-family: Verdana;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    width: 100%;
    margin-left: 8px;
}

div[id*='crossingAccordion'] .card-text {
    color: #75736a;
    font-family: Verdana;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

div[id*='crossingAccordion'] .card-body {
    padding: 0px;
    display: flex;
    flex-direction: column;
}

div[id*='crossingAccordion'] .card-body a {
    color: #e37410;
    text-align: right;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    text-decoration-line: underline;
    padding: 0;
}

div[id*='crossingAccordion'] .card {
    border: 0px;
}

div[id*='crossingAccordion'] .accordion-body {
    padding: 0px;
}

#addAccordionItemButton {
    border-radius: var(--Radius-300, 8px);
    border: 1.7px solid var(--Primary-Ochre-Orange-100, #e37410);
    background: var(--Primary-Ochre-Orange-900, #fdefe3);
    width: 44px;
    margin: 0 auto;
}

#addAccordionItemButton i {
    color: #e37410;
}

/* PIpe filter styles */
.filter-widget__pipeMaterials,
.filter-widget__sleeveMaterials {
    margin: 9px 0px;
}

.filter-widget__methods {
    display: none;
    visibility: hidden;
    margin-bottom: 20px;
}

.setup-card {
    position: relative;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    cursor: pointer;
    border: 2px solid transparent;
}

.setup-card.selected {
    border-color: #fff;
}

/* .card-overlay {
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    padding: 20px;
    font-size: 12px;
    box-sizing: border-box;
} */

.card-title {
    color: white;
    text-align: center;
}

.method-tab {
    background-color: #f9f9f9;
    display: inline-block;
    padding: 10px 0;
    color: #c9c5af;
    border: none;
    border-bottom: 2px solid #dddbce;
    border-radius: 0;
    cursor: pointer;
}

.sleeve-tab.active,
.method-tab.active {
    background-color: #fff4e5;
    border: none;
    color: #e37410;
    font-weight: bold;
    border-bottom: 2px solid #e37410;
}

.sleeve-tab:hover {
    background-color: #e1e1e1;
}

.filter-widget__pipe-buttons {
    display: flex;
    margin: 20px 0px;
    justify-content: flex-start;
}

.filter-widget__setup-cards {
    display: flex;
    flex-wrap: wrap;
}

.sleeve-title {
    color: var(--Neutrals-400, #75736a);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Verdana;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
}

.sleeve-paragraph {
    color: var(--Neutrals-500, #afaa9b);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Verdana;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

/* .setup-card {
    width: calc(100%/6);
    margin: 0 10px 12px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: #f9f9f9;
    border-radius: 8px;
    border: 2px solid #dddbce;
    color: #dddbce;
    padding: 0px;
    font-weight: bold;
    justify-content: end;
    cursor: pointer;
    background-size: cover;
} */

.setup-card img {
    width: 85px;
    height: 88px;
    pointer-events: none;
}

.setup-card:hover {
    background-color: #fff4e5;
    border: 2px solid #e37410;
    color: #e37410;
    font-weight: bold;
}

.setup-card.selected {
    background-color: #fff4e5;
    border: 2px solid #e37410;
    color: #e37410;
    font-weight: bold;
}

img[id*='largeImage'] {
    width: auto;
    height: auto;
}

p.setup-title {
    margin: 10px 0px;
    order: 1;
    color: #75736a;
    text-align: center;
    font-family: 'Josefin Sans';
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    pointer-events: none;
}

.filter-widget__tags {
    flex: 1;
    padding: 1rem;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
}

.filter-widget__tag {
    display: inline-block;
    padding: 8px 20px;
    margin: 5px;
    border-radius: 20px;
}

/* Tags Colors */
.filter-widget__tag--green {
    border: 2px solid #21af51;
    color: #21af51;
    background-color: rgb(33 175 81 / 10%);
}

.filter-widget__tag--blue {
    border: 2px solid #25ade3;
    color: #25ade3;
    background-color: rgb(37 173 227 / 10%);
}

.filter-widget__tag--purple {
    border: 2px solid #af84bf;
    color: #af84bf;
    background-color: rgb(207 183 216 / 10%);
}

.filter-widget__tag--lightgreen {
    border: 2px solid #d3d125;
    color: #d3d125;
    background-color: rgb(245 244 163 / 10%);
}

.filter-widget__tag--darkgrey {
    border: 2px solid #272624;
    color: #272624;
    background-color: rgb(200 200 200 / 10%);
}

.filter-widget__tag--yellow {
    border: 2px solid #d2b100;
    color: #d2b100;
    background-color: rgb(243 236 25 / 10%);
}

.filter-widget__tag--lightgrey {
    border: 2px solid #959595;
    color: #959595;
    background-color: #f5f5f5;
}

.filter-widget__tag--grey {
    border: 2px solid #75736a;
    color: #75736a;
    background-color: #e7e7e7;
}

/* Estimates Dashboard */

.estimate-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 2px solid #f5f3ee;
}

.estimate-item .estimate-title {
    font-weight: bold;
    margin-right: 1rem;
}

.estimate-item .estimate-date,
.estimate-item .estimate-id,
.estimate-item .estimate-crossings,
.estimate-item .estimate-methods,
.estimate-item .estimate-total-value {
    color: #6c757d;
    margin-right: 1rem;
}

.estimate-item .estimate-id a {
    color: #5bc0de;
    text-decoration: none;
}

.estimate-short-id {
    color: #75736a;
}

.estimate-item .estimate-total-value {
    font-weight: bold;
    color: #333;
}

#createEstimateModal .btn-close {
    background-color: transparent;
    width: 30px;
    height: 30px;
}

#createEstimateModal .btn-close img {
    width: 30px;
    height: 30px;
}

/* edit borehole */

.borehole_title_input {
    display: inline-block;
    width: auto;
    margin-right: 10px;
}

#saveBoreholeTitleButton,
#cancelEditBoreholeTitleButton {
    margin-top: 4px;
}

#editBoreholeTitleButton {
    cursor: pointer;
}

/* temp styles */

/* #cloneAccordionItemButton {
    display: none;
    visibility: hidden;
} */
.breadcrumb,
.breadcrumb a {
    padding: 10px 0;
    border-radius: 0;
    color: var(--Neutrals-500, #afaa9b);
    font-feature-settings: 'clig' off, 'liga' off;
    padding: 0px;
    font-family: Verdana;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-decoration: none;
    align-items: baseline;
    margin: 24px 0px;
}

.breadcrumb i {
    font-size: 16px;
}

.breadcrumb-item.active,
.breadcrumb-item + .breadcrumb-item::before {
    color: var(--Neutrals-500, #afaa9b);
}

/* Footer */

.bg-gray {
    background-color: #75736a !important;
}

#getEstimateBtn,
#printBtn,
#contactUsBtn {
    border-radius: 0px;
    font-size: 16px;
    padding: 16px 50px;
    color: white;
    font-weight: 600;
    border: 0px;
    height: 72px !important;
    width: inherit;
    max-width: 260px;
    pointer-events: auto;
}

/* Utils */

.bg-orange {
    background-color: #e37410 !important;
}

.color-orange {
    color: #e37410 !important;
}

/* Dashboard accordion */

#estimatesList {
    gap: 16px;
    margin: 40px auto;
}

#estimatesList .accordion__body {
    padding: 20px 0px;
}

#estimatesList .accordion__item {
    background-color: #fffbf5;
    border-bottom: 2px solid var(--Neutrals-800, #f5f3ee);
}

#estimatesList .accordion__item--open .accordion__header-content {
    background-color: #75736a !important;
    color: #fff;
}

#estimatesList .accordion__header {
    pointer-events: none;
}

#estimatesList .estimate-id-link {
    pointer-events: all;
}

#estimatesList .accordion__header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fffbf5;
    padding: 1rem;
}

#estimatesList .accordion__header-content .col {
    flex: 1;
}

#estimatesList .accordion__header-content--closed .col,
#estimatesList .accordion__header-content--open .col {
    flex: 1;
}

#estimatesList .accordion__header-content--closed .et-text:not(:first-child) {
    font-size: 12px;
    color: #b3afa1;
}

#estimatesList .accordion__header-content--closed .et-text:first-child {
    font-size: 14px;
}

#estimatesList .estimate-id-link {
    color: #5bc0de;
    text-decoration: underline;
    font-size: 16px;
    font-weight: bold;
}

#estimatesList .accordion__header-content--closed strong {
    color: #75736a;
}

#estimatesList .accordion__header-content--closed .et-text.total-value:after,
.borehole_price:after {
    content: 'AUD (excl.TAXES)';
    display: block;
    text-align: right;
    color: #fff;
    font-family: 'Verdana', sans-serif;
    font-size: 8px;
    font-weight: 400;
    line-height: 16px;
    margin-left: 0px;
}

#estimatesList .accordion__header-content--closed .et-text.total-value {
    text-align: right;
}

#estimatesList .accordion__header-content--open .col {
    display: flex;
    align-items: center;
}

#estimatesList .accordion__icon,
#estimatesList .accordion__icon--edit,
#estimatesList .accordion__icon--delete,
#estimatesList .accordion__icon--duplicate,
#estimatesList .accordion__icon--confirm,
#estimatesList .accordion__icon--cancel,
#estimatesList .accordion__icon--print,
#estimatesList .accordion__icon--share {
    cursor: pointer;
    width: 30px;
    height: 26px;
}

button[class*='accordion__icon--'] {
    padding: 1px !important;
    z-index: 2;
    margin: 0px !important;
    pointer-events: all;
}

.estimate-title-input {
    pointer-events: all;
}

#estimatesList .accordion__icon--toggle {
    transition: transform 0.3s;
}

#estimatesList .accordion__estimate-id-input {
    border: 1px solid #ccc;
    background: none;
    outline: none;
    width: auto;
    display: inline-block;
    color: #82bbd7;
    padding: 0.8rem;
    margin-right: 0.5rem;
    font-weight: bold;
    font-size: 16px;
}

#estimatesList .accordion__total-update-input {
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #b3afa1;
    color: #b3afa1;
    width: 50%;
}

.btn-primary {
    background-color: #e37410;
    border: none;
    display: flex;
    align-items: center;
}

.btn-primary img {
    margin-left: 0.5rem;
}

.btn.action-btn {
    background-color: transparent !important;
    color: #c9c5af;
    font-weight: 500;
    border-bottom: 2px solid #dedbce !important;
    border-radius: 0px;
    padding: 10px 24px;
}

button#shareEstimateBtn {
    border: 2px solid #e37410;
}

.table {
    margin-top: 1rem;
}

.table th,
.table td {
    vertical-align: middle;
}

.accordion__item--open .accordion__header-content--closed {
    display: none;
}

.accordion__item--open .accordion__header-content--open {
    display: flex;
}

.accordion__item--close .accordion__header-content--closed {
    display: flex;
}

.accordion__item--close .accordion__header-content--open {
    display: none;
}

.accordion__copy-button {
    border-radius: 0px;
    margin-left: -60px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.share-btn {
    border-radius: 0px;
    padding: 12px 22px;
    font-weight: 600;
}

/* Estimate Table styles */

#estimateTable {
    width: 100%;
    border-collapse: collapse;
}

#estimateTable thead {
    background-color: #75736a;
    color: white;
}

#estimateTable tbody tr:nth-child(odd) {
    background-color: #ebe9e2;
}

#estimateTable tbody tr:nth-child(even) {
    background-color: #fbfbfb;
}

#estimateTable th,
#estimateTable td {
    border-right: 1px solid #ebe9e2;
    padding: 8px;
}

#estimateTable th:last-child,
#estimateTable td:last-child {
    border-right: none;
}

#estimateTable.table > :not(caption) > * > * {
    background-color: unset;
}

#estimateTable th {
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
}

#estimateTable td {
    font-size: 12px;
    text-align: center;
    color: #75736a;
}

/* Loading */

#small_ellipse {
    animation: rotate-anim 1s linear infinite;
    width: 50px;
    height: 50px;
    background: #0091ea;
    margin: 20px;
    transform-origin: center;
}

#big_ellipse {
    animation: rotate-anim 3s linear infinite;
    width: 50px;
    height: 50px;
    background: #0091ea;
    margin: 20px;
    transform-origin: center;
}

@keyframes rotate-anim {
    /* Swal styles */
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.swal2-title {
    color: var(--Neutrals-400, #75736a);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Verdana;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.swal2-confirm {
    background: var(--Semantic-Danger-100, #e44501) !important;
    padding: 12px 30px;
    border-radius: 2px;
    border: 1.7px solid var(--Neutrals-500, #e44501);
}

.swal2-cancel {
    background: #fff !important;
    color: var(--Neutrals-500, #b3afa1) !important;
    padding: 12px 30px;
    border-radius: 2px;
    border: 1.7px solid var(--Neutrals-500, #b3afa1);
}

.swal2-icon {
    border-color: transparent !important;
}

.swal2-icon-content img {
    width: 100% !important;
    height: auto;
}

/* Summary */

#boreholes-summary .card-header {
    background-color: #75736a;
    color: #fff;
    padding: 12px 12px 12px 22px !important;
}

#boreholes-summary .card-header button {
    color: var(--Neutrals-900, #fbfbfb) !important;
    font-family: Verdana !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 16px !important;
    text-decoration: none !important;
}

#summaryContainer .summary-title {
    color: var(--Neutrals-400, #75736a);
    font-family: 'Josefin Sans';
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}

#summaryContainer .summary-subtitle {
    color: var(--Neutrals-500, #afaa9b);
    font-family: Verdana;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
}

#summaryContainer .summary-text {
    color: var(--Neutrals-400, #75736a);
    font-family: Verdana;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0px;
}

#summaryContainer .summary-text strong {
    color: var(--Neutrals-400, #75736a);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Verdana;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}

#summaryContainer .summary-print-btn {
    color: var(--Neutrals-500, #afaa9b);
    font-family: Inter;
    font-size: 16px;
    font-weight: 300;
    text-decoration-line: none;
    padding-bottom: 0px;
    border-bottom: 0px !important;
}

#summaryContainer .sub-text {
    color: var(--Neutrals-400, #75736a);
    font-family: Verdana;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

#summaryContainer #copyUrlInput input::placeholder {
    color: var(--Accent-Cyan-100, #6ecbe8);
    font-family: Verdana;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#boreholes-summary .closed-card .card-header {
    border-radius: 2px 2px 0px 0px;
    background-color: var(--Neutrals-1000, #fff) !important;
    padding: 8px 8px 8px 16px;
    border: none;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

#boreholes-summary .closed-card .card-header .summary-accordion-title,
#boreholes-summary .closed-card .card-header .summary-accordion-price {
    color: var(--Neutrals-400, #75736a);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Verdana;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}

#boreholes-summary .closed-card .card-header .summary-accordion-price span {
    color: var(--Neutrals-400, #75736a);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Verdana;
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

#boreholes-summary .open-card .card-header .summary-accordion-title,
#boreholes-summary .open-card .card-header .summary-accordion-price {
    color: var(--Neutrals-900, #fbfbfb);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Verdana;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}

#boreholes-summary .open-card .card-header .summary-accordion-price span {
    color: var(--Neutrals-900, #fbfbfb);
    text-align: right;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Verdana;
    font-size: 8px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

#boreholes-summary .config-title {
    display: block;
    color: #75736a;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Verdana;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#boreholes-summary .method-title {
    color: var(--Neutrals-500, #afaa9b);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Verdana;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}

#boreholes-summary .crossing-title {
    color: var(--Neutrals-400, #75736a);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Verdana;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}

#boreholes-summary .pipe-title {
    color: var(--Neutrals-400, #75736a);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Verdana;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: underline;
}

#boreholes-summary .config-text {
    color: var(--Neutrals-400, #75736a);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Verdana;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}

#boreholes-summary .mrl-config {
    color: var(--Neutrals-500, #afaa9b);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Verdana;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

#boreholes-summary .package-text {
    color: var(--Neutrals-500, #afaa9b);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Verdana;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}

/* Nadia commented as working on styles for the card. 10 oct 2024 */
/*#boreholes-summary .crossings-summary-img {*/
/*    position: absolute;*/
/*    right: 0px;*/
/*    bottom: 1px;*/
/*}*/
#shareEstimateBtn {
    border: 2px solid #e37410;
}

#extendedViewBtn,
#compactedViewBtn {
    background-color: transparent !important;
    padding-top: 13px;
    padding-bottom: 13px;
    border: none;
    border-bottom: 2px solid #dedbce;
    color: #c9c5af;
    transition: all 0.2s ease;
    border-radius: 0 !important;
}

#extendedViewBtn svg path,
#compactedViewBtn svg path {
    stroke: #c9c5af;
}

#extendedViewBtn.view,
#compactedViewBtn.view {
    border-bottom: 2px solid #e37410;
    color: #e37410;
}

#extendedViewBtn.view svg path,
#compactedViewBtn.view svg path {
    stroke: #e37410;
}

.modal {
    z-index: 1055;
}

.modal-backdrop {
    z-index: 1050;
}

#privacyModal .modal-dialog {
    max-width: 1200px;
}

.privacy-footer-text {
    color: #dedbce;
    font-family: Verdana;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.privacy-footer-text a {
    color: var(--Accent-Cyan-100, #6ecbe8);
    font-family: Verdana;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-decoration-line: underline;
    cursor: pointer;
}

#addBoreholeButton .add-borehole-hover {
    display: none;
}

.add-borehole-hover img {
    filter: brightness(100);
}

#addBoreholeButton:hover .add-borehole-hover {
    display: flex;
    padding: 0px 24px;
}

#addBoreholeButton .add-borehole-hover span {
    color: var(--Neutrals-1000, #fff);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Verdana;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    display: none;
    transition: all 0.3s ease;
}

#addBoreholeButton:hover .add-borehole-default {
    display: none;
}

#addBoreholeButton {
    border-radius: 8px;
    background: var(--Primary-Ochre-Orange-900, #fdefe3);
    width: 48px;
    height: 48px;
    border: 2px solid #e37410;
    transition: width 0.3s ease;
}

#addBoreholeButton:hover {
    background: #e37410;
    width: 220px;
    border-radius: 2px;
    transition: width 0.3s ease;
}

#addBoreholeButton:hover .add-borehole-hover span {
    display: block;
    transition: all 0.3s ease;
}

.footer {
    display: flex;
    width: 100%;
    height: 72px;
    align-items: center;
    gap: 8px;
}

.footer-total-price {
    color: #fff;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Verdana;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

.footer-total-price__text {
    color: var(--Neutrals-1000, #fff);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Verdana;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

.footer-text {
    color: var(--Neutrals-1000, #fff);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Verdana;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/* Share estimate modal */

#shareEstimateModal .modal-dialog {
    max-width: 900px;
}

#shareEstimateModal .modal-title,
#termsModal .modal-title,
#privacyModal .modal-title,
#contactModal .modal-title {
    color: var(--Neutrals-400, #75736a);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: 'Josefin Sans';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

#shareEstimateModal .modal-subtitle {
    color: var(--Neutrals-400, #75736a);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Verdana;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#shareEstimateModal .modal-text {
    color: var(--Neutrals-400, #75736a);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Verdana;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    margin-left: 10px;
    margin-bottom: 10px;
}

#shareEstimateModal .modal-text-bold {
    color: var(--Neutrals-400, #75736a);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Verdana;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

#shareEstimateModal input {
    border-radius: var(--Radius-100, 2px);
    border: 1.7px solid var(--Neutrals-800, #f5f3ee);
    backdrop-filter: blur(10px);
    /*max-width: 324px;*/
    color: #6ecbe8;
}

#shareEstimateModal input::placeholder {
    color: var(--Neutrals-500, #afaa9b);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Verdana;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#shareEstimateModal .accordion__copy-button {
    margin-left: 0px;
}

#shareEstimateModal .btn-close,
#termsModal .btn-close,
#privacyModal .btn-close,
#contactModal .btn-close {
    background-color: transparent;
    font-size: 10px;
    width: 10px;
    height: 10px;
    border: 1px solid #75736a;
    border-radius: 50%;
    color: #75736a;
}

#shareEstimateModal .modal-footer button {
    color: var(--Accent-Cyan-100, #6ecbe8);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Verdana;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-decoration-line: underline;
}

#shareEstimateModal .users-send-email li {
    color: var(--Neutrals-400, #75736a);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Verdana;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}

#termsModal .modal-dialog {
    max-width: 600px;
}

#contactModal .modal-dialog {
    max-width: 800px;
}

#termsModal .modal-text,
#privacyModal .modal-text,
#contactEstimateModal .modal-text {
    color: var(--Neutrals-400, #75736a);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Verdana;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

#termsModal .modal-text a {
    color: var(--Accent-Cyan-100, #6ecbe8);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Verdana;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    text-decoration-line: underline;
}

#contactUsBtn {
    height: 72px !important;
    padding: 6px 24px;
    max-width: 300px;
}

#contactModal .modal-text {
    color: var(--Neutrals-400, #75736a);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Verdana;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#contactModal .modal-text span {
    color: var(--Neutrals-400, #75736a);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Verdana;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#contactModal .modal-text-bold {
    color: var(--Neutrals-400, #75736a);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Verdana;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}

#contactModal .btn-view {
    background: transparent !important;
    color: #e37410 !important;
    text-decoration: none;
    border-bottom: 1px solid #e37410;
    width: fit-content;
    padding: 2px 0px;
    border-radius: 0;
}

#contactModal .btn-view:hover {
    border-bottom: 2px solid #e37410;
}

#contactModal .modal-footer {
    color: #b3afa1;
    font-size: 12px;
    font-family: Verdana;
    font-weight: 400;
    line-height: 16px;
    word-wrap: break-word;
    background-color: #fbfbfb;
}

#contactModal .modal-footer a {
    color: #6ecbe8;
    font-size: 12px;
    font-family: Verdana;
    font-weight: 400;
    text-decoration: underline;
    line-height: 16px;
    word-wrap: break-word;
}

#shareDetailsForm label {
    color: var(--Neutrals-500, #afaa9b);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Verdana;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

#shareDetailsForm input {
    border-radius: var(--Radius-100, 2px);
    border: 1.7px solid var(--Neutrals-800, #f5f3ee);
    backdrop-filter: blur(10px);
}

#shareDetailsForm input::placeholder {
    color: var(--Neutrals-500, #afaa9b);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Verdana;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

#shareDetailsForm .btn-primary {
    padding: 14px 24px;
}

#copyUrlInput input {
    border-radius: var(--Radius-100, 2px);
    border: 1.7px solid #dedbce;
    padding: 12px 18px !important;
    max-height: 48px;
}

.sleeve-info,
.pipe-info {
    color: var(--Primary-Ochre-Orange-100, #e37410);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Verdana;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}

#boreholes-summary .edit-borehole-btn {
    color: #dedbce !important;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Verdana !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    margin: 0;
    padding-left: 12px;
}

#boreholes-summary .edit-borehole-btn p {
    margin: 0;
    color: #dedbce !important;
    font-family: Verdana;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    transition: color 0.2s ease;
}

#boreholes-summary .edit-borehole-btn:hover p {
    color: #e37410 !important;
}

#boreholes-summary .edit-icon {
    width: 24px;
    height: auto;
}

.filter-widget__tag--orange {
    border: 2px solid #f7a31c;
    color: #f7a31c;
    background-color: rgb(247 163 28 / 10%);
}

/* Header */
.header {
    background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)),
    url(../img/header-bg.webp);
    backdrop-filter: blur(150px);
    background-repeat: no-repeat;
    background-size: cover;
}

/* dashboard keeps the padded header; on summary and other pages
   the header is sized by its content (e.g. the tall Dashboard button) */
.dashboard-layout .header {
    padding: 20px 24px;
}


/* Profile Card Popup */
.profile-card {
    width: 95%;
    top: 16px;
    right: 2%;
    padding: 40px 24px 24px;
    max-width: 450px;
    margin-left: auto;
    position: relative;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0px 9px 46px 0px rgba(192, 114, 44, 0.16);
    height: 90dvh;
    max-height: 520px;
    z-index: 1003;
}

.profile-icon {
    display: flex;
    justify-content: center;
    padding: 8px;
    background: #5ba1cb;
    align-items: center;
    border-radius: 50%;
    font-size: 24px;
}

.profile-name {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
}

.profile-card button.btn-close:hover,
.profile-card button.btn-close:focus,
.profile-card button.btn-close:active,
.share-modal button.btn-close:hover,
.share-modal button.btn-close:focus,
.share-modal button.btn-close:active,
.signout button.btn:hover,
.signout button.btn:focus,
.signout button.btn:active {
    outline: none !important;
    box-shadow: none !important;
    border-color: transparent !important;
}

.profile-info__details {
    color: #afaa9b;
    font-family: 'Verdana', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.profile-info__role {
    color: #afaa9b;
    font-family: 'Verdana', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
}

.info-box {
    background: #f6feff;
    border-left: 2px solid #5ba1cb;
    padding: 8px 8px 8px 16px;
    margin-bottom: 72px;
}

.info-box__text p:first-child {
    color: #5ba1cb;
}

.info-box__text p:nth-child(2) {
    color: #75736a;
    font-family: 'Verdana', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.info-box__icon {
    margin-right: 8px;
}

.icon-wrapper {
    width: 24px;
    height: 24px;
}

.signout span {
    color: #b3afa1;
    text-align: center;
    font-family: 'Verdana', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    transition: color 0.2s ease-in-out;
}

.signout .btn svg path {
    transition: all 0.2s ease-in-out;
}

.signout .btn:hover span {
    color: #8a8a8a;
}

.signout .btn:hover svg path {
    stroke: #8a8a8a;
}

.info-box--admin {
    visibility: hidden;
    height: 0;
    margin-bottom: 0px;
}

/* Transition for Popup */
.popup-enter-active,
.popup-leave-active {
    transition: transform 0.1s linear, opacity 0.1s linear;
    transform-origin: center center;
}

.popup-enter,
.popup-leave-to {
    opacity: 0;
    transform: scale(0.9);
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity 0.5s;
}

.fade-enter-from,
.fade-leave-to {
    opacity: 0;
}

.share-modal .popup-title {
    font-size: 32px;
    color: #75736a;
    line-height: 32px;
    margin: 0;
    padding: 0;
    text-align: left;
    white-space: pre-line;
}

.share-modal .popup-title--terms {
    color: #75736a;
    font-family: 'Verdana', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}

.share-modal form input,
.share-modal .form-select {
    color: #b3afa1;
    font-family: 'Verdana', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    margin: 3px 0;
    /* padding: 2px 5px; */
    border: 1.7px solid #dedbce;
    border-radius: 2px;
    cursor: default;
    padding: 12px 40px 12px 18px !important;
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal;
}

.share-modal .share-form h5 {
    margin-left: 24px;
    margin-bottom: 24px;
    color: #75736a;
    font-family: 'Verdana', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px; /* 150% */
}

.share-modal .form-select,
.share-modal .form-select + input {
    max-height: 51px;
    margin: 0;
}

.share-modal .form-group label {
    color: #75736a;
    font-family: 'Verdana', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 0px;
}

.share-modal input.form-control:focus,
.share-modal .form-select:focus {
    color: #555;
    outline: none;
    box-shadow: none;
    border: 1.7px solid rgba(227, 116, 16, 0.78);
}

/* Focused input */
.borehole-title-input:focus {
    outline: none;
    border: none;
}

.share-modal input::placeholder {
    padding-left: 0px;
    padding-right: 10px;
    color: #c9c5af;
    font-family: 'Verdana', sans-serif;
    font-size: 16px;
    text-decoration: none;
    font-weight: 400;
    line-height: 24px;
}

.share-modal .btn-secondary {
    border: 1.7px solid #b3afa1;
    border-radius: 2px;
    color: #afaa9b !important;
    background-color: transparent;
    transition: all 0.2s linear;
    line-height: 1.6;
}

.share-modal .btn-secondary:hover {
    color: #fff !important;
    background-color: #b3afa1 !important;
}

.share-modal .btn-secondary:hover svg path {
    stroke: #fff !important;
    transition: all 0.2s ease;
}

.share-modal .policy-group a {
    display: inline-block;
    color: #e37410;
    font-family: 'Verdana', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    transition: color 0.2s ease-in-out;
}

.share-modal .policy-group a:hover {
    display: inline-block;
    color: #fa8112;
    font-family: 'Verdana', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.share-modal .button-group {
    width: 100%;
    max-width: 360px;
}

/* Main Footer Styles*/

.footer-main {
    padding: 48px 32px 32px 32px;
    background: #272624;
    color: #fff;
}

.footer-main__about {
    width: 100%;
    max-width: 315px;
}

.footer-main__icons-group {
    width: 100%;
    max-width: 100px;
}

.footer-main__info-phone {
    width: 100%;
    max-width: 160px;
    /*}*/
    /*}*/
}

/*.footer-main__languages {*/
/*    width: 100%;*/
/*    max-width: 254px;*/
/*}*/

.footer-main__info {
    margin-top: 40px;
    font-size: 12px;
    line-height: 16px;
    font-family: 'Verdana', sans-serif;
    font-weight: 400;
}

.footer-main__text {
}

.footer-main__text p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 16px;
    font-family: 'Verdana', sans-serif;
    font-weight: 400;
}

.footer-main__navbar {
    width: 100%;
    max-width: 440px;
}

.footer-main__links p {
    margin: 0;
}

.borely-footer__nav {
    display: grid;
    grid-template-columns: 1fr minmax(0, 115px) 1fr;
    grid-auto-rows: auto;
}

.borely-footer__nav .item {
    border-left: 1px solid rgba(245, 243, 238, 0.19);
    margin: 0;
    padding-left: 20px;
}

.borely-footer__nav .item:nth-child(odd) {
    padding-bottom: 32px;
}

.borely-footer__nav .item:nth-child(1) {
    order: 1;
}

.borely-footer__nav .item:nth-child(3) {
    order: 2;
}

.borely-footer__nav .item:nth-child(5) {
    order: 3;
}

.borely-footer__nav .item:nth-child(2) {
    order: 4;
}

.borely-footer__nav .item:nth-child(4) {
    order: 5;
}

.borely-footer__nav .item:nth-child(6) {
    order: 6;
}

.borely-footer__nav a {
    display: inline-block;
    font-size: 14px;
    line-height: 32px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    transition: color 0.3s ease;
    color: #c2c1c0;
}

.borely-footer__nav a:hover {
    color: #ffffff;
}

@media screen and (max-width: 1198px) {
    .borely-footer__contacts {
        grid-column: 1 / 2;
        grid-row: 2;
    }

    .borely-footer__email {
        grid-column: 1 / 2;
        grid-row: 3;
        text-align: left;
    }

    .borely-footer__address {
        grid-column: 1 / 3;
        grid-row: 4;
    }

    .borely-footer__nav {
        grid-template-columns: minmax(0, 115px) 1fr;
    }

    .borely-footer__nav .item {
        padding-bottom: 8px !important;
    }
}

@media screen and (max-width: 991px) {
    .borely-footer__nav {
        grid-template-columns: 1fr 1fr;
    }

    .borely-footer__grid-item1 {
        grid-area: item1;
    }

    .borely-footer__grid-item2 {
        grid-area: item2;
        grid-column: span 2;
    }

    .borely-footer__grid-item3 {
        grid-area: item3;
    }

    .borely-footer__content .e-con-inner {
        grid-template-areas:
      'item1 item3'
      'item2 item2';
    }


}

@media screen and (max-width: 768px) {
    .borely-footer__social-icons .elementor-social-icons-wrapper {
        justify-content: flex-start !important;
    }

    .borely-footer__logo {
        grid-column: 1 / 2;
        grid-row: 1;
    }

    .borely-footer__social-icons {
        grid-column: 1 / 3;
        grid-row: 2;
    }

    .borely-footer__contacts {
        grid-column: 1 / 3;
        grid-row: 3;
    }

    .borely-footer__email {
        grid-column: 1 / 3;
        grid-row: 4;
        text-align: left;
    }

    .borely-footer__address {
        grid-column: 1 / 3;
        grid-row: 5;
    }

    .search-section,
    .total-crossings,
    .btn-estimate {
        margin-bottom: 10px;
    }


}

/*Footer Language Select*/
.borely-footer__language-select {
    border-bottom: 1px solid #6a6969;
    width: 150px;
    height: 48px;
}

.custom-select {
    position: relative;
    display: inline-block;
    width: 100px;
}

.select-selected {
    background-color: transparent;
    color: white;
    font-family: 'Verdana', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    padding: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.select-selected:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    background-image: url('../img/arrow-down-icon.svg');
    top: 13px;
    right: -48px;
    transition: transform 0.3s ease;
}

.select-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

.select-items div {
    color: white;
    padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.select-items div:hover {
    background-color: #575757;
}

.custom-select img {
    width: 20px;
    height: 15px;
    margin-right: 10px;
}

.select-selected.select-arrow-active:after {
    transform: rotate(-90deg);
    top: 10px;
}

.select-hide {
    display: none;
}


.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    z-index: 1000;
}

.modal-container {
    background: #fff;
    padding: 80px 40px 40px;
    width: 90%;
    max-width: 720px;
    border-radius: 5px;
    position: relative;
    height: 100dvh;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.share-modal {
    max-height: 630px;
    top: 16px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 1005;
}

h5.share-form-heading {
    color: #75736a;
    font-family: 'Verdana', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding-left: 24px;
}

/*.modal-container--terms {*/
/*    padding: 80px 72px 0 72px;*/
/*    max-width: 800px;*/
/*    overflow-y: auto;*/
/*}*/

.modal-container--terms {
    position: relative;
    padding: 40px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0px 9px 46px 0px rgba(192, 114, 44, 0.16);
    width: 90%;
    max-width: 720px;
    height: 90dvh;
    max-height: 620px;
    overflow-y: auto;
}

.share-modal.modal-container--privacy {
    max-height: 95dvh;
}

.share-modal.modal-container--policy {
    max-height: 320px;
}

.share-modal .modal-text {
    color: #75736a;
    font-family: 'Verdana', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: justify;
}

.fading-box {
    -webkit-mask-image: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 1) 98%,
            rgba(0, 0, 0, 0)
    );
    mask-image: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 1) 98%,
            rgba(0, 0, 0, 0)
    );
}

.share-modal .modal-text--scrolled {
    max-height: 72dvh;
    overflow-y: auto;
}

.share-modal .modal-text .btn-link {
    color: #6ecbe8;
    font-family: 'Verdana', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-decoration-line: underline;
}

#appFooter.fixed-bottom {
    z-index: 1050;
}

#appFooterMain {
    z-index: 1040;
    margin-top: 120px;
}

.mobile-pipe-content {
    width: 100%;
    padding: 16px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-top: 16px;
}

/* Estimate search bar popup for mobile*/
.search-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 428px;
    z-index: 9999; /* On top of everything */
    padding: 16px;
    border-radius: 2px;
}

.search-input-container {
    width: 70%;
    height: 56px;
    background-color: #75736a;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
}

.search-input {
    width: 97%;
    height: 48px;
    border: none;
    background-color: #75736a;
    color: #fff;
    font-size: 1rem;
}

.search-input::placeholder {
    color: #ddd;
}

.inner-bordered-input {
    background-color: #75736a;
    color: #fff;
    padding: 0.5rem 1rem;
    border: 2px solid #fff;
    box-shadow: inset 0 0 0 2px #75736a;
    font-size: 1rem;
    border-radius: 2px;
    outline: none;
}

.inner-bordered-input::placeholder {
    color: #ddd;
}

.search-button {
    background-color: #e37410;
    width: 30%;
    color: white;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 56px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
}

.search-button i {
    font-size: 1.1rem;
}

[v-cloak] {
    display: none;
}

.package-ih-design{
    display: flex;
    cursor: pointer;
    padding: 10px 0px;
}

.package-ih-design > span{
    margin-left: 8px;
    text-decoration: underline;
    color: #75736a;
}

.loader-value{
    background-color: #e37410;
    margin-top: 5px;
}