﻿

@font-face {
    font-family: 'AmmanV3Sans-Bold';
    src: url('../fonts/AmmanV3Sans-Bold.otf') format('opentype');
}


@font-face {
    font-family: 'AmmanV3Sans-Medium';
    src: url('../fonts/AmmanV3Sans-Medium.otf') format('opentype');
}

/* Font Face for AmmanV3Sans-Regular */
@font-face {
    font-family: 'AmmanV3Sans-Regular';
    src: url('../fonts/AmmanV3Sans-Regular.otf') format('opentype');
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'AmmanV3Sans-Bold';
}

p, b, span, a, input, button, label, li, textarea, select {
    font-family: 'AmmanV3Sans-Regular';
}

html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 0;
}

body {
    font-family: 'AmmanV3 Sans';
    margin: 0;
    padding: 0;
    height: 100vh;
}

#viewDiv {
    position: relative;
    width: 100%;
    height: 82%;
    background-color: #f4f4f4;
}

canvas:focus {
    outline: none !important;
    border: none !important;
}

canvas {
    border: none !important;
    outline: none !important;
}



.panel-container {
    position: relative;
    width: 100%;
    height: 100%;
}





.panel-result {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 15px;
    width: 250px;
    height: 200px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    overflow: auto;
    color: black;
    background-color: white;
    border-radius: 25px;
    /*margin-top: 41px;
    margin-left: 7px;*/
    margin: 0 5px 10px;
}

    .panel-result.liked .panel-result-actionDiv .Like-class {
        border: 2px solid black;
    }

    .panel-result.disliked .DisLike-class {
        border: 2px solid black;
    }

    .panel-result:hover,
    .panel-result:focus {
        color: black;
        /*background-color: rgba(255, 255, 255, 0.75);*/
        background-color: #ccc;
    }

    .panel-result.selected {
        color: black;
        /*background-color: rgba(255, 255, 255, 0.75);*/
        background-color: #ccc;
    }

.panel-result-actionDiv {
    display: flex;
    justify-content: space-between;
}

.panel-result-likeDiv{
    display:flex;
}

.panel-result-label {
    font-weight: bold;
    font-size: 10px;
}

.panel-result-title {
    font-weight: bold;
}

.panel-result-type {
    max-height:76.2px;
    overflow-y:hidden;
}

.DisLike-class {
    color: black;
    display: flex;
    align-items: center;
}

.Like-class {
    color:black;
    display:flex;
    align-items:center;
}

    .DisLike-class img,
    .Like-class img {
        width: 15px;
        height: 15px;
        margin-right: 3px;
    }

.zoomButton-class {
    width: auto;
    height: auto;
    background-color: #9DAF73;
    color: white;
    font-weight: bold;
    font-size: 12px;
}

.panel-side-Career {
    padding: 2px;
    box-sizing: border-box;
    width: 905px;
    height: 250px;
    color: #344d61;
    background-color: rgba(0, 0, 0, 0.1);
    /*overflow: auto;*/
    z-index: 2;
    direction: rtl;
}

    .panel-side-Career h3 {
        padding: 0 20px;
        margin: 20px 0;
    }

    .panel-side-Career ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .panel-side-Career li {
        list-style: none;
        padding: 10px 20px;
    }

.panel-side-Landmark {
    padding: 2px;
    box-sizing: border-box;
    /*width:auto;*/
    color: #344d61;
    background-color: rgba(0, 0, 0, 0.1);
    /*overflow: auto;*/
    z-index: 2;
    direction: rtl;
}

    .panel-side-Landmark h3 {
        padding: 0 20px;
        margin: 20px 0;
    }

    .panel-side-Landmark ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .panel-side-Landmark li {
        list-style: none;
        padding: 10px 20px;
    }

.panel-side-Events {
    padding: 2px;
    box-sizing: border-box;
    width: 905px;
    height: 250px;
    color: #344d61;
    background-color: rgba(0, 0, 0, 0.1);
    /*overflow: auto;*/
    z-index: 2;
    direction: rtl;
}

    .panel-side-Events h3 {
        padding: 0 20px;
        margin: 20px 0;
    }

    .panel-side-Events ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .panel-side-Events li {
        list-style: none;
        padding: 10px 20px;
    }



