/* font Customize */
@font-face {
    font-family: iransans;
    src: url("../font/iransnsfanu.ttf");
}

@font-face {
    font-family: yekanbahk;
    src: url("../font/BYekan+\ Bold.ttf");
}

.cu-font-iransans {
    font-family: "iransans" !important;
}

.cu-font-yekanbakh {
    font-family: "yekanbahk";
}

a {
    text-decoration: none !important;
    color: inherit;
}

body {
    background-color: rgba(247, 247, 250, 1) !important;
    /* position: relative; */
}

/* input svg */

/* search */
.cu-inp-search {
    background: url("../img/search-inp.png") no-repeat right 10px center;
    padding-right: 37px;
}

.cu-inp-placeholder::placeholder {
    color: rgba(213, 213, 217, 1); /* خاکستری */
    opacity: 1; /* برای اطمینان از نمایش کامل رنگ */
    font-size: small;
}

/* color Customize */
.cu-txt-color-cyan {
    color: #32ade6;
}

.cu-txt-color-green-300 {
    color: rgba(88, 206, 109, 1);
}

.cu-txt-color-green-300:hover {
    color: rgba(88, 206, 109, 1);
}

.cu-txt-color-green-600 {
    color: rgba(50, 155, 68, 1);
}

.cu-txt-color-green-600:hover {
    color: rgba(50, 155, 68, 1);
}

.cu-txt-color-green-800 {
    color: rgba(26, 116, 41, 1);
}

.cu-txt-color-green-800:hover {
    color: rgba(26, 116, 41, 1);
}

.cu-txt-color-green-900 {
    color: rgba(14, 62, 22, 1);
}

.cu-txt-color-green-900:hover {
    color: rgba(14, 62, 22, 1);
}

.cu-text-color-gray-700 {
    color: rgba(162, 162, 166, 1) !important;
    text-decoration: none;
}

.cu-text-color-gray-700:hover {
    color: rgba(162, 162, 166, 1) !important;
    text-decoration: none;
}

.cu-text-color-gray-2 {
    color: rgba(174, 174, 178, 1) !important;
    text-decoration: none;
}

.cu-text-color-gray-2:hover {
    color: rgba(174, 174, 178, 1) !important;
    text-decoration: none;
}

.cu-text-color-gray-800 {
    color: rgba(137, 137, 140, 1) !important;
    text-decoration: none;
}

.cu-text-color-gray-800:hover {
    color: rgba(137, 137, 140, 1) !important;
    text-decoration: none;
}

.cu-text-color-gray-500 {
    color: rgba(187, 187, 191, 1) !important;
    text-decoration: none;
}

.cu-text-color-gray-500:hover {
    color: rgba(187, 187, 191, 1) !important;
    text-decoration: none;
}

.cu-text-color-cyan {
    color: rgba(50, 173, 230, 1);
}

.cu-text-primery-800 {
    color: #00204d;
}

.cu-text-color-gray-400 {
    color: rgba(200, 200, 204, 1) !important;
    text-decoration: none;
}

.cu-text-color-gray-400:hover {
    color: rgba(200, 200, 204, 1) !important;
    text-decoration: none;
}

.cu-text-color-gray-900 {
    color: rgba(112, 112, 115, 1);
    text-decoration: none;
}

.cu-text-color-gray-900:hover {
    color: rgba(112, 112, 115, 1);
    text-decoration: none;
}

.cu-border-color-gray-700 {
    border-color: rgba(162, 162, 166, 1) !important;
}

.cu-text-color-gray-700:hover {
    border-color: rgba(162, 162, 166, 1) !important;
}

.cu-txt-color-gray-600 {
    color: rgba(175, 175, 179, 1) !important;
}

.cu-bg-liner-green {
    background-image: linear-gradient(
            to right,
            rgba(65, 200, 91, 1),
            rgba(46, 217, 120, 1)
    );
}

.cu-bg-white {
    background-color: rgba(255, 255, 255, 1);
}

.cu-bg-green-50 {
    background-color: #ebf7ed;
}

.cu-text-gray-white {
    color: rgba(255, 255, 255, 1);
}

.cu-bg-gray-white {
    background-color: rgba(255, 255, 255, 1);
}

.cu-bg-red {
    background-color: #ff3b30 !important;
}

