@font-face {
    font-family: 'Oswald';
    src: url('../../fonts/Oswald-Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato';
    src: url('../../fonts/Lato-Regular.ttf') format('truetype');
}

:root {
	--bs-primary: #D9272E;   /* change primary color */
	--bs-secondary: #EC7E3A;
	--bs-success: #E15258;
	--bs-danger: #9D8AC7;
	--bs-warning: #AB7A4B;
	--bs-info: #EC7E3A;
	--bs-light: #E15258;
	--bs-dark: #9D8AC7;
	--blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #D9272E;
    --orange: #EC7E3A;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #EC7E3A;
    --warning: #ffc107;
    --danger: #D9272E;
    --light: #f8f9fa;
    --dark: #343a40;
}

body {
    background-color: rgb(235, 235, 235);
    margin: 0.5rem 1rem 1rem 1rem;
}

html {
    width: auto !important;
}

div.header-div {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.5rem;
}

.full-height-div {
    display: flex;
    justify-content: space-between;
    height: calc(100vh - (12em));

}

.full-height-div>div {
    height: inherit;
}

.iframe {
    display: flex;
    flex-direction: column;
}

.iframe img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.graberHeader {
    color: black;
    font-size: 40px;
    font-family: 'Oswald';
    font-weight: 500;
    text-transform: capitalize;
    line-height: 45px;
    word-wrap: break-word;
}

.btnNewProject,
.btnSaveProjectOnTop {
    width: -webkit-fill-available;
    align-self: stretch;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background: #EC7E3A;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: flex;
    height: auto;
    color: white;
    font-size: 16px;
    font-family: 'Lato';
    font-weight: 400;
    line-height: 1.5rem;
    border: 0px;
    border-radius: 5px;
}


.profile-image,
.profile-image-edit {
    width: 50px;
    height: 50px;
    border-radius: 9999px;
    float: right;
}

.custom-dropdown {
    text-align: left;
    width: 100%;
}

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

.project-name-settings a {
    width: inherit;
}

.ProjectSelectorButton {
    width: inherit;

}

.custom-dropdown img {
    float: right;
}

.btn-white {
    color: black;
    background-color: white;
    border-color: white;
    text-align: left;
}

.selected-tabulation-box.active .check-span {
    width: 1.3em;
    height: 1.3em;
    background: #189F38;
    border-radius: 50%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    color: white;
}

/* 
.selected-tabulation-box:not(.active) .check-span {
    opacity: 0;
} */


.selected-tabulation-box.active div.selected-tabulation {
    align-self: stretch;
    flex: 1 1 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0.2em;
    display: flex;
}

.selected-tabulation-box:not(.active) div.selected-tabulation {
    align-self: stretch;
    flex: 1 1 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0.2em;
    display: flex;
}

.tabulation-svg-div {
    width: 21.23px;
    height: 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex
}

.selected-tabulation-box.active .selected-tabulation-title {
    align-self: stretch;
    text-align: center;
    color: #555555;
    font-size: 15px;
    font-family: 'Lato';
    font-weight: 400;
    line-height: 1em;
    word-wrap: break-word
}

.text-grey-color {
    color: #555555;
}

.selected-tabulation-box:not(.active) .selected-tabulation-title {
    align-self: stretch;
    text-align: center;
    color: #F4F4F4;
    font-size: 15px;
    font-family: 'Lato';
    font-weight: 400;
    line-height: 14px;
    word-wrap: break-word
}

.selected-tabulation-box.active {
    width: 6rem;
    height: 6rem;
    padding: 5px;
    background: white;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    display: flex
}

.selected-tabulation-box:not(.active) {
    width: 5.5rem;
    height: 5.5rem;
    padding: 5px;
    background: #555555;
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    display: flex
}

.tabulation-block {
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: center !important;
    display: inline-flex !important;
}

.tabulation-block ul {
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 1em !important;
    display: inline-flex !important;
    list-style-type: none !important;

}

.customisation {
    background-color: white;
    margin: 0 1em 1em 1rem;
    border-radius: 1rem;
    padding: 1rem;
    overflow: auto;
    height: inherit;
    overflow-y: scroll;
}

.custom-collapse-header {
    width: 100%;
    padding-bottom: 1rem;
    font-size: 1em !important;
}

.custom-collapse-header .btn {
    width: 100%;
    text-align: left;
    color: #555555;
    background-color: #F4F4F4;
    opacity: 100%;
    border: 0;
    position: relative;
    padding: 0.8em 1.5em;
}

.custom-collapse-header .btn:hover {
    width: 100%;
    text-align: left;
    color: #555555;
    background-color: #F4F4F4;
    opacity: 100%;
    border: 0;
}

.custom-collapse-header .btn:focus {
    border: 0;
    box-shadow: 0 !important;
}

.custom-collapse-header .btn svg {
    position: absolute;
    right: 1rem;
    top: 1rem;
    transition: transform 0.3s ease;
}

.custom-collapse-header .btn[aria-expanded="true"] svg {
    transform: rotate(180deg);
}

.pagination-arrow {
    width: 20px;
    height: 20px;
    transform-origin: 0 0;
    background: #EC7E3A;
    border-radius: 3px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex
}

.pricing {
    background-color: white;
    margin: 0 1em 1em 1rem;
    border-radius: 1rem;
    padding: 1rem;
    /* overflow: auto; */
    height: inherit;
    /* overflow-y: scroll; */
}

.pricing-recap {
    width: -webkit-fill-available;
    bottom: 1rem;
}

.pricing-project-details {
    padding: 0.2rem;
    margin: 0.5rem;
    border: 0.5px solid #F4F4F4;
}

.pricing-collapse-head button span {
    position: absolute;
    right: 1rem;
    transition: transform 0.3s ease;
    font-size: small;
}

.pricing-collapse-head {
    padding-bottom: 0 !important;

}

.pricing-collapse-head button {
    margin-bottom: 1rem;
    background-color: #F4F4F4;
}

.btn-total-price {
    background-color: black;
    color: white;
    width: inherit;
    text-align: left;
    margin-bottom: 1rem;
    font-family: 'Oswald';
}

.btn-total-price span {
    text-align: right;
    float: right;
    right: 0;
    transition: transform 0.3s ease;

}

.btn-secure-payment {
    width: inherit !important;
    background: #EC7E3A;
    color: white;
    width: inherit;
    white-space: pre-line;
    font-family: 'Oswald';
    font-size: 1.1em;
    font-weight: 500;
}

.btn-secure-payment span {
    float: left;
}

.pricing-row {
    margin-bottom: 0.5rem;
}

.trash-svg-container svg:hover path {
    fill: #D9272E;
}

.trash-svg-container svg path {
    fill: #6c757d;
}

.profile-image:hover,
.profile-image-edit:hover {
    cursor: pointer;
}

.login-modal-button {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0588235), 0 1px 1px rgba(0, 0, 0, 0.105882);
    width: 8em;
    height: 2.5em;
    font-size: large;
    background-color: #D9272E;
    border-radius: 5px;
    color: white;
    float: right;
}

