﻿

/*=============================
  General Body & HTML
=============================*/
html, body {
    background-image: linear-gradient(#1a1a2e, #1a1a2e) !important;
    font-family: danamedium, sans-serif;
}

/*=============================
  Buttons
=============================*/
#CallCode {
    display: block;
    width: 50%;
    font-family: iransans;
    background-color: #53db06;
    text-align: center;
    margin: 0.5rem auto;
    padding: 0.4em;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
}

#nextRegister {
    display: block;
    width: 50%;
    font-family: iransans;
    background-color: #ffd700;
    text-align: center;
    margin: 0.5rem auto;
    padding: 0.4em;
    border-radius: 8px;
    cursor: pointer;
}

#lock, #nextRemove, #nextstage {
    width: 90px;
    line-height: 30px;
    border-radius: 0.4em;
    word-spacing: 12px;
    color: #fff;
    font-size: 85%;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    background-color:#3F51B5;
}

#lock { background-color: #e66414; }
#nextRemove { background-color: #ff2606; }

/*=============================
  Form Inputs
=============================*/
#pphone, #pmsg, #UserForm input, .text1 {
    font-family: iransans;
    width: 100%;
    margin: 0 auto;
    padding: 1.1rem;
    background-color: #eee;
    border: none;
    box-sizing: border-box;
}

#UserForm input:focus {
    outline: 0;
    color: #000;
    background-color: #eee;
}

input:valid {
    background-image: linear-gradient(45deg, transparent, transparent 50%, #92c4d7 50%, #9dd0e3 100%);
    /* background-position: top right; */
    /* background-size: 0.5em 0.5em; */
    /* background-repeat: no-repeat; */
    /* border: 1px solid #01b9ff !important; */
}

input:invalid {
    border: 1px solid #2a5ba8 !important;
}

input:invalid:focus {
    background-image: linear-gradient(45deg, transparent, transparent 50%, #f59898 50%, #ffcfcf 100%);
    border: 1px solid #ffb1b1 !important;
}

/*=============================
  Event Boxes / Layout
=============================*/
.allevent, .HolderDay, .stframe, .seatlss {
    box-sizing: border-box;
    direction: rtl;
    color: #FFF;
}
.headtwo{display:none}
.stframe{
    margin-top:10px;
    
}
.HolderDay {
    width: 100%;
    max-width: 200px;
    min-width: 113px;
    margin: 10px 10px 1px auto;
    padding: 30px 10px 10px;
    border-radius: 8px;
    background: #e1e1e1;
    border: 1px solid #fff;
    display: inline-block;
    font-size: 100%;
    position: relative;
}

.seatlss > span {
    background-color: #689f38;
    color: #fff;
    margin: 10px auto;
    width: 50%;
    user-select: none;
    
}



/* Container */
#sel.continertime {
    background-color: #22253c;
    padding: 20px;
    border-radius: 12px;
    max-width: 400px;
    margin: 20px auto;
    font-family: danamedium;
    direction: rtl;
    box-shadow: 0 8px 20px rgba(0,0,0,0.5);
     border: 1px dashed #424266;
}

/* Header text */
#sel .txthead {
    display: block;
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 15px;
}

#sel .txthead strong {
    color: #f75d63;
}

/* Price buttons container */
#sel .dspanel {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between; /* two per row with spacing */
}

/* Price buttons */
#sel .spanalldata.schild {
    flex: 0 0 calc(50% - 5px); /* exactly two per row */
    text-align: center;
    padding: 12px 0;
    border-radius: 10px;
    cursor: pointer;
    background: linear-gradient(135deg, #424266, #424266);
    color: #fff;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    user-select: none;
    border-left: 2px solid #FFC107;
    border-right: 2px solid #FFC107;
}
.schild2 {
    flex: 0 0 calc(50% - 5px); /* exactly two per row */
    text-align: center;
    padding: 12px 0;
    border-radius: 10px;
    cursor: pointer;
    background: linear-gradient(135deg, #073d83, #0f2c5a);
    color: #fff;
    font-weight: bold;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    user-select: none;
    border-left: 2px solid #F44336 !important;
    border-right: 2px solid #F44336 !important;
}


/* Hover effect */
#sel .spanalldata.schild:hover {
    background: linear-gradient(135deg, #0f2c5a, #073d83);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.5);
}

/* Active/selected state */
#sel .spanalldata.schild.active {
    background: linear-gradient(135deg, #f75d63, #ff4060);
    color: #fff;
    box-shadow: 0 6px 14px rgba(247, 93, 99, 0.7);
}

/* Prevent scroll and maintain two per row on all devices */
@media (max-width: 480px) {
    #sel .spanalldata.schild {
        flex: 0 0 calc(50% - 5px); /* still two per row on mobile */
    }
}



.schild:hover {
    background-color: #626262;
    color: #fff;
}

/*=============================
  Ribbon / Labels
=============================*/
.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    width: 75px;
    height: 75px;
    overflow: hidden;
}

