.login_img{height:100vh;margin-inline:5rem;background-image:url(/assets/LoginBackground-Dwn4W3Vo.png);background-position:right;background-size:cover;display:flex;align-items:center}.login_input input{border-radius:5px;width:20vw;height:5vh;outline:none;border:none;font-size:15px;background-color:#fff}.login_btn{width:12vw;height:4.5vh;border-radius:5px;background-color:#7b61ff;color:#fff;border:0px solid #fff;cursor:pointer;margin-top:2rem;font-size:18px;text-align:center}.forgot_password{width:15vw;margin-top:1rem;border-radius:5px;border:none;background-color:#7b61ff;color:#fff;cursor:pointer;font-size:15px}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.container_dash{position:relative;width:220px;height:120px;display:flex;align-items:center;justify-content:space-between;flex:1 1 calc(33.33% - 16px);min-width:220px;cursor:pointer}.scrollable-container{max-height:500px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.scrollable-container::-webkit-scrollbar{display:none}.user_bg{width:100%;height:100%;position:absolute;top:0;left:0;z-index:0;-o-object-fit:cover;object-fit:cover;border-radius:20px}.content{position:relative;z-index:1;display:flex;align-items:center;width:100%;margin-left:10px;color:#000}.text{width:10vw}.user_icon{width:150px;height:130px}.user_icon2{width:130px;height:100px}.user_icon3{width:70px;height:80px}.user_icon4{width:120px;height:110px}.box_2{width:17vw;height:18vh;background-color:#fad85d;box-shadow:1px 1px 2px;border-radius:30px;display:flex;align-items:center;text-align:center}.four_boxes{display:flex;gap:12px;cursor:pointer;overflow-x:auto;overflow-y:hidden;-ms-overflow-style:none;scrollbar-width:none}.four_boxes::-webkit-scrollbar{display:none}.text_num{text-align:left;display:flex;flex-direction:column;justify-content:center;align-items:center}.Bottom_boxes{margin-top:2rem;display:flex}.graph_box{width:42vw;height:60vh;border-radius:12px;background-color:#1e1e1e;box-shadow:2px 2px 5px #0003;padding:20px;display:flex;flex-direction:column;align-items:center;justify-content:center}.winning_loosing{width:28vw;height:60vh;border-radius:12px;background-color:#fff;box-shadow:2px 2px 5px #0003;padding:20px;display:flex;flex-direction:column;align-items:center}.graph_container{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:20px;padding:20px;background-color:#161616;border-radius:12px}.graph_chart{flex:2;display:flex;align-items:center;justify-content:center;max-width:100%;height:auto}.graph_video{flex:1;display:flex;justify-content:center;align-items:center;max-width:100%}.progress_bar,.progreesbar_orange,.progreesbar_pink,.progreesbar_3,.progreesbar_4{height:12px;width:20vw;border-radius:20px;margin-top:10px}.progreesbar_orange{background-color:#ff715b}.progreesbar_pink{background-color:#ff5bad}.progreesbar_3{background-color:#34d1bf}.progreesbar_4{background-color:#8dd134}.Notification_box{width:45vw;height:60vh;background-color:#fff;box-shadow:1px 1px 2px;border-radius:10px}.notific_heading_{display:flex;padding:1rem;gap:15px}.notifiction_right_passage{font-size:18px}.dot_line_{border:1px solid black;border-style:dashed}.buttons_2{display:flex;justify-content:flex-end;margin-top:1rem;gap:10px}.okay_btn{background-color:#21725e;color:#fff;border:none;border-radius:3px;width:4vw}.cancel_btn{background-color:#e7faf5;color:green;border:none;border-radius:3px;width:4vw}.feedback_box{width:30vw;height:85vh;background-color:#fff;border-radius:10px;box-shadow:1px 1px 2px}.feedback_1,.feedback_2,.feedback_3,.feedback_4{display:flex;gap:20px;padding:10px}.danger_feedback{border:2px solid #e2b6b6;background-color:#e2b6b6;border-radius:5px;padding:5px}.success_feedback{border:2px solid #b5d0c9;background:#b5d0c9;border-radius:5px;padding:4px}.warning_feedback{border:2px solid #f5efb9;background:#f5efb9;border-radius:5px;padding:4px}.info_feedback{border:2px solid #bcb0f5;background:#bcb0f5;border-radius:5px;padding:4px}.feedback-container h2{text-align:center;font-size:24px;color:#333}.feedback-list{display:flex;flex-wrap:wrap;gap:15px;justify-content:center}@media (max-width: 768px){.graph_box,.winning_loosing{width:100%;height:auto}.graph_container{flex-direction:column}.progress_bar{width:80%}}.feedback-container{background-color:#121212;padding:20px;border-radius:12px;box-shadow:0 4px 6px #0000001a;max-width:800px;margin:0 auto}.feedback-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;margin-top:20px}.feedback-card{padding:15px;border-radius:12px;box-shadow:0 2px 4px #0000001a;transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;min-height:120px;display:flex;flex-direction:column;justify-content:space-between}.feedback-card:hover{transform:translateY(-5px);box-shadow:0 6px 12px #00000026}.feedback-subject{margin:0 0 10px;font-size:16px;color:#333}.feedback-text{margin:0;font-size:14px;color:#555;line-height:1.4}.hover-card{position:absolute;top:calc(100% + 10px);left:0;width:350px;background-color:#fff;border-radius:12px;box-shadow:0 10px 25px #0003;z-index:100!important;padding:20px;animation:fadeIn .3s ease}.hover-card:before{content:"";position:absolute;bottom:100%;left:20px;border-width:10px;border-style:solid;border-color:transparent transparent white transparent}.hover-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #eee}.hover-card-header h3{margin:0;color:#51499e;font-size:18px}.hover-card-date{font-size:12px;color:#777;white-space:nowrap;margin-left:10px}.hover-card-body{max-height:400px;overflow-y:auto;padding-right:5px}.hover-card-section{margin-bottom:15px}.hover-card-section h4{margin:0 0 8px;font-size:14px;color:#666}.hover-card-section p{margin:0;font-size:13px;color:#444;line-height:1.5}.screenshot-preview{margin-top:10px;cursor:pointer;transition:transform .2s}.screenshot-preview:hover{transform:scale(1.02)}.screenshot-preview img{width:100%;border-radius:8px;border:1px solid #ddd}.click-hint{display:block;font-size:11px;color:#777;text-align:center;margin-top:5px}.hover-card-footer{margin-top:15px;padding-top:10px;border-top:1px solid #eee;font-size:11px;color:#999}.ticket-id{font-family:monospace}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.search_icon{display:flex;align-items:center;width:20vw;padding:5px;border-radius:6px;border:1px solid black;background-color:#161616;height:35px;cursor:pointer;border:none;color:#fff6}.search_icon>input{outline:none;border:none;background:none;color:#fff;font-size:14px}.search_icons__{display:flex;justify-content:flex-end;align-items:center;gap:3rem;cursor:pointer}.menuitem_css,.menuitem__css{gap:10px}.logout_text_{color:#624de3;font-weight:bolder;font-size:20px;margin:10px;text-align:center;border-radius:5px}.adminicon_navbar{background-color:#51459e;width:40px;height:40px;display:flex;justify-content:center;border-radius:32px}.adminicon_navbar img{width:40px;height:40px;border-radius:32px;cursor:pointer}.notification_icon_navbar{background-color:#51459e;width:40px;height:40px;display:flex;justify-content:center;border-radius:32px}.back_hand{margin-top:.3rem;font-size:30px}.notification_icon_navbar img{width:27px;height:30px;padding:6px;margin-top:5px;position:inherit}.loader__{font-size:4rem;font-weight:bolder;display:flex;justify-content:center;align-items:center;padding-left:8rem;color:#51459e}.loader_container{position:absolute;top:0;left:0;width:100vw;height:100vh;background-color:#f0f8ff99;display:flex;justify-content:center;align-items:center}.host_table{margin-top:1rem;width:100%;border-collapse:collapse;border:20px}tr:nth-child(odd){background-color:#161616;color:#fff}th{font-size:12px;padding:5px;position:sticky;top:0;background-color:#000;color:#fff}td{border-bottom:1px solid lightgrey;font-size:13px;text-align:center;padding:5px;cursor:pointer;overflow-y:auto;max-height:500px;color:#fff}.pagination_{display:flex;justify-content:center;cursor:pointer}.pagination_ button{background-color:#fff;font-weight:bolder;font-size:12px;color:#51459e;border:1px solid #51459e;box-shadow:1px 1px 2px;padding:8px 15px;cursor:pointer;transition:background-color .3s;border-radius:8px}.active_page_btn{width:35px;height:35px;border:none;outline:none;font-weight:500;border-radius:5px;background-color:#51459e;color:#fff;font-size:small}.page_btn{background-color:#fff;font-size:small;border-radius:5px;width:35px;height:35px;border:none;outline:none;margin:0 5px;box-shadow:1px 1px 2px #51459e;display:flex;justify-content:center;align-items:center;cursor:pointer}.pagination_row{display:flex;justify-content:center}.dot_btns{height:40px;display:flex;justify-content:center;align-items:center;font-size:20px}.pagination_box{display:flex;justify-content:space-between;align-items:center;margin:2rem}.per_page_first{background-color:#fff;font-size:small;border-radius:8px;height:40px;border:none;outline:none;box-shadow:0 1px 2px 1px #ccc;font-weight:500;display:flex;justify-content:center;align-items:center;cursor:pointer;padding:0 10px;margin-left:5px}.per_page_first select{margin-left:10px;border:1px solid black;border-radius:2px;height:20px;font-size:small;cursor:pointer;outline:none}.per_page_first div{margin-left:10px;border:1px solid black;border-radius:2px;height:20px;font-size:small;cursor:pointer;padding:0 5px}.pagination_select_row{display:flex;justify-content:space-between;width:270px}.action_icons_{display:flex;justify-content:center;align-items:center;gap:10px}.alluser_delete_btn{background-color:#624de3;color:#fff;border-radius:5px;border:none;cursor:pointer;width:10vw;height:5vh;display:flex;justify-content:center;align-items:center}.gir_img{width:14vw;height:30vh;border-radius:10px}.name_email{margin-top:2rem;color:#9698ab;display:flex;gap:20px}.right_side_div_top{width:35vw;background-color:#161616;color:#9698ab;border-radius:5px;padding:5px;margin-left:5rem}.amount_main_div{display:flex;gap:10px;margin-top:1rem}.winning_amount{width:11vw;height:9vh;background-color:#161616;border-radius:5px;padding:5px}.winning_amount p{color:#9698ab}.refer_amount{width:10vw;height:9vh;background-color:#161616;border-radius:5px;padding:5px;color:#9698ab}.current_amount_winning{width:18vw;height:9vh;background-color:#161616;color:#9698ab;border-radius:5px;padding:5px;margin-top:1rem}.total_reward{width:160px;background-color:#161616;color:#9698ab;border-radius:5px;padding:8px 10px;margin-top:1rem;display:flex;flex-direction:column;justify-content:space-between;gap:6px}.bottom_div{margin-top:4rem;display:flex;gap:20px}.all_para_css{width:11.5vw;height:5vh;font-size:14px;display:flex;justify-content:center;align-items:center;border:none;color:#fff;background-color:#624de3;border-radius:5px;cursor:pointer;padding:2px}.all_para_css:hover{background-color:#624de3;color:#fff;cursor:pointer}.all_cards{display:flex;gap:40px;margin-top:3rem;padding-left:5rem;cursor:pointer}.cards_1{width:20vw;height:25vh;background-color:#7266ef3d;border-radius:8px;display:flex;justify-content:space-around}.card_2{width:20vw;height:25vh;background-color:#39c51573;border-radius:8px;display:flex;justify-content:space-around}.card_3{width:20vw;height:25vh;background-color:#fdb82780;border-radius:8px;display:flex;justify-content:space-around}.last_four_cards{display:flex;margin-top:5rem;cursor:pointer;gap:38px;padding-left:4rem}.last_four_cards h2{color:#fff}.lastcard1{width:15vw;height:20vh;background-color:#2d9cdb;border-radius:8px;color:#fff;padding:8px}.lastcard2{width:15vw;height:20vh;background-color:#3e863e;border-radius:8px;color:#fff;padding:8px}.lastcard3{width:15vw;height:20vh;background-color:#f38e94;border-radius:8px;color:#fff;padding:8px}.lastcard4{width:15vw;height:20vh;background-color:#ff636d;border-radius:8px;color:#fff;padding:8px}.logout_text{font-size:60px;display:flex;justify-content:center;align-items:center;margin-top:2rem}.modal_ok_btn{background-color:#11ae05;color:#fff;border-radius:5px;width:12vw;height:5vh;text-align:center;border:none;cursor:pointer}.online{background-color:#00ff6d4a;border-radius:8px;color:#fff;text-align:center;padding:5px 20px}.offline{background-color:#ff00004a;border-radius:10px;color:#fff;text-align:center;padding:5px 20px}.delete_icon{width:18px;height:3vh}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background-color:#fff;padding:20px;border-radius:5px;text-align:center;box-shadow:0 2px 10px #0000001a}.modal-buttons{margin-top:20px}.modal-buttons button{margin:0 10px;padding:8px 16px;cursor:pointer;border:none;border-radius:4px;font-weight:700}.modal-buttons button:first-child{background-color:#ccc;color:#333}.modal-buttons button:last-child{background-color:#624de3;color:#fff}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background-color:#fff;border-radius:8px;width:90%;max-width:800px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 4px 8px #0003}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:10px 15px;background-color:#51499e;color:#fff}.modal-header h3{margin:0}.close-button{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center}.modal-body{padding:15px;overflow:auto;display:flex;justify-content:center;align-items:center;flex:1}.modal-image{max-width:100%;max-height:70vh;-o-object-fit:contain;object-fit:contain}.image-preview-container{cursor:pointer;transition:all .3s ease}.image-preview-container:hover{transform:scale(1.05)}.button-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;justify-content:center;max-width:900px;margin:0 auto}.all_para_css{display:flex;align-items:center;justify-content:center}.all_para_css:hover{background-color:#5350ff}.Leaderboard_heading{display:flex;justify-content:space-between}.notification_heading{width:18vw;height:12vh;background-color:#d4d1f1;margin-top:1rem;border-radius:5px;display:flex;justify-content:space-between;align-items:center;padding:4px;font-size:12px;cursor:pointer}.noti_1{display:flex;justify-content:space-between;width:30vw;height:15vh;margin-top:1rem;padding:1rem}.both_side_noti{display:flex;flex-direction:column}.notification_passage{margin-top:1rem;font-size:15px}.dotted_line{border:1px solid white;border-style:dashed;margin-top:1rem}.send_notification{display:flex;justify-content:space-between}.send_notification_btn{background-color:#624de3;border:none;border-radius:5px;color:#fff;height:5vh;cursor:pointer;margin-top:2.5rem}.notification_container,.notification_container_2{width:30vw;background-color:#161616;border-radius:5px;margin-top:2.5rem}.noti_to_all{display:flex;flex-direction:column;margin-top:1rem;margin-left:1rem}.noti_to_all label{margin-top:1rem;color:#fff}.noti_to_all input{width:25vw;border-radius:5px;border:none;border:1px solid black;margin-top:5px;background-color:#fff}.send_button{margin-top:2rem;margin-left:1rem;display:flex;justify-content:center;align-items:center}.send__btn{width:8vw;border:none;background-color:#624de3;color:#fff;border-radius:5px;cursor:pointer}.multi_select{width:25vw;height:4.5vh;background-color:#fff;border-radius:5px}.submt_btn{width:12vw;height:5vh;border-radius:6px;background-color:#624de3;color:#fff;border:none;font-size:20px;cursor:pointer}.add_banner input{width:40vw;height:8vh;margin-left:1rem;border-radius:4px;border:1px solid white;background-color:#fff}.banner_image input{width:40vw;height:8vh;margin-left:1rem;border:1px solid white;background-color:#fff;border-radius:4px}.add_banner_btn{border-radius:5px;border:none;background-color:#624de3;color:#fff;width:12vw;height:5vh;cursor:pointer}.banner_heading_{display:flex;justify-content:space-between;margin-top:1rem}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.image__popup__styling{max-width:400px;max-height:80vh;-o-object-fit:contain;object-fit:contain;text-align:center}.swiper__container{width:25rem;height:25rem;display:flex;justify-content:center;align-items:center}.Image_heading{font-family:var(--fontfamily-sansserif);font-size:var(--fontsize-regular);border-bottom:1px solid grey;margin-bottom:.5rem}.action_icons{display:flex;justify-content:center;align-items:center;gap:10px}.close_btn_change{text-align:center;cursor:pointer;border:1px solid #624de3;background-color:#624de3;color:#fff}.host_feedback_btn_disable{text-align:center;color:red;cursor:pointer}.Loobi_heading{display:flex;gap:20px;justify-content:flex-end;cursor:pointer}.add_lobbi_btn{margin-top:1rem;border-radius:5px;border:none;background-color:#624de3;color:#fff;width:12vw;height:5vh;cursor:pointer}.both_input_rank_pool{display:flex;justify-content:space-between}.pool_inputs{margin:2rem}.input1 input{width:25vw;height:5vh;border-radius:4px;margin-top:7px}.input2 input{width:25vw;height:5vh;border-radius:4px}.input3 input,.input4 input{width:25vw;height:5vh;border-radius:4px;margin-top:7px}.input4 select{margin-top:7px}.btn_submit_{display:flex;justify-content:center;align-items:center;margin-top:2rem}.create_btn__{width:12vw;height:5vh;border-radius:6px;background-color:#624de3;color:#fff;border:none;font-size:20px;cursor:pointer}.rank_inputs{margin:2rem}.select_btn{width:10vw;height:5vh;border-radius:5px;border:none;background-color:#9488e3;color:#fff;margin-bottom:1rem}.host_table{width:100%;border-collapse:collapse}.host_table th,.host_table td{padding:10px;text-align:center;border:1px solid #eaeaea}.host_table th{position:sticky;top:0;background-color:#000;z-index:1}.acceptedkyc_btn{margin-top:1rem;width:10vw;height:5vh;border-radius:5px;border:none;cursor:pointer}.dialog_submit_btn{border-radius:5px;border:none;background-color:#624de3;color:#fff;width:10vw;cursor:pointer}.dialog_inputs input{margin-top:10px;width:20vw;border-radius:5px;border:none;outline:none;border:1px solid}.dialog_inputs label{font-weight:700}.both_buttons{display:flex;flex-direction:column;width:10vw}.general_btn{border-radius:5px;border:none;background-color:#624de3;color:#fff;margin-top:1rem;cursor:pointer;text-align:start}.password_btn{text-align:start;border-radius:5px;border:none;margin-top:10px;cursor:pointer}.dotted_line_{border:1px solid white;border-style:dashed;display:flex;flex-direction:column}.butn_profile{display:flex;gap:30px}.text__heading{color:gray}.first_two_input input{border-radius:25px;height:5vh;box-shadow:inset 3px 3px 2px #7878ab61;margin-top:3rem;border:1px solid #707070;color:#000;background:#fff;padding-inline:15px}.second_two_input input{border-radius:25px;height:5vh;border:1px solid #707070;box-shadow:inset 3px 3px 2px #7878ab61;color:#000;margin-top:1rem;background:#fff;padding-inline:15px}.third_input input{border-radius:25px;height:5vh;border:1px solid #707070;box-shadow:inset 3px 3px 2px #7878ab61;color:#000;background:#fff;margin-top:1rem;padding-inline:15px}.first_two_input,.second_two_input{display:flex;gap:20px}.profile_update_button{margin-top:2rem}.update_btnn{width:8vw;height:5vh;background-color:#624de3;color:#fff;border:none;border-radius:5px;cursor:pointer}.gir_img__{width:9vw;height:18vh}.password_btn__{text-align:start;border-radius:5px;border:none;background-color:#624de3;color:#fff;margin-top:10px;cursor:pointer}.general_btn__{border-radius:5px;border:none;margin-top:1rem;cursor:pointer;text-align:start}.first_three_input{display:flex;flex-direction:column;margin-top:1rem}.first_three_input input{width:20vw;height:5vh;border-radius:25px;border:1px solid #707070;box-shadow:inset 3px 4px 2px #7878ab61;color:#000;margin-top:2rem;padding-inline:15px}.password-input-container{position:relative;display:flex;align-items:center;margin-bottom:10px}.password-input-container input{border:1px solid #ccc;border-radius:4px}.eye-button{position:absolute;background:none;border:none;cursor:pointer;padding:0;top:40px;left:230px}.eye-button:focus{outline:none}.apk_container{padding:0 0 1rem}.apk_table{border-collapse:collapse;max-width:-moz-max-content;max-width:max-content;min-width:100%;background-color:#2657cf}.apk_header{background-color:var(--color-pink);color:var(--color-white);font-family:var(--fontfamily-sansserif);padding:.5rem}.apk_data{text-align:center;font-family:var(--fontfamily-sansserif);padding:.5rem;border-bottom:1px solid grey}.apk_file_btnnnn{background-color:#2657cf;color:#fff;width:10vw;height:5vh;border-radius:5px;cursor:pointer;font-size:14px;margin-top:1rem}.modal{display:flex;justify-content:center;align-items:center;position:fixed;z-index:1;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:#0006}.modal-content{background-color:#fefefe;margin:auto;padding:20px;border:1px solid #888;width:80%;max-width:500px;border-radius:10px}.close{color:#aaa;float:right;font-size:28px;font-weight:700}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer}.form-group{margin-bottom:15px}.form-group label{margin-bottom:5px}.submt_btn{width:10vw;height:6vh;background-color:#2657cf;color:#fff;border-radius:5px}.emoji_recharge_btn{background-color:#51459e;color:#fff;border-radius:10px;width:14vw;height:6vh;cursor:pointer;border:none}h2{text-align:center;margin-bottom:20px;color:#333}form{max-width:600px;margin:20px auto;padding:20px;background-color:#161616;border-radius:8px;box-shadow:0 4px 8px #0000001a}form div{margin-bottom:15px}label{display:block;font-weight:700;margin-bottom:5px;color:#fff}input{background-color:#707070;width:100%;padding:10px;border:1px solid #ccc;border-radius:4px;font-size:14px;box-sizing:border-box}input::-moz-placeholder{color:#9698ab}input::placeholder{color:#9698ab}.add_tour_button,.add_history_button{width:12vw;height:5vh;cursor:pointer;border-radius:5px;border:none;font-weight:700;transition:background-color .2s ease;margin-right:10px}.add_tour_button{background-color:#624de3;color:#fff}.add_tour_button:hover{background-color:#4c3bc5}.add_history_button{background-color:#1f8ecd;color:#fff}.add_history_button:hover{background-color:#167bb9}.btn_view{background-color:#624de3;color:#fff;padding:6px 14px;font-size:14px;border:none;border-radius:4px;cursor:pointer}.btn_view:hover{background-color:#4c3bc5}@media (max-width: 768px){form{padding:15px}button{font-size:14px}.add_tour_button,.add_history_button{width:100%;margin-bottom:10px}}.dashboard-container{max-width:900px;margin:40px auto;padding:20px;background:#000;border-radius:10px;box-shadow:0 4px 8px #0000001a;text-align:center}.dashboard-container h1{color:#fff;font-size:24px;margin-bottom:20px}.timeframe-buttons{display:flex;justify-content:center;gap:10px;margin-bottom:20px}.timeframe-buttons button{padding:10px 15px;border:none;border-radius:5px;background:#e0e0e0;cursor:pointer;transition:.3s;font-size:16px}.timeframe-buttons button.active{background:#51499e;color:#fff;font-weight:700}.timeframe-buttons button:hover{background:#7a73c5;color:#fff}.chart-container{width:100%;height:350px;background:#f9f9f9;border-radius:10px;padding:20px;display:flex;align-items:center;justify-content:center}.bot-handler-container{max-width:600px;margin:40px auto;padding:20px;background-color:#fff;box-shadow:0 4px 8px #0000001a;border-radius:8px;text-align:center}.bot-handler-title{font-size:24px;color:#51499e;margin-bottom:20px}.bot-input-container{display:flex;align-items:center;justify-content:space-between;gap:10px}.bot-input{width:100%;padding:10px;font-size:16px;border:1px solid #ccc;border-radius:4px}.update-button{background-color:#51499e;color:#fff;padding:10px 15px;border:none;border-radius:4px;cursor:pointer;font-size:16px}.update-button:hover{background-color:#3e3a8d}.success-message{color:green;margin-top:10px}.error-message{color:red;margin-top:10px}.btn_submit{margin:1rem}.submt_btn{width:auto;height:5vh;min-width:120px;max-width:200px;border-radius:6px;background-color:#624de3;color:#fff;border:none;font-size:20px;cursor:pointer;padding:0 1rem;box-sizing:border-box}.add_banner input,.banner_image input{width:40vw;height:8vh;margin-left:1rem;border-radius:4px;border:1px solid white;background-color:#fff}.add_subadmin_btn{width:auto;height:5vh;min-width:120px;max-width:200px;border-radius:5px;border:none;background-color:#624de3;color:#fff;cursor:pointer;padding:0 1rem;box-sizing:border-box}.action_icon{display:flex;justify-content:center;align-items:center;gap:10px}.subadmin_heading_{display:flex;justify-content:space-between;margin-top:1rem}@media (max-width: 768px){.submt_btn,.add_subadmin_btn{width:80%;font-size:18px}.add_banner input,.banner_image input{width:80%}}@media (max-width: 480px){.submt_btn,.add_subadmin_btn{width:100%;font-size:16px}.add_banner input,.banner_image input{width:100%}}main{padding:20px;width:95vw;height:100vh;overflow-y:scroll;background-color:#000}.sidebar{box-shadow:1px 1px 2px;transition:all .1s;cursor:pointer;background-color:#161616;height:100vh;overflow-y:scroll}.sidebar::-webkit-scrollbar{display:none}.sidebars_icons_dashboard{cursor:pointer}.icon{display:flex;color:#9698ab;font-size:25px;padding:5px;margin:4px}.top_section{font-size:28px;font-weight:700;color:#51459e;padding:20px 15px}.top_section p{text-align:center;font-size:21px}.link{color:#9698ab;text-decoration:none;height:6vh;cursor:pointer;margin-bottom:12px;display:flex;align-items:center;font-weight:500}.active{color:#51459e;text-decoration:none;height:6vh;cursor:pointer;margin-bottom:12px;display:flex;align-items:center;font-weight:bolder}.active .icon{color:#51459e}.active:before{content:"";width:0;height:0;color:#51459e;border-top:16px solid transparent;border-left:15px solid #51459e;border-bottom:16px solid transparent}.link-text{font-size:16px;cursor:pointer}.sub_link_text{list-style:none;text-decoration:none;font-size:15px;color:#9698ab;margin-left:1rem;text-align:start;height:-1vh;display:flex;flex-direction:column;justify-content:center}.sub_link_text :hover{color:#51459e}.triangle_right{width:0;height:0;border-top:15px solid transparent;border-left:18px solid #9698ab;border-bottom:15px solid transparent}.ludo_logo{width:11vw;height:14vh}.Login_container{background-color:#000;height:100vh}.login_img{height:100vh;margin-inline:5rem;background-image:url(/assets/LoginBackground-Dwn4W3Vo.png);background-position:right;background-size:cover;display:flex;align-items:center}.box1{width:28vw;height:65vh;background-color:#c0badb;border-radius:18px;margin-left:5rem;display:flex;justify-content:center;padding:8px}.admin_headnig{text-align:center;padding:1rem}.login_input{display:flex;flex-direction:column}.login_input label{font-size:18px;margin-top:1.5rem}.login_input input{border-radius:5px;width:100%;height:5vh;outline:none;border:none;font-size:15px}.Submit_button{background-color:#7b61ff;color:#fff;border:none;cursor:pointer;font-size:18px;margin-top:2rem;border-radius:5px;width:12vw}.heading_para p{margin-left:1rem}.verify_otp_bg{display:flex;flex-direction:column;justify-content:center;align-items:center;height:380px}.verify_otp_bg form{display:flex;flex-direction:row!important;justify-content:center!important;align-items:center!important}.verify_otp_heading{font-size:1.1rem;text-align:center;margin:1rem 0;font-weight:500}.verify_otp_heading h1{font-size:25px}.otp_time{font-weight:500;font-size:var(--font-small);margin:1rem 0}.otp_receive_msg{font-size:var(--font-xsmall);margin:1rem 0}.otp_receive_msg span{color:var(--link-color);cursor:pointer}.otp_input{display:flex!important;flex-direction:row!important;justify-content:center;width:100%;background-color:#fff}.otp_input input{width:40px;height:50px;margin:5px;border-radius:5px;border:none;outline:none;box-shadow:#807f7e 0 2px 3px 1px;text-align:center;font-size:var(--font-small);color:#fff}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;display:none}.verify_otp_err{font-size:var(--font-xsmall);text-align:right;width:95%}.submit_btn_{width:15vw;border-radius:7px;color:#fff;background-color:#7b61ff;border:none}.reward_btn{background-color:#51459e;color:#fff;border-radius:10px;width:14vw;height:6vh;cursor:pointer;border:none}.influencers_heading_{display:flex;justify-content:space-between;margin-top:1rem}.add_influencer_btn{width:auto;height:5vh;min-width:120px;max-width:200px;border-radius:5px;border:none;background-color:#624de3;color:#fff;cursor:pointer;padding:0 1rem;box-sizing:border-box}@media (max-width: 768px){.add_influencer_btn{width:80%;font-size:18px}}@media (max-width: 480px){.add_influencer_btn{width:100%;font-size:16px}}*,*:before,*:after{box-sizing:border-box}*{margin:0;font-family:Poppins}body{line-height:1.5;-webkit-font-smoothing:antialiased;height:100vh}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}