#profileModalLabel {
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    letter-spacing: 1px;

}

.div-for-btn-modal button {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0588235), 0 1px 1px rgba(0, 0, 0, 0.105882);
    width: 6rem;
    background-color: #D9272E;
    border-radius: 5px;
    color: white;
}

.div-for-btn-modal {
    align-items: center;
    display: flex;
    justify-content: center;
}

#profileModalLabel {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-modal-close {
    margin-left: 0;
    float: right;
}

.modal-header {
    padding-right: 0;
}

.nav-pills {
    all: initial;

}

.selected-tabulation-box:not(.active) .svg-selected {
    filter: brightness(0) invert(1);
}

.option-custom-doors-windows-img:hover {
    background-color: #F4F4F4;
}

.option-custom-exterior-options-img:hover {
    background-color: #F4F4F4;
}

.pricing-project-details {
    color: #555555;
}

.custom-modal-footer {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sign-up-button-modal {
    color: #D9272E;
    cursor: pointer;
}

.switch-button-modal {
    color: #D9272E;
    cursor: pointer;
}

.btn-create-project {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0588235), 0 1px 1px rgba(0, 0, 0, 0.105882);
    background-color: #D9272E;
    border-radius: 5px;
    color: white;
}

.div-for-btn-create-project {
    align-items: center;
    display: flex;
    justify-content: center;
}

