/*
Theme Name: aziransport
Theme URI: aziransport.ir
Author: soltany - Devix
Description: soltany - Devix
Author URI: https://devix.ir
Version: 3
*/
@font-face {
    font-family: devix;
    font-style: normal;
    font-weight: 400;
    src: url('fonts/woff2/YekanBakhFaNum-Regular.woff2') format('woff2')
}
@font-face {
    font-family: devix;
    font-style: normal;
    font-weight: 600;
    src: url('fonts/woff2/YekanBakhFaNum-SemiBold.woff2') format('woff2')
}
@font-face {
    font-family: devix;
    font-style: normal;
    font-weight: 700;
    src: url('fonts/woff2/YekanBakhFaNum-Bold.woff2') format('woff2')
}
@font-face {
    font-family: devix;
    font-style: normal;
    font-weight: 900;
    src: url('fonts/woff2/YekanBakhFaNum-ExtraBlack.woff2') format('woff2')
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
    -moz-box-sizing: border-box;
}
:root {
    --clr-1:#fff;
    --clr-2:#b7bbc4;
    --clr-3:#43c7f3;
    --clr-4:#222;
    --clr-5:#121212;
    --clr-bg-dark: 10, 10, 10;
    --clr-bg-light: 224, 224, 224;
}
.dark-theme {
    --clr-1: #222;
    --clr-2: #444;
    --clr-3: #43c7f3;
    --clr-4: rgb(240, 235, 229);
    --clr-5: #fff;
    --clr-bg-dark: 224, 224, 224;
    --clr-bg-light: 240, 235, 229;
}
::selection {
    color: #151a30;
    background: #b7bbc4
}
html {
    scrollbar-width: none;
}
body {
    overflow-x: hidden;
    margin: 0!important;
    background-color: var(--clr-5)
}
a {
    text-decoration: none!important
}
ul,li{
    list-style: none;
}
a,b,button,div,h1,h2,h3,h4,h5,h6,i,input,label,p,section,select,strong,textarea,time,ul {
    font-family: devix,serif!important;
    color: var(--clr-2);
    margin: 0
}
#devix span {
    font-family: devix,serif;
}
.clear{clear:both}.img-responsive{display:block;max-width:100%;height:auto}.pp{padding:0!important}.pl{padding-left:0!important}.pr{padding-right:0!important}.container,.container-fluid{width:100%;padding-left:var(--bs-gutter-x,0.75rem);padding-right:var(--bs-gutter-x,0.75rem);margin-left:auto;margin-right:auto}@media (min-width: 576px){.container{max-width: 97%;}}@media (min-width: 768px){.container{max-width: 97%;}}@media (min-width: 992px){.container{max-width: 97%;}}@media (min-width: 1200px){.container{max-width: 97%;}}@media (min-width: 1400px){.container{max-width: 97%;}}@media (min-width: 1700px){.container{max-width:1676px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-left:calc(var(--bs-gutter-x) / -2);margin-right:calc(var(--bs-gutter-x) / -2)}.row-cols-auto > *{flex:0 0 auto;width:auto}.row-cols-1 > *{flex:0 0 auto;width:100%}.row-cols-2 > *{flex:0 0 auto;width:50%}.row-cols-3 > *{flex:0 0 auto;width:33.3333333333%}.row-cols-4 > *{flex:0 0 auto;width:25%}.row-cols-5 > *{flex:0 0 auto;width:20%}.row-cols-6 > *{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.3333333333%}.col-2{flex:0 0 auto;width:16.6666666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.3333333333%}.col-5{flex:0 0 auto;width:41.6666666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.3333333333%}.col-8{flex:0 0 auto;width:66.6666666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.3333333333%}.col-11{flex:0 0 auto;width:91.6666666667%}.col-12{flex:0 0 auto;width:100%}@media(max-width:575px){.hidden-xs{display:none}}@media (min-width: 576px){.hidden-sm{display:none}.col-sm{flex:1 0 0}.row-cols-sm-auto > *{flex:0 0 auto;width:auto}.row-cols-sm-1 > *{flex:0 0 auto;width:100%}.row-cols-sm-2 > *{flex:0 0 auto;width:50%}.row-cols-sm-3 > *{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4 > *{flex:0 0 auto;width:25%}.row-cols-sm-5 > *{flex:0 0 auto;width:20%}.row-cols-sm-6 > *{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.3333333333%}.col-sm-2{flex:0 0 auto;width:16.6666666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.3333333333%}.col-sm-5{flex:0 0 auto;width:41.6666666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.3333333333%}.col-sm-8{flex:0 0 auto;width:66.6666666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.3333333333%}.col-sm-11{flex:0 0 auto;width:91.6666666667%}.col-sm-12{flex:0 0 auto;width:100%}}@media (max-width: 991px){.hidden-md{display:none}.col-md{flex:1 0 0}.row-cols-md-auto > *{flex:0 0 auto;width:auto}.row-cols-md-1 > *{flex:0 0 auto;width:100%}.row-cols-md-2 > *{flex:0 0 auto;width:50%}.row-cols-md-3 > *{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4 > *{flex:0 0 auto;width:25%}.row-cols-md-5 > *{flex:0 0 auto;width:20%}.row-cols-md-6 > *{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.3333333333%}.col-md-2{flex:0 0 auto;width:16.6666666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.3333333333%}.col-md-5{flex:0 0 auto;width:41.6666666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.3333333333%}.col-md-8{flex:0 0 auto;width:66.6666666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.3333333333%}.col-md-11{flex:0 0 auto;width:91.6666666667%}.col-md-12{flex:0 0 auto;width:100%}}@media (min-width: 992px){.hidden-lg{display:none}.col-lg{flex:1 0 0}.row-cols-lg-auto > *{flex:0 0 auto;width:auto}.row-cols-lg-1 > *{flex:0 0 auto;width:100%}.row-cols-lg-2 > *{flex:0 0 auto;width:50%}.row-cols-lg-3 > *{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4 > *{flex:0 0 auto;width:25%}.row-cols-lg-5 > *{flex:0 0 auto;width:20%}.row-cols-lg-6 > *{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.3333333333%}.col-lg-2{flex:0 0 auto;width:16.6666666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.3333333333%}.col-lg-5{flex:0 0 auto;width:41.6666666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.3333333333%}.col-lg-8{flex:0 0 auto;width:66.6666666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.3333333333%}.col-lg-11{flex:0 0 auto;width:91.6666666667%}.col-lg-12{flex:0 0 auto;width:100%}}@media (min-width: 1200px){.hidden-xl{display:none}.col-xl{flex:1 0 0}.row-cols-xl-auto > *{flex:0 0 auto;width:auto}.row-cols-xl-1 > *{flex:0 0 auto;width:100%}.row-cols-xl-2 > *{flex:0 0 auto;width:50%}.row-cols-xl-3 > *{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4 > *{flex:0 0 auto;width:25%}.row-cols-xl-5 > *{flex:0 0 auto;width:20%}.row-cols-xl-6 > *{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.3333333333%}.col-xl-2{flex:0 0 auto;width:16.6666666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.3333333333%}.col-xl-5{flex:0 0 auto;width:41.6666666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.3333333333%}.col-xl-8{flex:0 0 auto;width:66.6666666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.3333333333%}.col-xl-11{flex:0 0 auto;width:91.6666666667%}.col-xl-12{flex:0 0 auto;width:100%}}@media (min-width: 1400px){.hidden-xxl{display:none}.col-xxl{flex:1 0 0}.row-cols-xxl-auto > *{flex:0 0 auto;width:auto}.row-cols-xxl-1 > *{flex:0 0 auto;width:100%}.row-cols-xxl-2 > *{flex:0 0 auto;width:50%}.row-cols-xxl-3 > *{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4 > *{flex:0 0 auto;width:25%}.row-cols-xxl-5 > *{flex:0 0 auto;width:20%}.row-cols-xxl-6 > *{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.3333333333%}.col-xxl-2{flex:0 0 auto;width:16.6666666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.3333333333%}.col-xxl-5{flex:0 0 auto;width:41.6666666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.3333333333%}.col-xxl-8{flex:0 0 auto;width:66.6666666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.3333333333%}.col-xxl-11{flex:0 0 auto;width:91.6666666667%}.col-xxl-12{flex:0 0 auto;width:100%}}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}@media (min-width: 576px){.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}}@media (min-width: 768px){.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}}@media (min-width: 992px){.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}}@media (min-width: 1200px){.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}}@media (min-width: 1400px){.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}}.p-full{padding:0 12px}figure{margin:0;line-height: 0;}