.cu-border-gray-100 {
    border-color: #f2f2f7;
}

.cu-bg-gray-400 {
    background-color: rgb(200, 200, 204, 1);
}

.cu-bg-gray-200 {
    background-color: rgba(224, 224, 229, 1);
}

.cu-bg-gray-800 {
    background-color: rgba(137, 137, 140, 1);
}

.cu-bg-gray-50 {
    background-color: #f7f7fa;
}

/* font size */
.cu-txt-s16 {
    font-size: 16px;
}

/* background color Customize */
.cu-bg-liner-blgr {
    background-image: rgba(50, 155, 68, 1), rgba(13, 141, 166, 1);
}

.cu-bg-liner-blgr:hover {
    background-image: rgba(50, 155, 68, 1), rgba(13, 141, 166, 1);
}

.cu-bg-linergr-green {
    border-image: linear-gradient(to right, #41c85b, #2ed978) 1 !important;
}

.cu-bg-liner-bg-green:hover {
    border-image: linear-gradient(to right, #41c85b, #2ed978) 1 !important;
}

.cu-bg-green-300 {
    background-color: rgb(88, 206, 109, 1);
}

/* border Customize */
/* color */
.cu-br-gray {
    border: rgba(255, 255, 255, 0.3);
}

.cu-br-gray:hover {
    border: rgba(255, 255, 255, 0.3);
}

.cu-br-liner-gr {
    border-color: rgba(50, 155, 68, 1);
}

.cu-br-liner-gr:hover {
    border-color: rgba(50, 155, 68, 1);
}

/* width */
.cu-br-w-one {
    border-width: 1;
}

.cu-br-w-one:hover {
    border-width: 1;
}

.cu-br-w-two {
    border-width: 2;
}

.cu-br-w-two:hover {
    border-width: 2;
}

.cu-br-rad-pr {
    border-radius: 14px;
}

.cu-br-rad-pr:hover {
    border-radius: 14px;
}

/* button Customize */

.cu-lg-btn {
    min-width: 133px;
    min-height: 56px;
    border-radius: 14px;
}

.cu-lg-btn:hover {
    min-width: 133px;
    min-height: 56px;
    border-radius: 14px;
}

.cu-md-btn {
    min-width: 133px;
    min-height: 48px;
    border-radius: 14px;
}

.cu-md-btn:hover {
    min-width: 133px;
    min-height: 48px;
    border-radius: 14px;
}

.cu-sm-btn {
    min-width: 133px;
    min-height: 40px;
    border-radius: 14px;
}

.cu-sm-btn:hover {
    min-width: 133px;
    min-height: 40px;
    border-radius: 14px;
}

/* custome */
.left-panel-content-top {
    width: 100%;
    height: 116px;
    background-color: rgba(255, 255, 255, 1);
    position: relative;
}

.left-panel-container {
    width: 252px !important;
    height: 100%;
    background-color: rgba(247, 247, 250, 1);
}

.cu-search-btn {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    border-width: 1px;
    background-color: transparent;
}

.cu-close-btn {
    border-color: rgba(200, 200, 204, 1) !important;
    border: 1px;
    border-style: solid;
    background-color: transparent;
    width: 40px;
    height: 40px;
    border-radius: 14px;
}

.cu-logo-header img {
    max-width: 100px;
    max-height: 35px;
    min-width: 92px;
    min-height: 27px;
}

.top-slide-menu::before {
    content: "";
    background-color: rgba(255, 255, 255, 1);
    width: 150px;
    height: 90px;
    top: 39px;
    right: -19px;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    /* clip-path: polygon(36.39% 37.77%, 50% 50%, 68.3% 50%, 25% 75%); */
    /* border-radius: 0% 0% 46% 46% / 19% 0% 73% 73%; */
    clip-path: ellipse(16% 50% at 50% 50%);
}

/* swiper style */
.swiper-top-categories {
    width: 200px;
}

.big-auto-slider img {
    max-width: 1084px; /* عرض حداکثر */
    max-height: 350px;
    min-height: 222px;
    min-width: 390px;
    width: 100%; /* برای واکنش‌گرایی */
    height: 100%; /* برای حفظ تناسب */
    object-fit: fill; /* حفظ تناسب و بریدن بخش اضافی */
    object-position: top; /* نمایش قسمت بالای تصویر */
    display: block;
}

.sliderContainer {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: blue;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    position: relative;
    display: none;
}

.sliderContainer::after {
    content: "";
    width: 621px;
    height: 621px;
    background-color: blue;
    position: absolute;
    top: 10px;
    left: 20px;
}

.swiper_Container {
    min-width: 390px;
    min-height: 222px;
    width: 1084px !important;
    max-height: 350px;
}

.swiper-item-main {
    width: 20px;
    text-align: center;
    font-size: 18px;
    background: rgba(247, 247, 250, 1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-item-main img {
    max-width: 1084px; /* عرض حداکثر */
    max-height: 350px;
    min-height: 222px;
    min-width: 390px;
    width: 100%; /* برای واکنش‌گرایی */
    height: 100%; /* برای حفظ تناسب */
    object-fit: fill; /* حفظ تناسب و بریدن بخش اضافی */
    object-position: top; /* نمایش قسمت بالای تصویر */
    display: block;
}

.swiperContainer {
    min-height: 222px;
    height: 350px;
    z-index: 2;
}

.main_category {
    position: relative;
    max-width: 1084px; /* عرض حداکثر */
    min-width: 342px;
    display: flex;
    flex-wrap: wrap;
    gap: 0px; /* فاصله بین آیتم‌ها */
    column-gap: 8px;
    justify-content: center; /* برای چیدمان در وسط */
    z-index: 1;
}

.main_category::after {
    content: "";
    z-index: -1;
    position: absolute;
    background-image: url(../img/BackFrameMobile.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    top: -240px;
    width: calc(621px);
    height: 621px;
    padding: 60px;
}

.main_category .item {
    background-color: rgba(255, 255, 255, 1);
    height: 64px;
    min-height: 56px;
    border-radius: 14px;
    padding: 16px;
    text-align: center;
    flex: 1 1 calc(50% - 20px);
    color: rgba(137, 137, 140, 1);
}


.main_roidad {
    position: relative;
    max-width: 1084px; /* عرض حداکثر */
    min-width: 342px;
    display: flex;
    flex-wrap: wrap;
    gap: 0px; /* فاصله بین آیتم‌ها */
    column-gap: 8px;
    justify-content: center; /* برای چیدمان در وسط */
    z-index: 1;
}

.main_roidad .item {
    background-color: rgba(255, 255, 255, 1);
    height: 64px;
    min-height: 56px;
    border-radius: 14px;
    padding: 16px;
    text-align: center;
    flex: 1 1 calc(50% - 20px);
    color: rgba(137, 137, 140, 1);
}

/* header Title  */
.cu_hr_title {
    width: 122px;
    max-width: 157px;
    height: 0.5px;
    border: 0.5px transparent solid;
    border-image: linear-gradient(to right, #41c85b, #2ed978) 1;
}

.cu_text_title {
    font-weight: 800;
    font-size: 20px;
    line-height: 30px;
    width: 96px;
    height: 30px;
}

/* custome width  */
.cu_mx_width_1084 {
    max-width: 1084px;
    min-width: 342px;
}

/* md sizing */
@media (min-width: 767px) {
    .main_category .item {
        flex: 1 1 calc(25% - 10px); /* در دسکتاپ چهار آیتم در یک ردیف */
    }

    .main_category::after {
        background-image: url('../img/slide big.png');
        top: -295px;
    }

    .main_roidad .item {
        flex: 1 1 calc(25% - 10px); /* در دسکتاپ چهار آیتم در یک ردیف */
    }

    #large_ContactUs_img {
        display: block;
    }

    #mobile_ContactUs_img {
        display: none;
    }
}

@media (max-width: 460px) {
    #phone_input {
        width: 226px !important;
    }

    .ticket-detaild {
        width: 340px !important;
    }

    .cinema_img {
        width: 50px !important;
        height: 50px !important;
    }

    .teatr_item {
        background-color: transparent;
        border: 0;
    }
}

@media (max-width: 767px) {
    #container_top_section {
        flex-direction: column !important;
        height: unset !important;
    }

    .landing_uniq_section {
        width: 100% !important;
    }

    .swipe_slider::after {
        left: 30px !important;
    }

    .swipe_slider::before {
        right: 30px !important;
    }

    /* .artists_cat_item {
      width: 109px !important;
    } */
    .artistContainer {
        gap: 4px !important;
    }

    #large_ContactUs_img {
        display: none;
    }

    #mobile_ContactUs_img {
        display: block;
    }
}

