:root {
    --fd-grey-100: #efefef;
    --fd-grey-200: #dedede;
    --fd-grey-400: #bbbbbb;
    --fd-grey-600: #999999;
    --fd-grey-800: #666666;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.d-none {
    display: none !important;
}

.fd-container-fluid {
    width: 100%;
    max-width: 100% !important;
    height: 100%;
    font-family: sans-serif;
    padding: 10px;
    box-sizing: border-box;
    background-color: #ffffff;
}

.fd-container-fluid * {
    font-family: sans-serif;
    box-sizing: initial;
}

.fd-bordered-btn {
    border: 1px solid;
    text-align: center;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 6px !important;
    font-weight: bold;
}

.fd-list {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}

.fd-list li {
    list-style: none;
}

.fd-list-item {
    list-style: none;
    padding: 0px;
    text-align: left;
    width: 100%;
}

.fd-container-fluid .fd-row {
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.fd-container-fluid .fd-container-wrapper {
    margin-bottom: 0px;
}

.fd-container-fluid .fd-row .fd-steps {
    display: flex;
    align-items: end;
    flex: 35%;
    position: relative;
}

.fd-container-fluid .fd-row .fd-steps-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 6px;
    overflow: auto;
    width: 100%;
    max-width: 180px;
    height: 100%;
    margin: 0px;
    padding: 20px;
    background-color: var(--fd-primary);
    box-sizing: border-box;
    border-radius: 20px 0px 0px 20px;
    font-size: 12px;
    text-align: center;
}

.fd-container-fluid .fd-row .fd-steps-list .fd-floor-shapes-list {
    padding-left: 0px;
}

.fd-container-fluid .fd-row .fd-steps-list ul:not(.fd-floor-shapes-list) {
    width: 100%;
    margin-bottom: 10px;
    padding: 0px 12px;
}

.fd-container-fluid .fd-row .fd-steps-list .fd-step-item {
    list-style: none;
    border-radius: 5px;
}

.fd-container-fluid .fd-row .fd-steps-list .fd-step-item .fd-step-link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    height: 70px;
    margin-bottom: 0px;
    padding: 10px 6px;
    background-color: var(--fd-secondary);
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--fd-secondary-text);
}

.fd-container-fluid .fd-steps-list.vertical .fd-step-item .fd-step-link {
    flex-direction: column;
    height: 90px;
}


.fd-container-fluid .fd-row .fd-steps-list .fd-step-item.active .fd-step-link {
    border: 2px solid var(--fd-secondary-text);
}

.fd-container-fluid .fd-row .fd-step-item .fd-step-link .fd-step-icon {
    width: 35px;
    height: 35px;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    flex: 1;
    background-position: center center;
    background-color: var(--fd-primary);
}


.fd-container-fluid .fd-row .fd-step-item .fd-step-link .fd-step-text {
    flex: 2;
    padding: 0px;
    line-height: initial;
}

.fd-container-fluid .fd-row .vertical .fd-step-item .fd-step-link .fd-step-icon {
    flex: 4;
    width: 45px;
    height: 45px;
}

.fd-container-fluid .fd-steps-list.vertical .fd-step-item .fd-step-link .fd-step-text{
    flex: 1;
    font-size: 14px;
    text-transform: capitalize;
}

.fd-modal .fd-custom-design-form .fd-form-group input[type='text'] {
    width: calc(100% - 1.50rem);

}

.fd-modal .fd-close {
    display: none;
    position: absolute;
    z-index: 1060;
    right: calc(50% - 250px);
    width: 20px;
    height: 20px;
    top: calc(50% - 112px);
}

.fd-container-fluid .fd-row .fd-steps-list .fd-step-item .fd-step-parameters {
    display: none;
    position: absolute;
    top: 0px;
    overflow: auto;
    left: 180px;
    width: calc(100% - 195px);
    height: 100%;
    padding: 0px 10px 30px 10px;
    border-radius: 0px 8px 8px 0px;
    /* border: 2px solid #c8c6c4;
        border-radius: 8px; */
    box-sizing: border-box;
}

.fd-container-fluid .fd-steps-buttons {
    display: none;
    z-index: 1;
    justify-content: space-between;
    width: calc(100% - 195px);
    padding: 4px 10px;
    background-color: #fff;
    box-sizing: border-box;
}

.fd-container-fluid .fd-row .fd-steps-list .fd-step-item.active .fd-step-parameters {
    display: block;
    text-align: left;
    font-weight: bold;
}

.fd-container-fluid .fd-row .fd-steps-list .fd-step-item input[type="radio"] {
    display: none;
}