.div-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.center-text-input {
    text-align: center;
    color: black;
    background-color: #F4F4F4;
    border: 1px solid #D9272E;
    border-radius: 10px;
    width: 10rem;
}

.zip-code-error {
    color: #D9272E;
    margin-left: 1rem;
    margin-right: 1rem;
    text-align: center;
    font-size: 15px;
    line-height: 15px;
    font-family: 'Lato';
    font-weight: 400;
}

.zip-code-error p {
    width: 100%;
}

.enter-demo-mode {
    cursor: pointer;
}

.editProject-div {
    cursor: pointer;
    background-color: #F4F4F4;
    color: black;
    display: inline-block;
    width: -webkit-fill-available;
    margin-bottom: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5em;
    font-size: 16px;
    font-family: 'Lato';
    font-weight: 400;
    color: #555555;
    align-items: center;
}

.editProject-div img {
    margin-left: 1rem;
}

.red-div {
    color: #D9272E;
}

.green-div {
    color: green;
}

.projectName {
    font-size: 18px;
    font-family: 'Oswald';
    font-weight: 500;
    color: #000000;
    margin-bottom: 1rem;
}

.projectName img {
    cursor: pointer;
}

.collapse-card-header {
    font-size: 1rem;
    font-family: 'Oswald';
    font-weight: 500;
    color: #000000;
    white-space: normal;
    word-break: break-word;
}

.config-card-header {
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-family: 'Oswald';
    font-weight: 700;
    color: #000000;
    letter-spacing: 1px;

}

.option-custom-img {
    padding-top: 2rem;
    padding-left: 1rem;
    padding-bottom: 2rem;
    padding-right: 7rem;
}

.item-selection-name {
    width: 100%;
    font-size: 18px;
    font-family: 'Oswald';
    font-weight: 500;
    color: #000000;
    text-align: center;
    display: flow;
}

.item-added-counter {
    width: 100%;
    font-size: 15px;
    font-family: 'Lato';
    font-weight: 400;
    color: #aaaaaa;
    text-align: center;
    display: flow;
}

.sumary-collapse-titles {
    font-size: 15px;
    line-height: 14px;
    font-family: 'Lato';
    font-weight: 400;
    color: #555555;

}

#backStep-tab {
    cursor: pointer;
}

#customCollapseLeanTos {
    margin-bottom: 1rem;
}

.configuration-span {
    font-size: 15px;
    line-height: 14px;
    font-family: 'Lato';
    font-weight: 400;
    color: #000000;
}