.container {
    max-width: 1450px;
}
.auth-body {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100dvw;
    height: 100dvh;
    padding: 16px;
}
.auth-card {
    background-color: rgba(131, 131, 131, 0.2);
    border-radius: 16px;
    border: 2px solid rgba(131, 131, 131, 0.5);
    padding: 16px;
    max-width: 420px;
    width: 100%;
}
.auth-card h2 {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
.auth-card h2 svg {
    width: 32px;
    height: 32px;
}
.form-login {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.form-login label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.form-login label span {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    font-size: 16px;
    color: var(--clr-1);
    width: 160px;
}
.form-login label input {
    width: calc(100% - 170px);
    height: 44px;
    background: none;
    border: none;
    outline: none;
    border-bottom: 1px solid var(--clr-2);
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    padding: 0 12px;
}
.form-login svg {
    width: 24px;
    height: 24px;
}
.auth-link {
    font-size: 15px;
    font-weight: 600;
    padding-right: 16px;
    border-right: 4px solid var(--clr-3);
    margin-top: 24px;
}
.auth-link a {
    color: var(--clr-3);
}
.modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(3px);
    padding: 16px;
}
.modal-content {
    background-color: var(--clr-4);
    padding: 16px;
    border-radius: 16px;
    border: 2px solid rgba(0, 0, 0, 0.5);
    width: 100%;
    max-width: 520px;
}
.role-grid {
    display: flex;
    align-items: center;
    margin-top: 42px;
    gap: 8px;
}
.role-btn {
    background-color: var(--clr-1);
    color: var(--clr-5);
    flex: 1;
    padding: 12px 0;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    outline: none;
    border: none;
    cursor: pointer;
}
.generic-error {
    position: fixed;
    top: 12px;
    right: 50%;
    transform: translateX(50%);
    background-color: rgba(255, 71, 87, 0.1);
    color: #ff4757;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-size: 13px;
    text-align: center;
    border: 1px solid rgba(255, 71, 87, 0.3);
}
.home-page {
    position: relative;
}
.home-page::after {
    position: absolute;
    content: '';
    inset: 0;
    background-image: url(img/body-bg-2.webp);
    background-size: 1920px auto;
    background-position: center;
    background-repeat: no-repeat;
    mask-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0));
    z-index: -100;
}
.dark-theme .home-page::after {
    /* filter: invert(1); */
    background-image: url(img/body-bgilight.webp);
}