/*.fd-container-fluid .fd-step-item .fd-step-description h3 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }*/

.fd-container-fluid .fd-row .fd-steps .fd-room-shape-label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    float: left;
    margin-bottom: 8px;
    padding: 8px;
    border: 2px solid #c8c6c4;
    border-radius: 6px;
}

.fd-container-fluid .fd-floor-shapes-list input[type="radio"]:checked+.fd-room-shape-label,
.fd-container-fluid .fd-floor-shapes-list input[type="radio"]+.fd-room-shape-label:hover {
    background-color: var(--fd-secondary);
}

.fd-non-tile-list {
    flex-direction: column;
}

.fd-non-tile-list>div {
    padding: 5px;
    width: 100%;
    text-align: center;
}

.fd-non-tile-list>div>button {
    padding: 8px 16px;
    background-image: linear-gradient(to right, #a9a6a4, #c9c7c5);
    border-radius: 50px;
    border: 0px;
    color: #fff;
    margin: 0;
    font-size: 12px;
    margin-left: 15px;
}

.fd-container-fluid .fd-row .fd-steps .fd-room-shape-label img {
    width: 100%;
    max-width: 70px;
    height: auto;
}

.fd-container-fluid .fd-row .fd-steps .fd-floor-shape-pattern {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0px 20px;
    margin-bottom: 10px;
}

.fd-container-fluid .fd-row .fd-steps .fd-floor-shape-pattern li {
    list-style: none;
    max-width: 50%;
    padding: 4px;
    box-sizing: border-box;
}

.fd-container-fluid h4.fd-section-title {
    margin: 0px 0px 10px 0px;
    padding: 10px 10px;
    border-radius: 14px;
    background-color: var(--fd-primary);
    font-size: 14px;
    line-height: initial;
    font-weight: bold;
    color: var(--fd-primary-text);
    text-transform: uppercase;
}

.fd-tile-desc h4 {
    font-size: 9px;
    margin-bottom: 0 !important;
}

.fd-container-fluid .fd-row .fd-canvas {
    flex: 65%;
    padding: 4px;
    background-color: var(--fd-grey-100);
    border-radius: 8px;
    box-sizing: border-box;
}

.fd-container-fluid .fd-row .fd-canvas-steps {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    padding: 0px;
    margin: 1px 0px;
}

.fd-container-fluid .fd-row .fd-canvas-steps-list {
    padding: 0px;
    margin: 0px;
    display: flex;
    padding-bottom: 40px;
    WIDTH: 100%;
    justify-content: space-evenly;
    position: relative;
}

.fd-container-fluid .fd-row .fd-canvas-steps-list li {
    flex: 1;
    list-style: none;
    margin: 0px;
}

.fd-container-fluid .fd-row .fd-canvas-steps-list .fd-step-info {
    position: relative;
    width: 100%;
}

.fd-container-fluid .fd-row .fd-canvas-steps-list .fd-step-description,
.fd-container-fluid .fd-row .fd-canvas-number-style-list .fd-step-description {
    display: none;
    position: absolute;
    /* bottom: 5px; */
    top: 62px;
    line-height: initial;
    font-size: 12px;
    width: 100%;
    font-weight: bold;
    text-align: center;
    left: 0px;
    color: #000;
}

.fd-container-fluid .fd-row .fd-canvas-number-style-list .fd-step-description {
    top: 75px;
}

.fd-container-fluid .fd-row .fd-canvas-steps-list li.active .fd-step-description,
.fd-container-fluid .fd-row .fd-canvas-number-style-list li.active .fd-step-description {
    display: block;
}

.fd-container-fluid .fd-row .fd-canvas-steps-list li .fd-filled-step {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 6px 8px;
    border: 1px solid #bfbcba;
    border-radius: 0px;
    min-height: 56px;
    background-color: var(--fd-grey-200);
    box-sizing: border-box;
    font-size: 12px;
    font-weight: bold;
    line-height: initial;
    text-align: center;
}

.fd-canvas-steps-list li .fd-filled-step .fd-filled-arrow {
    width: 28px;
    height: 54px;
    position: absolute;
    right: -14px;
    overflow: hidden;
    z-index: 1;
    background: transparent;
}

.fd-canvas-steps-list li .fd-filled-step .fd-filled-arrow span {
    position: absolute;
    width: 39px;
    right: 8px;
    height: 39px;
    top: 7px;
    background: var(--fd-grey-200);
    transform: rotate(45deg);
    z-index: 5;
    border-top: 1px solid #979796;
    border-right: 1px solid #979797;
}

.fd-canvas-steps-list li.visited .fd-filled-step .fd-filled-arrow span {
    background-color: var(--fd-secondary);
}

.fd-canvas-steps-list li.active .fd-filled-step .fd-filled-arrow {
    background: var(--fd-grey-200);
}

.fd-canvas-steps-list li.active .fd-filled-step .fd-filled-arrow span {
    color: var(--fd-primary-text);
    background-color: var(--fd-primary);
}

.fd-container-fluid .fd-row .fd-canvas-steps-list li:first-child .fd-filled-step {
    border-radius: 8px 0px 0px 8px;
}

.fd-container-fluid .fd-row .fd-canvas-steps-list li:last-child .fd-filled-step {
    border-radius: 0px 8px 8px 0px;
}

.fd-container-fluid .fd-row .fd-canvas-steps-list li .fd-filled-step .fd-step-icon {
    background-color: var(--fd-primary);
    min-width: 18px;
    min-height: 18px;
}

.fd-container-fluid .fd-row .fd-canvas-steps-list li:not(:nth-child(1)) .fd-filled-step:before {
    content: "";
    position: absolute;
    width: 15px;
    left: -12px;
    height: 54px;
    top: 1px;
    transform: rotate(0deg);
    background-color: var(--fd-grey-200);
}

.fd-container-fluid .fd-row .fd-canvas-steps-list li.visited:not(:nth-child(1)) .fd-filled-step:before {
    background-color: var(--fd-secondary);
}

.fd-container-fluid .fd-row .fd-canvas-steps-list li.visited .fd-filled-step {
    background-color: var(--fd-secondary);
    color: var(--fd-secondary-text);
}

.fd-container-fluid .fd-row .fd-canvas-steps-list li .fd-filled-step .fd-step-icon {
    background-color: var(--fd-secondary-text);
}

.fd-container-fluid .fd-row .fd-canvas-steps-list li.active .fd-filled-step {
    background-color: var(--fd-primary);
    color: var(--fd-primary-text);
}

.fd-container-fluid .fd-row .fd-canvas-steps-list li.active .fd-filled-step .fd-step-icon {
    background-color: var(--fd-primary-text);
}

.fd-container-fluid .fd-row .fd-canvas-steps-list li.active:not(:nth-child(1)) .fd-filled-step:before {
    color: var(--fd-primary-text);
    background: var(--fd-primary);
}

.fd-container-fluid .fd-row .fd-canvas-steps-list li.active:not(:nth-child(8)) .fd-filled-step:after {
    color: var(--fd-primary-text);
    background: var(--fd-primary);
}

.fd-canvas canvas#fd-designed-canvas {
    /*aspect-ratio: 1.6;*/
    width: 100%;
    border: 1px solid #bbb;
    max-height: calc(100vh - 170px);
}