.display-doors {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.display-doors>div {
    align-items: center !important;
    text-align: center !important;
    width: 6rem;
    border: 0.5px solid #F4F4F4;
}

.display-doors div.item-selection-name {
    width: 100%;
}

.display-doors div.item-added-counter {
    width: 100%;
}

.div-drag-and-drop span {
    font-size: 15px;
    font-family: 'Lato';
    font-weight: 400;
    color: #555555;
}

.div-drag-and-drop {
    margin-top: 1rem;
    margin-bottom: 1rem;
    width: inherit;
    background: rgba(236, 126, 58, 0.15);
    border-radius: 5px;
    padding: 20px;
}

.customisation-container {
    margin-top: 1rem;
    margin-right: 1rem;
    margin-left: 1rem;
}

@media (max-width: 1300px) {
    .customisation-container {
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
    }
}

.options-span {
    font-size: 17px;
    font-family: 'Oswald';
    font-weight: 500;
    color: #555555;
}

.btn-dropdown-option {
    background-color: #F4F4F4;
    padding: 5px 10px;
    white-space: normal;
    overflow-wrap: break-word;
    width: -webkit-fill-available;
    align-items: center;
    display: flex;
    justify-content: space-between;
}


.form-check-label {
    margin-left: 0.5rem;
    color: #555555;
}

.child-option-header {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.child-option .form-check {
    margin-bottom: 1rem;
}

div.spacer-3 {
    height: 3rem;
    width: inherit;
}

div.spacer-2 {
    height: 2rem;
    width: inherit;
}

div.horizontal-spacer-2 {
    width: 2rem;
    height: inherit;
}

div.horizontal-spacer-1 {
    width: 1rem;
    height: inherit;
}

div.horizontal-spacer-3 {
    width: 3rem;
    height: inherit;
}

div.spacer-1 {
    height: 1rem;
    width: inherit;
}

.btn-save-projectname {
    align-self: stretch;
    padding: 0.5rem;
    background: #EC7E3A;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 16px;
    font-family: 'Lato';
    font-weight: 400;
    line-height: 16px;
    border: 0;
    border-radius: 5px;
}

#createNewProject {
    align-self: stretch;
    padding: 0.5rem;
    background: #EC7E3A;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 16px;
    font-family: 'Lato';
    font-weight: 400;
    line-height: 16px;
    border: 0;
    border-radius: 5px;
}

.customisation-next-step {
    margin-left: auto;
    right: 1rem;
    bottom: 1rem;
    cursor: pointer;
}

.change-password-button {
    cursor: pointer;
}

.clear {
    flex: 1;
}

.customisation-previous-step {
    margin-left: auto;
    left: 1rem;
    bottom: 1rem;
    cursor: pointer;
}


input[type="radio"] {
    appearance: none;
    width: 1rem;
    height: 1rem;
    content: "";
    display: inline-block;
    background-image: url('../../images/icon/radio_unchecked.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: none;
}

input[type="radio"]:checked {
    background-image: url('../../images/icon/radio_checked.svg');
}

input[type="checkbox"] {
    appearance: none;
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    display: inline-block;
    background-image: url('../../images/icon/customUnchecked.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border: none;
}

.projectName span {
    margin-right: 1em;
}

.projectName input {
    margin-right: 1em;
}

input[type="checkbox"]:checked {
    background-image: url('../../images/icon/customChecked.svg');
}

.state-container {
    display: flex;
    align-items: center;
}

.state-container img {
    max-width: 80%;
    height: auto;
    display: block;
    margin: 0 auto;
}

#saveProject {
    cursor: pointer;
}

.custom-customisation-mini-header {
    font-size: 18px;
    font-family: 'Oswald';
    font-weight: 500;
    color: #555555;
}

.projectSettings,
.lean-tos-panel,
.doors-windows-panel {
    margin: 0.5rem;
}

.tab-content {
    height: -webkit-fill-available;
}

#dimensionStep,
#packagingStep,
#doorsStep,
#exteriorStep,
.projectSettings,
.lean-tos-panel,
.doors-windows-panel,
.exterior-options-panel {
    position: relative;
    height: -webkit-fill-available;
    display: flex !important;
    flex-direction: column !important;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: flex !important;
    flex-direction: column !important;
}

.itsHidden {
    display: none;
}

.itsShowen {
    display: flex !important;
    flex-direction: column !important;
}

.collapse {
    visibility: hidden;
}

.collapse.show {
    visibility: visible;
    display: block;
}

.collapsing.width {
    -webkit-transition-property: width, visibility;
    transition-property: width, visibility;
    width: 0;
    height: auto;
}

.btn-collapse-pricing {
    all: initial;
}

.btn-collapse-pricing-styling {
    height: 4rem;
    width: 4rem;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
}

.btn-collapse-pricing-div {
    display: none;
}

.custom-card {
    position: relative;
    margin: 0.5rem;
}

.custom-card::before {
    content: '';
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    left: -0.5rem;
    border: 2px solid rgba(0, 0, 0, 0.05);
}

.pagination-container {
    display: flex;
    justify-content: space-between;
}

.customisation-next-step-detail {
    cursor: pointer;
}

.mobile-tabulation-scroller {
    display: none;
}

.customisation-previous-step-detail {
    cursor: pointer;
}

.mobile-pricing-recap {
    display: none;
}

@media only screen and (max-width: 1100px) {
    .iframe {
        bottom: 0;
        order: -1;
        height: 43rem;
        width: 100%;
    }

}

@media only screen and (max-width: 700px) {
    .iframe {
        bottom: 0;
        order: -1;
        width: 100%;
    }

    .help-icon {
        float: right;
        width: 1em;
        font-size: large;
    }
}

@media only screen and (max-width: 1100px) {
    body {
        margin: 1em 1em 0em 1rem;
        background-color: #F4F4F4;
    }

    .iframe #threejs-canvas-container label[for='quality-toggler'] {
        display: none;
    }

    #dimensionStep,
    #packagingStep,
    #doorsStep,
    #exteriorStep,
    .projectSettings,
    .lean-tos-panel,
    .doors-windows-panel,
    .exterior-options-panel {
        position: relative;
        display: flex !important;
        /* height: 20em !important; */
        flex-direction: column !important;
    }

    .graberHeader {
        color: black;
        margin: 0 !important;
        margin-bottom: 0.5em !important;
        font-size: 1.5rem;
        font-family: 'Oswald';
        font-weight: 500;
        text-transform: capitalize;
        line-height: 1rem;
        word-wrap: break-word;
        line-height: 1em;
    }

    div.header-div {
        height: auto;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        padding-top: 0.5rem;
    }

    .custom-select-project span {
        font-size: 1.2rem;
        line-height: 1rem;
        font-family: 'Lato';
        font-weight: 400;
        color: #000000;
    }

    .btnNewProjectMobile {
        width: 2rem;
        border-radius: 50%;
    }

    .help-icons {
        float: right !important;
        width: 1.5em !important;
        font-size: large !important;
        border: 1px solid grey;
        border-radius: 25px;
        height: 1.5em;
        display: flex;
        color: #7e7c7d !important;
        justify-content: center;
        align-items: center;
    }

    .tabulation-block {
        background-color: #555555;
    }

    #control-button {
        overflow: auto;
    }

    .tabulation-block .nav {
        display: grid !important;
        grid-template-columns: auto auto auto auto !important;
    }

    .tabulation-block .selected-tabulation-title {
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        text-wrap: nowrap;
    }

    .check-span {
        position: absolute;
        margin-right: 0.4rem;
        margin-top: -2rem;
    }

    .selected-tabulation-box .selected-tabulation {
        padding: 1rem;
    }

    .selected-tabulation-box.active {
        background: #555555;
    }

    .selected-tabulation-box.active .selected-tabulation {
        background-color: white;
        border-radius: 25%;
    }

    .mobile-pricing-recap {
        font-family: 'Oswald';
        font-size: 18px;
        font-weight: 500;
        line-height: 27px;
        letter-spacing: 0px;
        text-align: left;
        margin-top: 1rem;
        height: 3.5rem;
        display: flex;
        align-items: center;
        align-content: center;
        background-color: #EC7E3A;
        color: #000000 !important;
    }

    .full-height-div {
        display: flex;
        flex-wrap: wrap;
        height: -webkit-fill-available;
        overflow: hidden;
        position: relative;

    }

    .customisation {
        width: auto;
        order: 1;
        height: 100%;
        display: none;
    }

    #new_projectName {
        margin-bottom: 0em;
    }

    #collapsePricing {
        width: auto;
        order: 2;
        height: 100%;
        display: none !important;
    }

    .tabulation {
        order: 0;
        position: relative;
        bottom: 0;
        /* left: 1%; */
        /* top: 100%; */
        height: auto;
        padding: 0;
        /* display: flex; */
        /* justify-content: center; */
        /* align-items: center; */
    }

    .ifarme img {
        width: revert-layer;
    }

    .tabulation-block ul {
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: center !important;
        display: inline-flex !important;
    }

    .mobile-tabulation-scroller {
        padding-top: 0.5rem;
        width: -webkit-fill-available;
        padding-bottom: 0.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
    }

    #tabulation-block {
        width: -webkit-fill-available;
    }

    .tabulation-block {
        z-index: 3000;
    }

    .mobile-custom-not-display {
        display: none;
    }

    .mobile-custom-display {
        padding: 1rem;
        max-height: 15rem;
        height: 15em !important;
        background-color: white;
        width: inherit;
        display: table;
        z-index: 999;
        order: 0;
        bottom: 0;
        left: 1%;
        top: 100%;
        flex: 1;
    }

    .mobile-custom-display>div {
        height: 10em;
        overflow: auto;
    }
}

