.header{width:100%;min-height:100px;background-color:#000;display:flex;align-items:center;gap:50px;position:relative;transition:all .4s ease-in-out;position:sticky;top:0;z-index:2}.navLayout{display:flex;width:100%;padding:0 25px;gap:50px}.navLayout :nth-child(2){flex:1}.header :nth-child(2){cursor:pointer}.title_text{width:fit-content;font-size:24px;font-weight:500;background:linear-gradient(273.2deg,#93291e -22.7%,#ed213a 98.32%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-family:Commando;margin-left:50px;cursor:progress;white-space:nowrap}.header_text{width:fit-content;height:27px;color:#fff;font-family:Poppins;font-size:18px;font-weight:500;line-height:27px;text-align:left;position:relative;transition:all .4s ease-in-out;white-space:nowrap}.header_text.active:after{background-color:#fff;border-radius:14px;bottom:-4px;content:"";height:3px;left:-6px;position:absolute;width:105px;transition:all .4s ease-in-out}.navLayout :nth-child(2).header_text.active:after{width:150px}.shadow_Header{width:100%;min-height:58px;background:#fff;box-shadow:0 4px 8.4px #00000040;display:flex;align-items:center;justify-content:space-between;position:sticky;top:100px;overflow:scroll;z-index:1}.shadow_Header :first-child{margin-left:18px}.title{display:flex;align-items:center;gap:5px;width:fit-content;font-family:Poppins;font-size:18px;font-weight:800;line-height:27px;text-align:left;color:#e12236}.header_Button_Background{background:#323232;box-shadow:0 -1.67px 5.99px #00000040;width:auto;height:100%;border-radius:42px 0 0 42px;display:flex;flex-wrap:wrap;align-items:center;gap:15px;justify-content:center;padding:10px}.buttons{background-color:#b31217;border-radius:8px;padding:10px 80px;cursor:pointer;color:#fff;font-family:Poppins;font-size:13px;font-weight:600;line-height:19px}.buttons.live{border:1px solid #58E527;background:linear-gradient(271.53deg,#009031 37.54%,#58e527 98.7%);box-shadow:0 .83px 3.33px #00903180}.buttons.cancelled{border:1px solid #B31217;background-color:#fff;color:#b31217;font-weight:900;box-shadow:0 .83px 3.33px #ff00004f}.match_status{font-family:Poppins;font-size:16px;font-weight:600;line-height:24px;white-space:nowrap}.match_status.live{background:linear-gradient(269.19deg,#59b312 .68%,#64e527 99.3%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-right:10px}.match_status.declared{background:linear-gradient(269.19deg,#ffd706 .68%,#f2ae00 99.3%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-right:10px}.footer{position:fixed;bottom:0;width:100%;height:45px;background:linear-gradient(273.2deg,#93291e -22.7%,#ed213a 98.32%);font-family:Poppins;font-size:14px;font-weight:400;line-height:21px;display:flex;align-items:center;color:#fff;gap:10px;padding:0 100px 0 50px}.footer :first-child{flex:1}.profile_button{width:75px;height:40px;border-radius:50px;background:#fff;box-shadow:0 2.24px 4.48px #00000040;position:relative;cursor:pointer}.profile_Arrow{width:16px;height:16px}.profile_Arrow img{width:100%;height:100%;margin:11px 0 0 46px;transition:all .2s ease-in-out}.profile_Arrow.rotate img{rotate:180deg;transition:all .2s ease-in-out}.profileName_Circle{position:absolute;width:40px;height:40px;top:0;right:36px;background-color:#e12236;border-radius:50%;font-family:Poppins;font-size:20px;font-weight:600;line-height:37px;text-align:center;color:#fff}.profile_section{position:absolute;z-index:-1;width:151px;height:100px;top:28px;left:-77px;background:#fff;box-shadow:-1px 1px 4px #00000040;border-radius:12px 0 12px 12px;color:#373737;display:flex;flex-direction:column;gap:3px;padding:20px 10px;transition:all .2s ease-in-out}.profile_section.toggle{opacity:0;transition:all .2s ease-in-out;top:10px;visibility:hidden}.profile_section>div{display:flex;align-self:flex-start;width:100%;gap:20px;font-family:Poppins;font-size:16px;font-weight:600;line-height:24px;padding:3px;justify-content:space-between}.hover_text:hover{background-color:#8080802b;padding:3px;border-radius:5px}.myProfile_Icon{width:30px;height:25px}.myProfile_Icon img{width:100%;height:100%}.logOut_Icon{width:30px;height:25px}.logOut_Icon img{width:65%;height:100%;margin-left:25px}@media screen and (max-width: 600px){.shadow_Header{top:0}.title_text{display:none}.header{display:none;justify-content:space-between;gap:25px}.title_text{margin-left:0;font-size:30px;padding:0 0 0 25px}.buttons{padding:2px 12px;font-size:8px}.navLayout{gap:20px;padding:0 10px 0 25px}.footer{font-size:10px;padding:0 10px}.shadow_Header :first-child{margin-left:10px}.title.cssChange{font-size:10px;line-height:15px}.header_Button_Background{gap:0px;padding:5px 0;min-height:58px}.match_status{font-size:10px;line-height:10px}.profile_section{width:155px}.profile_section>div{width:auto}}@media (min-width: 600px) and (max-width: 700px){.navLayout{gap:25px}.title_text{margin-left:25px}}.loader{width:120px;height:60px;padding:10px;box-sizing:border-box;display:flex;justify-content:space-between;background:#fff;filter:blur(5px) contrast(10) hue-rotate(60deg);mix-blend-mode:darken}.loader:before,.loader:after{content:"";width:40px;border-radius:50%;background:#f0f;animation:l3 1s infinite alternate}.loader:after{--s:-1}@keyframes l3{90%,to{transform:translate(calc(var(--s,1)*30px))}}.show-modal{opacity:1;visibility:visible;transition:all .4s ease-in-out}.hide-modal{display:none;visibility:none;opacity:0;transition:all .4s ease-in-out}.modal-wrapper{position:fixed;left:0;right:0;top:0;bottom:0;background:#00000094;z-index:1}.modal-container{position:fixed;max-width:30rem;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border:1px solid #FFFFFF;border-radius:10px;box-shadow:0 0 5.28px #00000040;z-index:2}.modal-container.noti{background-image:url(/Images/notiBackground.png);-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;background-position:center;background-repeat:no-repeat}.modal-button button{width:95%;height:35px;border-radius:7px;border:1px solid;border-image-source:linear-gradient(273.12deg,#FB3C50 25.78%,#E86472 87%);box-shadow:0 .75px 2.98px #ff00004f;background:linear-gradient(269.19deg,#b31217 .68%,#e52d27 99.3%);color:#fff;font-family:Poppins;font-size:14px;font-weight:600;line-height:21px;cursor:pointer}.modal-button{text-align:center;padding-bottom:10px}.notify-headline{text-align:center;font-family:Poppins;font-size:20px;font-weight:700;line-height:29px;color:#e12236}.notify-text{font-family:Poppins;font-size:14px;font-weight:400;line-height:21px;text-align:center;padding:10px}.modal-close-button{width:40px;height:38px;border-radius:0 8px;background:linear-gradient(274.24deg,#93291e -60.61%,#ed213a 112.34%);border:1px solid #E12236;box-shadow:0 .79px 3.14px #ff00004f;color:#fff;font-family:Poppins;font-size:20px;font-weight:700;line-height:24px;text-align:center;padding:5px 0 0;position:absolute;top:0;right:0;-webkit-text-stroke:thin;cursor:pointer}.custom-padding-text{padding:45px 45px 35px}.custom-padding-rank_Kill{padding:0 10px 25px}.input-boxes-layout{display:flex;flex-direction:column;margin-top:10px}.input-boxes-layout label{font-family:Poppins;font-size:11px;font-weight:500;line-height:18px;color:#757575}.input-boxes-layout input{width:300px;height:38px;border-radius:8px;background:#fff;box-shadow:0 .94px 8.11px #00000021;border:1px solid #CFCFCF;padding-left:5px}.rank-kill-heading{font-family:Poppins;font-size:16px;font-weight:800;line-height:25px;color:#e12236;padding:12px 0 15px 17px}.modal-container-profile{position:fixed;width:60%;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;height:65%;border-radius:13px;z-index:2;overflow-y:scroll}.profile-header{width:100%;height:20%;border-radius:13px 13px 0 0;background:#000;display:flex;align-items:center;padding:0 0 0 35px;gap:20px;position:sticky;top:0}.profile-circle{width:40px;height:40px;background-color:#e12236;border-radius:50%;font-family:Poppins;font-size:20px;font-weight:600;line-height:37px;text-align:center;color:#fff}.profile-name-details{font-family:Poppins;font-size:14px;font-weight:400;line-height:21px;color:#fff}.profile-name-details :first-child{font-size:20px;font-weight:600;line-height:30px}.remote-pic{display:flex;align-items:center;flex-wrap:wrap}.remote-pic img{width:15px;height:15px}.remotePic{margin-top:5px}.ProfileBody{height:70%;overflow-y:scroll}.profile-body{display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:20px 40px;margin-top:15px}.profile-body div{font-family:Poppins;font-size:16px;font-weight:800;line-height:24px;color:#000}.profile-body p{font-family:Poppins;font-size:14px;font-weight:500;line-height:21px;color:#393939}.passW{margin-top:10px}.profile-body button{padding:4px 15px;border-radius:7px;border:1px solid #ED213A;font-family:Poppins;font-size:14px;font-weight:400;line-height:21px;color:#ed213a;background:#fff5f7;cursor:pointer;transition:all .3s ease-in-out;overflow:hidden}.profile-body button:hover{background-color:#ed213a;color:#fff;transition:all .3s ease-in-out}.profile-footer{width:100%;height:10%;border-radius:0 0 13px 13px;background:#000;position:absolute;bottom:0;font-family:Poppins;font-size:12px;font-weight:400;line-height:18px;color:#fff;display:flex;align-items:center;gap:10px;padding:0 25px}.profile-footer :first-child{flex:1}.notFound_pic{position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1}.notFound_pic span{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:400px;height:400px}.notFound_pic span img{width:100%;height:100%;object-fit:contain}.page_not_found{color:red;display:flex;justify-content:center;align-items:center;font-size:30px;font-family:Poppins;font-weight:600;line-height:20px}.loader_pic{position:fixed;top:0;bottom:0;left:0;right:0}.loader_pic img{width:400px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}@media screen and (max-width: 600px){.profile-footer{font-size:7px;padding:0 8px}.loader_pic img{width:300px}}.game_layout{overflow:hidden;display:grid;grid-template-columns:repeat(7,1fr);gap:25px;padding:30px}.shadow-profile-button{display:none}@media screen and (max-width: 600px){.game_layout{grid-template-columns:repeat(2,1fr);padding:30px 15px}.shadow-profile-button{display:block;position:absolute;z-index:10;right:0;margin-right:10px;top:10px}}@media (min-width: 600px) and (max-width: 1000px){.game_layout{grid-template-columns:repeat(4,1fr)}}.game_image{border:1px solid rebeccapurple;border-radius:13px;width:auto;height:180px;cursor:pointer}.game_image img{width:100%;height:100%;border-radius:13px}.parent_login_layout{width:100%;padding:40px}.login_layout{display:flex;align-items:center;padding:0 40px;justify-content:center;flex-wrap:wrap;width:100%}.login_heading{width:50%;padding:40px}.right_side_text p:first-child{font-family:PoppinsSemiBold;font-size:26px;font-weight:500;line-height:42px;color:#000}.right_side_text p:nth-child(2){font-family:Poppins;font-size:16px;font-weight:400;line-height:27px;color:#000}.inputBoxes{display:flex;gap:10px;flex-direction:column;padding:25px 0 0}.input_text p{font-family:Poppins;font-size:12px;font-weight:500;line-height:25px;text-align:left}.khiladiadda_icon{text-align:center;width:50%;box-sizing:border-box}.khiladiadda_icon img{width:70%}.login_input{width:100%;height:35px;border:.94px solid #CFCFCF;box-shadow:0 .94px 8.11px #00000021;border-radius:8px;padding:10px;outline:none}.login_button button{cursor:pointer;font-family:Poppins;font-size:14px;font-weight:600;line-height:21px;color:#fff;width:40%;height:40px;border-radius:8px;border:1px solid #FF2929;background:linear-gradient(130.53deg,#d31027 26.06%,#9f0013 75.01%);margin-top:30px}@media screen and (max-width: 700px){.title_text.logPage{display:block}.parent_login_layout{padding:20px}.login_input,.khiladiadda_icon{width:100%}.khiladiadda_icon img{width:50%}.login_heading{width:100%;padding:20px}.login_layout{padding:0}}.GameLeague_Card{width:auto;border-radius:12px;background:#fff;margin:20px 28px 20px 48px;border:1px solid rgba(218,218,218,1)}.card_header{background:linear-gradient(#ffa3ae66,#ffb0a766);width:100%;border-radius:12px 12px 0 0;padding:15px 20px}.card_header span{font-family:Poppins;font-size:12px;font-weight:800;line-height:19.54px;background:linear-gradient(273.2deg,#93291e -22.7%,#ed213a 98.32%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.NotiPlus_Buttons{display:flex;flex-direction:column;gap:1px;width:auto;cursor:pointer;align-self:stretch}.noti_card{display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(273.2deg,#93291e -22.7%,#ed213a 98.32%);color:#fff;width:fit-content;padding:10px;height:50%}.noti_card.opacity{opacity:.7;cursor:auto}.noti_card.plus{border-radius:0 0 12px}.noti_bell{height:auto;width:fit-content;object-fit:none}.leagueCard_layout{display:flex;align-items:center;justify-content:space-between}.cardText_Layout{padding:10px 0;cursor:pointer}.card_text{padding:0 20px}.status{margin:0 20px;padding:2px 10px;font-family:Poppins;font-size:12px;font-weight:900;line-height:19px;width:fit-content;border-radius:5px;color:#fff}.status.Live{background:linear-gradient(269.19deg,#59b312 .68%,#64e527 99.3%)}.status.Cancelled{background:linear-gradient(269.19deg,#dd2727b8 .68%,#8c1b07b3 99.3%)}.status.Declared{background:linear-gradient(269.19deg,#d1b20f .68%,#f2ae00 99.3%)}.card_text span{font-family:Poppins;font-size:11px;font-weight:800;line-height:19.54px;color:#4e4e4e}.card_text.room_id span,.card_text.Password span{color:#009e10;font-family:Poppins;font-size:11px;font-weight:800;line-height:19.54px}.card_text :nth-child(2){font-weight:200;-webkit-font-smoothing:antialiased}.card_text :nth-child(4){font-weight:200;-webkit-font-smoothing:antialiased}@media screen and (max-width: 600px){.GameLeague_Card{margin:20px 15px}}.leagueParticipants_layout{display:grid;gap:15px;padding:15px 40px;grid-template-columns:repeat(3,1fr);overflow-x:hidden}@media screen and (max-width: 600px){.leagueParticipants_layout{padding:20px 15px}.search-box{position:sticky!important;top:50px!important;z-index:1!important;padding:15px 20px 0!important}.search-box input{width:100%}}@media screen and (max-width: 800px){.leagueParticipants_layout{grid-template-columns:repeat(1,1fr)}}@media (min-width: 800px) and (max-width: 1200px){.leagueParticipants_layout{grid-template-columns:repeat(2,1fr)}}.participants_card{width:100%;border-radius:12px;background:#fff;border:1px solid rgba(218,218,218,1)}.card_header_partipants{background:linear-gradient(#ffa3ae66,#ffb0a766);width:100%;border-radius:12px 12px 0 0;padding:7px 20px}.card_header_partipants div{font-family:Poppins;line-height:20px;background:linear-gradient(273.2deg,#93291e -22.7%,#ed213a 98.32%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.card_header_partipants :first-child{font-size:13px;font-weight:bolder}.card_header_partipants :nth-child(2){font-size:10px;font-weight:600}.squad_header{display:flex;justify-content:space-between;align-items:center}.rank-Number{color:#93291e;font-size:15px!important}.participant_number{font-family:Poppins;font-size:10px;font-weight:500;line-height:15px;color:#ff455c}.playerCard_layout{display:flex;align-items:center;justify-content:space-between;border:1px solid #FF7979;border-radius:8px}.player_info{font-family:Poppins;font-size:11px;font-weight:600;line-height:16px;color:#4e4e4e}.left_layout{display:flex;align-items:center;gap:10px;padding:6px}.profile_image{width:70px;height:70px}.profile_image img{width:100%;height:100%;border-radius:4px}.rank_kill_button{display:flex;align-items:center;border-radius:0 8px 8px 0;gap:1px;cursor:pointer;align-self:stretch;background:linear-gradient(273.2deg,#93291e -22.7%,#ed213a 98.32%);color:#fff;padding:10px;width:65px;font-family:Poppins;font-size:12px;font-weight:800;line-height:16px}.rank_kill_button.live{opacity:.7;cursor:auto}.search-box{padding:15px 40px 0}.search-box input{border:3px solid #ED213A;border-radius:7px;background-color:#fff;background-image:url(/Images/searchIcon.png);-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;background-repeat:no-repeat;background-position:6px;padding:9px 20px 9px 50px;outline:none}@font-face{font-family:Commando;src:url(/assets/commando-Ct02ZC_G.ttf)}@font-face{font-family:Poppins;src:url(/assets/Poppins-Regular-CTKNfV9P.ttf)}@font-face{font-family:PoppinsBold;src:url(/assets/Poppins-Bold-qTAUjFF7.ttf)}@font-face{font-family:PoppinsSemiBold;src:url(/assets/Poppins-SemiBold-B_fPDAUb.ttf)}*{scroll-behavior:smooth;-webkit-tap-highlight-color:transparent;padding:0;margin:0;box-sizing:border-box}html{overscroll-behavior-x:none}body{padding:0;margin:0;box-sizing:border-box;font-family:Poppins,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior-x:none;scroll-behavior:smooth}h1,h2,h3,h4,h5,h6,p{margin:0}