@media (max-width: 920px) {
    .footer_container {
        flex-direction: column !important;
    }

    .footer_validate {
        flex-direction: row !important;
        width: 342px !important;
    }

    .footer_about_item {
        width: 342px !important;
    }
}

/* xl size bootstrap */
@media (max-width: 1199px) {
    #single-pic-large {
        display: none;
    }

    .single-content-container {
        padding: 40px;
    }

    .chair-content-container {
        padding: 0px !important;
    }

    .single-artist-container {
        flex-direction: column-reverse !important;
        align-items: center;
    }

    .Artist-shows-container {
        padding: 0 !important;
        width: auto !important;
    }

    .Artist-single-detail {
        min-width: 390px;
        padding: 24px;
        align-items: center;
        justify-content: center;
    }

    .contactUsContainer {
        padding-top: 0px !important;
        padding-left: 0px !important;
    }

    .single-Blog-container {
        align-items: center !important;
    }
}

@media (max-width: 575px) {
    .btn-download-ticket {
        width: 100% !important;
    }

    .artist-cart-item {
        width: 344px !important;
    }
}

@media (max-width: 535px) {
    .select-sans-container {
        width: 110%;
        gap: 15px;
        transform: translateX(-10%);
        overflow: visible;
    }
}

#container_top_section {
    /* display: block; */
    gap: 50px;
    height: 470px;
}