.graberCustomSelect {
    width: -webkit-fill-available;
    background-color: #F4F4F4;
    border: 0;
    height: 2rem;
}

.zero-padding-div {
    padding: 0;
}

.cursor-click {
    cursor: pointer
}

a:hover {
    text-decoration: none;
}

a:active,
a:focus {
    text-decoration: none;
}

.pricingHeader div {
    margin-right: 0;
    padding-right: 0
}

.doors-windows-panel .row {
    margin-bottom: 0.5em;
}

.exterior-options-panel .row {
    margin-bottom: 0.5em;
}

.lean-tos-panel .row {
    margin-bottom: 0.5em;
}

#customCollapseLeanTos {
    margin-top: 1em;
}

.btn-collapse-pricing:not(.collapsed) {
    transform: rotateY(180deg);
}

.pricing-panel-input-number {
    background-color: #F4F4F4;
}

.modal-title {
    font-size: 22px;
    line-height: 26px;
    font-family: 'Oswald';
    font-weight: 700;
    color: #000000;
    text-align: center;
    letter-spacing: 1px;

}

.model-3d-button-span {
    font-size: 15px;
    line-height: 14px;
    font-family: 'Lato';
    font-weight: 400;
    color: #000000;
    text-align: center;

}

.control-button {
    align-content: center;
}

