@font-face {
    font-display: swap;
    font-family: Vazir;
    font-style: normal;
    font-weight: 100;
    src: url(/font/54e7667936d5d77510db.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Vazir;
    font-style: normal;
    font-weight: 200;
    src: url(/font/d3404b5f0d5ba9531f65.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Vazir;
    font-style: normal;
    font-weight: 300;
    src: url(/font/28bbc39bfa14fe25b446.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Vazir;
    font-style: normal;
    font-weight: 400;
    src: url(/font/cd6779570cd53c098e0d.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Vazir;
    font-style: normal;
    font-weight: 500;
    src: url(/font/ef97fb24342d80d7f29e.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Vazir;
    font-style: normal;
    font-weight: 600;
    src: url(/font/6ae7bffd21e7ad16b8d3.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Vazir;
    font-style: normal;
    font-weight: 700;
    src: url(/font/94b0120a30c6c1b3df49.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Vazir;
    font-style: normal;
    font-weight: 800;
    src: url(/font/60c70ff6454fe16e64e8.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: Vazir;
    font-style: normal;
    font-weight: 900;
    src: url(/font/971516b10c1eab851eb3.woff2) format("woff2")
}

body {
    font-family: 'Vazir' !important;
}

.filepond--root {
    font-family: 'Vazir' !important;
}

@media (min-width: 320px) {
    .filepond--item {
        width: calc(30% - 0.5em) !important;
    }
}

@media (min-width: 50em) {
    .filepond--item {
        width: calc(15% - 0.5em) !important;
    }
}



.hidden {
    display: none !important;
}

#map {
    top: 0;
    bottom: 0;
    width: 100%;
}

.float-right {
    position: fixed;
    top: 5px;
    right: 5px;
    background-color: #fff;
    border-radius: 10px;
    z-index: 1;
}

.float-left {
    position: fixed;
    top: 5px;
    left: 5px;
    z-index: 1;
}

.bottom-left {
    position: fixed;
    bottom: 5px;
    left: 5px;
    z-index: 1;
}

.center {
    justify-content: center !important;
}

.active-layer {
    transition: color 0.2s ease;
    color: var(--bs-text-primary) !important;
}

.layer {
    color: #252F4A;
}

.w-100 {
    width: 100% !important;
}

.mapboxgl-ctrl-top-right, .maplibregl-ctrl-top-right {
    top: unset !important;
    bottom: 10px !important;
}

.maplibregl-ctrl:has(> button.maplibregl-ctrl-compass) {
    position: fixed;
    left: 5px;
    top: 100px;
}

.margin-0 {
    margin: 0;
}

.maplibregl-measures {
    top: 150px;
    position: fixed;
    left: 5px;
    margin: unset !important;
}

.files-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.btn-files {
    position: fixed;
    z-index: 1;
    bottom: 10px;
}

.sheet {
    top: unset !important;
}

.no-files {
    text-align: center;
}

.round-btn {
    position: absolute;
    border-radius: 50px !important;
    width: 50px;
    height: 50px;
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#btn-add-file {
    top: 40px;
    left: 5px;
}
#btn-filter-file {
    top: 40px;
    left: 60px;
}

.files-footer {
    display: none;
    position: absolute;
    bottom: 10px;
    width: 95%;
}

.file-operation {
    background-color: #fff;
    border-top: 1px solid #ddd;
}

.fields-content {
    margin-bottom: 50px;
}

.marker-operation {
    position: fixed;
    z-index: 1;
    bottom: 10px;
    display: none;
    justify-content: center;
    width: 100%;
}

    .marker-operation button.btn-primary {
        margin-left: 15px;
    }

.sidebar {
    grid-area: sidebar;
}

.content {
    grid-area: content;
}

.box {
    border-radius: 5px;
    padding: 20px;
    font-size: 150%;
}

.files-data-container {
    display: grid;
    grid-template-columns: repeat(2, 49%);
    justify-content: space-between;
    row-gap: 15px;
}

.file-data {
    width: 100%;
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 5px;
}

.file-data img {
    border-radius: 10px;
    object-fit: cover;
}

.file-item {
    border: 1px solid rgba(0, 0, 0, .12);
    border-radius: 5px;
    align-items: center;
}
.file-header {
    display: flex;
    justify-content: space-between;
    align-items:center;
}
.file-item-text{
    font-size: 1.2em;
}
.fancybox__container {
    z-index: 99999 !important;
}

.fl-l{
    float:left;
}
.fl-r {
    float: right;
}

.local-img {
    margin-left: 10px;
    object-fit: cover;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 1px solid #ddd;
}
.del-image {
    width: 50px;
}
.maplibregl-ctrl-logo {
    display: none !important;
}
.layer-map-icon {
    background-color: #fff;
    padding: 5px;
}

.layer-map-icon img{
    width: 35px !important;
    height: 35px !important;
}
.cr-date {
    float: right;
    margin-top: 4% !important;
    margin-right: 14% !important;
}

.CurrentPost_post {
    bottom: 5px;
    left: 50%;
    max-width: 500px;
    padding: 0 16px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    z-index: 999;
    display:none;
}

.PostLink_button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    text-align: inherit;
    width: 100%;
}
.NewPostCard_card {
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .122);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .122);
    padding: 16px;
}
.NewPostCard_images {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 16px;
    overflow: scroll;
    padding-bottom: 12px;
    width: 100%;
}
.Image_image {
    background-color: rgba(0, 0, 0, .03);
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 8px 0 rgba(10, 22, 41, .161);
    box-shadow: 0 2px 8px 0 rgba(10, 22, 41, .161);
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 140px;
}
.NewPostCard_prices {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 12px;
}
.Detail_detail:not(:last-child) {
    border-left: 1px solid #a1a1aa;
    padding-left: 12px;
}
.Detail_detail {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.Detail_title {
    color: #71717a;
    font-size: 1.1rem;
    margin-left: 4px;
}
.Detail_value {
    color: #27272a;
    font-size: 1.2rem;
    font-weight: 700;
}
.NewPostCard_tags {
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}
.Tag_tag {
    -ms-flex-align: center;
    align-items: center;
    background-color: #f4f4f5;
    border-radius: 2px;
    color: #71717a;
    display: -ms-flexbox;
    display: flex;
    font-size: 1rem;
    padding: 0 6px;
}
.NewPostCard_title {
    color: #27272a;
    font-size: 1.2rem;
}
.CurrentPost_close, .FiltersBar_container {
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    display: -ms-flexbox;
    display: flex;
}
.CurrentPost_close {
    -ms-flex-pack: center;
    border-radius: 40px;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .122);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .122);
    cursor: pointer;
    height: 40px;
    justify-content: center;
    left: 24px;
    position: absolute;
    top: 8px;
    width: 40px;
    font-size: 3rem;
}

@media (min-width: 992px) {
    .sheet {
        left: 25% !important;
        right: 25% !important;
    }
}

@media (max-width: 768px) {
    .files-data-container {
        grid-template-columns: repeat(1, 100%);
    }
}

@media screen and (min-width: 960px) {
    .CurrentPost_post {
        bottom: 16px;
    }
}