/* just landing page */
.landing_uniq_section {
    position: relative;
    width: 520px;
    min-width: 330px;
    height: 100%;
    /* min-width: 520px; */
}

.swipe_slider::after {
    display: flex;
    justify-content: center;
    align-items: center;
    content: url(../img/left_arrow.svg);
    position: absolute;
    color: white;
    top: 140px;
    left: 0px;
    width: 40px;
    height: 40px;
    border-radius: 14px;
    border: 2px rgba(255, 255, 255, 0.3) solid;
    background-image: linear-gradient(
            to right,
            rgba(65, 200, 91, 1),
            rgba(46, 217, 120, 1)
    );
    z-index: 2;
    cursor: pointer;
}

.swipe_slider::before {
    display: flex;
    justify-content: center;
    align-items: center;
    content: url(../img/right_arrow.svg);
    position: absolute;
    color: white;
    top: 140px;
    right: 0px;
    width: 40px;
    height: 40px;
    border-radius: 14px;
    border: 2px rgba(255, 255, 255, 0.3) solid;
    background-image: linear-gradient(
            to right,
            rgba(65, 200, 91, 1),
            rgba(46, 217, 120, 1)
    );
    z-index: 2;
    cursor: pointer;
}

/* landing page */
.right_min_bnner {
    max-width: 156.33px;
    min-width: 109px;
}

.right_min_bnner img {
    border-radius: 14px;
    width: 156px;
    min-height: 161px;
    min-width: 109px;
    max-height: 223px;
}

.bold_subtitle_item {
    color: rgba(112, 112, 115, 1);
    size: 14px;
    line-height: 100%;
    direction: rtl;
    display: inline-block;
    height: 21px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.swiper {
    width: 100%;
    height: 100%;
}

.baseSliderContainer {
    max-width: 1084px;
    min-width: 399px;
    /* overflow: hidden; */
}

html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
}

.swiper-container {
    width: 100%;
    height: 100%;
    padding: 10px;
    max-height: 40vh;
}

.swiper {
    width: 100%;
}

.container-categury-slider {
    max-width: 1084px;
    min-width: 399px;
    overflow: hidden;
}

.swipe-last-item-container {
    gap: 16px !important;
}

.swiper-item-frame {
    width: 140px !important;
    min-width: 141.14px !important;
    height: 263px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.swiper-item-frame img {
    border-radius: 14px;
    height: 223px;
    width: 100%;
}

.slider-span-text {
    font-size: 16px;
    line-height: 100%;
    /* width: 150px; */
    height: 24px;
    /* overflow: hidden; */
    text-overflow: ellipsis;
}

/* category artist */
.artists_cat_item {
    width: 109px !important;
}

.artist-img-item {
    border-radius: 100%;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.shadow-artist-public {
    position: relative;
    overflow: hidden;
}

.artist-img-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 106px;
    background-color: #27b0ca33;
    pointer-events: none;
}

.shadow-artist-public::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 106px;
    background-color: #27b0ca33;
    pointer-events: none;
}