.model-3d-btn-control img {
    height: 1.5em !important;
    width: 1.5em !important;
}

.model-3d-btn-control {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: transparent;
    width: 5rem;
}

.btn.model-3d-btn-control img {
    order: -1;
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center top;
}

.vertical-spacer {
    height: inherit;
    width: 1px;
    background-color: #AAAAAA;
}

.model-3d-button-span {
    margin: 1em 0em 0em 0em;
    word-break: break-all;
}

.form-check {
    margin-bottom: 0.5em;
}

.barn-custom-size {
    margin-bottom: 0.5em;
}

.select-dimention-span {
    font-size: 1em;
    line-height: 1em;
    font-family: 'Lato';
    font-weight: 700;
    color: #555555;
    bottom: 1em !important;
    position: relative;
}

#customBarnSizeCheckbox {
    margin-bottom: 1em !important;
}

#submit-payment {
    float: right;
    text-align: center;
    border-color: transparent;
    width: 7em;
    height: 2.5em;
    background-color: #D9272E;
    border-radius: 0.5em;
    margin-top: 1em;
    color: white;
}

.btn-graber-inverse {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0588235), 0 1px 1px rgba(0, 0, 0, 0.105882);
    width: 6rem;
    background-color: white;
    border-radius: 5px;
    color: #D9272E;
}

.btn-graber {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0588235), 0 1px 1px rgba(0, 0, 0, 0.105882);
    width: 6rem;
    background-color: #D9272E;
    border-radius: 5px;
    color: white;
}

.file-input-container {
    position: relative;
    width: 120px;
    height: 120px;
    border: 2px dashed #ccc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden;
    background-color: #f9f9f9;
}

.file-input-container input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.file-input-container label {
    position: absolute;
    text-align: center;
    color: #555;
    font-size: 16px;
    pointer-events: none;
}

.file-input-container img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.btn-disabled {
    background-color: #a0a0a0;
    color: white;
    cursor: not-allowed;
    opacity: 0.6;
    width: -webkit-fill-available;
    white-space: pre-wrap;
}

.help-icons {
    font-size: xx-large;
    height: 100%;
    display: flex;
    align-items: center;
}

.swal2-actions .swal2-confirm {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0588235), 0 1px 1px rgba(0, 0, 0, 0.105882);
    width: 6rem;
    background-color: white !important;
    border-radius: 5px;
    color: #D9272E;
}

.swal2-actions .swal2-deny {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0588235), 0 1px 1px rgba(0, 0, 0, 0.105882);
    width: 6rem;
    background-color: #D9272E !important;
    border-radius: 5px;
    color: white !important;
}

.swal2-html-container {
    margin: 1em;
}

.div:where(.swal2-container) div:where(.swal2-popup) {
    width: 50;
}

#new_projectName {
    margin-bottom: 1em;
    width: 100%;
    border: 1px solid #555555;
    font-family: 'Lato';
}

#newProjectZipCode {
    margin-bottom: 1em;
    width: 100%;
    border: 1px solid #555555;
    font-family: 'Lato';
}

.new_project_label {
    font-family: 'Lato';
}

.btn-graber-confirm {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0588235), 0 1px 1px rgba(0, 0, 0, 0.105882) !important;
    width: 6rem !important;
    background-color: #D9272E !important;
    border-radius: 5px !important;
    color: white !important;
    width: 11em !important;
    line-height: 1em !important;
}

