﻿@font-face {
    font-family: vazir;
    src: url('/Thm1/uploads/assets/fonts/vazir-FD.woff') format("woff");
    font-display: swap;
}

@font-face {
    font-family: niafam-icons;
    src: url('/Thm1/uploads/Sitempt/assets/fonts/niafam-icons.woff') format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
 
#tags {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

    #tags a {
        font-size: 16px !important;
        background: #eee;
        padding: 10px;
        border-radius: 10px;
        font-weight: 500;
    }

.es-search-result .news__box {
    gap: 15px;
}

.es-search-result .news-box__text {
    flex-grow: 1;
}

.es-search-result .news-box__img {
    flex-shrink: 0;
}

.es-search-result .box-text__down {
    margin: 15px 0;
    color: #12213b;
    font-weight: 700;
}

.news .news__slider__title {
    -webkit-line-clamp: 3;
}

.news .news__slider__kicker {
    -webkit-line-clamp: 3;
}

.news .news__title {
    -webkit-line-clamp: 3;
    color:#fff !important;
}

.all__events .arch {
    position: absolute;
    left: 20px;
    bottom: 20px;
}

.event__name {
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    color: var(--dark);
    margin-bottom: 25px;
    padding-bottom: 12px;
    position: relative;
}

    .event__name::before {
        content: "";
        position: absolute;
        height: 3px;
        width: 100px;
        right: 0;
        bottom: 0;
        background-color: rgba(14,31,57,.15);
    }

.tourism__close-btn {
    font-size: 30px;
    cursor: pointer;
    color: #fff;
    position: absolute;
    top: 30px;
    right: 30px;
}

.tourism__overlay {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    background: #131336de;
}

    .tourism__overlay.show {
        visibility: visible;
        opacity: 1;
    }

.tourism__overlay__img.show {
    display: block;
}

.tourism__overlay__img {
    display: none;
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
}

.btn-danger{
    z-index:9999;
    color:#ff0000;
}
.warning{
    z-index:9999;
    color:#ff6a00;
}
.btn-success {
    z-index: 9999;
    color: #45b620;
}
.btn-secondary {
    z-index: 9999;
    color: #ccc;
}
.btnmanage {
    z-index: 9999; 
    background-color:white;
    position:static;
}
.delsecmanage {
    z-index: 9999;
    background-color: white;
    position: static;
}
.divManageBox {
    z-index: 99999;
    background-color: white;
    border:#ccc 1px solid;
    padding:10px;
    border-radius:5px;
    position: relative; 

}