.artists_cat_item b {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0%;
    align-items: center;
    height: 21px;
}

/* footer style */
.footer_container {
    margin: 0 auto;
    max-width: 1440px;
    /* height: 343px; */

    padding-top: 40px;
    padding-right: 24px;
    padding-bottom: 40px;
    padding-left: 24px;
    flex-wrap: wrap;
    gap: 32px;
}

.footer_about_item {
    width: 382px;
    /* min-width: 342px; */
}

.footer_link_item {
    width: 342px;
    height: 263px;
    min-width: 342px;
}

.footer_validate {
    /* width: 362px; */
    width: 76px;
    gap: 48px;
}

.footer_logo_image {
    width: 102.22px;
    height: 30px;
}

.go_to_top {
    border: 1px solid;
    display: block;
    width: 40px;
    height: 40px;
}

.about_us_content {
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0%;
    /* height: 135px; */
    font-size: 16px;
    /* width: 382px; */
    /* min-width: 342px; */
}

.social_network_ico {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 14px;
    background: white;
    z-index: 1;
    overflow: hidden; /* نکته مهم */
}

.social_network_ico::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px; /* ضخامت border گرادیان */
    background: linear-gradient(to right, #41c85b, #2ed978);
    border-radius: inherit;
    z-index: -1;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    background-clip: padding-box;
}

.support-number span {
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
}

.footer-li-item a {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    height: 21px;
}

.artist-img-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* single Page */
.ticket-show-price {
    width: 312px;
    height: fit-content;
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(222, 245, 226, 1);
}

.strike-container {
    position: relative;
    display: inline-block;
}

.strike-container::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(174, 174, 178, 1); /* رنگ خط */
    transform: translateY(-50%);
    pointer-events: none;
}

.single-content-container {
    padding: 24px;
}

.single-title {
    font-size: 32px;
    font-weight: 800;
}

.Sans-Item {
    flex-direction: row-reverse;
    width: 48.5%;
    max-width: 247px;
    min-width: 167px;
    height: 56px !important;
}

.input-radio-snas {
    width: 22px;
    height: 22px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    content: "";
    display: inline-block;
    vertical-align: middle;
    /*border: 1px solid #c8c8cc;*/
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    /*background: center / cover no-repeat url("../img/assets/Ellipse 32.png");*/
}

/*.input-radio-snas:checked {*/
/*  background: center url("../img/assets/tick-circle.png");*/
/*  border: 0;*/
/*}*/
.number-sans {
    font-weight: 800;
    font-size: 40px;
    line-height: 56px;
    width: 48px;
    height: 56px;
}

.artist-swiper-container {
    width: 100%;
}

.artist-single-page {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: flex-start;
}

.artist-img-item img {
    width: 100%;
}

@media (max-width: 768px) {
    .artist-single-page {
        flex-wrap: nowrap;
    }
}

#stage {
    background-image: url(../img/stage.png);
    height: 16px;
    background-position: center;
    background-clip: content-box;
    background-origin: content-box;
    background-size: cover;
}

.ticket-chair-items {
    left: 0;
    top: calc(-25px - 121px);
}

.cu-input-bg::placeholder {
    color: #c8c8cc;
}

.cu-custome-checkbox {
    border: 2px #707073 solid;
}

/* green CheckBox */
.cu-green-800-checkbox:checked {
    background-color: #1a7429;
    border-color: #1a7429;
}

.border-bank-not-selected {
    border: 1px #d5d5d9 solid;
}

.border-bank-selected {
    background-color: #ebf7ed;
}

.roidad_item img {
    width: 141.14px !important;
    height: 223px;
    border-radius: 14px;
}

.roidad_item {
    width: 141.14px !important;
    /*height: 223px;*/
}