.btn-graber-deny {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0588235), 0 1px 1px rgba(0, 0, 0, 0.105882) !important;
    width: 6rem !important;
    background-color: white !important;
    border-radius: 5px !important;
    color: #D9272E !important;
    width: 11em !important;
    line-height: 1em !important;
}

.btn-graber-confirm-create {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0588235), 0 1px 1px rgba(0, 0, 0, 0.105882) !important;
    width: 6rem !important;
    background-color: white !important;
    border-radius: 5px !important;
    color: #D9272E !important;
    width: 11em !important;
    line-height: 1em !important;
}

.custom-swal-popup {
    width: 40em;
    height: auto;
    font-family: Lato;
    font-size: 20px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
}

.custom-swal-html {
    text-align: left;
    font-size: 16px;
}

.swal2-actions .swal2-confirm {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0588235), 0 1px 1px rgba(0, 0, 0, 0.105882);
    width: 6rem;
    background-color: white !important;
    border-radius: 5px;
    color: #D9272E;
}

.login-modal-button-mobile {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0588235), 0 1px 1px rgba(0, 0, 0, 0.105882);
    width: 5em;
    font-size: medium;
    background-color: #D9272E;
    border-radius: 5px;
    color: white;
    float: right;
}



.btn-graber-inverse-mobile {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0588235), 0 1px 1px rgba(0, 0, 0, 0.105882);
    width: 6rem;
    background-color: white;
    border-radius: 5px;
    color: #D9272E;
}

.btn-graber-mobile {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0588235), 0 1px 1px rgba(0, 0, 0, 0.105882);
    width: 6rem;
    background-color: #D9272E;
    border-radius: 5px;
    color: white;
}

.mobile-type-welcome {
    font-family: Oswald;
    /* font-size: 15px; */
    font-weight: 400;
    line-height: 15px;
    text-align: left;

}

.graberHeaderMobile {
    font-family: Oswald;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.5px;
    text-align: left;
}

.zip-not-covered-mobile {
    font-family: Lato;
    font-size: 11px;
    font-weight: 400;
    line-height: 10px;
    text-align: left;
}

.template-name-mobile {
    font-size: 15px;
    font-weight: 700;
    line-height: 15px;
    text-align: left;
}

.template-desc-mobile {
    font-family: Lato;
    font-size: 15px;
    font-weight: bold;
    line-height: 15px;
    text-align: left;

}

.template-image-container-mobile {
    display: flex;
    position: relative;
}

.template-type-mobile-container {
    position: absolute;
    bottom: 1em;
    right: 1em;
    text-align: -webkit-right;
}

.template-type-mobile-container-my-project {
    position: absolute;
    bottom: 3em;
    right: 1.5em;
    text-align: -webkit-right;
}

.template-type-mobile {
    margin-bottom: 0;
    margin-bottom: 0;
    background-color: #D9D9D9;
    width: 1.5em;
    height: 1.5em;
    text-align-last: center;
    font-weight: bold;
}

@media (max-width: 1100px) {
    body {
        background-color: white;
        margin: 0.5rem 1rem 1rem 1rem;
    }
}

.graber-body-mobile {
    overflow-y: auto;
    overflow-x: hidden;
    height: 70vh;
}

.template-type-mobile-click {
    margin-bottom: 0;
    margin-bottom: 0;
    text-align-last: center;
    font-weight: bold;
}

.btn-graber-understand {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.0588235), 0 1px 1px rgba(0, 0, 0, 0.105882) !important;
    width: 6rem !important;
    background-color: white !important;
    color: #D9272E;
    border-radius: 5px !important;
    width: 11em !important;
    line-height: 1em !important;
}

.custom-delete-project-no {
    width: 6rem;
}

.btn-help-close {
    border: 1px solid #393939;
    border-radius: 8px;
    background-color: #FFFFFF;
    color: black;
    padding: 1em 2em 1em 2em;
    line-height: 1em;
    text-align: center;
    width: 12em;
    cursor: pointer;

}

.btn-help-show {
    border-radius: 8px;
    background-color: #EB6F2A;
    color: #FFFFFF;
    padding: 1em 2em 1em 2em;
    line-height: 1em;
    text-align: center;
    width: 12em;
    cursor: pointer;
}

.help-get-started {
    font-weight: 400;
    line-height: 1em;
    padding: 0;
    text-align: center;
    color: #EB6F2A;
}