.fd-designed-home {
    width: 100%;
    text-align: center;
    min-height: calc(100vh - 120px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--fd-grey-200);
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.fd-designed-home .canvas-bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.1;
}

.fd-designed-home>h3 {
    display: block;
    font-size: 1.17em;
    /*margin-block-start: 1em;*/
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    padding: 0px 30px;
    max-width: 650px;
}

.fd-canvas .fd-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: calc(100vh - 120px);
}

.fd-canvas .fd-action-button {
    display: flex;
    padding: 0px;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 5px 0px;
    width: calc(100% - 10px);
}

.fd-canvas .fd-action-button li {
    list-style: none;
}

.fd-row .fd-col-6 {
    width: calc(50% - 5px);
    margin-bottom: 0px;
}

.fd-row .fd-col-4 {
    width: calc(33.33% - 5px);
    min-width: 60px;
}

.fd-field-group input[type="radio"]+label:not(.fd-bordered-btn) {
    display: block;
    padding: 5px 0px 5px 0px;
    /* background-image: linear-gradient(to right, #a9a6a4 , #c9c7c5); */
    border-radius: 5px;
    border: 2px solid #c9c7c5;
    color: #777;
    margin: 0;
    font-size: 14px;
    height: 100%;
}

.fd-bordered-btn {
    width: 100%;
    box-sizing: border-box;
}

.fd-bordered-btn,
.fd-btn,
[type="button"].fd-btn,
[type="submit"].fd-btn,
button.fd-btn,
.add-non-title-area-btn {
    display: inline-block;
    padding: 7px 15px;
    margin: 0;
    background: var(--fd-secondary);
    border-radius: 10px;
    border: 0px;
    font-size: 15px;
    font-weight: bold;
    color: var(--fd-secondary-text);
    line-height: initial;
    text-transform: initial;
}