.chairSelect {
    background-image: linear-gradient(#41c85b, #2ed978) !important;
}

.socialNetworkContactus {
    width: 40px;
    height: 40px;
    border: double 1px transparent;
    border-radius: 14px;
    background-image: linear-gradient(
            rgba(247, 247, 250, 1),
            rgba(247, 247, 250, 1)
    ),
    linear-gradient(to right, #41c85b, #2ed978);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.chairVisibale {
    background-color: white !important;
}

.contactUsContainer {
    padding-top: 40px;
    padding-left: 56px;
}

.accordion-buttom-custome {
    background-color: transparent;
    text-align: right;
    width: 100%;
    border: 0;
}

.accordion-item {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    border: 0;
    border-bottom: 1px #e0e0e5 solid;
}

.accordion-item:last-child {
    border-bottom: 0;
}

.accordion-header {
    width: 100%;
    padding: 2px 0px 12px 0px;
}

.accordion-body {
    text-align: end;
}

input:focus-visible {
    outline: 0px solid transparent;
    border-radius: 0px;
    border: 0px;
}

#hiddenItems {
    display: none
}

.tabActivate {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(50, 155, 68, 1) !important;

}

.sans-select {
    background-color: rgb(88, 206, 109, 1) !important;
}

.sans-select .sans-number {
    color: white !important;
}

.sans-select .sans-moon {
    color: white !important;
}

.sans-select .sans-day {
    color: rgba(14, 62, 22, 1) !important;
}

.sans-select input {
    width: 22px;
    height: 22px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    content: "";
    display: inline-block;
    vertical-align: middle;
    border: 1px #c8c8cc solid;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}

.disabled-link {
    pointer-events: none;
    cursor: not-allowed;
}

.chair-toolbox {
    position: relative;
    user-select: none;
}

.tool-box {
    display: none;
    background-color: #555;
    box-shadow: 0px 0px 5px #555;
    width: max-content;
    padding: .5rem .5rem;
    font-size: .75rem;
    z-index: 1;
    border-radius: .5rem;
    color: #fff;
    user-select: none;
    opacity: 0.9;

}

.tool-box > div {
    display: flex;
    justify-content: space-between;
    gap: .75rem;
    align-items: center;
}

.chair-toolbox:hover .tool-box {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 120%;
    right: -130%;
}

.active {
    transition: all 0.3s linear;
    background: rgb(88, 206, 109, 1);
    color: white !important;
    border: none !important;
}

.rules-text {
    overflow: hidden;
    text-overflow: ellipsis;
}

.rules-text.truncated {
    display: -webkit-box;
    -webkit-line-clamp: 4; /* محدود به ۳ خط */
    -webkit-box-orient: vertical;
}

.show-more-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
}

#imageModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;

    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    z-index: 1000;
}

#imageModal.show {
    opacity: 1;
    visibility: visible;
}

#player {
    border-radius: 10px;
    overflow: hidden;
}

.plyr {
    border-radius: 10px;
    overflow: hidden;
}

.plyr__video-wrapper {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    height: 27rem;
}

.plyr__video-wrapper video {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.hidden-footer {
    display: none !important;
}

#searchResult::-webkit-scrollbar {
    width: 8px;
    background: transparent;
}

#searchResult::-webkit-scrollbar-track {
    background: transparent;
}

#searchResult::-webkit-scrollbar-thumb {
    background: rgba(50, 155, 68, 1);
    border-radius: 4px;
}

#searchResult::-webkit-scrollbar-thumb:hover {
    background: rgba(14, 62, 22, 1);
}


#searchResult::-webkit-scrollbar-button {
    display: none;
    height: 0;
    width: 0;
}


#searchResult {
    scrollbar-width: thin;
    scrollbar-color: rgba(50, 155, 68, 1) transparent;
}

.slider-size {
    width: 100%;
    height: 10px !important;
}

@media screen and (min-width: 768px) {
    .slider-size {
        height: 350px !important;
    }

    .slider-image {
        border-radius: .3rem;
    }
}

.search-result-item:hover {
    background: #f5f5f5;
    transition: all 0.2s ease;
    border-radius: 10px;
}


.tickets-list-scroll::-webkit-scrollbar {
    width: 8px;
    background: transparent;
}

.tickets-list-scroll::-webkit-scrollbar-track {
    background: transparent;
}