/*////////////////////////////
/           header          /
//////////////////////////*/
.primary-header {
    position: sticky;
    top: 0;
    padding: 24px 0;
    z-index: 1000;
}
.primary-header::before {
    position: absolute;
}
.logo-c {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: filter 1s;
}
.nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    border-radius: 12px;
    position: relative;
    background-color: rgba(var(--clr-bg-dark), 0.9);
    isolation: isolate;
}
.user-action,
.menu-container {
    display: flex;
    align-items: center;
}
.user-action {
    gap: 12px;
}
.menu-bar {
    position: absolute;
    inset: 0 0 auto 0;
    padding: 70px 12px 12px 12px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    filter: blur(10px);
    transition: opacity 0.5s , filter 0.2s;
}
.open.menu-bar {
    opacity: 1;
    filter: blur(0);
    pointer-events: all;
}
.menu-bar:before {
    position: absolute;
    content: '';
    inset:0;
    background-color: var(--clr-4);
    box-shadow:0px 16px 16px rgba(0,0,0,0.24);
    border-radius: 16px;
    z-index: -1;
}
.menu-bar > ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    /*width: calc(100% - 300px);*/
    width: 100%;
}
.special-items {
    display: flex;
    flex-direction: column;
    width: 300px;
}
.menu-item {
    /*width: calc(20% - 10px);*/
    aspect-ratio: 1;
    width: calc(16% - 1px);
}
.menu-item a {
    width: 100%;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    color: var(--clr-2);
    font-size: 15px;
    font-weight: 600;
    border: 1px solid rgba(var(--clr-bg-light), 0.24);
    border-radius: 14px;
    text-align: center;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}
.menu-item img {
    width: 90px;
    height: 90px;
    display: block;
}
.menu-item svg {
    display: none;
}
.menu-item .ripple {
    position: absolute;
    width: 30%;
    height: 30%;
    border-radius: 50em;
    transform: translate(-50%,-50%);
    filter: blur(10px);
    background-color: #fff;
    animation: ripple 0.8s ease-out forwards;
    z-index: -2;
}
.dark-theme .menu-item .ripple {
    background-color: #2f85a1;
}
@keyframes ripple {
    0%,100% {
        width: 50%;
        height: 50%;
    }
    100% {
        width: 40%;
        height: 40%;
    }
}
.menu-item a::before {
    position: absolute;
    content: '';
    inset: 1px;
    background-color: rgba(27 ,27 ,27, 0.95);
    backdrop-filter: blur(50px);
    z-index: -1;
    border-radius: 12px;
}
.dark-theme .menu-item a::before {
    background-color: rgba(var(--clr-bg-dark), 0.75);
}
.menu-btn {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 600;
    color: var(--clr-1);
    cursor: pointer;
    padding: 0 18px;
}
.nav-btn {
    display: flex;
}
.account-btn,
.nav-btn > a {
    font-size: 14px;
    font-weight: 600;
    color: var(--clr-2);
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    transition: color 0.3s;
    position: relative;
}

