@import"https://fonts.googleapis.com/css2?family=Libre+Franklin:wght@700&display=swap";body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@font-face{font-family:IRANSansLight;font-weight:light;src:url("/assets/IRANSansWeb(NoEn)_Light-DCWdymP7.eot");src:url("/assets/IRANSansWeb(NoEn)_Light-BVYKJBrG.ttf");src:url("/assets/IRANSansWeb(NoEn)_Light-EtH--0-9.woff")}@font-face{font-family:IRANSans;font-weight:400;src:url("/assets/IRANSansWeb(NoEn)_Medium-CK77uBWt.eot");src:url("/assets/IRANSansWeb(NoEn)_Medium-CK0ck_pc.ttf");src:url("/assets/IRANSansWeb(NoEn)_Medium-C-CuFI76.woff")}@font-face{font-family:IRANSans;font-weight:700;src:url("/assets/IRANSansWeb(NoEn)-WzWxvmcm.eot");src:url("/assets/IRANSansWeb(NoEn)_Bold-P6A8voPb.ttf");src:url("/assets/IRANSansWeb(NoEn)_Bold-IUBa4XuM.woff")}*{margin:0;box-sizing:border-box;font-family:IRANSansLight,IRANSans,Arial,Helvetica,sans-serif;-webkit-user-select:none;user-select:none;padding:0}div[disabled]{pointer-events:none;opacity:.7;filter:grayscale(10)}.app-container{width:100vw;height:100vh;padding:0}::-webkit-scrollbar{width:.3rem;height:0;display:flex}*:hover::-webkit-scrollbar{display:flex}::-webkit-scrollbar-thumb{border-radius:5px;background:#dfdfdf}::-webkit-scrollbar-thumb:hover{background:#bbb9b9}.main-page-container{background:radial-gradient(circle,#3f3f3f,#000);direction:rtl;height:100vh;overflow:hidden}@media only screen and (min-width: 560px) and (min-height: 630px){.main-page-container .menu-icon{display:none}}.player-block-container{display:none}@media only screen and (min-width: 560px){.rev{direction:ltr}.player-block-container{position:relative;display:flex;flex-direction:column;align-self:stretch;width:50%;transition:opacity,filter .4s ease-in-out}.player-block-container .player-block-action-container{display:grid;grid-template-columns:repeat(3,auto);flex:1}.player-block-container .player-block-action-container .player-block-icon{--icon-size: min(max(2.5rem, 4vw), 6vh);position:relative;grid-row:2/4;grid-column-start:1;display:flex;justify-content:center;align-items:center}.player-block-container .player-block-action-container .player-block-icon .btn-icon-img{font-size:clamp(2rem,7vw,15vh)}.player-block-container .player-block-action-container .player-block-icon .swap-players-icon{position:absolute;font-size:var(--icon-size);cursor:pointer}.player-block-container .player-block-action-container .player-block-icon .swap-players-icon:active{transform:scale(.95)}.player-block-container .player-block-action-container .player-name{grid-column:1/-1;display:flex;justify-content:center;align-items:center;text-align:center;color:#f7ff00;font-size:clamp(1rem,4.5vw,5vh);line-height:1.2;height:100px;overflow:visible}.player-block-container .player-block-action-container .player-img{display:flex;justify-content:center;align-items:center}.player-block-container .player-block-action-container .player-img img{border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-khtml-border-radius:50%;width:15vw;max-width:23vh;height:15vw;max-height:23vh;object-fit:cover}.player-block-container .player-block-action-container .score-text{grid-column-start:3;grid-row:2/4;display:flex;justify-content:center;align-items:center;font-size:clamp(5rem,20vw,30vh);line-height:1;font-family:caption,sans-serif;font-weight:700}.player-block-container .blink{animation:blink-animation .7s infinite alternate}.player-block-container .set-container{display:flex;justify-content:flex-end;align-items:flex-start;max-height:5rem}.player-block-container .set-container .set{padding:.5rem 1rem;color:#0fe600;text-shadow:0 0 20px #0fe600;font-size:clamp(2.5rem,10vw,15vh);line-height:1}.player-block-container .set-container .prev-score{background-color:#313131;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:.3rem 1rem;border-bottom-left-radius:10px;font-size:clamp(.8vh,2vw,3.5vh);line-height:1;color:#f7ff00;box-shadow:0 5px 10px #00000026}.player-block-container .set-container .rev-prev-score{border-bottom-left-radius:0;border-bottom-right-radius:10px}}@media only screen and (min-height: 630px){.player-block-container .player-block-action-container .player-img img{width:10vw;max-width:15vh;height:10vw;max-height:15vh}}@keyframes blink-animation{0%{opacity:.4;transform:scale(.985)}to{opacity:1;transform:scale(1)}}.button-component{position:relative;display:flex;justify-content:center;align-items:center;padding:.3em 1.25em;border-radius:100px;border:none;font-size:clamp(.9rem,1.5vw,1rem);background-color:transparent;cursor:pointer;outline:none;overflow:hidden;transition:background-color .3s ease,transform .2s ease;white-space:nowrap}.button-component .dot-collision{position:absolute;width:.8vw;max-width:9px;height:.8vw;max-height:9px;border-radius:50%;background-color:#fff;color:#fff}.button-component .dot-collision:before,.button-component .dot-collision:after{content:"";display:inline-block;position:absolute;top:0}.button-component .dot-collision:before{left:-.8vw;width:.8vw;max-width:9px;height:.8vw;max-height:9px;border-radius:50%;background-color:#fff;color:#fff;animation:dotCollisionBefore 2s infinite ease-in}.button-component .dot-collision:after{left:.8vw;width:.8vw;max-width:9px;height:.8vw;max-height:9px;border-radius:50%;background-color:#fff;color:#fff;animation:dotCollisionAfter 2s infinite ease-in;animation-delay:1s}.button-component:active{transform:scale(.95)}.button-component:disabled{transform:scale(1);opacity:.7;filter:contrast(.7) grayscale(1);box-shadow:0 0;pointer-events:none}.small-gap{margin:0 .25rem}.half-padding{padding:.15em .75em}.scoreboard-container .background{background:linear-gradient(90deg,#141414 50%,#282828 50%);position:absolute;inset:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.scoreboard-container .background .rotate-screen{display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:4vw;color:#969696}.scoreboard-container .background .rotate-screen img{width:70px;margin:2rem}.scoreboard-container .main-scoreboard{display:none;flex-direction:column}.scoreboard-container .action-buttons{display:none}@media only screen and (min-width: 560px){.scoreboard-container{position:relative;display:flex;flex-direction:column;align-items:center;min-height:100vh}.scoreboard-container .background .rotate-screen{display:none}.scoreboard-container .main-scoreboard{display:flex;flex-direction:row-reverse;align-items:center;flex:1;width:100%;z-index:99}.scoreboard-container .main-scoreboard .warm-up{position:absolute;display:flex;justify-content:center;align-items:center;bottom:15%;left:50%;transform:translate(-50%);background:#ef0;color:#000;border-radius:50%;width:8vw;max-width:13vh;height:8vw;max-height:13vh;font-size:clamp(.5rem,2vw,2.3vh);font-weight:700;white-space:nowrap}.scoreboard-container .main-scoreboard .timer{position:absolute;display:flex;justify-content:center;align-items:center;left:50%;bottom:12%;transform:translate(-50%);color:#ef0;font-size:clamp(1rem,6vw,12vh);font-weight:700;animation:textglow 1s infinite alternate;z-index:99}.scoreboard-container .main-scoreboard .timer .cancel-timer{font-size:clamp(1rem,5vw,9vh);position:absolute;top:50%;left:-40%;transform:translateY(-70%)}.scoreboard-container .main-scoreboard .play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;color:#4bab58;border-radius:50%;font-size:clamp(5rem,25vw,25vh);box-shadow:0 0 5vw .5vw #000;z-index:99}.scoreboard-container .main-scoreboard .arrow{position:absolute;display:flex;top:22%;left:50%;font-size:clamp(.9rem,8vw,12vh);transform:translate(-50%);transition:transform .05s ease-in-out}.scoreboard-container .main-scoreboard .up-right{transform:translate(-50%) rotate(10deg)}.scoreboard-container .main-scoreboard .down-right{transform:translate(-50%) rotate(80deg)}.scoreboard-container .main-scoreboard .up-left{transform:translate(-50%) rotate(260deg)}.scoreboard-container .main-scoreboard .down-left{transform:translate(-50%) rotate(190deg)}.scoreboard-container .main-scoreboard .service-over{position:absolute;top:20%;left:50%;transform:translate(-50%,-50%);color:#ef0;font-size:clamp(.9rem,2vw,3.5vh);font-weight:700;opacity:1;transition:opacity .3s ease-in-out}.scoreboard-container .main-scoreboard .win-point{position:absolute;top:75%;left:50%;transform:translate(-50%,-50%);color:#ef0;font-size:3vw;font-weight:700;opacity:1;transition:opacity .3s ease-in-out}.scoreboard-container .main-scoreboard .break-btn{position:absolute;display:flex;justify-content:center;align-items:center;bottom:15%;left:50%;transform:translate(-50%);background:#ef0;color:#000;border-radius:50%;width:8vw;max-width:12vh;height:8vw;max-height:12vh;font-size:clamp(.5rem,2vw,3vh);font-weight:700;cursor:pointer;animation:glow 1s infinite alternate;z-index:89}.scoreboard-container .main-scoreboard .break-timer{position:absolute;display:flex;justify-content:center;align-items:center;left:50%;bottom:10%;transform:translate(-50%);color:#ef0;font-size:clamp(1rem,6vw,9vh);font-weight:700;animation:textglow 1s infinite alternate;z-index:99}.scoreboard-container .main-scoreboard .break-timer .cancel-timer{font-size:clamp(1rem,4vw,6vh);position:absolute;top:50%;left:-45%;transform:translateY(-70%)}.scoreboard-container .main-scoreboard .alert{animation:textalert .5s infinite alternate}.scoreboard-container .reverse{flex-direction:row}.scoreboard-container .action-buttons{position:absolute;display:flex;justify-content:space-between;top:calc(2rem + 8vh);cursor:pointer;transition:opacity,filter .4s ease-in-out;z-index:99}.scoreboard-container .action-buttons .action-btn{font-size:clamp(2rem,5vw,10vh)}.scoreboard-container .action-btn-left{left:1.5rem}.scoreboard-container .action-btn-right{right:1.5rem}}@media only screen and (min-height: 500px){.scoreboard-container{min-height:92vh}.scoreboard-container .action-buttons{top:2rem}}@media only screen and (min-height: 630px){.scoreboard-container{min-height:72vh}.scoreboard-container .main-scoreboard .warm-up{bottom:10%}.scoreboard-container .main-scoreboard .timer{bottom:5%}}@media only screen and (min-height: 1024px){.scoreboard-container .main-scoreboard .timer{bottom:10%}}@keyframes glow{0%{box-shadow:0 0 30px -10px #ef0}to{box-shadow:0 0 30px 10px #ef0}}@keyframes textglow{0%{text-shadow:0 0 -10px #eeff00}to{text-shadow:0 0 10px #eeff00}}@keyframes textalert{0%{text-shadow:0 0 -10px #eeff00;color:#ef0}to{text-shadow:0 0 10px #ff0000;color:red}}.modal{position:fixed;z-index:1500;padding:1rem;left:50%;top:50%;max-height:95vh;max-width:95vw;border-radius:16px;transform:translate(-50%,-50%);box-sizing:border-box;box-shadow:0 0 35px #000000b3;overflow:hidden}@media only screen and (max-width: 595px){.modal{width:90vw}}@media only screen and (min-width: 600px){.modal{width:500px}}@media only screen and (min-width: 768px){.modal{width:600px}}@media only screen and (min-width: 889px){.modal{width:700px}}@media only screen and (min-width: 1200px){.modal{width:700px}}.backdrop{width:100vw;height:100vh;position:fixed;top:0;left:0;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.events-container{display:flex;flex-wrap:wrap;width:100%;height:100%}.events-container .event{display:flex;flex-direction:column;justify-content:space-around;align-items:center;text-align:center;border-radius:8px;margin:0 .5rem;font-size:clamp(.6rem,1.5vw,1rem);font-weight:700;word-wrap:break-word;cursor:pointer}.events-container .event:hover,.events-container .event:active{background-color:#00000026}.events-container .event .letter-icon{display:flex;align-items:center;justify-content:center;width:50%;text-shadow:0 5px 5px rgba(0,0,0,.3);font-size:clamp(1.5rem,3vw,5vh);line-height:clamp(1.5rem,3vw,5vh);transform:translateY(10%);white-space:nowrap}.events-container .event .card{width:50%;min-width:1.2rem;max-height:3rem;flex:1;overflow:hidden;border-radius:5px;box-shadow:0 5px 5px #0000004d}.events-container .event .yellow{background-color:#e4e400}.events-container .event .red{background-color:#dc143c}.events-container .event .black{background-color:#000c}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:transparent;width:100%;height:100%;direction:rtl}.loading-container .loading{font-size:clamp(.9rem,2vw,1.5rem);animation:fadein_out 1s infinite ease-out forwards}.loading-container .loading-spinner{font-size:clamp(.9rem,5vw,3rem);margin-bottom:.5rem}@keyframes fadein_out{0%{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.winner-modal-wrapper{display:flex;flex-direction:column;align-items:center;direction:rtl}.winner-modal-wrapper .details{width:100%;display:flex;justify-content:space-between;font-size:clamp(1rem,3vw,2rem);font-weight:400}.winner-modal-wrapper .details .team-block{display:flex;text-align:center;flex:1}.winner-modal-wrapper .details .team-block .players-section{display:flex;flex-direction:column;flex:1;max-height:65vh}.winner-modal-wrapper .details .team-block .players-section .set-score{font-size:clamp(3rem,10vw,6rem);line-height:clamp(3rem,10vw,6rem)}.winner-modal-wrapper .details .team-block .scores-details{background-color:#0003;align-self:center;padding:.5rem;border-radius:10px;font-size:clamp(1.5rem,5vw,3rem);line-height:clamp(1.5rem,5vw,3rem);width:20%}.winner-modal-wrapper .details .team-rev{flex-direction:row-reverse;margin-left:2%}.winner-modal-wrapper .details .winner{animation:winnerglow .8s infinite alternate}.winner-modal-wrapper .buttons{display:flex}@keyframes winnerglow{0%{text-shadow:0 0 -10px #4ca2cd}to{text-shadow:0 0 20px #4ca2cd}}.transparent-button-component{position:relative;display:flex;justify-content:center;align-items:center;padding:.65em 1.75em;border-radius:100px;border:none;font-size:clamp(1rem,1.5vw,1.2rem);background-color:transparent;cursor:pointer;outline:none;overflow:hidden;transition:transform .2s ease;white-space:nowrap}.transparent-button-component:disabled{transform:scale(1);opacity:.7;filter:contrast(.7) grayscale(1);box-shadow:0 0;pointer-events:none}.transparent-button-click:active{transform:scale(.9)}@keyframes dotCollisionBefore{0%,50%,75%,to{transform:translate(0)}25%{transform:translate(-1vw)}}@keyframes dotCollisionAfter{0%,50%,75%,to{transform:translate(0)}25%{transform:translate(1vw)}}.selector-component{display:flex;flex-direction:column;align-items:center;width:100%}.selector-component .title{margin-bottom:1.5rem;font-size:clamp(.6rem,3vw,1.1rem)}.selector-component .options-container{display:flex;flex-wrap:wrap;justify-content:center;margin:auto;width:100%}.selector-component .options-container .option-box{min-width:45%;border:2px solid;padding:1em;margin:.25rem;border-radius:1em;text-align:center;cursor:pointer;font-size:clamp(.6rem,3.2vw,1rem);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.selector-component .action-btns{position:relative;display:flex;align-items:center;justify-content:center;align-self:stretch;margin-top:1.5rem;margin-bottom:.5rem;font-size:clamp(.6rem,3vw,1.3rem)}.selector-component .action-btns .prev{position:absolute;left:1rem;cursor:pointer}@media only screen and (min-width: 768px){.selector-component .options-container .option-box{font-size:clamp(.6rem,3.2vw,1.3rem)}}.error-box{position:absolute;display:flex;justify-content:space-between;align-items:center;padding:1rem 1rem 1rem 2rem;font-size:.8rem;top:3%;right:0;left:0;margin-right:auto;margin-left:auto;width:fit-content;border-radius:10px;box-shadow:0 4px 8px #090b1933;z-index:1000}.footer-main-container{display:none}@media only screen and (min-width: 560px){.footer-main-container{position:absolute;display:flex;flex-direction:row-reverse;bottom:0;left:0;right:0;z-index:999;transform:translateY(100%);transition:transform .2s ease;max-height:20vh}.footer-main-container .handler{position:absolute;background-color:gray;width:100%;height:1vh;transform:translateY(-100%)}.footer-main-container .handler .handle-section{position:absolute;display:flex;left:50%;background-color:gray;padding:0 .75em;border-radius:10px 10px 0 0;transform:translate(-50%,-100%);cursor:pointer}.footer-main-container .handler .handle-section .handle-icon{font-size:clamp(15px,3.5vw,25px)}.show-footer-main-container{transform:translateY(0);max-height:50vh}.show-footer-main-container .handler .handle-section{transform:translate(-50%,-100%)}.show-footer-main-container .handler .handle-section .handle-icon{transform:rotate(180deg)}}@media only screen and (min-width: 560px) and (min-height: 630px){.footer-main-container{position:relative;transform:translateY(0)}.footer-main-container .handler{display:none}}.events-wrapper{background-color:#ebebeb;color:#000;position:relative;align-items:center;width:100%;height:50vh;padding-left:35%;direction:ltr}.events-wrapper .history-table{position:relative;display:flex;overflow-y:scroll;height:100%;max-width:100%}.events-wrapper .history-table .table-column{border-left:1px solid rgb(0,0,0);border-bottom:none}.events-wrapper .history-table .table-column .table-cell{display:flex;align-items:center;justify-content:center;direction:ltr;border-bottom:1px solid rgb(0,0,0);min-width:42px;width:100%;font-size:5vh}.events-wrapper .history-table .table-column .table-cell .name-in-cell{display:flex;justify-content:space-between;width:100%}.events-wrapper .history-table .table-column .table-cell .name-in-cell .player-name-div{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;direction:rtl;max-width:85%}@media only screen and (min-width: 560px) and (min-height: 630px){.events-wrapper{height:20vh;padding-left:25%}.events-wrapper .history-table .table-column .table-cell{font-size:3vh}}.header-main-container{display:none}@media only screen and (min-width: 560px){.header-main-container{position:absolute;display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center;top:0;left:0;right:0;padding:.5rem;z-index:999;height:12vh;min-height:3rem;background-color:transparent;overflow:hidden}.header-main-container .events-container{display:none}.header-main-container .add-shuttle{display:flex;padding:.5rem;height:12vh;min-height:3rem;max-height:4rem}.header-main-container .add-shuttle .shuttle-img{width:4vw;height:4vw;max-width:40px;max-height:40px;align-self:center}.header-main-container .add-shuttle .btn-content{font-size:clamp(25px,5vw,35px)}.header-main-container .add-shuttle .ball-counter{display:flex;justify-content:center;align-items:center;background-color:#f5f5f5;border-radius:5px;margin:0 .2rem;width:25%;overflow:hidden}.header-main-container .add-shuttle .ball-counter p{font-size:clamp(20px,2vw,30px);line-height:clamp(20px,2vw,30px);font-weight:700}.exit-content{display:flex;flex-direction:column;align-items:center}.exit-content .exit-buttons{display:flex;flex-direction:row-reverse;margin-top:2rem}}@media only screen and (min-height: 500px){.header-main-container{position:relative;background-color:#313131;height:8vh}.header-main-container .events-container{display:flex}.header-main-container .add-shuttle{height:8vh}}.auth-container{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;height:100vh;width:100vw;overflow:hidden}.auth-container .auth-section{display:flex;justify-content:center;align-items:center;padding:1rem;flex:1;position:relative}.auth-container .auth-section .section-container{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:20px;width:100%;max-width:350px;min-width:250px;padding:1.5em 1.5em .5em;box-shadow:0 8px 10px #0000000d;direction:rtl}.auth-container .auth-section .section-container .go-to-tournament{position:absolute;left:1rem;top:1rem;font-size:1.2rem;cursor:pointer}.auth-container .auth-section .section-container .error-text{position:absolute;top:10%;font-size:clamp(.8rem,1vw,.9rem)}.auth-container .auth-section .section-container .title-text{display:block;font-size:clamp(1rem,2vw,2.3rem);margin-bottom:2rem}.auth-container .auth-section .section-container .under-title{top:30%}.auth-container .auth-section .section-container .title-text-login{display:none}.auth-container .auth-section .section-container .under-title-login{top:2%}.auth-container .auth-section .section-container .forgot-password{cursor:pointer;font-size:clamp(.75rem,1vw,.9rem);width:100%}.auth-container .auth-section .section-container .buttons-wrapper{display:flex}.auth-container .auth-section .section-container .go-to{position:relative;margin-top:1.5rem;font-size:clamp(.9rem,1.4vw,1rem)}.auth-container .auth-section .section-container .go-to span{cursor:pointer;margin-right:.5rem;font-size:clamp(1rem,1.4vw,1.1rem)}.auth-container .auth-section .section-container .from-get-info{margin-top:2rem}.auth-container .auth-section .sign-up{max-height:80vh;justify-content:flex-start;overflow:auto}@media only screen and (max-width: 1024px) and (min-height: 780px){.auth-container .auth-section .section-container .title-text-login{display:block;font-size:clamp(1rem,2vw,2.3rem);margin-bottom:2rem}.auth-container .auth-section .section-container .under-title-login{top:20%}}@media only screen and (min-width: 1025px){.auth-container{flex-direction:row-reverse}.auth-container .auth-section .section-container{padding:1.5rem 4rem;max-width:520px}.auth-container .auth-section .section-container .title-text-login{display:block;font-size:clamp(1rem,2vw,2.3rem);margin-bottom:2rem}.auth-container .auth-section .section-container .under-title-login{top:20%}.auth-container .auth-section .section-container .forgot-password{margin-bottom:1rem}.auth-container .auth-section .section-container .go-to{margin-top:1.5rem}}.global-section-container{position:relative;direction:rtl;justify-content:center;align-items:center;align-content:flex-start;flex-wrap:wrap;width:100%;height:100%;padding:1rem;overflow-y:auto}.global-section-container .live-scores-title{display:none}@media only screen and (min-width: 1025px){.global-section-container{padding:4rem;flex:1}.global-section-container .live-scores-title{position:fixed;display:block;width:50%;top:0;right:0;font-size:clamp(1.2rem,2vw,1.5rem);text-align:center;z-index:150}}.live-game-box{display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:100%;max-width:450px;min-width:220px;border:1px solid;border-radius:18px;font-size:clamp(.65rem,3vw,.8rem);cursor:pointer;overflow:hidden}.live-game-box .live-game-box-title{display:flex;justify-content:space-between;align-items:center;padding:.3em .6em;width:100%}.live-game-box .live-game-box-title .box-titles{display:block}.live-game-box .live-game-box-title .box-titles .tournament-title{max-width:300px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.live-game-box .live-game-box-title .box-titles .teams{display:flex;align-items:center;gap:.5rem;font-size:clamp(.65rem,3vw,.7rem);opacity:.8;cursor:pointer}.live-game-box .live-game-box-title .box-titles .teams:hover{filter:brightness(.6)}.live-game-box .live-game-box-title .show-status{display:flex;align-items:center}.live-game-box .live-game-box-title .show-status .live-indicator{background:#5ec53e;border-radius:50%;box-shadow:0 0 #5ec53e;margin:10px;height:10px;width:10px;transform:scale(1);animation:pulse-green 2s infinite}.live-game-box .live-game-box-title .show-status .duration{padding-top:.3rem}.live-game-box .live-game-box-title .show-status .duration .loading-time{margin-top:-.3rem;font-size:clamp(.8rem,3vw,1rem);animation:scale-animation 1s infinite}.live-game-box .live-game-box-title .show-status .court{display:flex;align-items:center;margin:0 .5rem}.live-game-box .live-game-box-title .show-status .court p{transform:translateY(2px)}.live-game-box .live-game-box-title .show-status .online-viewers{display:flex;align-items:center;padding-top:.1rem}.live-game-box .live-game-box-title .show-status .online-viewers p{padding-top:.2rem;margin:0 .2rem}.live-game-box .live-game-box-title .show-status .all-viewers{display:flex;align-items:center}.live-game-box .live-game-box-details{position:relative;width:100%;text-align:right}.live-game-box .live-game-box-details .name-score{display:flex;flex-direction:column;width:100%;justify-content:space-evenly;align-items:center}.live-game-box .live-game-box-details .name-score .team{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.4em .8em;height:5.5vh;min-height:2.5rem;max-height:3.2rem}.live-game-box .live-game-box-details .name-score .team .players-and-shuttle{display:flex;align-items:center}.live-game-box .live-game-box-details .name-score .team .players-and-shuttle .team-players{display:flex;flex-direction:column;align-items:flex-start;white-space:nowrap;text-overflow:ellipsis;font-size:clamp(.65rem,3vw,.85rem);line-height:1.2;overflow:hidden}.live-game-box .live-game-box-details .name-score .team .players-and-shuttle .team-players .team-players-score{display:flex}.live-game-box .live-game-box-details .name-score .team .players-and-shuttle .team-players .team-players-score span{display:flex;align-items:center}.live-game-box .live-game-box-details .name-score .team .players-and-shuttle .shuttle-icon{font-size:clamp(.9rem,3vw,1rem);margin:0 20px}.live-game-box .live-game-box-details .name-score .team .span-score{position:relative;display:flex;justify-content:center;align-items:center;font-size:clamp(.65rem,3.5vw,1rem);padding-left:.5rem;overflow:hidden}.live-game-box .live-game-box-details .name-score .team .span-score p{text-align:center;z-index:99}.live-game-box .live-game-box-details .name-score .team .span-score .live-score{padding:0 .5em;border-radius:5px;animation-duration:1s;animation-fill-mode:forwards}.live-game-box .live-game-box-details .name-score .devider{border-bottom:1px solid}@media only screen and (max-height: 550px){.live-game-box,.live-game-box .live-game-box-details .name-score .team .players-and-shuttle .team-players{font-size:clamp(.65rem,2vw,.75rem)}.live-game-box .live-game-box-details .name-score .team .players-and-shuttle .shuttle-icon{font-size:clamp(.9rem,2vw,1.5rem)}.live-game-box .live-game-box-details .name-score .team .span-score{font-size:clamp(.65rem,2vw,.85rem)}}@keyframes pulse{0%{background-color:#14c8cb62}to{background-color:transparent}}@keyframes scale-animation{0%{transform:scale(.9);opacity:.5}50%{transform:scale(1.1);opacity:1}to{transform:scale(.9);opacity:.5}}.input-container{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-bottom:1.5rem}.input-container .input-element{direction:rtl;display:block;width:100%;min-width:150px;padding:.3em 1em;font-size:1rem;border-radius:25px;border:1px solid;transition:box-shadow .15s ease-in-out;-webkit-user-select:auto;user-select:auto;outline:none}.input-container .input-element::placeholder{opacity:.5}.input-container .validtaion-message{position:absolute;bottom:.3rem;text-align:right;font-size:clamp(.6rem,1.2vw,.8rem);padding-right:.5rem;width:100%}.input-container .required{margin-right:.2rem}.input-container input:disabled{opacity:.7;filter:contrast(.5) grayscale(1);-webkit-user-select:none;user-select:none;pointer-events:none}.title-date-picker-container{display:flex;width:100%;flex-direction:column;align-items:flex-start}.title-date-picker-container .title-class-name{display:flex;margin-right:.2rem;margin-bottom:.2rem;font-size:1rem}.title-date-picker-container .date-picker-container{display:flex;width:100%;flex-direction:column;align-items:flex-end;padding:.3em 1em;font-size:14px;border-radius:25px;border:1px solid;transition:box-shadow .15s ease-in-out}.title-date-picker-container .date-picker-container:focus{outline:none}.title-date-picker-container .rmdp-container{width:100%}.multi-input-title-wrapper{display:flex;width:100%;flex-direction:column;align-items:flex-start;padding-bottom:1.5rem}.multi-input-title-wrapper .title-class-name{display:flex;margin-right:.2rem;margin-bottom:.2rem;font-size:1rem}.multi-input-title-wrapper .input-box-warpper{display:flex;flex-direction:row-reverse;flex-wrap:wrap;height:45px;width:100%;padding:.4em .5em;border-radius:25px;border:1px solid;transition:box-shadow .15s ease-in-out;outline:none;overflow:auto}.multi-input-title-wrapper .input-box-warpper:focus{outline:1px solid}.multi-input-title-wrapper .input-box-warpper .box-wrapper{display:flex;align-items:center;justify-content:center;width:4rem;height:100%;margin-right:.3rem;border-radius:25px;filter:contrast(.75)}.multi-input-title-wrapper .input-box-warpper .box-wrapper input{direction:ltr;display:block;height:90%;width:100%;font-size:1rem;text-align:center;border-radius:25px;border:none;-webkit-user-select:auto;user-select:auto;outline:none}.switch-input-container{display:flex;width:100%;flex-direction:row;align-items:center}.switch-input-container .switch-input-title{margin-left:1rem;font-size:1rem}.title-input-container{display:flex;width:100%;flex-direction:column;align-items:flex-start}.title-input-container .title-class-name{display:flex;margin-right:.2rem;margin-bottom:.2rem;font-size:1rem}.title-textarea-container{display:flex;width:100%;flex-direction:column;align-items:flex-start;padding-bottom:1.5rem}.title-textarea-container .title-class-name{display:flex;margin-right:.2rem;margin-bottom:.2rem;font-size:1rem}.title-textarea-container .title-textarea-element{direction:rtl;display:block;width:100%;min-width:250px;padding:.3em 1em;font-size:1rem;border-radius:15px;border:1px solid;transition:box-shadow .15s ease-in-out;outline:none;resize:none;-webkit-user-select:auto;user-select:auto}.underline-input-container{background:#00000026;border-radius:25px;display:flex}.underline-input-container .phone-input{width:100%;font-size:1.1rem;background-color:transparent;letter-spacing:.75rem;padding:.5rem 1.5rem;transition:border .2s ease-out;border:none}.underline-input-container .phone-input:focus{outline:none}.underline-input-container .underline{border-bottom:1px rgba(0,0,0,.7) solid;position:absolute;width:1rem;height:2px;margin-left:6.5rem;margin-top:1.5rem}.dropdown-container{display:flex;width:100%;flex-direction:column;align-items:flex-start;font-size:clamp(.8rem,1.5vw,.9rem)}.dropdown-container .title-class-name{margin-right:.2rem;margin-bottom:.2rem;font-size:1rem}.dropdown-container .dropdown-input{direction:rtl;display:flex;justify-content:space-between;align-items:center;width:100%;min-width:150px;padding:.3em 1em;border-radius:25px;border:1px solid;transition:box-shadow .15s ease-in-out;cursor:pointer;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate}.dropdown-container .dropdown-input p{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;width:100%}.dropdown-container .dropdown-input .dropdown-indicator-icon{display:flex;align-items:center;transition:all .1s ease;font-size:clamp(1rem,1.5vw,1.3rem)}.dropdown-container .dropdown-input .rotate{transform:rotate(180deg)}.dropdown-container .drop-down-list-top{position:relative;width:100%;height:0}.dropdown-container .drop-down-list-top .dropdown-list{position:absolute;display:none;top:.2rem;width:100%;height:fit-content;max-height:30vh;min-height:40px;border-radius:10px;padding:.5rem;font-size:13px;z-index:99;border:1px solid;box-shadow:0 2px 5px #0000001a;overflow:auto}.dropdown-container .drop-down-list-top .dropdown-list ul li{list-style:none;padding:.1em .5em;border-radius:5px;cursor:pointer;transition:all .5s ease}.dropdown-container .drop-down-list-top .dropdown-list ul li:hover{background:#0000001a}.dropdown-container .drop-down-list-top .dropdown-list ul .no-item{width:100%;text-align:center;opacity:.6}.dropdown-container .drop-down-list-top .drop{display:block}.radio-btn-container{position:relative;display:flex;flex-direction:column;align-items:flex-start;width:100%}.radio-btn-container .title-class-name{margin-right:1rem;margin-bottom:.2rem;font-size:clamp(.75rem,1.5vw,1rem)}.radio-btn-container .width-fixer{position:relative;display:flex;align-items:center;justify-content:space-around;margin:0 2rem;width:80%}.radio-btn-container .width-fixer .selector{position:absolute;width:60%;border-radius:50px;box-shadow:#0000001a 0 4px 12px}.radio-btn-container .width-fixer img{height:35px;margin-top:5px;z-index:999;cursor:pointer}.otp-input-container{display:flex;justify-content:center;width:fit-content}.otp-input-container .otp-input-element,.otp-input-container select{display:block;box-sizing:border-box;text-align:center;width:3vw;min-width:3rem;max-width:4rem;height:3vw;min-height:3rem;max-height:4rem;outline:none;border:1px solid;border-radius:50%;margin:0 .25rem;font-size:clamp(1.5rem,2vw,1.7rem);line-height:clamp(1.5rem,2vw,1.7rem);padding:.2em;transition:border .2s ease-out;-webkit-user-select:auto;user-select:auto}.otp-input-container .invalid{border:1px solid red;background-color:#fda49a}.verify-code-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;animation:verifyAnimtaion .3s ease-out alternate}.verify-code-wrapper .header-verify-contianer{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem}.verify-code-wrapper .header-verify-contianer p{text-align:center;font-size:1rem}.verify-code-wrapper .header-verify-contianer .verify-check-icon{margin:1rem 0}.verify-code-wrapper .resend-code-and-timer{margin-bottom:2rem;display:flex;align-items:center;font-size:.8rem}.verify-code-wrapper .resend-code-and-timer p{margin:0 .25rem}.verify-code-wrapper .buttons-wrapper{display:flex;flex-direction:row-reverse}.verify-code-wrapper .invalid{animation:invalidAnimation .15s ease-in-out normal}@media only screen and (max-height: 350px){.verify-code-wrapper .header-verify-contianer{margin-bottom:1rem}.verify-code-wrapper .resend-code-and-timer{margin-bottom:.5rem}}@media only screen and (max-width: 595px){.verify-code-container{width:15rem}}@media only screen and (min-width: 600px){.verify-code-container{width:18rem}}@media only screen and (min-width: 768px){.verify-code-container{width:21rem}}@media only screen and (min-width: 889px){.verify-code-container{width:24rem}}@media only screen and (min-width: 1200px){.verify-code-container{width:30rem}}@keyframes verifyAnimtaion{0%{margin-top:-3%;opacity:.1;transform:scale(1.1)}25%{margin-top:-2%;opacity:.4;transform:scale(1.07)}50%{margin-top:-1%;opacity:.7;transform:scale(1.04)}to{margin-top:0%;opacity:1;transform:scale(1)}}@keyframes invalidAnimation{0%{transform:translate(0)}25%{transform:translate(-10px)}50%{transform:translate(10px)}to{transform:translate(0)}}.home-page-wrapper{position:relative;display:flex;flex-direction:column;height:100vh;overflow:hidden;transition:color .2s ease-out,background .2s ease-out;direction:rtl}.home-page-wrapper .menu-icon{display:block;position:absolute;transform:translate(-50%);top:10px;right:0;font-size:1.8rem;cursor:pointer;z-index:10}.home-page-wrapper .hint{margin:auto;display:flex;flex-direction:column;align-items:center;justify-content:center}.home-page-wrapper .hint img{display:block;max-width:30%;max-height:30%;width:auto;height:auto}@media only screen and (min-width: 780px) and (min-height: 500px){.home-page-wrapper{padding-right:70px;transition:color .2s ease-out,background .2s ease-out}.home-page-wrapper .menu-icon{display:none}.menu-open{padding-right:200px}}.inputs-wrapper{display:grid;column-gap:1rem;direction:rtl;padding:1rem;width:100%}.inputs-wrapper .input-item{display:flex;align-items:center}.inputs-wrapper .input-item .tournament-item{border-bottom:1px solid;padding-bottom:.5rem;cursor:pointer}.form{grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.text-component-wrapper{width:100%;overflow:hidden;display:flex}.text-component-wrapper span{white-space:nowrap}.text-component-wrapper p{margin:0 .25rem;width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.input-wrapper{width:100%;max-width:800px;position:relative;display:flex;flex-direction:column;align-items:center}.input-wrapper .profile-avatar{top:0;display:flex;justify-content:center;width:35%;max-width:130px;aspect-ratio:1;border-radius:50%;padding:0;margin-bottom:2rem;overflow:hidden;-webkit-transform:translateZ(0) translateY(2rem);-webkit-mask-image:-webkit-radial-gradient(circle,white 100%,black 100%);transform:translateZ(0) translateY(2rem);mask-image:-webkit-radial-gradient(circle,white 100%,black 100%)}.input-wrapper .profile-avatar img{cursor:pointer;width:100%;object-fit:cover}.input-wrapper .profile-avatar:active{transform:scale(.95) translateY(2rem)}.input-wrapper .profile-avatar .upload-image-wrapper{position:absolute;display:flex;align-items:center;justify-content:center;bottom:0;left:0;right:0;height:25%;cursor:pointer;background-color:#0006}.input-wrapper .profile-avatar .upload-image-wrapper .camera{color:#fff}.input-wrapper .default-image{position:relative;display:flex;justify-content:center;align-items:center;max-height:150px;width:100%;overflow:hidden}.input-wrapper .default-image img{width:100%;object-fit:cover}.input-wrapper .default-image .add-image-btn{position:absolute;display:flex;justify-content:center;align-items:center;bottom:1rem;right:1rem;border-radius:50%;width:40px;height:40px;font-size:1.5rem;background-color:#0006;color:#fff;cursor:pointer}.input-wrapper .default-image .add-image-btn:active{transform:scale(.95)}.input-wrapper .back-section{position:absolute;display:flex;left:0;top:0;font-size:40px;border-radius:50%;cursor:pointer;z-index:10}.input-wrapper .buttons-wrapper{width:100%;display:flex;padding:0 1rem;justify-content:center;align-items:center;margin-bottom:1rem}@media only screen and (min-width: 780px){.input-wrapper .profile-avatar{margin-bottom:0;transform:translateY(0)}.input-wrapper .profile-avatar:active{transform:scale(.95)}.input-wrapper .default-image{padding:0 1rem}.input-wrapper .default-image .add-image-btn{right:2rem}.input-wrapper .back-section{top:0;left:0}.input-wrapper .gym-back{left:20px}}.touranment-header-container{display:flex;flex-direction:column;padding:0 1rem}.touranment-header-container .header-image-and-content{display:flex}.touranment-header-container .header-image-and-content .tournament-header-image{display:none}.touranment-header-container .header-image-and-content .tournament-header-content{padding-bottom:0;direction:rtl;display:flex;flex-direction:column;align-items:flex-start;width:100%;font-size:.8rem}.touranment-header-container .header-image-and-content .tournament-header-content .tournament-title{display:flex;max-width:100%;white-space:nowrap;font-size:clamp(1.5rem,2vw,1.8rem);word-spacing:2px;text-overflow:ellipsis;overflow:hidden}.touranment-header-container .header-image-and-content .tournament-header-content .tournament-detail{opacity:.7}.touranment-header-container .header-image-and-content .tournament-header-content .tournament-detail-gap{display:flex;align-items:center}.touranment-header-container .header-image-and-content .tournament-header-content .tournament-detail-gap p{margin:0 .5rem}.touranment-header-container .header-image-and-content .tournament-header-content .tournament-date{display:flex;align-items:center;width:100%}.touranment-header-container .header-image-and-content .tournament-header-content .tournament-date .date{display:flex;align-items:center}.touranment-header-container .selectors-wrapper{display:flex;width:100%;margin-top:.5rem;min-height:2.5rem;padding:.5rem 0 .5rem .1rem;overflow-x:scroll;overflow-y:hidden}@media only screen and (min-width: 780px) and (min-height: 500px){.touranment-header-container{padding:0 5rem}.touranment-header-container .header-image-and-content{padding:1rem 0}.touranment-header-container .header-image-and-content .tournament-header-image{display:flex;align-items:center;justify-content:center;font-size:clamp(5rem,5vw,6rem);margin:0 1rem}.touranment-header-container .header-image-and-content .tournament-header-image img{width:8vw;max-width:120px;height:8vw;max-height:120px;border-radius:50%;object-fit:contain}.touranment-header-container .header-image-and-content .tournament-header-image .image-skeleton{width:6rem;height:6rem}}.round-selector-component{position:relative;display:flex;justify-content:center;align-items:center;font-size:1rem;border:2px solid;border-radius:50px;padding:.3em .9em;white-space:nowrap;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.round-selector-component .is-new{position:absolute;top:-5px;right:0;border-radius:30px;font-size:.6rem;padding:0 .2em}@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var( --custom-highlight-background, linear-gradient( 90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100% ) );transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}.tournament-days-credit{display:flex;flex-wrap:wrap;align-items:center;width:100%}.tournament-days-credit .day{position:relative;display:flex;align-items:center;margin:2px 0;flex:1;max-width:150px}.tournament-days-credit .day .day-date{display:none}.tournament-days-credit .day .day-date .day-date-content{display:flex}.tournament-days-credit .day .day-state{display:none}.tournament-days-credit .day .day-link{height:4px;flex:1;min-width:3px;max-width:60px;transition:background-color .2s ease-out}.tournament-days-credit .day .day-credit{display:flex;justify-content:center;align-items:center;font-size:.7rem;width:60%;min-width:22px;max-width:30px;aspect-ratio:1;border-radius:50%;transition:background-color .4s ease-out}@media only screen and (min-width: 350px){.tournament-days-credit .day .day-date{display:block;position:absolute;top:-80%;left:50%;transform:translate(-50%);font-size:clamp(.7rem,1vw,.9rem);white-space:nowrap}.tournament-days-credit .day .day-state{display:block;position:absolute;top:120%;left:50%;transform:translate(-50%);font-size:clamp(.5rem,1vw,.7rem);white-space:nowrap}}.tournament-search-container{width:100%;max-width:25rem;padding:0;z-index:9;padding:0 .5rem}.tournament-search-container .loading-container{position:absolute;top:50%;transform:translateY(-50%);left:.5em;width:fit-content;align-items:flex-end}.tournament-search-container .loading-container .loading-spinner{font-size:22px;margin-bottom:0}.tournament-search-container .search-icon{position:absolute;opacity:.3;font-size:1.2em;top:50%;transform:translateY(-50%);left:.5em}.tournament-search-container .founds{position:relative;direction:rtl;width:100%;height:0;z-index:99}.tournament-search-container .founds .found-items{position:absolute;display:flex;flex-direction:column;top:0;left:0;right:0;height:0;padding:0;border:none;border-bottom-left-radius:20px;border-bottom-right-radius:20px;font-size:clamp(.8rem,1vw,1rem);box-shadow:0 4px 8px #0000001a;transition:height .2s ease;overflow:auto}.tournament-search-container .founds .found-items .found-item{display:none}.tournament-search-container .founds .open{height:fit-content;max-height:30vh;padding:.2rem .5rem}.tournament-search-container .founds .open .found-item{display:flex;align-items:center;justify-content:space-between;width:100%;margin-block:.25rem;padding-inline:.3rem;border-radius:8px;cursor:pointer;transition:background-color .2s ease}.tournament-search-container .founds .open .found-item:hover{background-color:#0000000a}.tournament-page-wrapper{display:flex;flex-direction:column;width:100%;flex:1;direction:rtl;overflow:auto}.tournament-page-wrapper .tournament-body{width:100%;position:relative}.tournament-page-wrapper .tournament-body .tournament-search{width:100%;display:flex;align-items:center;justify-content:center;padding:.5rem}.tournament-page-wrapper .tournament-body .tournament-search .button-add{display:flex;align-items:center;justify-content:center}.tournament-page-wrapper .tournament-body .tournament-search .button-add p{margin:0 .15rem}.tournament-page-wrapper .tournament-body .tournament-content{width:100%;display:flex}.tournament-page-wrapper .tournament-body .tournament-content .tournament-list-items{width:100%;display:flex;flex-direction:column;max-width:20rem;padding:1rem}.tournament-page-wrapper .tournament-body .tournament-content .tournament-list-items .not_found{display:flex;flex-direction:column;align-items:center;width:100%;padding:.5rem;opacity:.8}.tournament-page-wrapper .tournament-body .tournament-content .tournament-list-items .tournament-item{border-bottom:1px solid;cursor:pointer;margin:.5rem 0}.tournament-page-wrapper .tournament-body .tournament-content .tournament-list-items .tournament-item .tournament-item-bar{opacity:.6}.tournament-page-wrapper .tournament-body .tournament-content .hide{display:none}.tournament-page-wrapper .tournament-body .tournament-content .tournament-item-input{position:absolute;top:0;left:0;right:0;z-index:10}.tournament-page-wrapper .tournament-body .tournament-content .tournament-item-input .input-wrapper{width:100%;position:relative;display:flex;flex-direction:column;align-items:center}.tournament-page-wrapper .tournament-body .tournament-content .tournament-item-input .input-wrapper .profile-avatar{top:0;display:flex;justify-content:center;width:35%;max-width:130px;aspect-ratio:1;border-radius:50%;padding:0;margin-bottom:2rem;overflow:hidden;-webkit-transform:translateZ(0) translateY(2rem);-webkit-mask-image:-webkit-radial-gradient(circle,white 100%,black 100%);transform:translateZ(0) translateY(2rem);mask-image:-webkit-radial-gradient(circle,white 100%,black 100%)}.tournament-page-wrapper .tournament-body .tournament-content .tournament-item-input .input-wrapper .profile-avatar img{cursor:pointer;width:100%;object-fit:cover}.tournament-page-wrapper .tournament-body .tournament-content .tournament-item-input .input-wrapper .profile-avatar:active{transform:scale(.95) translateY(2rem)}.tournament-page-wrapper .tournament-body .tournament-content .tournament-item-input .input-wrapper .profile-avatar .upload-image-wrapper{position:absolute;display:flex;align-items:center;justify-content:center;bottom:0;left:0;right:0;height:25%;cursor:pointer;background-color:#0006}.tournament-page-wrapper .tournament-body .tournament-content .tournament-item-input .input-wrapper .profile-avatar .upload-image-wrapper .camera{color:#fff}.tournament-page-wrapper .tournament-body .tournament-content .tournament-item-input .input-wrapper .default-image{position:relative;display:flex;justify-content:center;align-items:center;max-height:150px;width:100%;overflow:hidden}.tournament-page-wrapper .tournament-body .tournament-content .tournament-item-input .input-wrapper .default-image img{width:100%;object-fit:cover}.tournament-page-wrapper .tournament-body .tournament-content .tournament-item-input .input-wrapper .default-image .add-image-btn{position:absolute;display:flex;justify-content:center;align-items:center;bottom:1rem;right:1rem;border-radius:50%;width:40px;height:40px;font-size:1.5rem;background-color:#0006;color:#fff;cursor:pointer}.tournament-page-wrapper .tournament-body .tournament-content .tournament-item-input .input-wrapper .default-image .add-image-btn:active{transform:scale(.95)}.tournament-page-wrapper .tournament-body .tournament-content .tournament-item-input .input-wrapper .back-section{position:absolute;display:flex;left:0;top:0;font-size:40px;border-radius:50%;cursor:pointer;z-index:10}.tournament-page-wrapper .tournament-body .tournament-content .tournament-item-input .input-wrapper .buttons-wrapper{width:100%;display:flex;padding:0 1rem;justify-content:center;align-items:center;margin-bottom:1rem}@media only screen and (min-width: 780px){.tournament-page-wrapper .tournament-body .tournament-search{width:fit-content}.tournament-page-wrapper .tournament-body .tournament-content .tournament-item-input{position:relative;width:100%;max-width:fit-content;margin:0 auto 4rem;border-radius:25px}.tournament-page-wrapper .tournament-body .tournament-content .tournament-item-input .input-wrapper .profile-avatar{margin-bottom:0;transform:translateY(0)}.tournament-page-wrapper .tournament-body .tournament-content .tournament-item-input .input-wrapper .profile-avatar:active{transform:scale(.95)}.tournament-page-wrapper .tournament-body .tournament-content .tournament-item-input .input-wrapper .default-image{padding:0 1rem}.tournament-page-wrapper .tournament-body .tournament-content .tournament-item-input .input-wrapper .default-image .add-image-btn{right:2rem}.tournament-page-wrapper .tournament-body .tournament-content .tournament-item-input .input-wrapper .back-section{top:0;left:0}.tournament-page-wrapper .tournament-body .tournament-content .tournament-item-input .input-wrapper .gym-back{left:20px}.tournament-page-wrapper .tournament-body .tournament-content .hide{display:flex}.tournament-page-wrapper .tournament-body .tournament-content .item-input-form{max-width:800px}}.teams-matches{position:relative;padding:.5rem;flex:1}.teams-matches .day-selector-container{display:flex;justify-content:flex-start;max-width:100%;overflow-x:auto;overflow-y:hidden}.teams-matches .day-selector-container .day{display:flex;flex-direction:column;border-radius:10px;width:3.2rem;min-width:3.2rem;height:3.6rem;margin:0 .25rem;border:1px solid;overflow:hidden;transition:all 50ms ease-in-out}.teams-matches .day-selector-container .day .day-head{display:flex;justify-content:center;align-items:center;width:100%;height:35%;padding:.25rem .5rem;font-size:.7rem;transition:all 50ms ease-in-out;white-space:nowrap}.teams-matches .day-selector-container .day .day-body{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:65%;transition:all 50ms ease-in-out}.teams-matches .day-selector-container .day .day-body .day-digit{font-size:1.2rem;line-height:1.2rem}.teams-matches .day-selector-container .day .day-body p{font-size:.6rem;line-height:.6rem}.teams-matches .hide-selector{display:none}.teams-matches .day-content{display:flex;flex-wrap:wrap}.teams-matches .day-content .day-events{display:flex;flex-direction:column;align-items:center;padding-top:1rem;width:100%}.teams-matches .day-content .day-events .date-of-day{position:relative;display:flex;width:100%;max-width:10rem;margin-bottom:.5rem}.teams-matches .day-content .day-events .date-of-day .icon-trash{position:absolute;right:calc(100% + .5rem);top:70%;transform:translateY(-50%);cursor:pointer}.teams-matches .day-content .day-events .date-of-day .icon-trash:active{transform:translateY(-50%) scale(.9)}.teams-matches .day-content .day-events .date-of-day .icon-disabled{pointer-events:none;opacity:.7;filter:grayscale(10)}.teams-matches .day-content .day-events .teams-table{display:flex;flex-direction:column;width:100%;margin-bottom:1rem}.teams-matches .day-content .day-events .teams-table .table-row{display:flex;flex-direction:column;align-items:flex-end;padding:.5rem 0}.teams-matches .day-content .day-events .teams-table .table-row .table-row-content{display:flex;width:100%}.teams-matches .day-content .day-events .teams-table .table-row .table-row-content .table-row-header{display:flex;flex-direction:column;justify-content:space-evenly;width:25%;padding-bottom:.75rem;white-space:nowrap}.teams-matches .day-content .day-events .teams-table .table-row .table-row-content .table-row-body{display:flex;flex-direction:column;justify-content:space-evenly;width:75%;padding-top:.5rem;border-top:1px solid}.teams-matches .day-content .day-events .teams-table .table-row .table-row-content .table-row-body .table-row-item{width:100%;flex:1;margin:0 .25rem}.teams-matches .day-content .day-events .teams-table .table-row .table-row-btns{display:flex;justify-content:center}.teams-matches .day-content .day-events .teams-table .table-row .btn-alignment{padding-top:1rem}.teams-matches .day-content .hide{display:none}.teams-matches .day-content .day-match-games{flex-direction:column;align-items:flex-end;padding:.5rem;width:100%;max-width:100%}.teams-matches .day-content .day-match-games .icon-close{display:block;font-size:2rem;cursor:pointer}.teams-matches .day-content .day-match-games .a-match-game{display:flex;flex-direction:column;align-items:center;width:100%;padding:.5rem;position:relative;font-size:.8rem;border-bottom:1px solid;border-radius:20px}.teams-matches .day-content .day-match-games .a-match-game .match-game-index{border-radius:40px;padding:.5em 1em;font-size:.7rem}.teams-matches .day-content .day-match-games .a-match-game .match-game-report{position:absolute;left:1rem;top:7px;cursor:pointer}.teams-matches .day-content .day-match-games .a-match-game .match-game-details{display:flex;flex-direction:column;width:100%}.teams-matches .day-content .day-match-games .a-match-game .match-game-details .match-game-team{display:flex;justify-content:space-between;align-items:center;margin:.25rem 0}.teams-matches .day-content .day-match-games .a-match-game .match-game-details .match-game-team .players{display:flex;flex-direction:column}.teams-matches .day-content .day-match-games .a-match-game .match-game-details .match-game-team .players .player{display:flex;align-items:center}.teams-matches .day-content .day-match-games .a-match-game .match-game-details .match-game-team .players .player .player-image{margin:0 .5rem;width:35px;height:35px;border-radius:50%;object-fit:cover}.teams-matches .day-content .day-match-games .a-match-game .match-game-details .match-game-team .scores{display:flex}.teams-matches .day-content .day-match-games .a-match-game .match-game-details .match-game-team .scores p{margin:0 .5rem;width:1rem;text-align:center}.teams-matches .day-content .day-match-games .a-match-game .live-game{position:relative;width:fit-content;align-self:flex-end}.teams-matches .day-content .day-match-games .a-match-game .live-game .live-indicator{position:absolute;top:0;right:100%;background:#5ec53e;border-radius:50%;box-shadow:0 0 #5ec53e;height:5px;width:5px;animation:pulse-green 2s infinite}.teams-matches .day-content .day-match-games .a-match-game .dash{display:none}@media only screen and (min-width: 530px){.teams-matches{padding:2rem 2.5rem}.teams-matches .day-selector-container{justify-content:flex-start}.teams-matches .day-selector-container .day{width:3.6rem;min-width:3.6rem;height:4rem}.teams-matches .day-content .day-events{flex-direction:column;align-items:flex-start;padding-top:1.5rem;max-width:780px}.teams-matches .day-content .day-events .teams-table{padding-top:1.5rem}.teams-matches .day-content .day-events .teams-table .table-row{padding:0}.teams-matches .day-content .day-events .teams-table .table-row .table-row-content{flex-direction:column;flex:1;width:unset}.teams-matches .day-content .day-events .teams-table .table-row .table-row-content .table-row-header{flex-direction:row;justify-content:space-around;width:100%}.teams-matches .day-content .day-events .teams-table .table-row .table-row-content .not-main{display:none}.teams-matches .day-content .day-events .teams-table .table-row .table-row-content .table-row-body{flex-direction:row;justify-content:space-around;width:100%}.teams-matches .day-content .day-match-games .a-match-game{margin-bottom:.5rem}.teams-matches .day-content .day-match-games .a-match-game .match-game-details{flex-direction:row;justify-content:space-between;align-items:center}.teams-matches .day-content .day-match-games .a-match-game .match-game-details .match-game-team{flex:1}.teams-matches .day-content .day-match-games .a-match-game .match-game-details .match-game-team .scores{flex-direction:column}.teams-matches .day-content .day-match-games .a-match-game .match-game-details .dash{display:block}.teams-matches .day-content .day-match-games .a-match-game .live-game{align-self:center}.teams-matches .day-content .day-match-games .a-match-game .left{direction:ltr}}@media only screen and (min-width: 720px){.teams-matches .day-content .day-events .teams-table .table-row{flex-direction:row;justify-content:space-between}.teams-matches .day-content .day-events .teams-table .table-row .table-row-btns{margin:auto .5rem}.teams-matches .day-content .day-events .teams-table .table-row .btn-alignment{padding-top:2.5rem}.teams-matches .day-content .hide{display:flex}.teams-matches .day-content .day-match-games{position:relative;margin:0 auto;max-width:550px}.teams-matches .hide-selector{display:flex}}.today-match-container{display:flex;flex-direction:column;padding:.5rem;width:100%;max-width:680px;margin:0 auto;font-size:clamp(.7rem,1.5vw,.9rem)}.today-match-container .gym-and-date{display:flex;justify-content:space-between;padding:0 0 .5rem 1rem}.today-match-container .gym-and-date .gym-selector{display:flex;flex-wrap:wrap;align-items:center;margin:0 .5rem;flex:1}.tournament-game-box{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:space-between;flex:1;padding:.5rem;margin:.5rem;min-height:185px;border-radius:10px;animation-duration:.5s;animation-fill-mode:forwards}.tournament-game-box .match-game-header{display:flex;width:100%;margin-bottom:.5rem}.tournament-game-box .match-game-header .match-game-index{position:absolute;display:flex;align-items:center;top:0;left:50%;transform:translate(-50%);border-bottom-left-radius:15px;border-bottom-right-radius:15px;font-size:clamp(.8rem,1vw,1rem);padding:.2em 1em;animation-duration:1s;animation-iteration-count:infinite;animation-direction:alternate}.tournament-game-box .match-game-header .match-game-index .match-game-index-text{font-size:13px}.tournament-game-box .match-game-header .match-game-index .single-index,.tournament-game-box .match-game-header .match-game-index .double-index{margin-inline-end:5px}.tournament-game-box .match-game-header .match-game-index .single-index{font-size:14px}.tournament-game-box .match-game-header .match-game-index .double-index{font-size:16px}.tournament-game-box .match-game-header .match-game-number{display:flex;flex:1}.tournament-game-box .match-game-header .game-court{justify-content:flex-end}.tournament-game-box .match-game-details{display:flex;flex-direction:column;flex:1;width:100%;border-radius:10px;margin-bottom:.5rem;transition:all .2s ease-out}.tournament-game-box .match-game-details .game-detail-section{display:flex;justify-content:space-between;align-items:center;transition:all .2s ease-out;max-width:50%}.tournament-game-box .match-game-details .game-detail-section .game-result{font-size:16px}.tournament-game-box .match-game-details .game-detail-section .game-result p{margin:0 .5rem;width:1rem;text-align:center}.tournament-game-box .match-game-details .game-detail-section .detail-items{display:flex;flex-direction:column;gap:.3rem;width:60%;margin:.2rem}.tournament-game-box .match-game-details .game-detail-section .detail-items .detail-item{display:flex;align-items:center;margin-inline:.3rem}.tournament-game-box .match-game-officials{min-height:1px}.tournament-game-box .match-game-officials .detail-name{text-align:center;font-size:12px;min-width:70px}.tournament-game-box .match-game-buttons{display:flex}.tournament-game-box .match-game-buttons .match-game-report{position:absolute;bottom:.3rem;left:0;font-size:clamp(.8rem,1vw,.95rem);padding:.3em 1em;a-text-decoration:none}.tournament-game-box .match-game-buttons .match-game-report a:link,.tournament-game-box .match-game-buttons .match-game-report a:hover{text-decoration:none}.tournament-game-box .match-game-buttons .match-game-report .live-indicator{background:#5ec53e;border-radius:50%;box-shadow:0 0 #5ec53e;margin:10px;height:10px;width:10px;transform:scale(1);animation:pulse-green 2s infinite}.tournament-game-box .left{direction:rtl}.tournament-game-box .dash{display:none}@media only screen and (min-width: 400px){.tournament-game-box .match-game-header{display:flex;width:100%}.tournament-game-box .match-game-details{flex-direction:row;justify-content:space-evenly;align-items:center}.tournament-game-box .match-game-details .game-detail-section{flex-direction:column;align-items:center;flex:1}.tournament-game-box .match-game-details .game-detail-section .detail-items{width:100%}.tournament-game-box .left{direction:ltr}.tournament-game-box .dash{display:flex}}@media only screen and (min-width: 580px){.tournament-game-box{min-width:500px}.tournament-game-box .match-game-details .game-detail-section{flex-direction:row}.tournament-game-box .match-game-details .game-detail-section .detail-name{white-space:nowrap}}@keyframes pulse-green{0%{transform:scale(.95);box-shadow:0 0 #64b93cb3}70%{transform:scale(1);box-shadow:0 0 0 10px #ff525200}to{transform:scale(.95);box-shadow:0 0 #ff525200}}@keyframes new-pulse{0%{box-shadow:0 0 0 5px #14c8cb62}to{box-shadow:none}}@keyframes shadow-pulse{0%{box-shadow:none}to{box-shadow:0 0 8px 2px #14c8cb62}}@keyframes border-pulse{0%{border-color:#f008}to{border-color:#80808080}}.input-container .input-class{flex:1;max-height:2.5rem;display:inline-block;font-size:1rem;padding:1rem;margin:0 .5rem;border-radius:50px;box-sizing:border-box;outline:none}.tournament-games-wrapper{display:flex;flex-direction:column;padding:1rem;flex:1}.tournament-games-wrapper .days-and-gym-selector{display:flex;margin-bottom:1rem}.tournament-games-wrapper .days-and-gym-selector .day-selector-container{display:flex;justify-content:flex-start;margin:0 .25rem;max-width:100%;overflow-x:auto;overflow-y:hidden}.tournament-games-wrapper .days-and-gym-selector .day-selector-container .day{display:flex;flex-direction:column;border-radius:10px;width:3.2rem;min-width:3.2rem;height:3.6rem;margin:0 .25rem;border:1px solid;overflow:hidden;transition:all 50ms ease-in-out}.tournament-games-wrapper .days-and-gym-selector .day-selector-container .day .day-head{display:flex;justify-content:center;align-items:center;width:100%;height:35%;padding:.25rem .5rem;font-size:.7rem;transition:all 50ms ease-in-out;white-space:nowrap}.tournament-games-wrapper .days-and-gym-selector .day-selector-container .day .day-body{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:65%;transition:all 50ms ease-in-out}.tournament-games-wrapper .days-and-gym-selector .day-selector-container .day .day-body .day-digit{font-size:1.2rem;line-height:1.2rem}.tournament-games-wrapper .days-and-gym-selector .day-selector-container .day .day-body p{font-size:.6rem;line-height:.6rem}.tournament-games-wrapper .date-of-day{position:relative;display:flex;width:100%;max-width:10rem;margin-inline-start:auto;margin-inline-end:15px}.tournament-games-wrapper .date-of-day .icon-trash{cursor:pointer;margin-block:auto 10px;margin-inline-start:10px}.tournament-games-wrapper .date-of-day .icon-trash:active{transform:scale(.9)}.tournament-games-wrapper .date-of-day .icon-disabled{pointer-events:none;opacity:.7;filter:grayscale(10)}.tournament-games-wrapper .games-wrapper{display:flex;flex:1;justify-content:center;align-items:center;flex-direction:row-reverse;flex-wrap:wrap-reverse;margin:.5rem 0}.home-footer{display:none}@media only screen and (min-height: 350px){.home-footer{flex-direction:column-reverse;align-items:center;border-top:1px solid;display:flex;width:100%;margin-top:auto;padding:.5em 1em;font-size:clamp(.75rem,1vw,.9rem)}.home-footer .footer-text-wrapper{display:flex;white-space:nowrap;margin-bottom:.5rem}.home-footer .footer-text-wrapper p{margin:0 .1rem}.home-footer .two-lines{display:flex;flex-wrap:wrap;justify-content:center;opacity:.6}}@media only screen and (min-width: 598px){.home-footer{flex-direction:row;justify-content:space-between}.home-footer .footer-text-wrapper{margin-bottom:0}}.league-overview{width:100%;height:fit-content;padding:2rem 1rem;overflow-x:scroll}.league-overview .league-table{border-collapse:collapse}.league-overview .league-table th,.league-overview .league-table td{text-align:center;align-items:center;padding:.3rem 1rem;font-size:.8rem;border:1px solid gray}.league-overview .league-table th img,.league-overview .league-table td img{height:30px;border-radius:50%;margin:auto 0}.league-overview .league-table td{white-space:nowrap}.league-overview .league-table .team-name{display:flex;align-items:center;gap:.5rem}@media only screen and (min-width: 780px){.league-overview .league-table th,.league-overview .league-table td{font-size:1rem}.league-overview .league-table th img,.league-overview .league-table td img{height:40px}}.tournament-overview-container{padding:1rem}.tournament-overview-container .days-and-gym-selector{display:flex;margin-bottom:1rem}.tournament-overview-container .days-and-gym-selector .day-selector-container{display:flex;justify-content:flex-start;margin:0 .25rem;max-width:100%;overflow-x:auto;overflow-y:hidden}.tournament-overview-container .days-and-gym-selector .day-selector-container .day{display:flex;flex-direction:column;border-radius:10px;width:3.2rem;min-width:3.2rem;height:3.6rem;margin:0 .25rem;border:1px solid;overflow:hidden;transition:all 50ms ease-in-out}.tournament-overview-container .days-and-gym-selector .day-selector-container .day .day-head{display:flex;justify-content:center;align-items:center;width:100%;height:35%;padding:.25rem .5rem;font-size:.7rem;transition:all 50ms ease-in-out;white-space:nowrap}.tournament-overview-container .days-and-gym-selector .day-selector-container .day .day-body{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:65%;transition:all 50ms ease-in-out}.tournament-overview-container .days-and-gym-selector .day-selector-container .day .day-body .day-digit{font-size:1.2rem;line-height:1.2rem}.tournament-overview-container .days-and-gym-selector .day-selector-container .day .day-body p{font-size:.6rem;line-height:.6rem}.tournament-overview-container .days-and-gym-selector .tournament-filter-selector{display:flex;align-items:center;margin-right:auto}.tournament-overview-container .games-container{display:flex;flex:1;justify-content:center;align-items:center;flex-direction:row;flex-wrap:wrap;margin:.5rem 0}.tournament-overview-container .games-container .a-match-game{display:flex;flex-direction:column;align-items:center;width:100%;margin:.5rem 0;padding:.5rem;position:relative;font-size:.8rem;border-bottom:1px solid;border-radius:20px}.tournament-overview-container .games-container .a-match-game .match-game-index{border-radius:40px;padding:.5em 1em;font-size:.7rem}.tournament-overview-container .games-container .a-match-game .match-game-report{position:absolute;left:1rem;top:7px;cursor:pointer}.tournament-overview-container .games-container .a-match-game .match-game-details{display:flex;flex-direction:column;width:100%}.tournament-overview-container .games-container .a-match-game .match-game-details .match-game-team{display:flex;justify-content:space-between;align-items:center;margin:.25rem 0}.tournament-overview-container .games-container .a-match-game .match-game-details .match-game-team .players{display:flex;flex-direction:column}.tournament-overview-container .games-container .a-match-game .match-game-details .match-game-team .players .player{display:flex;align-items:center}.tournament-overview-container .games-container .a-match-game .match-game-details .match-game-team .players .player .player-image{margin:0 .5rem;width:35px;height:35px;border-radius:50%;object-fit:cover}.tournament-overview-container .games-container .a-match-game .match-game-details .match-game-team .scores{display:flex}.tournament-overview-container .games-container .a-match-game .match-game-details .match-game-team .scores p{margin:0 .5rem;width:1rem;text-align:center}.tournament-overview-container .games-container .a-match-game .live-game{position:relative;width:fit-content;align-self:flex-end}.tournament-overview-container .games-container .a-match-game .live-game .live-indicator{position:absolute;top:0;right:100%;background:#5ec53e;border-radius:50%;box-shadow:0 0 #5ec53e;height:5px;width:5px;animation:pulse-green 2s infinite}.tournament-overview-container .games-container .a-match-game .dash{display:none}@media only screen and (min-width: 530px){.tournament-overview-container .games-container .a-match-game{margin-bottom:.5rem;width:30rem;margin:0 1rem}.tournament-overview-container .games-container .a-match-game .match-game-details{flex-direction:row;justify-content:space-between;align-items:center}.tournament-overview-container .games-container .a-match-game .match-game-details .match-game-team{flex:1}.tournament-overview-container .games-container .a-match-game .match-game-details .match-game-team .scores{flex-direction:column}.tournament-overview-container .games-container .a-match-game .match-game-details .dash{display:block}.tournament-overview-container .games-container .a-match-game .live-game{align-self:center}.tournament-overview-container .games-container .a-match-game .left{direction:ltr}}.sidebar-menu{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);position:fixed;width:200px;height:100%;right:0;top:0;direction:rtl;padding:60px .5rem 0;transform:translate(200px);z-index:999}.sidebar-menu .sidebar-menu-icon{display:flex;align-items:center;position:absolute;top:1.5rem;left:1.5rem;cursor:pointer;height:16px}.sidebar-menu .sidebar-menu-icon .burger-icon{width:20px;height:2px;background:#fff;border-radius:25px;transition:all .3s ease-in-out}.sidebar-menu .sidebar-menu-icon .burger-icon:before,.sidebar-menu .sidebar-menu-icon .burger-icon:after{content:"";position:absolute;width:20px;height:2px;background:#fff;border-radius:25px;transition:all .3s ease-in-out}.sidebar-menu .sidebar-menu-icon .burger-icon:before{transform:translateY(-5px)}.sidebar-menu .sidebar-menu-icon .burger-icon:after{transform:translateY(5px)}.sidebar-menu .open .burger-icon{transform:translate(-20px);background:transparent}.sidebar-menu .open .burger-icon:before{transform:rotate(45deg) translate(15px,-15px)}.sidebar-menu .open .burger-icon:after{transform:rotate(-45deg) translate(15px,15px)}.sidebar-menu .sidebar-menu-items{display:flex;flex-direction:column;justify-content:space-between;height:100%}.sidebar-menu .sidebar-menu-items ul{list-style-type:none}.sidebar-menu .sidebar-menu-items ul li{position:relative;display:flex;justify-content:flex-start;align-items:center;width:100%;height:40px;padding:1.5em 1em;margin-bottom:.5rem;border-radius:10px;cursor:pointer;transition:background .4s ease}.sidebar-menu .sidebar-menu-items ul li .list-icon{font-size:1.5rem;margin-left:1rem}.sidebar-menu .sidebar-menu-items ul li .menu-item{display:none;white-space:nowrap}.sidebar-menu .sidebar-menu-items ul li .img-icon{max-width:1.5rem;filter:brightness(100)}.sidebar-menu .sidebar-menu-items ul li:hover{background-color:#0003}.sidebar-menu .sidebar-menu-items ul .selected-page{background:#fff;color:#000}.sidebar-menu .sidebar-menu-items ul .selected-page .img-icon{filter:brightness(0)}.sidebar-menu .sidebar-menu-items ul .selected-page:hover{background:#fff;color:#000}.sidebar-menu .sidebar-menu-items .app-bar-item{display:flex}.sidebar-menu .sidebar-menu-items .center-btn{position:relative;padding:1em;border-radius:10px;white-space:nowrap;cursor:pointer}.active{transform:translate(0)}.active .sidebar-menu-items ul li .menu-item{display:block}@media only screen and (min-width: 780px) and (min-height: 500px){.sidebar-menu{width:70px;transform:translate(0);overflow:hidden}.sidebar-menu .sidebar-menu-items{position:relative}.sidebar-menu .sidebar-menu-items ul li .list-icon{justify-self:center;min-width:1.5rem;font-size:1.5rem}.sidebar-menu .sidebar-menu-items ul .seprator{margin-bottom:2rem}.sidebar-menu .sidebar-menu-items .center-btn{position:absolute;top:65%;transform:translate(65%,-50%) rotate(270deg);border-radius:15px 15px 0 0;padding:.5rem 1rem;transition:transform .3s ease;height:100px}.sidebar-menu .sidebar-menu-items .center-btn:hover{transform:translate(55%,-50%) rotate(270deg)}.active{width:200px;transform:translate(0)}}.create-container{width:100%;padding:0}.create-container .inputs-container{width:100%;display:flex;flex-direction:column;padding:1rem;max-height:85vh;overflow-y:auto;direction:rtl}.create-container .inputs-container .pair-item-container,.create-container .inputs-container .pair-half-item-container{display:grid;justify-content:space-evenly;grid-template-columns:1fr}.create-container .action-container{display:flex;width:100%;align-items:center;padding:.3rem 1rem;justify-content:space-between;position:relative;height:4rem}.create-container .action-container .save-button{position:absolute;left:50%;width:8rem;transform:translate(-50%)}.create-container .action-container .save-button-large{width:11rem}.create-container .action-container .next-button{position:absolute;left:0%}.create-container .action-container .prev-button{position:absolute;left:100%;transform:translate(-100%)}@media only screen and (min-width: 560px){.create-container .input-wrapper .pair-item-container{display:grid;justify-content:space-evenly;grid-template-columns:1fr;padding:1rem}.create-container .input-wrapper .pair-half-item-container{grid-template-columns:repeat(2,1fr);grid-column-gap:1rem}}.games-page{display:flex;flex-direction:column;align-items:flex-start;flex:1;direction:rtl;overflow:scroll}.games-page .live-scores-bar{position:relative;align-items:center;gap:1rem;padding:.5rem .75rem;width:100%;min-height:2rem;overflow-x:scroll;overflow-y:hidden}.games-page .live-scores-bar .live-score-item{display:flex;align-items:center;gap:.35rem;font-size:clamp(.65rem,5vw,1.5rem);cursor:pointer}.games-page .live-scores-bar .live-score-item .live-icon{animation:flashing 1s infinite alternate}.games-page .live-scores-bar .live-score-item p{font-size:clamp(.65rem,1.3vw,.9rem);white-space:nowrap}.games-page .title{font-size:clamp(1rem,3vw,1.5rem);font-weight:700;padding:.5rem}.games-page .games-and-ads{width:100%}.games-page .games-and-ads .games-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;padding:.5rem;width:100%}.games-page .games-and-ads .games-wrapper .court-and-gym-selector{display:flex;flex-wrap:wrap;width:100%;grid-column:1/-1}.games-page .games-and-ads .games-wrapper .ads-container{display:block;width:100%;max-height:100px;overflow:hidden}.games-page .games-and-ads .games-wrapper .ads-container img{width:100%;margin:0;cursor:pointer;object-fit:scale-down}.games-page .games-and-ads .games-wrapper .game-box{display:flex;flex-direction:column;width:100%;margin:.5rem 0;border-radius:15px;font-size:clamp(.6rem,3vw,.8rem);box-shadow:0 4px 5px #00000008;overflow:hidden}.games-page .games-and-ads .games-wrapper .game-box .game-box-title{display:flex;align-items:center;padding:.4em .8em}.games-page .games-and-ads .games-wrapper .game-box .game-box-title .game-box-title-text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin-left:auto}.games-page .games-and-ads .games-wrapper .game-box .game-box-title .game-number-and-court{display:flex;justify-content:center;align-items:center;margin-right:1rem;font-size:clamp(.8rem,3vw,1rem);line-height:clamp(.8rem,3vw,1rem);font-weight:700}.games-page .games-and-ads .games-wrapper .game-box .game-box-title .game-number-and-court p{transform:translateY(3px)}.games-page .games-and-ads .games-wrapper .game-box .game-box-title .game-number-and-court .game-box-game-number{margin:0 1rem 0 .3rem}.games-page .games-and-ads .games-wrapper .game-box .game-box-details{display:flex;flex-direction:column;justify-content:center;width:100%;height:100%;min-height:60px;padding:.5em 1em}.games-page .games-and-ads .games-wrapper .game-box .game-box-details .get-password{display:flex}.games-page .games-and-ads .games-wrapper .game-box .game-box-details .get-password .icon{margin:auto .5rem 1.8rem;font-size:2rem;cursor:pointer}.games-page .games-and-ads .games-wrapper .game-box .game-box-details .game-box-players{--player-font: min(max(.9rem, 3.5vw), 1.1rem);display:flex;align-items:center;justify-content:space-evenly;font-size:var(--player-font)}.games-page .games-and-ads .games-wrapper .game-box .game-box-details .game-box-players .game-box-players-name{display:flex;flex-direction:column;align-items:center;text-align:center}.games-page .games-and-ads .ads-container{display:none}@media only screen and (min-width: 780px){.games-page{padding:0 1rem}.games-page .games-and-ads{display:flex;align-items:flex-start;width:100%}.games-page .games-and-ads .games-wrapper{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));padding:.5rem;width:100%}.games-page .games-and-ads .games-wrapper .ads-container{display:none}.games-page .games-and-ads .games-wrapper .game-box{margin:.5rem}.games-page .games-and-ads .ads-container{display:block;width:35vw;max-width:300px;padding:0;max-height:unset;overflow:hidden}.games-page .games-and-ads .ads-container img{width:100%;margin:0;cursor:pointer;object-fit:contain}}@media only screen and (min-width: 780px){.games-page .title{padding:.5rem 0}}.live-games-page-wrapper{position:relative;display:flex;flex-direction:column;flex:1;direction:rtl;overflow:auto}.live-games-page-wrapper .live-games{display:flex;align-content:flex-start;flex-wrap:wrap;width:100%;flex:1;padding:1rem;overflow:auto}.live-games-page-wrapper .live-games .hint{position:absolute;left:50%;top:45%;transform:translate(-50%,-50%);white-space:nowrap}.live-games-page-wrapper .button-container{position:relative;display:flex;justify-content:flex-end;align-items:center;padding:1rem;width:100%}.live-games-page-wrapper .button-container .online-user{margin:0 1rem;font-size:clamp(.7rem,2.5vw,1.2rem);opacity:.5}.assign-scoreboard-wrapper .input-wrapper{display:flex;padding:1rem;width:100%;flex-direction:column;direction:rtl}.assign-scoreboard-wrapper .input-wrapper .pair-item-container{width:100%}.assign-scoreboard-wrapper .action-wrapper{width:100%;display:flex;align-items:center;justify-content:center}.tournaments-page{display:flex;flex-direction:column;align-items:flex-start;flex:1;direction:rtl;overflow:auto}.tournaments-page .live-scores-bar{position:relative;align-items:center;gap:3rem;padding:1.8rem;width:100%;min-height:2rem;overflow-x:scroll;overflow-y:hidden}.tournaments-page .live-scores-bar .live-score-item{display:flex;align-items:center;gap:.35rem;font-size:clamp(.65rem,7vw,1.8rem);cursor:pointer}.tournaments-page .live-scores-bar .live-score-item .live-icon{animation:flashing .7s infinite alternate}.tournaments-page .live-scores-bar .live-score-item p{font-size:clamp(.65rem,4vw,1.2rem);font-weight:700;white-space:nowrap}.tournaments-page .title{font-size:clamp(1rem,6vw,2rem);font-weight:700;padding:.5rem 1rem}.tournaments-page .selectors-wrapper{display:flex;width:100%;min-height:3rem;padding:.5rem 1rem;overflow-x:scroll;overflow-y:hidden}.tournaments-page .ads-and-tournaments{display:flex;flex-direction:column-reverse;width:100%;padding:1rem}.tournaments-page .ads-and-tournaments .tournaments-wrapper{display:flex;flex-direction:column;width:100%}.tournaments-page .ads-and-tournaments .tournaments-wrapper .empty-tournaments{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;opacity:.6}.tournaments-page .ads-and-tournaments .tournaments-wrapper .empty-tournaments .empty-icon{margin-bottom:1rem;font-size:4rem}.tournaments-page .ads-and-tournaments .tournaments-wrapper .ads-container{display:block;width:100%;max-height:100px;overflow:hidden}.tournaments-page .ads-and-tournaments .tournaments-wrapper .ads-container img{width:100%;margin:0;cursor:pointer;object-fit:scale-down}.tournaments-page .ads-and-tournaments .tournaments-wrapper .tournament-box-container{display:flex;margin:.5rem 0;padding:.8em 1.6em;border-radius:25px;box-shadow:0 4px 8px #0000000d;overflow:hidden;transition:background-color .2s ease}.tournaments-page .ads-and-tournaments .tournaments-wrapper .tournament-box-container .box-indicator{display:none}.tournaments-page .ads-and-tournaments .tournaments-wrapper .tournament-box-container .box-content{display:flex;flex-direction:column;align-items:flex-start;width:100%;font-size:clamp(.7rem,2vw,1rem)}.tournaments-page .ads-and-tournaments .tournaments-wrapper .tournament-box-container .box-content .tournament-title{max-width:100%;font-size:clamp(1.1rem,2vw,1.4rem);margin-bottom:.4rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.tournaments-page .ads-and-tournaments .tournaments-wrapper .tournament-box-container .box-content .tournament-title .title-skeleton{width:180px}.tournaments-page .ads-and-tournaments .tournaments-wrapper .tournament-box-container .box-content .tournament-detail{font-size:clamp(.6rem,.6vw,.8rem);margin-bottom:.4rem;opacity:.5}.tournaments-page .ads-and-tournaments .tournaments-wrapper .tournament-box-container .box-content .tournament-detail .detail-skeleton{width:200px}.tournaments-page .ads-and-tournaments .tournaments-wrapper .tournament-box-container .box-content .tournament-date{display:flex;align-items:center;font-size:clamp(1rem,1.5vw,1.5rem);width:100%}.tournaments-page .ads-and-tournaments .tournaments-wrapper .tournament-box-container .box-content .tournament-date .date{display:flex;align-items:center;font-size:clamp(.6rem,1vw,.75rem)}.tournaments-page .ads-and-tournaments .tournaments-wrapper .tournament-box-container .box-content .tournament-date .date p{margin:0 .4rem}.tournaments-page .ads-and-tournaments .tournaments-wrapper .tournament-box-container .box-content .tournament-date .date-skeleton{width:120px}.tournaments-page .ads-and-tournaments .ads-container{display:none}@media only screen and (min-width: 780px){.tournaments-page .selectors-wrapper{min-height:3.5rem}.tournaments-page .ads-and-tournaments{flex-direction:row}.tournaments-page .ads-and-tournaments .tournaments-wrapper{width:75%}.tournaments-page .ads-and-tournaments .tournaments-wrapper .ads-container{display:none}.tournaments-page .ads-and-tournaments .tournaments-wrapper .tournament-box-container{padding:1em 2em}.tournaments-page .ads-and-tournaments .tournaments-wrapper .tournament-box-container .box-indicator{display:flex;justify-content:center;align-items:center;font-size:clamp(2rem,2.5vw,2.5rem);opacity:.6;margin:0 3%}.tournaments-page .ads-and-tournaments .tournaments-wrapper .tournament-box-container .box-indicator img{width:8vw;max-width:80px;height:8vw;max-height:80px;border-radius:50%;object-fit:contain}.tournaments-page .ads-and-tournaments .tournaments-wrapper .tournament-box-container .box-indicator .image-skeleton{width:60px;height:60px;top:-8px}.tournaments-page .ads-and-tournaments .tournaments-wrapper .tournament-box-container .box-content .tournament-title .title-skeleton{width:250px}.tournaments-page .ads-and-tournaments .tournaments-wrapper .tournament-box-container .box-content .tournament-detail .detail-skeleton{width:400px}.tournaments-page .ads-and-tournaments .tournaments-wrapper .tournament-box-container .box-content .tournament-date .date-skeleton{width:150px}.tournaments-page .ads-and-tournaments .ads-container{display:block;width:25%;padding:0;overflow:hidden;margin-right:1rem}.tournaments-page .ads-and-tournaments .ads-container img{width:100%;margin:0;cursor:pointer;object-fit:contain}}.search-box-container{display:flex;flex-direction:column-reverse;width:100%;padding:.5rem;z-index:9;direction:rtl}.search-box-container .search-icon{position:absolute;opacity:.3;font-size:clamp(1.2rem,2vw,1.5rem);top:50%;transform:translateY(-50%);left:.5em}.search-box-container .founds{position:relative;direction:rtl;width:100%;height:0;z-index:99}.search-box-container .founds .found-items{position:absolute;display:flex;flex-direction:column;top:0;left:0;right:0;height:0;padding:0;border:none;border-bottom-left-radius:20px;border-bottom-right-radius:20px;font-size:clamp(.8rem,1vw,1rem);box-shadow:0 4px 8px #0000001a;transition:height .2s ease;overflow:auto}.search-box-container .founds .found-items .found-item{display:none}.search-box-container .founds .open{height:fit-content;max-height:20vh;padding:.2rem .8rem}.search-box-container .founds .open .found-item{display:block;width:100%;margin-block:.25rem;padding-inline:.3rem;border-radius:8px;cursor:pointer;transition:background-color .2s ease}.search-box-container .founds .open .found-item:hover{background-color:#0003}.search-box-container .user{position:relative;display:flex;align-items:center;justify-content:flex-end;margin-right:.5rem}.search-box-container .user .user-details{display:flex;align-items:center;white-space:nowrap;cursor:pointer}.search-box-container .user .user-details .name{font-size:clamp(.8rem,1vw,1rem)}.search-box-container .user .log-out{font-size:1.2rem}.search-box-container .user .user-item{display:flex;align-items:center;border-radius:5px;padding:.5rem;cursor:pointer;transition:background .4s ease}.search-box-container .user .user-item:hover{background-color:#0003}@media only screen and (min-width: 780px) and (min-height: 500px){.search-box-container{padding:.5rem;flex-direction:row}.search-box-container .search-icon{top:50%;left:.8em;transform:translateY(-50%)}}.tournaments-form-wrapper{position:relative;display:flex;flex-direction:column;align-items:center;flex:1;padding:1rem 0;direction:rtl;overflow:auto}.tournaments-form-wrapper .tournament-avatar{position:relative;display:flex;justify-content:center;align-items:center;width:130px;min-height:130px;border-radius:50%;-webkit-transform:translateZ(0);-webkit-mask-image:-webkit-radial-gradient(circle,white 100%,black 100%);transform:translateZ(0);mask-image:-webkit-radial-gradient(circle,white 100%,black 100%)}.tournaments-form-wrapper .tournament-avatar img{cursor:pointer;width:100%;height:100%;object-fit:cover}.tournaments-form-wrapper .tournament-avatar .profile-image{display:flex;justify-content:center;align-items:center;width:100%;height:100%;font-size:5rem}.tournaments-form-wrapper .tournament-avatar:active{transform:scale(.95)}.tournaments-form-wrapper .tournament-avatar .upload-image-wrapper{position:absolute;display:flex;align-items:center;justify-content:center;bottom:0;left:0;right:0;height:25%;cursor:pointer;background-color:#0006}.tournaments-form-wrapper .tournament-avatar .upload-image-wrapper .camera{color:#fff}.tournaments-form-wrapper .buttons-wrapper{width:100%;display:flex;justify-content:center;align-items:center}@media only screen and (min-width: 980px){.tournaments-form-wrapper{padding:1rem 10%}}.teams-page{display:flex;flex-direction:column;align-items:flex-start;flex:1;direction:rtl;overflow:auto}.teams-page .live-scores-bar{position:relative;align-items:center;gap:1rem;padding:.5rem .75rem;width:100%;min-height:2rem;overflow-x:scroll;overflow-y:hidden}.teams-page .live-scores-bar .live-score-item{display:flex;align-items:center;gap:.35rem;font-size:clamp(.65rem,5vw,1.5rem);cursor:pointer}.teams-page .live-scores-bar .live-score-item .live-icon{animation:flashing 1s infinite alternate}.teams-page .live-scores-bar .live-score-item p{font-size:clamp(.65rem,1.3vw,.9rem);white-space:nowrap}.teams-page .title{font-size:clamp(1rem,6vw,2rem);font-weight:700;padding:.5rem 1rem}.teams-page .teams-and-ads .teams-wrapper{display:flex;flex-direction:column;width:100%;height:100%;padding:1rem}.teams-page .teams-and-ads .teams-wrapper .my-team-box{display:grid;grid-template-columns:minmax(0,80px) auto;align-items:center;gap:.5rem;padding:1em;margin:.5rem 0;border-radius:15px;box-shadow:0 4px 8px #0000000d;overflow:hidden;transition:background-color .2s ease;cursor:pointer}.teams-page .teams-and-ads .teams-wrapper .my-team-box .team-logo{justify-self:center;width:15vw;max-width:80px;min-width:65px}.teams-page .teams-and-ads .teams-wrapper .my-team-box .team-logo img{width:100%;object-fit:contain;border-radius:50%}.teams-page .teams-and-ads .teams-wrapper .my-team-box .tournaments{grid-column:1/-1;width:100%}.teams-page .teams-and-ads .teams-wrapper .my-team-box .tournaments .tournament{display:flex;flex-wrap:wrap;gap:.5rem;width:100%}.teams-page .teams-and-ads .teams-wrapper .my-team-box .tournaments .tournament .tournament-name{font-size:.7rem}.teams-page .teams-and-ads .teams-wrapper .teams-container{display:flex;flex-direction:column;box-shadow:0 4px 8px #0000000d;border-radius:15px;padding:1rem;margin-top:.5rem}.teams-page .teams-and-ads .teams-wrapper .teams-container .ads-container{display:block;width:100%;max-height:100px;margin-bottom:1rem;overflow:hidden}.teams-page .teams-and-ads .teams-wrapper .teams-container .ads-container img{width:100%;margin:0;cursor:pointer;object-fit:scale-down}.teams-page .teams-and-ads .teams-wrapper .teams-container .team-name-and-logo{display:flex;align-items:center;padding:.5rem;cursor:pointer}.teams-page .teams-and-ads .teams-wrapper .teams-container .team-name-and-logo .team-logo{display:flex;align-items:center;justify-content:center;max-width:50px;margin:0 .5rem}.teams-page .teams-and-ads .teams-wrapper .teams-container .team-name-and-logo .team-logo img{width:100%;object-fit:contain;border-radius:50%}.teams-page .teams-and-ads .ads-container{display:none}@media only screen and (min-width: 780px){.teams-page .teams-and-ads{display:flex;width:100%}.teams-page .teams-and-ads .teams-wrapper .my-team-box .team-logo{grid-row:1/3}.teams-page .teams-and-ads .teams-wrapper .my-team-box .tournaments{align-self:flex-start;grid-column:auto}.teams-page .teams-and-ads .teams-wrapper .teams-container .ads-container{display:none}.teams-page .teams-and-ads .ads-container{display:block;width:35vw;max-width:300px;padding:0;max-height:unset;overflow:hidden}.teams-page .teams-and-ads .ads-container img{width:100%;margin:0;cursor:pointer;object-fit:contain}}@media only screen and (min-width: 1200px){.teams-page .teams-and-ads .teams-wrapper .my-team-box{column-gap:2rem;padding:1em 2em}}@keyframes flashing{0%{opacity:.3}to{opacity:1}}.team-page-wrapper{display:flex;flex-direction:column;width:100%;flex:1;direction:rtl;overflow:auto}.header-container{display:flex;flex-direction:column;padding:0 1rem}.header-container .header-image-and-content{display:flex}.header-container .header-image-and-content .header-image{display:none}.header-container .header-image-and-content .header-content{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:100%;direction:rtl;font-size:.8rem;padding-bottom:0}.header-container .header-image-and-content .header-content .header-title{display:flex;max-width:100%;white-space:nowrap;font-size:clamp(1.5rem,2vw,1.8rem);word-spacing:2px;text-overflow:ellipsis;overflow:hidden}.header-container .header-image-and-content .header-content .header-detail{opacity:.7}.header-container .header-image-and-content .header-content .header-detail-gap{display:flex;align-items:center}.header-container .header-image-and-content .header-content .header-detail-date{display:flex;align-items:center;width:100%}.header-container .header-image-and-content .header-content .header-detail-date .date{display:flex;align-items:center}.header-container .selectors-wrapper{display:flex;width:100%;margin-top:.5rem;min-height:2.5rem;padding:.5rem 0 .5rem .1rem;overflow-x:scroll;overflow-y:hidden}@media only screen and (min-width: 780px) and (min-height: 500px){.header-container{padding:0 5rem}.header-container .header-image-and-content{padding:.5rem 0}.header-container .header-image-and-content .header-image{display:flex;align-items:center;justify-content:center;font-size:clamp(5rem,5vw,6rem);margin:0 1rem}.header-container .header-image-and-content .header-image img{width:8vw;max-width:100px;height:8vw;max-height:100px;object-fit:contain;border-radius:50%}.header-container .header-image-and-content .header-image .image-skeleton{width:6rem;height:6rem}}.membership-info-container{display:flex;flex-direction:column;padding:.5rem;width:100%}.membership-info-container .tournament-section{display:flex;flex-wrap:wrap;justify-content:flex-start;margin-bottom:2rem}.membership-info-container .tournament-section .tournament-title{display:flex;width:20rem;margin-bottom:1rem}.membership-info-container .payment-section{display:flex;justify-content:space-evenly;flex-wrap:wrap;margin:auto 0}.membership-info-container .payment-section .pricing-container{display:flex;flex-direction:column;margin-bottom:2rem;width:100%;max-width:400px;font-size:.7rem}.membership-info-container .payment-section .pricing-container p{opacity:.7}.membership-info-container .payment-section .pricing-container .pricing-box{position:relative;display:flex;align-items:center;justify-content:flex-end;border-radius:16px;padding:1.2rem .8rem;margin:.5rem 0;box-shadow:0 4px 6px #00000008;font-size:clamp(.8rem,2vw,1rem);white-space:nowrap;cursor:pointer}.membership-info-container .payment-section .pricing-container .pricing-box .days{margin-left:auto;margin-right:1.8rem}.membership-info-container .payment-section .pricing-container .pricing-box .price{font-weight:700;margin:0 .3rem}.membership-info-container .payment-section .pricing-container .pricing-box .old{opacity:.6;text-decoration:line-through}.membership-info-container .payment-section .pricing-container .pricing-box .pricing-icon{font-size:1.8rem}.membership-info-container .payment-section .pricing-container .pricing-box .ribbon{position:absolute;top:0;right:0;height:100%;width:30%;overflow:hidden}.membership-info-container .payment-section .pricing-container .pricing-box .ribbon span{position:absolute;display:block;right:-1.3rem;top:.5rem;transform:rotate(40deg);padding:3px 1.2rem;font-size:.6rem;text-shadow:0 1px 1px rgba(0,0,0,.2);text-align:center;white-space:nowrap}.membership-info-container .payment-section .pricing-container .subscription-details{display:flex;align-items:center}.membership-info-container .payment-section .pricing-container .subscription-details p{margin:0 .2rem}.membership-info-container .payment-section .history-container{width:100%;max-width:450px;border-radius:16px;padding:1rem .8rem;box-shadow:0 4px 6px #00000008}.membership-info-container .payment-section .history-container .history-table{display:flex;flex-direction:column;width:100%;font-size:clamp(.8rem,1vw,1rem)}.membership-info-container .payment-section .history-container .history-table .history-header{display:flex;justify-content:space-around;width:100%;border-bottom:1px solid;padding-bottom:.5rem}.membership-info-container .payment-section .history-container .history-table .history-row{display:flex;justify-content:space-around;width:100%;padding:.5rem 0}@media only screen and (min-width: 680px){.membership-info-container{padding:1rem 1.5rem}.membership-info-container .tournament-section{margin-bottom:5rem}}.team-tournaments-wrapper{padding:1rem 1.5rem}.team-tournaments-wrapper .team-tournaments-title{display:flex}.team-tournaments-wrapper .team-tournaments-title .team-tournament-date{width:13rem}.team-tournaments-wrapper .team-tournaments-title p{white-space:nowrap}.team-tournaments-wrapper .tournamnets-item{margin-top:2rem}.team-tournaments-wrapper .tournamnets-item .item-wrapper,.team-tournaments-wrapper .tournamnets-item .item-wrapper .date{display:flex;align-items:center}.team-tournaments-wrapper .tournamnets-item .item-wrapper .date .date-middle{margin:0 1rem}.team-tournaments-wrapper .tournamnets-item .item-wrapper .arrow{display:flex;align-items:center;margin:0 1rem}.team-tournaments-wrapper .tournamnets-item .item-wrapper .title{cursor:pointer}@media only screen and (min-width: 780px){.team-tournaments-wrapper{padding:4rem}}.tournament-body{width:100%;position:relative}.tournament-body .tournament-search{width:100%;display:flex;align-items:center;justify-content:center;padding:.5rem}.tournament-body .tournament-search .button-add{display:flex;align-items:center;justify-content:center}.tournament-body .tournament-search .button-add p{padding:0 .2rem}.tournament-body .tournament-content{width:100%;display:flex}.tournament-body .tournament-content .tournament-list-items{width:100%;flex-direction:column;max-width:20rem;padding:1rem}.tournament-body .tournament-content .tournament-list-items .not_found{display:flex;flex-direction:column;align-items:center;width:100%;padding:.5rem;opacity:.8}.tournament-body .tournament-content .tournament-list-items .tournament-item{border-bottom:1px solid;cursor:pointer}.tournament-body .tournament-content .hide{display:none}.tournament-body .tournament-content .tournament-item-input{position:absolute;top:0;left:0;right:0;z-index:10}.tournament-body .tournament-content .tournament-item-input .input-wrapper{width:100%;position:relative;display:flex;flex-direction:column;align-items:center}.tournament-body .tournament-content .tournament-item-input .input-wrapper .profile-avatar{top:0;display:flex;justify-content:center;width:35%;max-width:130px;aspect-ratio:1;border-radius:50%;padding:0;margin-bottom:2rem;overflow:hidden;-webkit-transform:translateZ(0) translateY(2rem);-webkit-mask-image:-webkit-radial-gradient(circle,white 100%,black 100%);transform:translateZ(0) translateY(2rem);mask-image:-webkit-radial-gradient(circle,white 100%,black 100%)}.tournament-body .tournament-content .tournament-item-input .input-wrapper .profile-avatar img{cursor:pointer;width:100%;object-fit:cover}.tournament-body .tournament-content .tournament-item-input .input-wrapper .profile-avatar:active{transform:scale(.95) translateY(2rem)}.tournament-body .tournament-content .tournament-item-input .input-wrapper .profile-avatar .upload-image-wrapper{position:absolute;display:flex;align-items:center;justify-content:center;bottom:0;left:0;right:0;height:25%;cursor:pointer;background-color:#0006}.tournament-body .tournament-content .tournament-item-input .input-wrapper .profile-avatar .upload-image-wrapper .camera{color:#fff}.tournament-body .tournament-content .tournament-item-input .input-wrapper .default-image{position:relative;display:flex;justify-content:center;align-items:center;max-height:150px;width:100%;overflow:hidden}.tournament-body .tournament-content .tournament-item-input .input-wrapper .default-image img{width:100%;object-fit:cover}.tournament-body .tournament-content .tournament-item-input .input-wrapper .default-image .add-image-btn{position:absolute;display:flex;justify-content:center;align-items:center;bottom:1rem;right:1rem;border-radius:50%;width:40px;height:40px;font-size:1.5rem;background-color:#0006;color:#fff;cursor:pointer}.tournament-body .tournament-content .tournament-item-input .input-wrapper .default-image .add-image-btn:active{transform:scale(.95)}.tournament-body .tournament-content .tournament-item-input .input-wrapper .back-section{position:absolute;display:flex;left:0;top:0;font-size:40px;border-radius:50%;cursor:pointer;z-index:10}.tournament-body .tournament-content .tournament-item-input .input-wrapper .buttons-wrapper{width:100%;display:flex;padding:0 1rem;justify-content:center;align-items:center;margin-bottom:1rem}@media only screen and (min-width: 780px){.tournament-body .tournament-search{width:fit-content}.tournament-body .tournament-content .tournament-item-input{position:relative;width:100%;max-width:fit-content;margin:0 auto 4rem;border-radius:25px}.tournament-body .tournament-content .tournament-item-input .input-wrapper .profile-avatar{margin-bottom:0;transform:translateY(0)}.tournament-body .tournament-content .tournament-item-input .input-wrapper .profile-avatar:active{transform:scale(.95)}.tournament-body .tournament-content .tournament-item-input .input-wrapper .default-image{padding:0 1rem}.tournament-body .tournament-content .tournament-item-input .input-wrapper .default-image .add-image-btn{right:2rem}.tournament-body .tournament-content .tournament-item-input .input-wrapper .back-section{top:0;left:0}.tournament-body .tournament-content .tournament-item-input .input-wrapper .gym-back{left:20px}.tournament-body .tournament-content .hide{display:flex}.tournament-body .tournament-content .item-input-form{max-width:800px}}.react-loading-skeleton:after{background-image:linear-gradient(90deg,transparent,var(--highlight-color),transparent)}.profile-page-wrapper{position:relative;width:100%;flex:1;direction:rtl;overflow:auto}.profile-page-wrapper .user-info{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem 0}.profile-page-wrapper .user-info .profile-avatar{position:relative;display:flex;justify-content:center;align-items:center;width:45%;max-width:190px;min-width:130px;aspect-ratio:1;border-radius:50%;overflow:hidden}.profile-page-wrapper .user-info .profile-avatar:active{transform:scale(.95)}.profile-page-wrapper .user-info .profile-avatar img{cursor:pointer;width:100%;object-fit:cover}.profile-page-wrapper .user-info .profile-avatar .upload-image-wrapper{position:absolute;display:flex;align-items:center;justify-content:center;bottom:0;left:0;right:0;height:20%;cursor:pointer;background-color:#0006}.profile-page-wrapper .user-info .profile-avatar .upload-image-wrapper .camera{color:#fff}.profile-page-wrapper .user-info .input-wrapper{position:relative;display:flex;flex-direction:column;direction:rtl;padding:1rem;width:100%;max-width:400px;font-size:clamp(.75rem,1.5vw,1.1rem)}.profile-page-wrapper .user-info .buttons-wrapper{display:flex;justify-content:center;font-size:clamp(.75rem,1.2vw,.9rem)}.callback-page-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding:1rem;direction:rtl}.callback-page-container .callback-page-icon{display:flex;justify-content:center;font-size:clamp(2rem,20vw,7rem);margin-top:auto;margin-bottom:1rem}.callback-page-container .callback-page-title{font-size:clamp(2rem,9vw,2.5rem);font-family:IRANSans;margin-bottom:2rem}.callback-page-container .callback-page-message{margin-bottom:auto}.scoreboard-viewers{display:flex;height:100vh;overflow:hidden}.simple-scoreboard-container{background-color:#2e454b;display:flex;flex-direction:column;justify-content:space-evenly;width:100%;color:#f5f5f5;font-size:clamp(1rem,8vw,12vh);padding:1rem;overflow:hidden}.simple-scoreboard-container .player-block-view{display:flex;flex-direction:column;align-items:center;flex:1;max-height:50%;border-radius:25px}.simple-scoreboard-container .player-block-view .players-name{display:flex;flex-direction:column;align-items:center;margin:auto 0;font-weight:700}.simple-scoreboard-container .player-block-view .player-score-and-set{background-color:#0003;display:flex;width:100%;height:fit-content;border-radius:0 0 25px 25px;animation-duration:1s;animation-fill-mode:forwards}.simple-scoreboard-container .player-block-view .player-score-and-set .set-score{margin:0 1rem;font-size:clamp(1rem,8vw,12vh);color:#0ff;text-shadow:0 0 15px rgba(0,255,255,.7)}.simple-scoreboard-container .player-block-view .player-score-and-set .score-digit{margin:auto;border-radius:25px;font-size:clamp(1rem,20vw,30vh);color:#ff0;text-shadow:0 0 15px rgba(255,255,0,.7)}.simple-scoreboard-container .player-block-view .score-and-set-rev{align-items:flex-end;border-radius:25px 25px 0 0}.simple-scoreboard-container .player-block-rev{flex-direction:column-reverse}@media only screen and (min-width: 520px){.simple-scoreboard-container .player-block-view{flex-direction:row;overflow:hidden}.simple-scoreboard-container .player-block-view .players-name{align-items:flex-start;flex:1;overflow:hidden}.simple-scoreboard-container .player-block-view .players-name .player-name{display:flex;align-items:center;font-family:Libre Franklin,sans-serif;max-width:100%;overflow:hidden}.simple-scoreboard-container .player-block-view .player-score-and-set{position:relative;min-width:fit-content;width:22vw;height:100%}.simple-scoreboard-container .player-block-view .player-score-and-set .set-score{position:absolute;margin:0;top:0;right:1rem}.simple-scoreboard-container .player-block-view .player-score-and-set .score-digit{position:absolute;top:50%;left:50%;line-height:clamp(1rem,20vw,30vh);transform:translate(-50%,-40%)}.simple-scoreboard-container .player-block-view .player-score-and-set .score-digit .scores{display:flex;flex-direction:column;font-size:clamp(1rem,10vw,15vh);line-height:clamp(1rem,10vw,15vh);transform:translateY(-5%)}.simple-scoreboard-container .player-block-view .score-and-set-rev .set-score{top:unset;bottom:0;transform:translateY(20%)}.simple-scoreboard-container .player-block-view .score-and-set-rev .score-digit{transform:translate(-50%,-45%)}}@keyframes score-pulse{0%{background-color:#14c8cb62}to{background-color:#0003}}.game-report-wrapper{font-family:Arial,Helvetica,sans-serif;padding:2rem;display:flex;flex-direction:column;align-items:center;background-color:#f5f5f5}.game-report-wrapper .actions-box{width:100%;padding:2rem;display:flex;align-items:center;justify-content:space-evenly}.events-wrapper-report{background-color:#fff;margin-bottom:.4rem;padding:0;color:#000;position:relative;display:flex;flex-direction:row;align-items:center;justify-content:center;min-height:20mm;font-weight:400}.events-wrapper-report .history-table-report{position:relative;display:flex;flex-direction:row;overflow:visible;height:100%;max-width:100%}.events-wrapper-report .history-table-report .table-column-report{border:1px solid rgb(0,0,0);border-bottom:none}.events-wrapper-report .history-table-report .table-column-report .circle{position:absolute;height:112%;width:12mm;top:50%;transform:translate(-30%,-50%);border:1px solid black;border-radius:50%}.events-wrapper-report .history-table-report .table-column-report .circle .line{position:absolute;border-top:1px solid black;top:50%;width:12.5mm;transform:rotate(160deg) translate(5%)}.events-wrapper-report .history-table-report .table-column-report .smaller-circle{height:90%;transform:translate(-30%,-60%)}.events-wrapper-report .history-table-report .table-column-report .rotated-line{position:absolute;border-top:2px solid black;top:-85%;width:19.5mm;transform:rotate(105deg) translate(140%)}.events-wrapper-report .history-table-report .table-column-report .table-cell-report{display:flex;align-items:center;justify-content:center;direction:ltr;border-bottom:1px solid rgb(0,0,0);min-width:5mm;width:100%;padding-top:.2rem;font-size:12px}.events-wrapper-report .history-table-report .table-column-report .table-cell-report .name-in-cell-r{display:flex;justify-content:flex-start}.events-wrapper-report .history-table-report .table-column-report .table-cell-report .name-in-cell-r .player-name-div-r{white-space:nowrap;direction:rtl}.game-report{width:297mm;height:210mm;background-color:#fff;padding:2rem}.game-report .header-report{width:100%;font-weight:700}.game-report .header-report .signature{display:flex;width:100%;justify-content:space-evenly;margin-top:3rem}.game-report .header-report .diagram-title{width:100%;text-align:center}.game-report .header-report .header-content{display:flex;width:100%;margin-top:1rem}.game-report .header-report .header-content .left-header{display:inline-flex;flex-direction:column;margin-top:1rem;width:180px}.game-report .header-report .header-content .left-header span{font-size:.6rem;margin-bottom:.4rem;white-space:nowrap}.game-report .header-report .header-content .left-header span:last-child{margin-bottom:0}.game-report .header-report .header-content .right-header{display:inline-flex;flex-direction:column;width:180px}.game-report .header-report .header-content .right-header span{font-size:.6rem;line-height:1.1rem;white-space:nowrap}.game-report .header-report .header-content .middle-header{width:100%;padding:0 2rem 2rem;display:flex;align-items:center;justify-content:space-evenly;position:relative}.game-report .header-report .header-content .middle-header .player-box{width:15rem;border:3px solid black;border-bottom-width:2px;position:relative;margin-top:.2rem}.game-report .header-report .header-content .middle-header .player-box .circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:160px;height:100px;border:2px solid black;border-radius:50%}.game-report .header-report .header-content .middle-header .player-box .player-name{display:flex;align-items:center;justify-content:center;border-bottom:1px solid black;line-height:1.1rem;font-size:12px}.game-report .header-report .header-content .middle-header .player-box .player-name span{margin:.1rem 0}.game-report .header-report .header-content .middle-header .player-box span{text-align:center}.game-report .header-report .header-content .middle-header .player-box:last-child{background-color:#ebebeb}.game-report .header-report .header-content .middle-header .player-box .base-class{position:absolute;display:flex;justify-content:center;align-items:center;padding-top:3px;width:23px;height:23px;border:3px solid black;top:-3px}.game-report .header-report .header-content .middle-header .player-box .left{left:-26px;border-right:none}.game-report .header-report .header-content .middle-header .player-box .right{right:-26px;border-left:none}.game-report .header-report .header-content .middle-header .score-box{text-align:center;margin-top:-1.5rem}.game-report .header-report .header-content .middle-header .score-box .scores-of-set{display:flex;justify-content:space-around;border-left:3px solid #000;border-right:3px solid #000;line-height:1.2rem;width:4.5rem}.game-report .header-report .header-content .middle-header .score-box .scores-of-set:nth-child(2){border-top:3px solid #000;border-bottom:1px solid #000}.game-report .header-report .header-content .middle-header .score-box .scores-of-set:last-child{border-top:1px solid #000;border-bottom:3px solid #000}.game-report .header-report .header-content .middle-header .shuttl{position:absolute;bottom:.5rem;right:6rem;font-size:.6rem}@media print{.game-report{overflow:visible}.wrapper-style{display:none}.watermark{display:block;counter-increment:page;position:fixed}}.wait-page-wrapper{width:100%;height:100vh;overflow:hidden}.wait-page-wrapper .each-slide{position:relative;display:flex;justify-content:center;height:100vh;width:100%}.wait-page-wrapper .each-slide .title{display:flex;align-items:center;justify-content:center;text-align:center;width:90vw;height:100%;font-size:11vh;font-weight:800}.wait-page-wrapper .each-slide img{height:65vh;margin:auto}.wait-page-wrapper .wait{width:100%;display:flex;align-items:center;justify-content:center}.wait-page-wrapper .wait p{animation:fadeShow forwards 1s infinite}@keyframes fadeShow{0%{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.react-slideshow-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.react-slideshow-container .nav{z-index:10}.react-slideshow-container .default-nav{height:30px;background:#fff9;width:30px;border:0;text-align:center;cursor:pointer;color:#fff;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.react-slideshow-container .default-nav:hover,.react-slideshow-container .default-nav:focus{background:#fff;color:#666;outline:0}.react-slideshow-container .default-nav.disabled:hover{cursor:not-allowed}.react-slideshow-container .default-nav:first-of-type{margin-right:-30px;border-right:0;border-top:0}.react-slideshow-container .default-nav:last-of-type{margin-left:-30px}.react-slideshow-container+ul.indicators{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:20px}.react-slideshow-container+ul.indicators li{display:inline-block;position:relative;width:7px;height:7px;padding:5px;margin:0}.react-slideshow-container+ul.indicators .each-slideshow-indicator{border:0;opacity:.25;cursor:pointer;background:transparent;color:transparent}.react-slideshow-container+ul.indicators .each-slideshow-indicator:before{position:absolute;top:0;left:0;width:7px;height:7px;border-radius:50%;content:"";background:#000;text-align:center}.react-slideshow-container+ul.indicators .each-slideshow-indicator:hover,.react-slideshow-container+ul.indicators .each-slideshow-indicator.active,.react-slideshow-container+ul.indicators .each-slideshow-indicator:focus{opacity:.75;outline:0}.react-slideshow-fade-wrapper{width:100%;overflow:hidden}.react-slideshow-fade-wrapper .react-slideshow-fade-images-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.react-slideshow-fade-wrapper .react-slideshow-fade-images-wrap>div{position:relative;opacity:0}.react-slideshow-wrapper .react-slideshow-fade-images-wrap>div[aria-hidden=true]{display:none}.react-slideshow-wrapper.slide{width:100%;overflow:hidden}.react-slideshow-wrapper .images-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.react-slideshow-wrapper .images-wrap>div[aria-hidden=true]{display:none}.react-slideshow-zoom-wrapper{width:100%;overflow:hidden}.react-slideshow-zoom-wrapper .zoom-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:hidden}.react-slideshow-zoom-wrapper .zoom-wrapper>div{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.react-slideshow-zoom-wrapper .zoom-wrapper>div[aria-hidden=true]{display:none}