.tickets-list-scroll::-webkit-scrollbar-thumb {
    background: rgba(50, 155, 68, 1);
    border-radius: 4px;
}

.tickets-list-scroll::-webkit-scrollbar-thumb:hover {
    background: rgba(14, 62, 22, 1);
}


.tickets-list-scroll::-webkit-scrollbar-button {
    display: none;
    height: 0;
    width: 0;
}


.tickets-list-scroll {
    scrollbar-width: thin;
    scrollbar-color: rgba(50, 155, 68, 1) transparent;
}

.user-dropdown-menu {
    top: 110%;
    z-index: 99;
    width: 120%;
    direction: rtl;
    right: 0;
}

.user-dropdown-menu ul {
    list-style-type: none;
}

.user-dropdown-menu ul li {
    padding: .5rem;
}

.user-dropdown-menu ul li:nth-child(1) {
    background: linear-gradient(to left, rgba(65, 200, 91, 1), rgba(46, 217, 120, 1));
}

.user-dropdown-menu ul li:nth-child(2),
.user-dropdown-menu ul li:nth-child(3){
    font-size: .95rem;
    margin: .2rem;
}

.user-dropdown-menu ul li:nth-child(2):hover {
    background: #e5e7eb;
    border-radius: .5rem;
}

.user-dropdown-menu ul li:nth-child(3):hover {
    background: #e5e7eb;
    border-radius: .5rem;
}

.BootInputStyle {
    position: relative;

    border: 1px #d5d5d9 solid;
    border-radius: 8px;
}

.BootInputStyle input {
    background-color: transparent;
    border: 0;
    direction: rtl;
    padding: 14px 16px;
    width: 100%;
}

.BootInputStyle input:active {
    border: none;
}

.BootInputStyle label {
    position: absolute;
    top: -10px;
    right: 20px;
    background-color: rgba(247, 247, 250, 1) !important;
    padding: 0px 8px;
}

#galleryModalContent {
    max-width: 90%;
    max-height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#galleryModalContent img,
#galleryModalContent video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
    background: #000;
}

.box-office-container {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    /*max-height: 90vh;*/
    height: 50vh;
    background: #fff;
    z-index: 1000;
    box-shadow: 0 -5px 5px #d1d5dc;
    overflow-y: auto;
    padding: 2rem;
    transition: all .5s ease;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    transform: translateY(110%);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.gishe-container {
    flex: 1 1 auto;
    width: 100%;
}

.box-office-btn {
    background: linear-gradient(to left, rgba(65, 200, 91, 1), rgba(46, 217, 120, 1));
    width: 80%;
    border-radius: 14px;
    padding: 10px 0px;
    color: white;
    border: 0px;
}

.box-office-close-btn {
    width: max-content;
    padding: .2rem;
    position: absolute;
    top: 2.5%;
    right: 2.5%;
    background: #020618;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border: none;
}

@media screen and (min-width: 920px) {
    .box-office-container {
        position: relative;
        transform: translateY(0);
        max-height: none;
        border-radius: 16px;
        background: none;
        box-shadow: none;
        width: 70%;
        padding: 0;
        overflow: hidden;
        height: 100%;
    }

    .gishe-container {
        /*margin-bottom: 0;*/
        flex: none;
    }

    .box-office-close-btn {
        display: none;
    }

    .gishe-panel {
        display: none !important;
    }
}

.check {
    width: 2.3rem !important;
    height: 1.2rem;
}

.radio-btn {
    width: 1.2rem !important;
    height: 1.2rem;
}

.form-check-input:checked {
    background-color: #41c85b;
    border-color: #41c85b;
}

.chair-context-menu {
    display: none;
    position: absolute;
    width: 12rem;
    top: 0;
    left: 120%;
    z-index: 100;
    direction: rtl;
    text-align: right;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.chair-context-menu > ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.chair-context-menu > ul > li {
    font-size: .85rem;
    display: flex;
    align-items: center;
    gap: .4rem;
    padding: .5rem;
    transition: all .3s linear;
    width: 100%;
    border-radius: 5px;
    position: relative;
}

.chair-context-menu > ul > .context-action-list:hover {
    background: #f1f5f9;
}

.list-devider {
    color: #90a1b9 !important;
    width: 100%;
    margin: .5rem 0;
}

.chair-context-menu > ul > li svg {
    display: block;
    width: .85rem;
    height: .85rem;
    margin-top: 1px;
}

.chair-context-menu > ul > li span {
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}


.context-input {
    height: 1.5rem;
    font-size: .75rem;
    color: rgba(112, 112, 115, 1) !important;
}

.admin-group-chair {
    transition: background-color 0.2s ease;
}

.admin-group-chair.hovered {
    background-color: #41c85b !important;
    color: #000 !important;
}

.chairs-container {
    width: 100%;
}

@media screen and (min-width: 1200px) {
    .chairs-container {
        width: 700px;
    }
}

.sans-disabled-btn {
    opacity: 0.4;
    pointer-events: none;
}

.ticket-info-table tbody tr:last-child td {
    border-bottom: none !important;
}

.chairs-overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

#mobile-categories-toggle {
    position: fixed;
    left: -60px;
    bottom: 5%;
    transform: translateY(-50%);
    background: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 0 25px 25px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    z-index: 1001;
    transition: left 0.4s ease;
    cursor: pointer;
}

#mobile-categories-toggle.show {
    left: 0;
}