.expandedcareer {
    display: flex;
    justify-content: space-between;
}

.expandedlandmark {
    display: flex;
    justify-content: space-between;
}



.expandedevents {
    display: flex;
    justify-content: space-between;
}

/*.leftArrow {
    position: fixed;
    bottom: 30px;
    left: 25%;
}

.rightArrow {
    position: fixed;
    bottom: 30px;
    right: 25%;
}*/

/*@media only screen and (max-width: 1700px) {

    .leftArrow {
        position: fixed;
        bottom: 30px;
        left: 33%;
    }

    .rightArrow {
        position: fixed;
        bottom: 30px;
        right: 33%;
    }
}*/






.collapsed {
    display: none;
}

.submit-button {
    padding: 2px;
    width: 75px;
    height: 30px;
    color: #fff;
    background-color: dodgerblue;
    font-weight: bold;
    border: 0px;
    border-radius: 50px;
    margin-top: 5px;
}

.like-button {
    padding: 2px;
    width: 75px;
    height: 30px;
    color: #fff;
    background-color: dodgerblue;
    font-weight: bold;
    border: 0px;
    border-radius: 50px;
}

.dislike-button {
    padding: 2px;
    width: 75px;
    height: 30px;
    color: #fff;
    background-color: dodgerblue;
    font-weight: bold;
    border: 0px;
    border-radius: 50px;
}

.like-button, .dislike-button {
    margin-right: 10px;
    margin-top: 5px;
}

img {
    width: 25px;
    height: 25px;
    transition: opacity 0.5s ease;
}

    img:hover {
        opacity: 0.7;
    }

.close-button {
    position: absolute;
    top: 0px;
    left: 10px;
    background-color: white;
    color: red;
    font-size: 35px;
    border: none;
    cursor: pointer;
    width: 3px;
    height: 1px;
    margin-left: 5px;
}

    .close-button:hover {
        color: #ff0000;
    }



.DisLike-class {
    border: hidden;
}

.Like-class {
    border: hidden;
}





.filterSearch {
    position: fixed;
    top: 200px;
    left: -185px;
    width: 210px;
    height: 230px;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1;
    transition: left 1.3s ease;
    background: #9DAF73 0% 0% no-repeat padding-box;
    border-radius: 0px 23px 23px 0px;
}

    .filterSearch.visible {
        left: -2px;
    }

@media only screen and (max-width: 768px) {

    .filterSearch {
        top: 200px;
    }
}

.toggles {
    position: absolute;
    color: #fff;
    height: 250px;
    background-color: #344d61;
    z-index: 1;
    border: hidden;
}

.img_addpoint {
    position: absolute;
    right: 5px;
    top: 40px;
    width: 30px;
    height: 200px;
}

.img_addpoint2 {
    position: absolute;
    right: 40px;
    top: 5px;
    width: 200px;
    height: 30px;
}

.horizental-text {
    position: absolute;
    right: 21.5px;
    top: 25px;
    width: 161px;
    height: 25px;
    text-align: right;
    font: normal normal bold 18px/33px AmmanV3 Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
}