#unit_system label {
    padding: 7px !important;
}

.fd-room-size .fd-field-group input[type="radio"]:checked+label,
.fd-room-size .fd-field-group input[type="radio"]:checked+label h4 {
    color: var(--fd-secondary-text);
    background-color: var(--fd-secondary);
}

.fd-room-size .fd-field-group input[type="radio"]:checked+label {
    border: 1px solid var(--fd-secondary-text);
}

.fd-room-size .fd-field-group input[type="text"] {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 5px;
    border: 1px solid;
    border-radius: 5px;
    color: initial;
    line-height: initial;
    font-weight: normal;
}

.fd-tile-color .fd-list-item,
.fd-tile .fd-list-item {
    border-bottom: 0px;
    margin: 0 0 5px;
}

.fd-tile .fd-tile-info {
    position: relative;
}

.fd-tile-color .fd-tile-info {
    position: relative;
    align-items: center;
    height: 100%;
    text-align: center;
}

.fd-tile-color .fd-tile-image,
.fd-tile .fd-tile-image {
    width: 45px;
    height: 45px;
    margin: auto;
    background-color: #efefef;
    border: 1px solid #ccc;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.fd-tile-color .fd-tile-desc,
.fd-tile .fd-tile-desc {
    width: calc(100%);
    text-align: center;
    word-wrap: break-word;
}

.fd-tile-color .fd-tile-desc h4,
.fd-tile .fd-tile-desc h4 {
    margin: 4px 0px;
    font-weight: bold;
}

.fd-tile-color .fd-tile-desc p,
.fd-tile .fd-tile-desc p {
    margin-top: 0px;
    margin-bottom: 4px;
}

.fd-non-tile-item {
    border-bottom: 0px;
}

.fd-non-tile-item .fd-field-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.fd-non-tile-item .fd-field-group input[type="text"] {
    max-width: 40px;
    margin: 5px 10px;
}

.skip-wrapper {
    text-align: right;
    padding: 0px 20px;
}

.fd-field-group label,
.room_area {
    font-size: 14px;
    margin: 0;
    font-weight: bold;
    line-height: initial;
}

.room_area {
    padding: 0px 20px;
    margin-bottom: 8px;
}

.fd-step-parameters hr,
.fd-room-size hr {
    display: block;
    unicode-bidi: isolate;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
    opacity: 1;
    max-width: initial;
}

.fd-report-clear-cart {
    display: flex;
    line-height: initial;
}

.fd-report-clear-cart>input[type=checkbox] {
    margin: 2px 10px 2px 2px;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    width: initial;
    height: initial;
}

.fd-report-clear-cart>input[type=checkbox]:after {
    content: "";
    opacity: 0;
}

.fd-report-clear-cart>label {
    font-size: 12px !important;
    font-weight: bold;
    padding: 0px !important;
    margin: 0px;
}

.report-container>div {
    padding: 0px 20px;
}

.report-container .fd-report-clear-cart {
    padding: 6px 10px;
    margin: 0px 20px 10px 20px;
}

/* CSS for number style steps */

.fd-container-fluid .fd-row .fd-canvas-number-style-steps {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    position: relative;
    padding: 5px 5px 40px 5px;
}

.fd-canvas-number-style-steps .fd-canvas-number-style-list {
    display: flex;
    justify-content: space-evenly;
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    padding: 8px 60px 25px;
    background-color: #fff;
    border-radius: 60px;
    box-sizing: border-box;
}

.fd-canvas-number-style-steps .fd-canvas-number-style-list li {
    flex: 1;
    list-style: none;
    margin: 0px;
}

.fd-canvas-number-style-steps .fd-canvas-number-style-list .fd-step-info {
    position: relative;
    width: 100%;
}

.fd-canvas-number-style-steps .fd-canvas-number-style-list .fd-step-info:after {
    content: "";
    display: block;
    position: absolute;
    top: 13px;
    right: 0px;
    width: calc(100% - 37px);
    height: 10px;
    background: #ddd;
}

.fd-canvas-number-style-steps .fd-canvas-number-style-list li.visited .fd-step-info:after {
    content: "";
    background: var(--fd-secondary);
}


.fd-canvas-number-style-steps .fd-canvas-number-style-list li .fd-filled-step {
    width: 35px;
    height: 35px;
    background: var(--fd-grey-200);
    border: 1px solid var(--fd-primary);
    border-radius: 50%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 2.15;
}

.fd-canvas-number-style-steps .fd-canvas-number-style-list li.active .fd-filled-step {
    background-color: var(--fd-primary);
}

.fd-canvas-number-style-steps .fd-canvas-number-style-list li.active .fd-filled-step span {
    color: var(--fd-primary-text);
}

.fd-canvas-number-style-steps .fd-canvas-number-style-list li.visited .fd-filled-step {
    background-color: var(--fd-secondary);
}

.fd-canvas-number-style-steps .fd-canvas-number-style-list li.visited .fd-filled-step span {
    color: var(--fd-secondary-text);
}

.fd-canvas-number-style-steps .fd-canvas-number-style-list li:not(:last-child) .fd-filled-step:after {
    content: "Step";
    display: block;
    width: 100%;
    height: 10px;
    font-size: 14px;
    font-weight: bold;
    color: var(--fd-grey-600);
}

.fd-canvas-number-style-steps .fd-canvas-number-style-list li:last-child {
    max-width: 35px;
}

.fd-canvas-number-style-steps .fd-canvas-number-style-list li:last-child .fd-filled-step {
    padding: 7px;
    box-sizing: border-box;
}

.fd-canvas-number-style-steps .fd-canvas-number-style-list li:last-child .fd-filled-step span {
    display: block;
    width: 20px;
    height: 20px;
    background: var(--fd-grey-600);
}

.fd-canvas-number-style-steps .fd-canvas-number-style-list li:last-child .fd-filled-step:after {
    content: "Final Design";
    display: block;
    position: absolute;
    left: -33px;
    bottom: -10px;
    width: 100px;
    height: 10px;
    font-size: 14px;
    font-weight: bold;
    color: var(--fd-grey-600);
}

.fd-canvas-number-style-steps .fd-canvas-number-style-list li.active:last-child .fd-filled-step span {
    content: "";
    background: var(--fd-primary-text);
}

.fd-login-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fd-designed-home .fd-login-container p {
    margin-bottom: 8px;
}

.fd-designed-home .fd-login-container .fd-signin-register-btn {
    margin-bottom: 10px;
}

@media only screen and (max-width: 1199px) {
    .fd-container-fluid .fd-row .fd-steps-list {
        gap: 10px;
    }
    .fd-container-fluid .fd-row .fd-canvas {
        flex: 100%;
        order: 1;
        width: 100%;
        margin-bottom: 15px;
    }

    .fd-canvas .fd-designed-home {
        height: 50vh;
        min-height: 1px;
        margin-bottom: 10px;
    }

    .fd-container-fluid .fd-row .fd-steps {
        order: 2;
        min-height: 600px;
    }

    .fd-canvas .fd-wrapper {
        height: auto;
    }
}

@media only screen and (max-width: 767px) {
    .fd-container-fluid .fd-row .fd-canvas-steps,
    .fd-container-fluid .fd-row .fd-canvas-number-style-steps {
        display: none;
    }

    .fd-canvas .fd-designed-home img {
        max-width: 100%;
        max-height: 180px;
    }

    .fd-container-fluid .fd-row .fd-steps-list {
        max-width: 135px;
    }

    .fd-container-fluid .fd-row .fd-step-item .fd-step-link .fd-step-icon {
        height: 30px;
    }

    .fd-container-fluid .fd-row .fd-steps-list .fd-step-item .fd-step-parameters {
        left: 135px;
        width: calc(100% - 140px);
        padding: 0 8px;
    }

    .fd-steps {
        height: 50vh;
        overflow: hidden;
    }

    .fd-canvas canvas#fd-designed-canvas {
        max-height: calc(100vh/2 - 50px);
    }

    .fd-bordered-btn,
    .fd-btn,
    .add-non-title-area-btn {
        padding: 8px 13px !important;
        font-size: 12px !important;
    }

    .fd-container-fluid .fd-row .fd-steps-list .fd-step-item .fd-step-link {
        font-size: 13px;
        padding: 10px;
        justify-content: center;
    }

    .fd-container-fluid h4.fd-section-title {
        padding: 7px 10px;
        margin: 5px 0px;
        font-size: 14px;
    }

    .fd-container-fluid .fd-steps-buttons {
        width: calc(100% - 140px);
    }
}

@media only screen and (max-width: 480px) {
    .fd-canvas .fd-designed-home {
        height: 50vh;
    }

    .fd-container-fluid .fd-row .fd-steps-list {
        height: 100%;
    }
    .fd-container-fluid .fd-steps-list.vertical .fd-step-item .fd-step-link {
        height: 50px;
        padding: 6px;
    }

    .fd-container-fluid .fd-steps-list.vertical .fd-step-item .fd-step-link .fd-step-text {
        font-size: 9px;
    }
}