#mobile-categories-toggle span {
    background: #58CE6D;
    padding: 0.6rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .main_category {
        display: flex !important;
        flex-wrap: wrap;
    }

    .mobile-menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1000;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        background: rgba(255, 255, 255, 0.25);
        backdrop-filter: blur(12px) saturate(180%);
        -webkit-backdrop-filter: blur(12px) saturate(180%);
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .mobile-menu-overlay.show {
        opacity: 1;
        visibility: visible;
    }

    .mobile-menu-content {
        position: fixed;
        top: 50%;
        left: -100%;
        transform: translateY(-50%);
        background: white;
        width: 80%;
        max-width: 300px;
        padding: 1.5rem 1rem;
        border-radius: 0 15px 15px 0;
        box-shadow: 0 0 20px rgba(0,0,0,0.3);
        z-index: 1001;
        transition: left 0.5s ease;
    }

    .mobile-menu-content.show {
        left: 0;
    }

    .mobile-menu-content .category-link {
        opacity: 0;
        transform: translateX(-30px);
        transition: all 0.4s ease;
        padding: 0.9rem 1rem;
        border-radius: 10px;
        background: #f8f9fa;
        margin-bottom: 0.5rem;
        font-size: 0.95rem;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .mobile-menu-content.show .category-link {
        opacity: 1;
        transform: translateX(0);
    }


    .mobile-menu-content.show .category-link:nth-child(1) { transition-delay: 0.1s; }
    .mobile-menu-content.show .category-link:nth-child(2) { transition-delay: 0.2s; }
    .mobile-menu-content.show .category-link:nth-child(3) { transition-delay: 0.3s; }
    .mobile-menu-content.show .category-link:nth-child(4) { transition-delay: 0.4s; }
    .mobile-menu-content.show .category-link:nth-child(5) { transition-delay: 0.5s; }
}


@media screen and (min-width: 768px) {
    .categories {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        margin: 0 !important;
        display: flex;
        justify-content: center;
    }

    .categories-sticky-active {
        width: 1090px;
        background: white;
        display: flex !important;
        justify-content: space-around;
        gap: 1rem;
        padding: .5rem;
        box-shadow: 0 0 5px #cad5e2;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        opacity: 0;
        transform: translateY(-20px);
        transition: all 0.3s ease;
    }

    .categories-sticky-show {
        opacity: 1;
        transform: translateY(0);
    }

    .categories-sticky-active .category-link {
        padding: 1rem;
        transition: all 0.3s ease;
        width: 100%;
        border-radius: 10px;
    }

    .categories-sticky-active .category-link:hover {
        background: linear-gradient(to right,
        rgba(65, 200, 91, 1),
        rgba(46, 217, 120, 1));
        color: white;
    }

    .categories-sticky-active .category-link:hover svg,
    .categories-sticky-active .category-link:hover svg *{
        fill: white;
    }
}

.load-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
}

.load-more svg.spinning {
    width: 30px;
    height: 30px;
    display: block;
    animation: spin 1s linear infinite;
    transform-origin: center center;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(-360deg); }
}

.not-found-result {
    width: 150px;
    height: auto;
    max-height: 150px;
}