.vertical-text {
    position: absolute;
    top: 91px;
    right: 1px;
    width: 25px;
    height: 161px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    white-space: nowrap;
    transform: rotate(-180deg);
    text-align: right;
    font: normal normal bold 18px/33px AmmanV3 Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.btn_plots_close {
    position: absolute;
    top: 33px;
    right: 5px;
    z-index: 1;
    color: white;
    width: 39px;
    height: 39px;
}

.btn_plots_close1 {
    position: absolute;
    top: 33px;
    left: 5px;
    width: 39px;
    height: 39px;
    z-index: 1;
    color: white;
}

.btn_plots0 {
    position: absolute;
    top: 85px;
    right: 20px;
    z-index: 1;
    width: 199px;
    height: 40px;
    font-family: 'AmmanV3 Sans';
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    background-color: #9DAF73;
    font: normal normal normal 16px/22px AmmanV3 Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
}

@keyframes zoom1 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

.btn_plots1 {
    border: 1px;
    border-radius: 0em;
    position: absolute;
    top: 135px;
    right: 20px;
    z-index: 1;
    width: 199px;
    height: 40px;
    font-family: 'AmmanV3 Sans';
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    background-color: #9DAF73;
    font: normal normal normal 16px/22px AmmanV3 Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.btn_plots2 {
    border: 1px;
    border-radius: 0em;
    position: absolute;
    top: 185px;
    right: 20px;
    z-index: 1;
    width: 199px;
    height: 40px;
    font-family: 'AmmanV3 Sans';
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    background-color: #9DAF73;
    font: normal normal normal 16px/22px AmmanV3 Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.togglesL {
    position: absolute;
    color: #fff;
    height: 370px;
    background-color: #9daf73;
    z-index: 1;
    border: hidden;
    width: 10px;
    direction: rtl;
}

header {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 20px;
}

footer {
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.customPopup_point {
    position: fixed;
    top: 240px;
    right: -255px;
    width: 200px;
    height: 200px;
    background-color: #9DAF73;
    border: 1px solid #ccc;
    border-radius: 25px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 2;
    transition: right 1.3s ease;
    overflow-x: hidden;
    color: white;
    direction: rtl;
    display: none;
}

    .customPopup_point.visible {
        display: block;
        right: 10px;
    }

#customPopup_point label {
    display: block;
    margin-bottom: 5px;
    direction: rtl;
}

#customPopup_point input {
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
    box-sizing: border-box;
    direction: rtl;
}

#customPopup_point button {
    background-color: black;
    color: white;
    padding: 10px;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    direction: rtl;
}

.inspectionContent {
    position: fixed;
    top: 240px;
    right: 10px;
    width: 200px;
    height: 200px;
    background-color: #9DAF73;
    border: 1px solid #ccc;
    border-radius: 25px;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 2;
    transition: right 1.3s ease;
    overflow-x: hidden;
    color: white;
    direction: rtl;
}

.btn_cancel {
    position: absolute;
    bottom: 192px;
    right: 15px;
    width: 30px;
    height: 30px;
    z-index: 1;
    color: white;
    background-color: red;
    opacity: .7;
    border-radius: 25%;
}

@media only screen and (max-width: 768px) {
    .customPopup_point {
        top: 350px;
    }

    .inspectionContent {
        top: 350px;
    }
}

.old_land_name {
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 5px;
    border: 0px;
    text-align: center;
    font-weight: bold;
}

.btn_add_point {
    background-color: white;
    color: black;
    margin-bottom: 10px;
    margin-right: 60px;
    width: 50px;
    height: 30px;
    align-content: center;
}

.old_build_no {
    margin-bottom: 20px;
    /*margin-right: 10px;*/
    border-radius: 5px;
    border: 0px;
    text-align: center;
    font-weight: bold;
    height: 30px;
    width: 99%
}

.btn_add_build {
    background-color: white;
    color: black;
    margin-bottom: 10px;
    margin-right: 60px;
    width: 50px;
    height: 30px;
    align-content: center;
}

.old_street_name {
    margin-bottom: 20px;
    /*margin-right: 10px;*/
    border-radius: 5px;
    border: 0px;
    text-align: center;
    font-weight: bold;
    height: 30px;
    width: 99%
}

.btn_add_street {
    background-color: white;
    color: black;
    margin-bottom: 10px;
    margin-right: 60px;
    width: 50px;
    height: 30px;
    align-content: center;
}

.btn_close {
    background-color: white;
    color: black;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 50px;
    height: 30px;
}

#message {
    display: none;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ff9999;
    color: black;
    font-size: larger;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    animation: fadeIn 2s ease, changeColors 6s infinite;
    transition: background-color 0.5s ease, font-size 0.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes changeColors {
    0% {
        background-color: black;
        color: white;
    }

    50% {
        background-color: white;
        color: black;
    }

    100% {
        background-color: black;
        color: white;
    }
}


button {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    outline: none;
    color: #fff;
    border-radius: 5px;
}





#closeButton {
    background-color: gray;
}

    #closeButton:hover {
        background-color: white;
        color: black;
        font-weight: bold;
    }

.update-button {
    background-color: gray;
    color: white;
    border: 1px solid #ccc;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    cursor: pointer;
    border-radius: 5px;
    height: 25px;
    font-weight: bold;
}

    .update-button:hover {
        background-color: white;
        color: black;
        font-weight: bold;
    }