.account-btn:hover,
.nav-btn:hover > a{
    color: var(--clr-1);
}
.nav-btn svg {
    width: 24px;
    height: 24px;
    display: none;
}
.nav-btns {
    display: flex;
    align-items: center;
}
.nav-btns li {
    position: relative;
}
.nav-btns ul {
    position: absolute;
    top: 60px;
    right: 0;
    background-color: rgba(var(--clr-bg-dark), 0.75);
    min-width: 180px;
    padding: 12px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    filter: blur(3px);
    transition: opacity 0.5s, filter 0.3s;
}
.nav-btns li:hover ul {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    filter: blur(0);
}
.nav-btns ul li {
    width: 100%;
}
.nav-btns ul a {
    font-size: 14px;
    font-weight: 600;
    color: var(--clr-2);
    width: 100%;
    display: flex;
    height: 32px;
    transition: 0.3s;
    white-space: nowrap;
}
.nav-btns ul a:hover {
    color: var(--clr-1);
}
.shop-btn,
.search-control {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
}
.shop-btn svg,
.search-control svg {
    width: 24px;
    height: 24px;
    color: var(--clr-2);
    transition: 0.3s;
}
.search-control.mobile:hover svg,
.mobile-head:hover svg,
.shop-btn:hover svg,
.search-control:hover svg {
    color: var(--clr-1);
}
.search-control svg:nth-child(2) {
    display: none;
}
.search-control.active svg:nth-child(1) {
    display: none;
}
.search-control.active svg:nth-child(2) {
    display: block;
}