.ribbon span {
    font-size: 10px;
    color: #fff;
    text-align: center;
    transform: rotate(45deg);
    width: 100px;
    display: block;
    background: #0da0ce;
    position: absolute;
    top: 19px;
    right: -21px;
}

/*=============================
  Header
=============================*/
header {
    height: 300px;
    background-image: linear-gradient(#22253c, #22253c);
    position: relative;
    margin: 0 auto;
    width: 88%;
    line-height: 70px;
    border-radius: 8px;
    max-width: 1080px!important;
    padding: 20px 10px !important;
}

header img {
    max-height: 300px;
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 0 20px rgb(0 0 0 / 50%);
}

header h1 {
    color: #fbfbfb;
    right: 5%;
    font-size: 26px;
}

/*=============================
  Media Queries
=============================*/
@media (max-width: 699px) {
    header h1 {
        position: absolute;
        top: 101%;
        z-index: 1;
        width: 2000px;
        white-space: nowrap;
        overflow: hidden;
        font-size: 0.9rem;
        font-family: danamedium;
        right: 35px;
    }
    .newtophe { display: none; }
}

@media (min-width: 700px) {
    .newtophe, svg { display: none; }
    .pnoseat { width: 60%; margin: 0 auto; text-align: center; background-color: #fcfcfc; }
}

/*=============================
  Dark Modern Payment Form - Persian RTL
=============================*/
#UserForm.modal {
    direction: rtl; /* Right-to-left for Persian */
    font-family: iranyekan, IRANSans, sans-serif;
    background-color: #1a1a1a;
    color: #fff;
    border-radius: 12px;
    padding: 30px;
    width: 380px;
    max-width: 95%;
    box-shadow: 4px 4px 0px rgb(0 101 255 / 78%);
     transition: all 0.3s ease-in-out; 
    border: dashed 1px #03A9F4;
}


.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 70000;
    padding: 20px;
    box-sizing: border-box;
    background-color: #000;
     background-color: rgb(0 0 0)!important;
    text-align: center;
}


#UserForm .close-modal {
    position: absolute;
    top: 12px;
    right: 15px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-size: 0;
    transition: 0.3s;
    display: block;
}
#UserForm .close-modal:hover {
    color: #f75d63;
}

#UserForm img {
    display: block;
    margin: 0 auto 20px auto;
}

#UserForm .left-pay {
    background: linear-gradient(90deg, #073d83, #0f2c5a);
    padding: 12px 15px;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 25px;
    font-size: 1rem;
    font-weight: bold;
    color: #fff !important;
    font-family: inherit; /* Persian font */
       border-left: 21px solid #2196F3;
    border-right:21px solid #0e2e5e;
}

/* Price label */
#UserForm #HowMuch,
#UserForm .left-pay strong,
#UserForm .left-pay span {
    color: #fff !important;
    font-family: inherit;
}

#UserForm input[type="text"],
#UserForm input[type="tel"],
#UserForm input[type="number"] {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 18px;
    border-radius: 8px;
    border: none;
    background-color: #2c2c2c;
    color: #fff;
    font-size: 0.95rem;
    font-family: inherit;
    transition: all 0.3s ease;
}

#UserForm input::placeholder {
    color: #aaa;
}

#UserForm input:focus {
    outline: none;
    background-color: #3d3d3d;
    box-shadow: 0 0 6px #073d83;
}

#UserForm #nextstage  {
    display: inline-block;
    cursor: pointer;
    background: linear-gradient(90deg, #073d83, #0f2c5a);
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 12px 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    margin-top: 10px;
    font-family: inherit;
    border-left: 2px solid #FFC107;
    border-right: 2px solid #FFC107;
}
#nextdiscount{
     outline: none;
     padding: 5px;
     margin-bottom:1rem;
     border-radius:8px;
     background-color: #0d3064;
   
     cursor: pointer;
     position: absolute;
     bottom: -5;
       border-left: 2px solid #FFC107;
    border-right: 2px solid #FFC107;
}

#UserForm #nextstage:hover {
    background: linear-gradient(90deg, #0f2c5a, #073d83);
    transform: translateY(-2px);
}

#UserForm .right-pay, #UserForm .diss {
    margin-top: 15px;
    font-family: inherit;
}

#UserForm .right-pay-total-much {
    color: #fff;
    font-weight: bold;
    font-size: 0.9rem;
    font-family: inherit;
}

#UserForm label {
    color: #bbb;
    font-size: .85rem;
    font-family: inherit;
}

#UserForm b {
    color: #f75d63;
}

#UserForm .Uform div > div {
    /* margin-bottom: 12px; */
}

#UserForm .spinneru .loader {
    color: #073d83;
    font-size: 1.2rem;
    text-align: center;
    margin-top: 15px;
}

@media (max-width: 480px) {
    #UserForm {
        padding: 20px;
        width: 95%;
    }
    #UserForm #nextstage {
        width: 100%;
    }
}