.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.modal {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}

.close-btn {
    background-color: #007bff;
    color: #fff;
    padding: 8px 12px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.emp_name {
    width: 99%;
    color: black;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    cursor: pointer;
    border-radius: 5px;
    height: 30px;
    font-weight: bold;
}

.popup {
    font-family: 'AmmanV3 Sans';
    justify-content: center;
    display: none;
    position: absolute;
    top: 600px;
    width: 250px;
    right: 5px;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    direction: rtl;
}

.popupContent {
    font-family: AmmanV3 Sans;
    font-size: 14px;
    color: #333;
}

.smallInfoBox_contant {
    position: absolute;
    top: 100px;
    left: -350px;
    max-height: 515px;
    overflow-y: auto;
    border: 1px solid #ccc;
    padding: 5px;
    width: 250px;
    background-color: gray;
}


.btn_inspection {
    width: 99%;
    background-color: gray;
    color: white;
    border: 1px solid #ccc;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    cursor: pointer;
    border-radius: 5px;
    height: 25px;
    font-weight: bold;
}



.searchLayerType, .scaleContainer, .searchType {
    position: fixed;
    top: 225px;
    width: 150px;
    height: 42px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    text-align: left;
    font: normal normal normal 16px/22px AmmanV3 Sans;
    letter-spacing: 0px;
    color: #171414;
}

.searchLayerType {
    right: 200px;
}

.scaleContainer {
    right: 375px;
}


.searchType {
    right: 550px;
}

.searchLayerType.visible {
    right: 250px;
}

.scaleContainer.visible {
    right: 900px;
}

.searchType.visible {
    right: 575px;
}

.Enquiry {
    width: auto;
    height: 42px;
    position: fixed;
    top: 225px;
    right: 50px;
    color: #fff;
    /*background:rgba(157,175,115,0.5) 0% 0% no-repeat padding-box;*/
    background: #9DAF73 0% 0% no-repeat padding-box;
    z-index: 0;
    border-radius: 5px;
    transition: right 1.3s ease;
    font: normal normal normal 18px/25px AmmanV3 Sans;
    letter-spacing: 0px;
}


    .Enquiry.visible {
        right: 1000px;
    }

.Enquiry_search {
    width: auto;
    height: 42px;
    position: fixed;
    top: 180px;
    left: 15px;
    color: #fff;
    background: white 0% 0% no-repeat padding-box;
    z-index: 0;
    border-radius: 5px;
    transition: right 1.3s ease;
    font: normal normal normal 18px/25px AmmanV3 Sans;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.dropbtn {
    background-color: white;
    color: black;
    width: 150px;
    direction: rtl;
    font-weight: bold;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 35px;
    right: 0px;
    background-color: white;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    direction: rtl;
    color: black;
    height: 150px;
    overflow-y: auto;
    text-align: right;
}

.dropdown:hover .dropdown-content {
    display: block;
}

@media only screen and (max-width: 768px) {
    .searchLayerType, .scaleContainer, .searchType {
        width: 110px;
    }

    .searchLayerType {
        top: 100px;
        right: 15px;
    }

    .scaleContainer {
        top: 150px;
        right: 15px;
    }

    .searchType {
        top: 200px;
        right: 15px;
    }

    .searchLayerType.visible {
        right: 0;
    }

    .scaleContainer.visible {
        right: 0;
    }

    .searchType.visible {
        right: 0;
    }

    .Enquiry {
        width: 108px;
        top: 50px;
        right: 16px;
        transition: right 1.3s ease;
        font-size: 15px;
    }

        .Enquiry.visible {
            top: 50px;
            right: 0px;
        }

    .dropbtn {
        width: 110px;
    }

    .dropdown-content {
        min-width: 120px;
    }

    .dropdown:hover .dropdown-content {
        display: block;
    }
}


@media only screen and (max-width: 768px) {


    .panel-side-Landmark {
        width: 300px;
    }

    .panel-side-Career {
        width: 300px;
    }

    .panel-side-Events {
        width: 300px;
    }
}


.container {
    position: fixed;
    top: -10px;
    right: 50px;
    width: auto;
    font-weight: bolder;
    z-index: 0;
    transition: right 1.3s ease;
    font: normal normal bold 30px/40px AmmanV3 Sans;
    letter-spacing: 0px;
    color: #394e70;
}

    .container.visible {
        right: 250px;
    }


.setting {
    position: absolute;
    top: 20px;
    left: 149px;
    width: 105px;
    height: 22px;
    font-weight: bold;
    z-index: 0;
    transition: right 1.3s ease;
    text-align: left;
    font: normal normal bold 16px/22px AmmanV3 Sans;
    letter-spacing: 0px;
    color: #394e70;
}

.setting_img {
    position: absolute;
    top: 30px;
    left: 100px;
}


@media only screen and (max-width: 768px) {
    .container {
        position: fixed;
        top: 0px;
        right: 0px;
        font-weight: bolder;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        z-index: 0;
        transition: right 1.3s ease;
        text-align: left;
        font: normal normal bold 24px/22px AmmanV3 Sans;
        letter-spacing: 0px;
        color: #394e70;
    }

        .container.visible {
            right: 0px;
        }


    .setting {
        display: none;
    }

    .setting_img {
        position: absolute;
        top: 15px;
        left: 60px;
    }
}

.custom-popup-container {
    position: absolute;
    bottom: 100px;
    right: 40%;
    display: inline-block;
    width: 300px;
    height: auto;
    border: 1px solid #ddd;
    box-sizing: border-box;
    overflow: hidden;
    color: black;
    background-color: white;
    border-radius: 25px;
    direction: rtl;
}

@keyframes fadeInOut {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.popup-item {
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

    .popup-item:hover {
        background-color: #FFFFFF;
    }

@media only screen and (max-width: 768px) {
    .custom-popup-container {
        position: absolute;
        bottom: 100px;
        right: 50px;
        background-color: white;
        border: 1px solid #ccc;
        padding: 10px;
        width: 300px;
        height: auto;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        display: none;
        direction: rtl;
        border-radius: 10px;
    }

    @keyframes fadeInOut {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }
}



#locateBtn {
    position: absolute;
    top: 210px;
    left: 10px;
    z-index: 2;
    background-color: white;
    padding: 5px;
    border: 1px solid #ccc;
    cursor: pointer;
}

#homeBtn {
    position: absolute;
    top: 150px;
    left: 10px;
    z-index: 2;
    background-color: white;
    padding: 5px;
    border: 1px solid #ccc;
    cursor: pointer;
}



.drawButton {
    position: fixed;
    top: 450px;
    left: -20px;
    width: 120px;
    height: 30px;
    z-index: 2;
    background-color: #9daf73;
    color: white;
    border: 1px solid #ccc;
    cursor: pointer;
    border-radius: 25px;
    font-size: 10px;
    font-weight: bold;
}

    .drawButton:hover {
        background-color: white;
        color: black;
    }

.drawButtonImg {
    position: fixed;
    top: 460px;
    left: 70px;
    z-index: 2;
}


.editButton {
    position: fixed;
    top: 500px;
    left: -20px;
    width: 120px;
    height: 30px;
    z-index: 2;
    background-color: #9daf73;
    color: white;
    border: 1px solid #ccc;
    cursor: pointer;
    border-radius: 25px;
    font-size: 10px;
    font-weight: bold;
}

    .editButton:hover {
        background-color: white;
        color: black;
    }

.editButtonImg {
    position: fixed;
    top: 510px;
    left: 70px;
    z-index: 2;
}


.totalFeaturesLandmark {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #9daf73;
    font-size: 16px;
    font-weight: bold;
}

.closeLandmarkList {
    position: absolute;
    left: 0px;
    top: 0px;
    color: black;
    height: auto;
    width: auto;
    font-weight: bold;
    font-size: 12px;
}

.owl-item{
    display:flex;
    justify-content:center
}

.owl-dots {
    max-height: 20px;
    overflow-y: hidden;
}

#owl-carousel-custom-nav {
    padding: 0 30px;
}

@media only screen and (max-width: 500px) {
    #owl-carousel-custom-nav {
        padding: 0 5px;
    }
}


    #owl-carousel-custom-nav button {
        background-color: transparent;
        padding: 0;
    }

        #owl-carousel-custom-nav button img {
            width: 40px;
            height: 40px;
        }