.special-items {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.special-item {
    display: flex;
    overflow: hidden;
    border-radius: 12px;
}
.special-item img {
    transition: 0.5s;
}
.special-item:hover img {
    scale: 1.03;
}
.menu-t {
    display: flex;
    align-items: center;
}
.mobile-bar {
    display: flex;
    justify-content: space-between;
}
.search-control.mobile {
    display: none;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;    
}
.search-control.mobile svg {
    width: 24px;
    height: 24px;
    color: var(--clr-2);
    transition: 0.3s;
}
.mobile-head {
    display: none;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    cursor: pointer;
}
.mobile-head svg {
    width: 32px;
    height: 32px;
    color: var(--clr-2);
    transition: 0.3s;
}
.account-mobile-btn {
    display: none;
    background-color: var(--clr-3);
    border-radius: 12px;
    margin-bottom: 10px;
    width: 100%;
}
.account-mobile-btn a {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    height: 45px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}
#themeToggle {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    color: var(--clr-1);
}
#themeToggle svg {
    width: 24px;
    height: 24px;
}
.dark-theme #themeToggle .moon {
    display: block;
}
#themeToggle .moon ,
.dark-theme #themeToggle .sun {
    display: none;
}
.search-box {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(var(--clr-bg-dark), 1);
    right: 50%;
    transform: translateX(50%);
    width: 450px;
    border-radius: 12px;
    top: 75px;
    opacity: 0;
    filter: blur(5px);
    visibility: hidden;
    z-index: -1;
    transition: 0.5s;
}
.search-box.active {
    top: 65px;
    opacity: 1;
    filter: blur(0);
    visibility: visible;
}
.search-box input {
    width: calc(100% - 50px);
    height: 45px;
    background: none;
    border: none;
    outline: none;
    padding: 0 24px;
}
.search-box button {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}
.search-box svg {
    width: 24px;
    height: 24px;
}
.profile-wrapper {
    position: relative;
}
.profile-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: var(--clr-1);
    border: none;
    outline: none;
    gap: 12px;
    cursor: pointer;
}
.profile-btns svg {
    width: 24px;
    height: 24px;
    fill: transparent;
    transition: 0.3s;
}
.profile-btns div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.profile-list {
    position: absolute;
    top: 60px;
    left: 0;
    background-color: rgba(var(--clr-bg-dark), 1);
    min-width: 250px;
    padding: 12px;
    opacity: 0;
    border-radius: 12px;
    visibility: hidden;
    pointer-events: none;
    filter: blur(3px);
    box-shadow: 0 0 0 2px var(--clr-2);
    transition: opacity 0.5s, filter 0.3s;
    display: grid;
    gap: 4px;
}
.profile-list a {
    font-size: 15px;
    font-weight: 600;
    opacity: 0.8;
    border-right: 2px solid var(--clr-2);
    height: 12px;
    display: flex;
    align-items: center;
    margin: 12px 0;
    padding-right: 12px;
}
.profile-list a:hover {
    opacity: 1;
    border-right: 2px solid var(--clr-3);
    color: var(--clr-3);
}
.profile-btns div span {
    font-size: 12px;
    font-weight: 600;
    margin: -2px 0;
}
.profile-wrapper.is-active .profile-list {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    filter: blur(0);
}
.profile-wrapper.is-active svg {
    fill: var(--clr-1);
}
.home-page::after {
    position: absolute;
    content: '';
    inset: -110px 0 0 0;
    min-height: 100dvh;
    background-image: url(https://aziransport.ir/wp-content/themes/aziransport/img/body-bg-2.webp);
    background-size: 1920px auto;
    background-position: top center;
    background-repeat: no-repeat;
    mask-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 1) 90%, rgba(0, 0, 0, 0));
    z-index: -100;
}
.dark-theme .home-page::after {
    background-image: url(https://aziransport.ir/wp-content/themes/aziransport/img/body-bgilight.webp);
}
.sections {
    max-width: 1250px;
    width: 100%;
    margin: 50px auto 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 20px;
}
.sections-bg {
    position: relative;
}    
.section-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    position: relative;
    padding: 24px;
    border-radius: 16px;
    box-shadow: 0 0 0 2px var(--clr-3);
    backdrop-filter: blur(3px);
    transition: 0.3s;
}
.section-item:hover {
    backdrop-filter: blur(5px);
}
.section-item::before {
    position: absolute;
    content: '';
    inset: 0;
    border-radius: 16px;
    background-image: linear-gradient(45deg, var(--clr-5), rgba(var(--clr-bg-light), 0.8));
    opacity: 0.6;
    z-index: -10;
    transition: 0.3s;
}
.dark-theme .article-box::before,
.dark-theme .podcast-box::before ,
.dark-theme .section-item::before {
    background-image: linear-gradient(45deg, rgba(103, 120, 128, 0.35), rgb(92 206 245 / 52%)) !important;
}
.dark-theme .article-box figure::before {
    border: 1px solid rgb(0 0 0 / 14%);
}
.section-item:hover::before {
    opacity: 0.8;
}
.section-item:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}
.section-item:nth-child(2) {
    grid-column: 2 / 5;
    grid-row: 1 / 2;
}
.section-item:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 4;
}
.section-item:nth-child(4) {
    grid-column: 3 / 5;
    grid-row: 2 / 4;
}
.section-item:nth-child(5) {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
}
.section-item:nth-child(2) figure ,
.section-item:nth-child(3) figure {
    width: 50%;
}
.section-item:nth-child(1) figure ,
.section-item:nth-child(4) figure {
    width: 40%;
}
.section-item:nth-child(5) figure {
    width: 25%;
}
.section-item div {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.section-item figure {
    padding: 20px;
    background-image: url(img/icon/circle.svg), url(img/icon/circle.svg), url(img/icon/circle.svg), url(img/icon/circle.svg);
    background-position: top right, top left, bottom right, bottom left;
    background-size: 6px;
    background-repeat: no-repeat;
    position: relative;
    transition: 0.7s;
}
.section-item figure::before {
    position: absolute;
    content: '';
    inset: 3px;
    border: 1px solid rgba(244,244,244, 0.14);
}
.section-item:hover figure {
    scale: 1.15;
}
.section-item img {
    width: 100%;
    height: 100%;
    display: block;
    transition: 0.4s;
}
.section-item:hover img {
    scale: 0.92;
}
.dark-theme .section-item figure {
    filter: invert(1);
}
.section-item h3 {
    font-size: 21px;
    font-weight: 600;
    position: relative;
    text-align: center;
}
.section-item h3::before {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    top: -6px;
    right: -12px;
    border-top: 2px solid var(--clr-2);
    border-right: 2px solid var(--clr-2);

}
.section-item h3::after {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    bottom: -6px;
    left: -12px;
    border-left: 2px solid var(--clr-2);
    border-bottom: 2px solid var(--clr-2);

}
.section-item p {
    font-size: 14px;
    text-align: center;
}
.section-item.diactive *{
    pointer-events: none;
    color: var(--clr-1);
}
.section-item.diactive {
    cursor: auto;
    opacity: 0.5 !important;
    box-shadow: 0 0 0 2px var(--clr-2);
}
.section-item.diactive::before ,
.section-item.diactive:hover::before {
    opacity: 0.5;
}
.tournaments {
    display: grid;
}
.archive-container {
    max-width: 1250px;
    width: 100%;
    margin: 50px auto 0;
}
.archive-container h1 {
    font-size: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 32px;
    color: var(--clr-3);
}
.archive-container h1 svg {
    width: 32px;
    height: 32px;
    stroke-width: 2;
    fill: transparent;
}
.header-page {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 32px;
}
.header-page h1 {
    margin-bottom: 0;
}
.header-page a {
    font-size: 15px;
    font-weight: 600;
    background-color: var(--clr-2);
    color: var(--clr-5);
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 4px 12px;
    border-radius: 12px;
}
.header-page svg {
    width: 16px;
    height: 16px;
    stroke: currentColor;
    stroke-width: 1.1;
}
.archive-tournament {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(205px,300px), 1fr));
    gap: 12px;
}
.archive-tournament a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    isolation: isolate;
}
.archive-tournament a::before {
    position: absolute;
    content: '';
    inset: 0;
    background-color: rgba(var(--clr-bg-dark), 0.3);
    box-shadow:inset 0 0 0 2px rgba(47, 132, 161, 0.2);
    border-radius: 12px;
    backdrop-filter: blur(4px);
    z-index: -1;
    pointer-events: none;
}
.archive-tournament a section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: 15px;
    width: 100%;
    margin-bottom: auto;
    padding: 0 24px;
}
.archive-tournament a h3 {
    width: 100%;
    font-weight: 600;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 24px;
    padding: 24px 24px 0 24px;
}
.archive-tournament a h3 svg {
    width: 24px;
    height: 24px;
}
.archive-tournament a span {
    margin-top: 12px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
    background-color: var(--clr-3);
    border-radius: 0 0 12px 12px;
    color: var(--clr-5);
}
.archive-tournament a span svg {
    width: 24px;
    height: 24px;
    stroke-width: 2;
}
.card.archive-container form section {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(min(250px,300px), 1fr));
    gap: 12px;
    margin-bottom: 24px;
}
.card.archive-container form section input {
    width: 100%;
    height: 44px;
    border: none;
    outline: none;
    background: none;
    box-shadow: 0 0 0 2px var(--clr-3);
    padding: 8px;
    border-radius: 12px;
    font-weight: 600;
    font-size: 15px;
}
.card.archive-container form section button {
    background-color: var(--clr-3);
    border: none;
    outline: none;
    box-shadow: 0 0 0 2px var(--clr-3);
    border-radius: 12px;
    color: #121212;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;    
}
.card.archive-container form h3 {
    border-right: 4px solid var(--clr-3);
    height: 12px;
    display: flex;
    align-items: center;
    margin: 42px 0 24px 0;
    padding-right: 24px;
}
.card.archive-container table {
    width: 100%;
    margin-top: 52px;
    border-radius: 16px;
    border-collapse: collapse;
    overflow: hidden;
    box-shadow: inset 0 0 0 2px var(--clr-3);
    margin-bottom: 24px;
}
.card.archive-container table * {
    border-collapse: collapse;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
}
.card.archive-container thead {
    background-color: var(--clr-3);
    color: #121212;
}
.card.archive-container tr {
    display: flex;
    align-items: center;
    justify-content: center;
}
.card.archive-container tbody tr {
    border-bottom: 2px solid var(--clr-3);
}
.card.archive-container thead th + th {
    border-right: 4px solid #1f6d86;
    padding: 12px 0;
}
.card.archive-container table svg {
    width: 24px;
    height: 24px;
    padding: 0 !important;
}
.card.archive-container tbody  {
    display: table;
    width: 100%;
}
.card.archive-container tbody td + td {
    border-right: 4px solid #1f6c863b;
    padding: 4px 0;
}
.card.archive-container tbody td span {
    cursor: pointer;
}
.form-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}
.form-pass {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-right: 12px;
    border-right: 4px solid var(--clr-3);
}
.form-pass label {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    height: 44px;
}
.form-pass span {
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    width: 150px;
}
.form-pass label:focus-within span {
    color: var(--clr-3);
}
.form-pass input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--clr-2);
    width: calc(100% - 170px);
    outline: none;
    text-align: left;
}
.form-pass label:focus-within input {
    border-color: var(--clr-3);
    color: var(--clr-3);
}
.form-row label {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1 1 200px;
}
.form-row span {
    font-size: 13px;
    font-weight: 600;
}
.form-row label input {
    border: none;
    border-bottom: 1px solid var(--clr-1);
    outline: none;
    background-color: transparent;
    font-size: 16px;
    font-weight: 600;
    color: var(--clr-1);
}
.form-mini {
    margin: 32px 0 52px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}
