.win-lose-container{display:flex;justify-content:space-between}.bot-stats,.user-stats{width:48%}: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:#ffffffb3;--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-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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(90deg,#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__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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: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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}*{box-sizing:border-box;margin:0;padding:0}@font-face{font-family:Poppins-Regular;src:url(/static/media/Poppins-Regular.8081832fc5cfbf634aa6.ttf)}@font-face{font-family:Poppins-Bold;src:url(/static/media/poppins-bold.404e299be26d78e66794.ttf)}@font-face{font-family:Poppins-Medium;src:url(/static/media/Poppins-Medium.9e1bb626874ed49aa343.ttf)}@font-face{font-family:Poppins-SemiBold;src:url(/static/media/Poppins-SemiBold.cce5625b56ec678e4202.ttf)}.grid-main .grid-item{background-color:initial;border-radius:0;box-shadow:none;padding:0}.text-decoration-none{text-decoration:none!important}.flex-all{display:flex;justify-content:space-between}.form-group .form-control input{background-color:initial;border:1px solid #d1d5db;border-radius:4px;padding:9.5px 15px;width:100%}.form-group .form-control input::placeholder{color:#6b7280;font-family:Poppins-Regular;font-size:12px;line-height:20px;opacity:1}.form-group .form-control .Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#0000;border-width:0}.MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#3e3e3e!important}.form-control-textarea:focus-visible{outline:none!important}fieldset{border:0}.page-border{border:1px solid #d1d5db;border-radius:6px;padding:20px}.btn-main-primary .btn-primary,.btn-main-primary .btn-primary:hover{background-color:#000;border-radius:4px;color:#fff;font-family:Poppins-Regular;font-size:14px;height:44px;line-height:21px;max-width:380px;text-transform:capitalize;width:100%}.border-btn-main .border-btn{background-color:#fff;border:1px solid #d1d5db;border-radius:4px;color:#6b7280;font-family:Poppins-Regular;font-size:12px;line-height:18px;padding:6px 14px 5px;text-transform:capitalize}.common-para{font-family:Poppins-Regular;font-size:14px!important;line-height:21px!important}.admin-login-main-flex{align-items:center;display:flex;height:100vh;justify-content:center}.admin-login-left-main,.admin-login-right-main{flex:0 0 50%;max-width:50%;width:100%}.login-left-bg{align-items:center;background-color:#000;background-repeat:no-repeat;display:flex;height:100%;justify-content:center;object-fit:cover;text-align:center}.admin-login-main{margin:auto;max-width:380px;width:100%}.login-btn-main .login-btn{margin-top:28px}.checkbox-main .checkbox-lable{color:#6b7280;margin-left:0;margin-right:0}.checkbox-lable .MuiCheckbox-root{margin-right:10px;padding:0}.checkbox-lable .MuiFormControlLabel-label{font-family:Poppins-Regular;font-size:14px;line-height:21px}.admin-login-inner .admin-wel-text{color:#111827;font-family:Poppins-Bold;font-size:24px;line-height:25px;margin-bottom:4px}.admin-login-inner .admin-sign-para{color:#6b7280;margin-bottom:32px}.input-box .form-lable{color:#6b7280;font-family:Poppins-Medium;font-size:14px;letter-spacing:0;line-height:21px;margin-bottom:6px;margin-top:0}.input-box{margin-bottom:28px}.admin-forgot-para{color:#000!important}.input-box .MuiInputBase-root{width:100%}.input-box .MuiInputBase-input{padding:10.5px 15px}.input-box .MuiInputBase-root fieldset:hover{border-color:#0000}.checkbox-main .MuiSvgIcon-root{color:#000;height:20px;width:20px}.set-login-box{text-align:left}.set-login-box-back{background-color:#000;height:100%}.login-left-bg img{height:305px;object-fit:contain;width:480px}.dashboard-left-main{flex:0 0 290px;max-width:290px;transition:all .5s;width:100%}.dashboard-right-main{flex:1 1}.dashboard-containt-main{background-color:#fff;min-height:100vh;padding:75px 24px 0}.dashboard-main{display:flex;width:100%}.admin-sidebar-logo-main .sidebar-close-btn{display:none}.admin-sidebar-icons{margin-right:8px}.admin-sidebar-main{background-color:#000;border-right:1px solid #e5e7eb;height:100%;left:-500px;overflow:auto;position:fixed;top:0;transition:all .5s;width:290px;z-index:9999}.admin-sidebar-main.active{left:0}.admin-sidebar-deactive{flex:0 0;max-width:0;transition:all .5s;width:100%}.admin-sidebar-logo{display:flex;height:45px;margin:auto;max-width:130px;object-fit:inherit;order:2;width:100%}.close-icon{display:none}.admin-sidebar-logo-main{background-color:#000;padding:10px 0}.admin-sidebar-list-main{background-color:#000;padding:16px}.admin-header-drop-main .drop-header-btn,.admin-sidebar-list-main .admin-sidebar-list,.admin-sidebar-list-main .admin-sidebar-listitem{padding:0}.admin-sidebar-list-main .admin-sidebar-link{color:#fff;display:flex;font-family:Poppins-Regular;font-size:14px;line-height:21px;margin-bottom:10px;padding:10px 12px;text-decoration:none;width:100%}.admin-sidebar-list-main .admin-sidebar-link.active{background-color:#02b738;border-radius:4px;color:#fff}.last-col{text-align:end!important}.admin-sidebar-main::-webkit-scrollbar{width:2px}.admin-sidebar-main::-webkit-scrollbar-track{background:#f1f1f1}.admin-sidebar-main::-webkit-scrollbar-thumb{background:#888}.admin-sidebar-main::-webkit-scrollbar-thumb:hover{background:#555}.admin-header-main{background-color:#fff;border-bottom:1px solid #e5e7eb;left:290px;padding:15px 20px 13px;position:fixed;right:0;top:0;transition:all .5s;z-index:9}.admin-header-deactive{left:0}.admin-header-main.active .admin-sidebar-logo{display:none;opacity:0}.admin-header-logo-main .admin-bergur-button{min-width:30px;padding:0}.admin-header-main.admin-header-deactive .admin-sidebar-logo{height:35px;margin-left:10px;opacity:1;transition:all .5s}.admin-header-logo-main{display:flex}.admin-header-left{align-items:center;display:flex;justify-content:space-between}.admin-header-right{align-items:center;display:flex;justify-content:flex-end}.admin-header-icon-box{margin-right:23px}.admin-header-icon{height:20px;object-fit:contain;width:20px}.admin-header-profile-icon{border-radius:50%;height:36px;object-fit:cover;width:36px}.dashboard-content .admin-page-title{color:#111827;font-family:Poppins-SemiBold;font-size:26px;line-height:39px;margin-bottom:20px}.align-items{float:right}.admin-dashboard-inner-box{align-items:center;border:1px solid #d1d5db;border-radius:6px;display:flex;height:90px;justify-content:space-between;margin:10px;max-width:100%;padding:15px 20px;width:100%}.admin-dashboard-inner-box .admin-dash-text{color:#6b7280;font-family:Poppins-Regular;font-size:12px;line-height:18px}.admin-dashboard-inner-box .admin-dash-price{color:#111827;font-family:Poppins-Medium;font-size:30px;line-height:46px}.dash-icons{height:50px;object-fit:contain;width:50px}.page-table-main .table-container{background-color:initial;box-shadow:none;padding-bottom:7px}.page-table-main .table{margin:0 19px}.page-table-main .table-th{border-bottom:1px solid #d1d5db;color:#111827;font-family:Poppins-Medium;font-size:12px;line-height:18px;padding:10px 10px 10px 0}.page-table-main .table .table-td:first-child{color:#111827}.page-table-main .table-td{border-bottom:1px solid #d1d5db;color:#6b7280;font-family:Poppins-Regular;font-size:12px;line-height:18px;padding:10px 10px 10px 0}.page-table-main .table .table-td:first-child,.page-table-main .table .table-td:nth-child(2),.page-table-main .table .table-th:first-child,.page-table-main .table .table-th:nth-child(2){width:10%}.page-table-main .table .table-td:nth-child(3),.page-table-main .table .table-td:nth-child(4),.page-table-main .table .table-th:nth-child(3),.page-table-main .table .table-th:nth-child(4){width:15%}.page-table-main .table .table-td:nth-child(5),.page-table-main .table .table-th:nth-child(5){width:10%}.page-table-main .table .table-td:nth-child(7),.page-table-main .table .table-th:nth-child(7){text-align:center}.admin-sub-title-main .admin-sub-title{color:#111827;font-family:Poppins-Medium;font-size:20px;line-height:30px}.view-btn-main .view-order-btn,.view-btn-main .view-order-btn:hover{font-size:12px;height:28px;line-height:18px;min-width:100px}.view-btn-main .view-order-btn:hover{background-color:#000;color:#fff}.admin-dashboard-table-row{border-bottom:1px solid #d1d5db;padding:20px 19px}.admin-dash-box{border:1px solid #d1d5db;border-radius:8px;padding:0 0 20px}.admin-dashboad-row{margin-bottom:24px}.display-row>*{padding:0 8px}.display-row{margin-left:-8px;margin-right:-8px}.table-lable-main{font-family:Poppins-Regular;font-size:12px;line-height:18px}.paid-lable-dots{background-color:#04ab47}.paid-lable{color:#04ab47}.table-lable-dots{border-radius:50%;height:7px;margin-right:4px;width:7px}.table-lable-flex{align-items:center;display:flex}.failed-lable-dots{background-color:#e4004d}.failed-lable{color:#e4004d}.pending-lable-dots{background-color:#f39c12}.pending-lable{color:#f39c12}.page-table-main .table-container::-webkit-scrollbar{height:5px;width:2px}.page-table-main .table-container::-webkit-scrollbar-track{background:#d1d5db;border-radius:5px}.page-table-main .table-container::-webkit-scrollbar-thumb{background:#8888885c}.page-table-main .table-container::-webkit-scrollbar-thumb:hover{background:#555}.add-user-containt .add-basic-text{color:#111827;font-family:Poppins-SemiBold;margin:0 0 4px}.add-user-containt .add-section-text{color:#6b7280;margin-bottom:20px}.add-user-input .form-control input{padding:5.5px 15px}.add-user-input{margin-bottom:24px}.add-user-input .form-control-textarea{border:1px solid #d1d5db;border-radius:4px;min-height:100px;padding:10px;resize:none;width:100%}.radio-main .radiogroup .MuiButtonBase-root.Mui-checked{color:#000}.radio-main .MuiFormControlLabel-label{color:#6b7280;font-family:Poppins-Regular;font-size:14px;line-height:21px}.user-btn-flex{align-items:center;display:flex;justify-content:flex-end;margin-top:60px}.dropdown-box .form-control{position:relative;width:100%}.dropdown-box .form-control .dropdown-select{border:1px solid #d1d5db}.dropdown-select .MuiSelect-select{color:#23262f;display:flex;font-family:Poppins-Medium;font-size:14px;line-height:24px;padding:6px 15px}.form-control fieldset{border:1px solid #e6e6e6;border-radius:2px}.grey-down{height:10px;object-fit:contain;position:absolute;right:21.92px;top:17.92px;width:10px}.discard-btn-main .discard-user-btn,.discard-btn-main .discard-user-btn:hover{height:36px;margin-right:10px;min-width:83px}.user-save-icon{margin-right:8px;object-fit:contain}.save-btn-main .save-user-btn,.save-btn-main .save-user-btn:hover{background-color:#000;color:#fff;height:36px;min-width:87px}.admin-tabs-main .admin-tab{color:#111827;font-family:Poppins-Medium;font-size:14px;line-height:21px;padding:10px 15px;text-transform:capitalize}.admin-tabs-main .admin-tab.Mui-selected{color:#114a65}.admin-tabs-main .MuiTabs-indicator{background-color:#000;height:2px}.admin-tabpanel .edit-highlight-text{color:#111827;font-family:Poppins-Medium;margin-bottom:4px}.admin-tabpanel .edit-para-text{color:#6b7280;margin-bottom:24px}.admin-tabpanel>.MuiBox-root{padding:24px 0}.user-cards{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.win-lose-main{border-radius:4px;box-shadow:0 0 10px 0 #0000004d;margin:0 20px 0 0;max-width:560px;min-height:214px;min-width:560px;padding:10px}.card-total{align-items:center;display:flex;justify-content:space-between}.card-total p{font-family:Poppins-Regular;font-size:14px;margin:3px 0}.card-main-head{border-bottom:1px solid #bfbfbf;font-family:Poppins-Medium;font-size:20px}.card-main-body{padding-top:12px}.all-user-data{border-radius:4px;box-shadow:0 0 10px 0 #0000004d;margin-top:20px;max-width:100%;min-width:560px;padding:10px}.user-table-card .table{min-width:450px!important}.user-table-card{max-height:360px;overflow:auto;padding:10px}.userdata-btn-card{justify-content:flex-end}.user-table-card table tbody tr .table-td:first-child{word-break:break-word}.exp-btn{margin-left:15px}.exp-btn button{min-width:145px!important}.call-req-list-search .form-group{display:flex}.call-userlist-btn-flex{justify-content:end!important;width:50%}.edit-profile-flex{align-items:flex-start;display:flex;margin-bottom:20px}.upload-section{text-align:center}.edit-profile-flex div label span{box-shadow:none}.file-upload-btn-main .file-upload-btn,.file-upload-btn-main .file-upload-btn:hover{background-color:#fff;border-radius:50%;bottom:13px;height:17px;min-width:17px;padding:0;position:absolute;right:0;width:17px}.file-upload-btn-main{max-width:max-content;position:relative}.upload-btn{margin:10px 0}.banner-img{margin-right:100px}.upload-profile-img{height:100px;object-fit:cover;width:100px}.upload-icon-img{height:10px;object-fit:contain;width:10px}.switch-main{margin-left:10px}.switch-lable .MuiTypography-root{color:#6b7280;font-family:Poppins-Regular;font-size:14px;line-height:21px}.change-pass-main{border:1px solid #d1d5db;border-radius:6px;max-width:514px;padding:20px;width:100%}.change-pass-input-box .form-group .form-control input{background-color:initial;border:1px solid #d1d5db;border-radius:4px;padding:5.5px 15px;width:100%}.change-pass-flex{margin-bottom:20px}.userdata-btn-flex{display:flex}.userdata-btn-flex button{min-width:30px;padding:3px 8px}.userlist-data{align-items:center;display:flex;justify-content:center;width:100%}.userlist-img{height:25px;margin-right:15px;object-fit:cover;width:25px}.userlist-table-main .table{margin:0}.userlist-table-main .table .table-td,.userlist-table-main .table .table-th{padding:10px 10px 10px 20px}.userlist-table-main .table .table-th:first-child{text-align:left}.userlist-table-main .table .table-td:first-child,.userlist-table-main .table .table-th:first-child{width:10%}.userlist-table-main .table .table-td:nth-child(2),.userlist-table-main .table .table-th:nth-child(2){width:29%}.userlist-table-main .table .table-td:nth-child(3),.userlist-table-main .table .table-td:nth-child(4),.userlist-table-main .table .table-th:nth-child(3),.userlist-table-main .table .table-th:nth-child(4){width:15%}.userlist-table-main .table .table-td:nth-child(5),.userlist-table-main .table .table-th:nth-child(5){width:11%}.userlist-table-main .table .table-td:nth-child(6),.userlist-table-main .table .table-td:nth-child(7),.userlist-table-main .table .table-th:nth-child(6),.userlist-table-main .table .table-th:nth-child(7){width:10%}.down-icon,.plus-icon{height:15px;margin-right:9px;object-fit:contain;width:15px}.export-btn-main .export-btn,.export-btn-main .export-btn:hover{height:36px;margin-right:10px;min-width:96px}.adduser-btn-main .adduser-btn,.adduser-btn-main .adduser-btn:hover{height:36px;min-width:115px}.user-search-box{position:relative}.user-search-box .form-control input{padding:6px 15px 6px 30px}.user-search-box .form-control input::placeholder{color:#6b7280;font-family:Poppins-Regular;font-size:12px;line-height:20px;opacity:1}.search-grey-img{height:13px;left:13px;margin-right:8px;position:absolute;top:13px;width:10px}.user-list-flex{margin-bottom:24px}.user-list-flex,.userlist-btn-flex{align-items:center;display:flex;justify-content:space-between}.user-list-flex .user-list-page-title{margin-bottom:0}.span-text{color:#d1d5db;margin-left:3px}.modal .modal-title{color:#111827;font-family:Poppins-Medium;font-size:20px;line-height:30px}.modal-user-btn-flex{display:flex;justify-content:flex-end;padding-top:3px}.modal .add-user-modal-inner-main{border:1px solid #707070;border-radius:10px;max-width:500px;padding:24px 24px 30px;width:100%}.modal-input-box{margin-bottom:24px}.modal-input-box .form-group .form-control input{padding:5.5px 15px}.modal-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.inner-date .date-pick-inner{width:200px}.both-date-main div:first-child{padding:0}.user-circle-img{display:flex;height:52px;margin:auto;object-fit:contain;width:52px}.modal-delete .delete-modal-inner-main{border:1px solid #707070;border-radius:10px;max-width:500px;padding:40px 24px;width:100%}.delete-modal-inner-main .delete-modal-title{color:#111827;font-family:Poppins-Medium;font-size:28px;line-height:42px;margin:20px 0 16px;text-align:center}.delete-modal-inner-main .delete-modal-para{color:#6b7280;margin:auto;max-width:304px;text-align:center;width:100%}.delete-modal-btn-flex{display:flex;justify-content:center;margin-top:26px}.delete-modal-btn-flex .modal-btn{border:1px solid #d1d5db;border-radius:4px;max-width:100px;padding:8px;text-transform:capitalize;width:100%}.delete-modal-btn-flex .modal-cancel-btn{color:#6b7280;margin-right:20px}.delete-modal-btn-flex .modal-delete-btn,.delete-modal-btn-flex .modal-delete-btn:hover{background-color:#e4004d;color:#fff}.MuiBackdrop-root-MuiModal-backdrop{background-color:#11182799}.flex-drop-main .admin-header-drop{color:#6b7280;font-family:Poppins-Regular;font-size:12px;line-height:18px;margin-left:12px;text-align:start;text-transform:capitalize}.flex-drop-main .header-drop-title{font-family:Poppins-Bold}.flex-drop-main{align-items:center;display:flex}.drop-header-menu .MuiPaper-rounded{border:1px solid #e5e7eb;border-radius:1px;box-shadow:10px 10px 20px #0000001a;margin-top:13px}.drop-header{height:15px;margin-right:6px;width:15px}.drop-header-menu .drop-header-menuitem{border-bottom:1px solid #e5e7eb;color:#6b7280;font-family:Poppins-Regular;font-size:12px;line-height:14px;padding:11px 16px}.drop-header-menu ul{padding:0}.admin-sidebar-listitem .expandless-icon,.admin-sidebar-listitem .expandmore-icon{position:absolute;right:10px;top:10px}.admin-submenu-listitem-main .admin-sidebar-link{display:block}.admin-sidebar-submenulist .admin-sidebar-link{margin-left:10px}.admin-sidebar-submenulist .admin-sidebar-listitem:first-child .admin-sidebar-link{margin-top:20px}.pagination-main{align-items:center;display:flex;justify-content:flex-end;margin-right:20px;margin-top:27px}.pagination-main .MuiPaginationItem-root{border-radius:4px;color:#6b7280;font-family:Poppins-Regular;font-size:12px;height:20px;line-height:18px;margin:0 4px;min-width:20px;padding:0}.pagination-main .MuiPaginationItem-root.Mui-selected{background-color:#000;color:#fff}.progress-bar-main{max-width:470px;position:relative;width:100%}.progress-bar-main .progress-bar .MuiLinearProgress-bar{background-color:#000;border-radius:8px}.progress-bar-content{margin-bottom:20px;margin-top:30px}.progress-bar-content .admin-page-title{color:#111827;font-family:Poppins-Medium;font-size:20px;line-height:30px}.progress-bar-text{color:#6b7280;font-family:Poppins-Medium;font-size:14px;line-height:21px;position:absolute;right:-35px;top:-5px}.filter-main{position:relative}.filter-main .MuiDrawer-paper{max-width:400px;min-width:400px;width:100%}.filter-header{align-items:center;background-color:#07415d;display:flex;justify-content:space-between;padding:16px 25px}img.filter-close-icon{height:21px;object-fit:contain;width:21px}.filter-header .filter-title{color:#fff;font-family:Poppins-Regular;font-size:20px;line-height:30px}.filter-inner-main{background-color:#fff;padding:20px 25px}.filter-btn-main{display:flex;justify-content:flex-end}.filter-btn-main .filter-cancel-btn{height:36px;margin-right:20px;min-width:90px}.filter-btn-main .filter-btn,.filter-btn-main .filter-btn:hover{height:36px;max-width:90px}.filter-footer{border-top:1px solid #d1d5db;bottom:0;left:0;padding:15px 25px;position:absolute;right:0;width:100%}.filter-checkbox-main .checkbox-lable{margin-right:20px}.otp-input-box .form-group .form-control input{font-family:Poppins-Regular;font-size:20px;line-height:22px;max-width:70px;text-align:center}.otp-input-box .form-group .MuiFormControl-root{max-width:70px}.otp-input-box .form-group .form-control input::placeholder{font-family:Poppins-Regular;font-size:20px;line-height:22px}.otp-flex-main{align-items:center;display:flex;justify-content:space-between}.otp-input-box{margin-bottom:10px;margin-right:15px}.otp-flex-main .otp-input-box:last-child{margin-right:0}.errorshow{color:#d32f2f;font-family:Roboto,Helvetica,Arial,sans-serif;font-size:.75rem;font-weight:400;letter-spacing:.03333em;line-height:1.66;margin:3px 14px 0;text-align:left}.userdata-btn-flex2 .MuiButton-textSizeMedium:hover{background-color:green}.admin-login-main2{margin:auto;max-width:420px!important;width:100%}.input-box2{margin-bottom:15px!important}.align-items2{display:flex}.set-reg-box{margin-right:10px}.reg-btn-main{text-align:center!important}.userlist-data-check-box{flex-direction:row-reverse}.game-rule-table.userlist-table-main.gamewisebet-table .table .table-td:first-child,.game-rule-table.userlist-table-main.gamewisebet-table .table .table-th:first-child,.userlist-table-main.gamewisebet-table .table .table-td:first-child,.userlist-table-main.gamewisebet-table .table .table-th:first-child{width:10%!important}.game-rule-table.userlist-table-main.gamewisebet-table .table .table-td:nth-child(2),.game-rule-table.userlist-table-main.gamewisebet-table .table .table-th:nth-child(2){text-align:left!important;width:25%!important}.game-rule-table.userlist-table-main.gamewisebet-table .table .table-td:nth-child(3),.game-rule-table.userlist-table-main.gamewisebet-table .table .table-th:nth-child(3){width:0!important}.game-wise-bet-set.userlist-table-main.gamewisebet-table .table .table-td:nth-child(2),.game-wise-bet-set.userlist-table-main.gamewisebet-table .table .table-th:nth-child(2){text-align:center;width:50%!important}.game-wise-bet-set.userlist-table-main.gamewisebet-table .table .table-td:nth-child(3),.game-wise-bet-set.userlist-table-main.gamewisebet-table .table .table-th:nth-child(3){width:32%!important}.userlist-table-main.gamewisebet-table .table .table-td:nth-child(2),.userlist-table-main.gamewisebet-table .table .table-th:nth-child(2){text-align:center;width:80%!important}.userlist-table-main.gamewisebet-table .table .table-td:nth-child(2){width:80%!important}.userlist-table-main.gamewisebet-table .table .table-td.gamerules-description:nth-child(2){text-align:justify;width:80%!important}.userlist-table-main.gamewisebet-table .table .table-td:nth-child(3),.userlist-table-main.gamewisebet-table .table .table-th:nth-child(3){width:10%!important}.checkbox-main2 .checkbox-lable{color:#6b7280;margin-left:0;margin-right:10px}.userlist-table-main.betlist-table .table .table-td:first-child,betlist-table .userlist-table-main.betlist-table .table .table-th:first-child{width:10%!important}.userlist-table-main.betlist-table .table .table-td:nth-child(2),.userlist-table-main.betlist-table .table .table-th:nth-child(2){text-align:center!important;width:80%!important}.userlist-table-main.betlist-table .table .table-td:nth-child(3),.userlist-table-main.betlist-table .table .table-th:nth-child(3){width:10%!important}.set-check-box-game{display:flex}.resend-btn{background-color:#000!important;color:#fff!important;height:40px;max-width:80px;width:100%}.resend-btn-box{align-items:center;color:#6b7280;font-family:Poppins-Regular;font-size:14px!important;line-height:21px!important;padding:10px 0}.otp-flex-main2{margin-bottom:10px}.abc{position:relative}.chat-body{bottom:0;margin:10px;position:absolute;width:100%}.chat-input div{background-color:#fff;margin-right:10px}.chat-input div,.flex-item button{border-radius:5px}.chat-input{bottom:0;flex:1 1;position:sticky}.flex-item{display:flex;justify-content:space-between;padding:5px}.container2{background:#282639;border-radius:10px;box-shadow:0 10px 20px #292739;margin:50px auto 0;max-width:450px;padding:0;position:relative;width:100%}.chat-header{background-color:#687074}.chat-heading{align-items:center;background-color:#fff;display:flex;justify-content:flex-start;margin:0 0 10px}.chat-heading .back-button button{align-items:flex-start;border:none;justify-content:flex-start;min-width:40px!important;padding:0}.chat-heading h6{font-family:Poppins-Regular;font-size:20px;line-height:21px}.chatbox{display:flex;flex-direction:column;gap:4px;height:520px;overflow:auto;padding:20px 15px 48px}.bottom-sent-chat .MuiInputBase-colorPrimary{background-color:#fff!important;height:45px}.chatbox .chat{display:flex;gap:15px}.chatbox img{border:2px solid #fff;border-radius:50%;height:45px;object-fit:cover;width:45px}.msg ion-icon{position:absolute;top:42px}.chatbox .chat-left-msg .right-icon,.chatbox .chat-right-msg .right-icon{top:42px}.chatbox .chat-left-msg .right-icon{left:0;transform:rotate(180deg)}.chatbox .chat-right-msg .right-icon{right:-5px;transform:rotate(180deg)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{border-radius:10px;box-shadow:inset 0 0 5px grey}::-webkit-scrollbar-thumb{background:grey;border-radius:10px}.set-search-btn{display:flex;justify-content:space-between;margin:15px 0;width:100%}.set-date-btn input{padding:7.5px 14px!important}.upload-btn-set{margin-right:50px}.upload-btn label{background-color:#000!important;text-transform:capitalize!important}.view-btn-main2{display:flex}.dropdown-box2{margin-right:20px;width:300px!important}.dropdown-select2 .MuiSelect-select{align-items:center!important;margin-left:13px!important;min-height:37.5px!important}.dropdown-select2 fieldset{opacity:0}.box-set-game{margin-bottom:8px!important}.box-set-date p{margin-bottom:0!important}.table-header{align-items:center!important}.table-gap{margin-top:50px!important}.chatbox .chat-right-msg+.chat-right-msg img{display:none}.chatbox .chat-right-msg+.chat-right-msg p{margin-right:60px}.chatbox .chat-left-msg+.chat-left-msg img{display:none}.chatbox .chat-left-msg+.chat-left-msg p{margin-left:60px}.chatbox .chat-right-msg{flex-direction:row-reverse!important;margin-top:10px}.chatbox .chat-left-msg{flex-direction:row!important;margin-top:10px}.chat.chat-left-msg+.chat-left-msg,.chat.chat-right-msg+.chat-right-msg{margin-top:0}.chatbox .msg{background:#fff;border-radius:10px;box-shadow:0 3px 6px #00000030;font-family:sans-serif;font-size:13px;line-height:21px;max-width:45%;min-height:40px;padding:10px;position:relative;word-break:break-word}.userlist-table-main.paymentlist-table .table .table-td:first-child,.userlist-table-main.paymentlist-table .table .table-th:first-child{width:20%!important}@media screen and (min-width:992px) and (max-width:1199px){.both-date-main div:first-child{min-width:0;min-width:auto;padding:0}}.admin-login-right-main{flex:1 1!important;max-width:100%!important;width:100%!important}@media screen and (max-width:991px){.progress-bar-content{margin-bottom:30px;margin-top:30px}.admin-login-left-main{display:none!important}.admin-login-main-flex{align-items:center;display:flex;flex-direction:row;height:100vh!important;justify-content:center}.admin-login-left-main,.admin-login-right-main{flex:0 0 100%;max-width:100%;width:100%}.admin-login-box{padding:50px 15px 100px}.login-left-bg{background-size:cover;height:50vh}.user-list-flex{align-items:flex-start;flex-direction:column;margin-bottom:24px}}@media screen and (min-width:768px) and (max-width:991px){.both-date-main div:first-child{min-width:0;min-width:auto}.table-header{align-items:flex-start!important;flex-direction:column}.dashboard-content .admin-page-title{font-size:18px!important}.progress-bar-main{max-width:399px;position:relative;width:95%!important}.progress-bar-text{position:absolute;right:-34px;top:-5px}.dashboard-content .admin-page-title{color:#111827;font-size:17px}.set-ck-editor .ck.ck-toolbar.ck-toolbar_grouping>.ck-toolbar__items{flex-wrap:wrap;width:400px}.user-list-flex{align-items:flex-start;flex-direction:row!important;margin-bottom:24px}}@media (max-width:767px){.paymentlist-table .table{margin:0;min-width:732px!important}.userlist-table-main2 .table{margin:0;min-width:956px}.file-upload-btn-main{max-width:100%}.upload-section{width:50%}.banner-img{margin-right:0}.exp-btn{margin-left:0}.exp-btn2{margin-left:15px}.dropdown-box2{margin-right:0}.table-header{align-items:flex-start!important;flex-direction:column}.view-btn-main2{display:flex}.res-set-date-text,.view-btn-main2{flex-direction:column}.inner-date .date-pick-inner{width:300px}.admin-sidebar-logo{margin-left:25px!important}.admin-sub-title-main2{margin-bottom:20px}.admin-sidebar-logo{order:0!important}.res-edit-profile-flex{justify-content:space-between!important}.upload-btn{margin:10px 0}.progress-bar-main{max-width:399px;position:relative;width:95%!important}.progress-bar-text{position:absolute;right:-34px;top:-5px}.set-ck-editor .ck.ck-toolbar.ck-toolbar_grouping>.ck-toolbar__items{flex-wrap:wrap}.admin-login-left-main{display:none!important}.admin-login-main-flex{align-items:center;display:flex;flex-direction:row;height:100vh!important;justify-content:center}.admin-sidebar-logo-main .sidebar-close-btn{display:block!important}.dashboard-containt-main{padding:88px 15px 24px}.admin-dashboard-inner-box{max-width:100%}.admin-dashboard-inner-box .admin-dash-price,.dashboard-content .admin-page-title{font-size:20px;line-height:25px}.dash-icons{height:35px;width:35px}.admin-login-left-main,.admin-login-right-main{flex:0 0 100%;max-width:100%;width:100%}.admin-login-box{padding:50px 15px 100px}.login-left-bg{height:50vh}.add-user-input .form-control-textarea{min-width:100%}.user-btn-flex{margin-top:0}.user-list-flex,.userlist-btn-flex{align-items:flex-start;flex-direction:column;width:100%}.user-list-inner-flex{width:100%}.export-btn-main .export-btn,.export-btn-main .export-btn:hover{margin-right:0;min-width:150px}.adduser-btn-main .adduser-btn,.adduser-btn-main .adduser-btn:hover{min-width:150px}.dashboard-content .user-list-page-title{margin-bottom:20px!important;width:100%}.user-search-box{margin-bottom:15px;margin-right:0}.user-search-main{width:100%}.bergurmenu-icon{height:20px;object-fit:contain;width:20px}.admin-header-icon-box{margin-right:15px}.admin-header-row .bergur-button{min-width:37px;padding:0}.dashboard-left-main{flex:0 1;max-width:0;width:0}.dashboard-right-main{margin-left:0}.admin-sidebar-logo-main{display:flex;justify-content:space-between}.close-icon{display:block!important;height:23px;object-fit:contain;width:23px}.admin-sidebar-logo{margin:initial;order:0}.admin-header-main.active .admin-sidebar-logo{display:block;height:35px;margin-left:10px;opacity:1}.admin-header-main.admin-header-deactive .admin-sidebar-logo{height:35px;margin-left:10px;opacity:1}.admin-header-main{left:0}.admin-header-deactive .admin-header-logo-main{flex-direction:row-reverse}.filter-main .MuiDrawer-paper{max-width:300px;min-width:300px}.filter-main{align-items:flex-end;display:flex;justify-content:flex-end;margin-bottom:14px;width:100%}.progress-bar-text{right:0;top:-23px}}
/*# sourceMappingURL=main.58c184c5.css.map*/