.help-header {
    font-weight: 400;
    line-height: 1em;
    font-family: 'Oswald';
    text-align: center;
    font-size: 48px
}

.help-modal-content {
    width: 60%;
    background-color: #FAFAFA;
    height: 42em;
}

.help-modal-content .card {
    width: 100%;
    padding: 2em;
    background-color: #FAFAFA;
    height: 42em;
}

.help-modal-dialog {
    max-width: 134em;
    margin-left: 25%;
    margin-right: -11%;
}

.help-buttons-conatiner {
    justify-content: space-between;
    width: 92%;
    position: absolute;
    bottom: 1em;
    left: 2em;
    right: 2em;
    display: flex;
}

.step-progress-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    margin: 20px 0;
}

.step {
    height: 5em;
    width: 2em;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 20%;
    left: 50%;
    width: 5rem;
    height: 0;
    border-top: 4px dotted #ccc;
    z-index: 0;
    transform: translateY(-50%);
}

.step-number {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #f5f5f5;
    color: #888;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-weight: bold;
    z-index: 1;
}

.step-label {
    color: #888;
    font-size: 12px;
    text-align: center;
    z-index: 1;
}

.step .active {
    background-color: #ff7f2a;
    color: #fff;
}

.step .active+.step-label {
    color: #ff7f2a;
}

.help-container {
    font-family: Arial, sans-serif;
    color: #333;
    margin: 20px;
    line-height: 1.5;
}

.help-heading {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.help-instructions {
    list-style-type: none;
    padding-left: 0;
}

.help-instructions li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.help-instructions>li::before {
    content: '■';
    color: #ff7f2a;
    font-weight: bold;
    position: absolute;
    line-height: 1em;
    left: 0;
    top: 0%;
    font-size: 18px;
}

.help-notes {
    margin-top: 20px;
    font-size: 12px;
    color: #555;
    font-family: 'inter';
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -0.02em;
    text-align: left;

}

.help-notes a {
    color: #ff7f2a;
    text-decoration: none;
    cursor: pointer;
}

.help-instructions a {
    color: #ff7f2a;
    text-decoration: none;
    cursor: pointer;
}

.help-notes a:hover {
    text-decoration: underline;
}

.help-sub-options {
    list-style-type: circle;
    padding-left: 20px;
    margin-top: 10px;
}

.help-sub-options li {
    margin-bottom: 8px;
    color: #555;
}

.help-colpse-icon {
    margin-left: 0.5em;
    margin-right: 0.5em;
    background-color: white;
    border: 1px solid grey;
    padding: 0.2em;
}

.help-buttons-conatiner-end {
    justify-content: flex-end;
    width: 92%;
    position: absolute;
    bottom: 1em;
    left: 2em;
    right: 2em;
    display: flex;
}

.help-close {
    height: 3em;
    width: 3em;
    position: absolute;
    top: -1.5em;
    z-index: 99999;
    right: -1em;
    cursor: pointer;
}

.help-cleafix {
    height: 28em;
}

.help-image {
    width: 100%;
    /* height: 100%; */
}

.custom-nav-tabs {
    width: 100%;
    display: flex;
    justify-content: start;
    border-bottom: none;
}

.custom-tab-link {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    text-align: inherit;
    font: inherit;
    color: inherit;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    appearance: none;
    background-color: transparent;
    color: #b0b0b0;
    font-weight: bold;
    padding: 10px 20px;
    width: 10.5em;
    margin-right: 10px;
    background-color: transparent;
    border: 0;
}

.custom-tab-link.active span {
    background-color: #f8f8f8;
    padding: 5px;
}

.custom-tab-link.active {
    background-color: #fff;
    color: #000;
    border: 0;
}

.custom-tab-link:hover {
    background-color: #e0e0e0;
    color: #000;
}

#video-tutorial-modal {
    background-color: rgba(0, 0, 0, 0.9);
}

.btn-iframe {
    background-color: #ebebeb;
    border: 1px solid #dee2eb;
    border-radius: .5rem;
    font-size: 14px;
    outline: none;
    box-shadow: -2px -2px 10px #ffffff4d, -2px -2px 8px #ffffff26, 4px 4px 8px #ffffff13, 4px 4px 10px #00000026;
    color: #353535;
    font-weight: bold;
}