.form-mini label {
    font-size: 15px;
    font-weight: 600;
    border-right: 4px solid var(--clr-3);
    height: 12px;
    display: flex;
    align-items: center;
    padding-right: 24px;
}
.form-mini input {
    font-size: 17px;
    font-weight: 600;
    opacity: 0.7;
    background-color: transparent;
    outline: none;
    border: none;
    pointer-events: none;
}
.form-mini small {
    color: rgb(218, 32, 32);
    font-weight: 600;
}
.wrapper {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    flex-wrap: wrap;
}
.sub-section {
    max-width: 420px;
    width: 100%;
    margin: 0 auto ;
    background-color: rgba(131, 131, 131, 0.2);
    padding: 16px;
    border-radius: 16px;
    border: 2px solid rgba(131, 131, 131, 0.5);
}
.sub-section h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--clr-3);
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sub-section h3 svg {
    width: 24px;
    height: 24px;
}
.sub-section section {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-right: 12px;
    border-right: 4px solid var(--clr-3);
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 24px;
}
.discount-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 12px;
    border: 2px solid rgba(131, 131, 131, 0.2);
    padding: 0 4px;
    border-radius: 16px;
}
.discount-box button {
    border-radius: 12px;
    padding: 6px 24px;
    background-color: var(--clr-1);
    color: var(--clr-5);
    font-size: 15px;
    font-weight: 600;
    border: none;
    outline: none;
    cursor: pointer;
}
.discount-box input {
    width: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    height: 44px;
    padding: 4px 12px;
    font-size: 16px;
    font-weight: 600;
}
.btn-primary,
.btn-pass,
.btn-charge {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 44px;
    background-color: var(--clr-3);
    color: #121212;
    font-weight: 600;
    font-size: 16px;
    margin-top: 24px;
    border-radius: 12px;
    cursor: pointer;
    border: none;
    outline: none;
}
.archive-container > form > button {
    margin: 0 auto;
    display: flex;
    background: none;
    border: none;
    outline: none;
    font-size: 15px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    gap: 12px;
    box-shadow: 0 0 0 2px var(--clr-3);
    color: var(--clr-3);
    padding: 12px 72px;
    border-radius: 16px;
    margin-bottom: 120px;
    cursor: pointer;
}
.btn-print {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 44px;
    padding: 0 24px;
    background-color: rgba(103, 120, 128, 0.35);
    border: 2px solid rgba(31, 108, 134, 0.5);
    outline: none;
    border-radius: 16px;
    cursor: pointer;
    margin-bottom: 42px;
    transition: 0.5s;
}
.btn-print:hover {
    background-color: var(--clr-3);
    color: #121212;
    border: 2px solid var(--clr-3);
}
.btn-print svg {
    width: 24px;
    height: 24px;
}
.bracket-page header {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
}
.bracket-page header p {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 15px;
    font-weight: 600;
}
.bracket-page header svg {
    width: 24px;
    height: 24px;
}
.bracket-page header span:first-child {
    border-right: 4px solid var(--clr-2);
    height: 24px;
}
.bracket-page header span {
    font-size: 16px;
    font-weight: 900;
}
.bracket-page > main {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 24px;
}
.tournament-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
}
.tournament-header h2 {
    flex: 1;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    gap: 12px;
    border-bottom: 2px solid var(--clr-1);
    padding-bottom: 24px;
}
.tournament-header h2 svg {
    width: 32px;
    height: 32px;
    stroke-width: 1.5;
}
.tournament-tabel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.player-16-right {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.player-16-left {
    direction: ltr;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.tournament-tabel ins {
    display: flex;
    align-items: center;
    padding: 12px;
    height: 44px;
    border-radius: 16px;
    border: 2px solid var(--clr-1);
    text-decoration: none;
    font-weight: 700;
    font-size: 12px;
    backdrop-filter: blur(8px);
    position: relative;
}
.tournament-tabel ins::before {
    position: absolute;
    content: '';
    top: 50%;
    right: -12px;
    height: 2px;
    width: 12px;
    background-color: var(--clr-1);
}
.tournament-tabel .player-16-left ins::before {
    left: -12px;
    right: auto;
}
.final ins::after {
    position: absolute;
    content: '';
    top: 50%;
    left: -12px;
    height: 2px;
    width: 12px;
    background-color: var(--clr-1);
}
.half-1,
.half-2,
.half-4 {
    display: flex;
    gap: 12px;
}
.half-1 > div ,
.half-2 > div ,
.half-4 > div {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    gap: 12px;
}
.half-8 > div > span,
.half-8 > div {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.symmetric-bracket-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px; 
    margin-top: 50px;
    padding: 20px;
    border-radius: 12px;
}
.custom-final-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: linear-gradient(135deg, #006eff, #1221f3);
    color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    font-weight: bold;
    text-align: center;
    min-width: 120px;
    z-index: 10;
}

.jQBracket .connector {
    border-color: var(--clr-1) !important;
}
.jQBracket .team {
    background-color: transparent !important;
    border: 1px solid var(--clr-1) !important;
    border-radius: 0;
    color: var(--clr-1);
    overflow: visible;
}
div.jQBracket .team div.score {
    background-color: transparent !important;
}
.jQBracket .team:hover {
    background-color: #ecf0f1;
    border-color: #3498db;
}
.jQBracket .team.bye {
    background-color: #f1f2f6;
    color: #95a5a6;
    border-style: dashed;
}
.jQBracket .score {
    background-color: #fd0000;
    color: #ffffff;
}
div.jQBracket .team.highlight {
    background: none !important;
    color: var(--clr-1) !important;
}
div.jQBracket .teamContainer > *:first-child {
    margin-bottom: 4px;
}
.jQBracket .score {
    display: none !important;
}
div.jQBracket .team div.label {
    position: relative !important;
    overflow: visible !important;
    /* height: 52px !important; */
    padding: 2px !important;
    display: flex;
    flex-direction: column;
}
.custom-label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    direction: rtl;
    line-height: 1.2;
}
.p-details {
    width: 100%;
    text-align: right;
    font-size: 12px;
}
.p-name {
    width: 100%;
    text-align: right;
    font-size: 13px;
    padding: 0 8px;
    display: flex;
}
.bye-text {
    font-size: 12px;
}
@media print {
    .header-page a,
    .btn-print,
    .archive-container h1 svg,
    .dark-theme .home-page::after,
    .primary-header {
        display: none;
    }
    * {
        color: #121212 !important;
        background-color: transparent !important;
    }
    .archive-container {
        width: 100%;
    }
    .tournament-tabel ins {
        border: 2px solid #121212;
    }
    .jQBracket .connector {
        border-color: #8f8f8f !important;
        border-width: 1px !important;
    }
    .jQBracket .team {
        border-color: #121212 !important;
    }
}

@media (max-width: 991px) {
    .single-bracket-container {
        position: relative;
        width: 100%;
        min-height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .single-bracket-container::Before {
        position: absolute;
        content: 'برای نمایش جدول با مرورگر دسکتاپ وارد شوید';
        width: max-content;
        height: 24px;
        font-size: 13px;
        font-weight: 600;
        color: #000;
        background-color: var(--clr-3);
        padding: 12px 24px 8px 24px;
        border-radius: 12px;
    }
    .single-bracket-container > div {
        display: none;
    }
    .bracket-page header {
        flex-wrap: wrap;
        row-gap: 24px;
        column-gap: 0;
        background-color: rgb(129 129 129 / 10%);
        padding: 12px;
        border-radius: 16px;
    }
    .bracket-page header span {
        display: none;
    }
    .bracket-page header p {
        flex: 1 1 50%;
        font-size: 13px;
    }
    .nav-bar {
        padding: 12px;
    }
    .menu-t {
        display: none;
    }
    .sections {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }
    .sections > a {
        width: calc(50% - 6px);
    }
    .section-item h3 {
        font-size: 13px;
    }
    .section-item p {
        font-size: 10px;
    }
    .form-mini {
        flex-wrap: wrap;
    }
    .form-mini label {
        padding-right: 14px;
    }
    .form-pass span {
        width: 100px;
        font-size: 10px;
    }
    .form-pass input {
        width: calc(100% - 120px);
    }
    .sub-section h3 {
        font-size: 15px;
    }
    .btn-primary, .btn-pass, .btn-charge {
        font-size: 13px;
    }
    .archive-container h1 {
        font-size: 18px;
    }
    .archive-container {
        margin: 24px 0 100px 0;
    }
}