:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--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-container-width: fit-content;--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-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--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;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.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%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.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%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;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{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.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-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.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;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.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:1;opacity:.7;transform-origin:left}.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}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-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)}}.toastContainer,.toastCustom,.toastInfo,.toastWarning,.toastError,.toastSuccess{border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;background-color:#fff;color:#1f2937;font-size:14px;font-style:normal;font-weight:600;line-height:20px;font-family:Figtree,sans-serif;min-height:64px;padding:20px 60px 20px 20px;position:relative;overflow:hidden}.toastContainer.Toastify__toast--enter,.Toastify__toast--enter.toastCustom,.Toastify__toast--enter.toastInfo,.Toastify__toast--enter.toastWarning,.Toastify__toast--enter.toastError,.Toastify__toast--enter.toastSuccess{animation:slideInRight .3s ease-out}.toastContainer.Toastify__toast--exit,.Toastify__toast--exit.toastCustom,.Toastify__toast--exit.toastInfo,.Toastify__toast--exit.toastWarning,.Toastify__toast--exit.toastError,.Toastify__toast--exit.toastSuccess{animation:slideOutRight .3s ease-in}.toastBody,.toastBodyCustom,.toastBodyInfo,.toastBodyWarning,.toastBodyError,.toastBodySuccess{margin:0;padding:0;display:flex;justify-content:flex-start;align-items:center;flex-direction:row;flex:1}.Toastify__toast-icon{margin-inline-end:16px}.toastSuccess{border:1px solid #09b35a;background-color:#e4f7ed}.toastSuccess .Toastify__toast-icon svg{fill:#09b35a}.toastBodySuccess{color:#1f2937}.toastProgressSuccess{background:linear-gradient(90deg,#09b35a)}.toastError{border:1px solid #e85054;background-color:#fceeee}.toastError .Toastify__toast-icon svg{fill:#ef4444}.toastBodyError{color:#1f2937}.toastProgressError{background:linear-gradient(90deg,#ef4444)}.toastWarning .Toastify__toast-icon svg{fill:#f59e0b}.toastBodyWarning{color:#1f2937}.toastProgressWarning{background:linear-gradient(90deg,#f59e0b)}.toastInfo .Toastify__toast-icon svg{fill:#3b82f6}.toastBodyInfo{color:#1f2937}.toastProgressInfo{background:linear-gradient(90deg,#3b82f6)}.toastCustom .Toastify__toast-icon svg{fill:#8b5cf6}.toastBodyCustom{color:#1f2937}.toastProgressCustom{background:linear-gradient(90deg,#8b5cf6)}.toastProgress{height:3px;background:#0000001a}.toastCloseButton{cursor:pointer;position:absolute;right:20px;top:50%;transform:translateY(-50%);width:18px;height:18px;border:none;background:transparent}[data-theme=dark] .toastContainer,[data-theme=dark] .toastSuccess,[data-theme=dark] .toastError,[data-theme=dark] .toastWarning,[data-theme=dark] .toastInfo,[data-theme=dark] .toastCustom{background-color:#1f2937;color:#f9fafb}[data-theme=dark] .toastCloseButton{color:#ffffff80}[data-theme=dark] .toastCloseButton:hover{color:#fffc}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}@media(max-width:768px){.toastContainer,.toastSuccess,.toastError,.toastWarning,.toastInfo,.toastCustom{font-size:13px;margin-bottom:8px;padding:12px}.toastCloseButton{right:8px;top:8px}}@media(prefers-reduced-motion:reduce){.toastContainer.Toastify__toast--enter,.Toastify__toast--enter.toastSuccess,.Toastify__toast--enter.toastError,.Toastify__toast--enter.toastWarning,.Toastify__toast--enter.toastInfo,.Toastify__toast--enter.toastCustom,.toastContainer.Toastify__toast--exit,.Toastify__toast--exit.toastSuccess,.Toastify__toast--exit.toastError,.Toastify__toast--exit.toastWarning,.Toastify__toast--exit.toastInfo,.Toastify__toast--exit.toastCustom{animation:none}}.searchContainer{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;height:40px;padding:8px 10px 8px 12px;gap:8px;border-radius:8px;border:1px solid #f8fafb;box-shadow:0 1px 2px #6438f514;background:#fff}.searchContainer .searchIcon{width:20px;height:20px}.searchContainer .searchInput{color:#20232c;font-size:14px;font-weight:400;line-height:20px;width:100%;border:none}.searchContainer .searchInput::placeholder{color:#888e9e}.searchContainer .searchInput:focus{outline:none}.searchContainer.searchContainer2{border:1px solid #f4f5f6}.optionsContainer{border-radius:8px;border:1px solid #e5e6e9;background:#fff;box-shadow:0 4px 10px #0000001a;padding:4px;position:absolute;right:0;z-index:1000}.optionsContainer .optionWrapper{cursor:pointer;padding:10px 7px 10px 14px;display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:12px;width:unset}.optionsContainer .optionWrapper:hover{border-radius:4px;background:#e5e6e9}.optionsContainer .optionWrapper.changePadding{padding:8px 12px}.optionsContainer .optionWrapper .optionIcon{height:20px;width:20px}.optionsContainer .optionWrapper .optionIcon img{height:100%;width:100%}.optionsContainer .optionWrapper .optionName{color:#20232c;font-size:14px;font-weight:500;line-height:18px;letter-spacing:-.3px}.coachTableAction{width:140px;right:26px;top:0}.coachTableAction.lastRowAction{top:-125px!important}.studentTableAction{width:140px;right:35px;top:0}.studentTableAction.lastRowAction{top:-125px!important}.schoolTableAction{width:140px;right:25px;top:0}.schoolTableAction.lastRowAction{top:-125px!important}.gameMenu{width:140px}.sumitOptionClass{top:110%}.sumitOptionClass .optionWrapper .optionIcon{height:20px;width:20px}.changePadding{top:-5px;right:-12px}.partnerOptionClass{top:5px}.button{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:4px;outline:none;border-radius:8px;padding:10px 8px;cursor:pointer;margin-top:unset}.button .imageWrapper{width:20px;height:20px}.button .imageWrapper img{width:100%;height:100%}.button span{font-size:14px;font-weight:500;line-height:20px;text-align:center}.rowReverse{flex-direction:row-reverse}.outlineButtonGray{height:40px;border:1px solid #e5e6e9;background:#fff;box-shadow:0 1px 2px #6438f514}.outlineButtonGray span{color:#515769;padding:0 4px}.outlineButtonGray:disabled{cursor:not-allowed;opacity:.5}.btnBorderBlue{display:flex;width:125px;height:46px;padding:11.5px 16px;justify-content:center;align-items:center;gap:4.6px;border-radius:8px;border:1.15px solid var(--Blue, #0078d0);box-shadow:0 1.15px 2.3px #6438f514;background:#fff}.btnBorderBlue span{color:var(--Blue, #0078d0);text-align:center;font-size:14px;font-style:normal;font-weight:700;line-height:160%}.btnBorderBlueUpload{display:flex;height:46px;padding:11.5px 16px;justify-content:center;align-items:center;gap:4.6px;border-radius:8px;border:1.15px solid var(--Blue, #0078d0);box-shadow:0 1.15px 2.3px #6438f514;background:#fff}.btnBorderBlueUpload span{color:var(--Blue, #0078d0);text-align:center;font-size:14px;font-style:normal;font-weight:500;line-height:160%}.btnBorderBlueUpload:disabled{cursor:not-allowed;opacity:.5}.outlineButtonWithoutIcon{padding:10px 16px;border:1px solid #eaedf2;background:#fff;box-shadow:0 1px 2px #6438f514}.outlineButtonWithoutIcon span{padding:0}.outlineButtonWithoutIcon:hover{border:1px solid #0078d0;color:#0078d0}.outlineButtonWithoutIcon:disabled{cursor:not-allowed}.blueButtonWithoutIcon{padding:10px 16px;background-color:var(--Blue, #0078d0);box-shadow:0 1.15px 2.3px #6438f514;border:1px solid #fff}.blueButtonWithoutIcon span{color:#fff}.blueButtonWithoutIcon:disabled{cursor:not-allowed;opacity:.7}.blueButtonWidth{display:flex;justify-content:center;align-items:center;flex-direction:row;width:125px;height:46px;padding:10px 16px;background-color:var(--Blue, #0078d0);box-shadow:0 1.15px 2.3px #6438f514;border:1px solid #fff}.blueButtonWidth span{color:#fff}.blueButtonWidth:disabled{cursor:not-allowed;opacity:.7}.whiteButtonWidth{display:flex;justify-content:center;align-items:center;flex-direction:row;width:125px;height:46px;padding:10px 16px;background:#fff;box-shadow:0 1.15px 2.3px #6438f514;border:1.15px solid #e5e6e9}.whiteButtonWidth span{color:#e85054}.whiteButtonWidth:disabled{cursor:not-allowed;opacity:.7}.blueButton{border:none;border-radius:8px;background-color:var(--Blue, #0078d0);box-shadow:0 1.15px 2.3px #6438f514;padding:8px 16px;gap:4.6px}.blueButton span{color:#fff;padding:0 4.6px;line-height:24px}.blueButton:disabled{cursor:not-allowed;opacity:.7}.rowCountBoxContainer{padding:8px 10px 8px 12px;display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:8px;border-radius:8px;border:1px solid #e5e6e9;background:#fff;position:relative;cursor:pointer}.rowCountBoxContainer .imageWrapper{width:20px;height:20px}.rowCountBoxContainer .rowCountDropDown{position:absolute;width:100%;bottom:100%;left:0}.tableFooterPaginationWrapper .pagination{display:flex;gap:8px;list-style:none;padding:0;margin:0}.tableFooterPaginationWrapper .page-link{display:block;width:36px;height:36px;padding:8px;border-radius:8px;cursor:pointer;text-decoration:none}.tableFooterPaginationWrapper .selected .page-link{background:#111;color:#fff}.tableFooterPaginationWrapper .prevLabel,.tableFooterPaginationWrapper .nextLabel{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:4px}.tableFooterPaginationWrapper .prevLabel span,.tableFooterPaginationWrapper .nextLabel span{color:#7e8495;text-align:center;font-size:14px;font-weight:500;line-height:24px;letter-spacing:-.3px}.tableFooterPaginationWrapper .prevLabel .imageWrapper,.tableFooterPaginationWrapper .nextLabel .imageWrapper{width:16px;height:16px}.tableFooterPaginationWrapper .prevLabel .imageWrapper img,.tableFooterPaginationWrapper .nextLabel .imageWrapper img{width:100%;height:100%}.tableFooterPaginationWrapper .prevLabel .imageWrapper .left,.tableFooterPaginationWrapper .nextLabel .imageWrapper .left{transform:rotate(90deg)}.tableFooterPaginationWrapper .prevLabel .imageWrapper .right,.tableFooterPaginationWrapper .nextLabel .imageWrapper .right{transform:rotate(-90deg)}.tableFooterPaginationWrapper .pagination li{font-size:14px;font-weight:500;line-height:24px;border:1px solid #e5e6e9;cursor:pointer;border-radius:8px;min-width:36px;color:#7e8495;text-align:center;letter-spacing:-.3px}.tableFooterPaginationWrapper .pagination li a{display:block;height:36px;padding:6px 8px 8px;border-radius:8px;cursor:pointer}.tableFooterPaginationWrapper .pagination li.active{border-color:#20232c;color:#20232c}.tableFooterPaginationWrapper .pagination li.disabled{opacity:.5;cursor:not-allowed}.tableFooterPaginationWrapper .pagination li.disabled a{cursor:not-allowed}.yearDropdown{position:relative;display:inline-block;min-width:140px}.yearDropdown .dropdownHeader{display:flex;justify-content:space-between;align-items:center;flex-direction:row;padding:8px 14px;border-radius:8px;border:1px solid #e5e6e9;background:#fff;cursor:pointer;transition:all .2s ease-in-out}.yearDropdown .dropdownHeader .selectedYear{color:#515769;font-size:14px;font-weight:500;line-height:24px;letter-spacing:-.3px}.yearDropdown .dropdownHeader .dropdownArrow{width:20px;height:20px;transition:transform .2s ease-in-out}.yearDropdown .dropdownHeader .dropdownArrow.rotated{transform:rotate(180deg)}.yearDropdown .dropdownOptions{position:absolute;top:110%;left:0;right:0;z-index:1000;background:#fff;padding:4px;border-radius:8px;border:1px solid #eaedf2;box-shadow:0 4px 10px #0000001a;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:4px}.yearDropdown .dropdownOptions .dropdownOption{width:100%;cursor:pointer;padding:8px 12px;border-radius:8px;transition:background-color .2s ease-in-out;color:#0f0f10;font-size:14px;font-weight:500;line-height:20px}.yearDropdown .dropdownOptions .dropdownOption:hover,.yearDropdown .dropdownOptions .dropdownOption.selected{background-color:#eaedf2}.filterSelectOptionContainer{padding:12px 0;border-radius:8px;border:1px solid #eaedf2;background:#fff;box-shadow:0 4px 10px #0000001a;width:100%;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;gap:12px;max-height:250px;overflow-x:auto}.filterSelectOptionContainer .multiOptions{padding:0 8px;width:100%}.filterSelectOptionContainer .multiOptions .multiOptionItem{width:100%;display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:12px;cursor:pointer;padding:10px 6px 10px 14px;border-radius:8px;background-color:#fff}.filterSelectOptionContainer .multiOptions .multiOptionItem .imageWrapper{width:20px;height:20px}.filterSelectOptionContainer .multiOptions .multiOptionItem span{color:#0f0f10;font-size:14px;font-weight:400;line-height:20px}.filterSelectOptionContainer .multiOptions .multiOptionItem:hover{background-color:#eaedf2}.filterSelectOptionContainer .singleOptions{padding:0 8px;width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column}.filterSelectOptionContainer .singleOptions .singleOptionsItem{padding:10px 6px 10px 14px;border-radius:8px;background-color:#fff;width:100%;cursor:pointer;color:#0f0f10;font-size:14px;font-weight:400;line-height:20px}.filterSelectOptionContainer .singleOptions .singleOptionsItem:hover,.filterSelectOptionContainer .singleOptions .active{background-color:#eaedf2}.filterSelectOptionContainer .footerButtons{border-top:1px solid #eaedf2;padding-top:12px;padding-right:12px;width:100%;display:flex;justify-content:flex-end;align-items:flex-start;flex-direction:row;gap:12px}.filterDropButtonContainer{flex:1;position:relative;min-width:180px;max-width:313px}.filterDropButtonContainer .filterDropButton{display:flex;justify-content:space-between;align-items:center;flex-direction:row;border-radius:8px;border:1px solid #e5e6e9;background:#fff;width:100%;margin-top:0;padding:8px 10px 8px 14px}.filterDropButtonContainer .filterDropButton span{color:#515769;font-size:14px;font-weight:500;line-height:24px;letter-spacing:-.3px}.filterDropButtonContainer .filterDropButton .imageContainer .imageWrapper{width:20px;height:20px;transition:transform .2s ease-in-out}.filterDropButtonContainer .filterDropButton .imageContainer .imageWrapper.active{transform:rotate(180deg)}.filterDropButtonContainer .filterDropDown{position:absolute;top:105%;left:0;width:100%;z-index:6;width:313px}.filterDropButtonContainer .filterDropDown.alignRight{left:auto;right:0}.yearFilter{min-width:143px}.yearFilter .filterDropDown,.selectOption .filterDropDown{width:100%}.selectedFilterButton{border:none;outline:none;padding:8px 12px;border-radius:8px;background:#f4f5f6;display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:8px}.selectedFilterButton .filterDetails{color:#7e8495;font-size:14px;font-weight:500;line-height:24px;letter-spacing:-.3px;text-transform:capitalize}.selectedFilterButton .imageWrapper{width:16px;height:16px}.tableFilterWrapper{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:16px}.tableFilterWrapper .searchBarContainer{display:flex;justify-content:space-between;align-items:flex-start;flex-direction:row;flex-wrap:wrap;gap:16px;width:100%}.tableFilterWrapper .searchBarContainer .searchFilter{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:16px}.tableFilterWrapper .filterContainer{border-radius:12px;background:#f4f5f6;padding:10px 20px;width:100%;display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:16px;flex-wrap:wrap}.tableFilterWrapper .filterResultContainer{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:8px}.tableFilterWrapper .filterResultContainer .resultTitle{width:100%;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:row;gap:8px}.tableFilterWrapper .filterResultContainer .resultTitle h4{color:#20232c;font-size:14px;font-weight:600;line-height:21px;padding:9.5px 0}.tableFilterWrapper .filterResultContainer .filterResultWrapper{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:12px;flex-wrap:wrap}.tabsContainer{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:row}.tabsContainer .tabItem{padding:8px 10px;color:#515769;text-align:center;font-size:16px;font-weight:600;line-height:20px;letter-spacing:-.3px;cursor:pointer;transition:all .3s ease;border-bottom:1px solid #eaedf2}.tabsContainer .tabItem.active{color:#0078d0;position:relative}.tabsContainer .tabItem.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background-color:#0078d0;z-index:1}.campsTabs .tabItem{padding:20px 16px}.defaultTableContainer{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:16px;overflow-x:auto;max-height:100vh;overflow-y:auto;-webkit-overflow-scrolling:touch;height:100%}.defaultTableContainer .tableWrappers{width:100%}.defaultTableContainer .tableWrappers table{border-collapse:collapse;width:100%;border-radius:8px;min-width:1000px}.defaultTableContainer .tableWrappers table thead tr{background:#f4f5f6;border-top-left-radius:8px;border-top-right-radius:8px}.defaultTableContainer .tableWrappers table thead tr th{padding:8px 16px;text-align:left;color:#7e8495;font-size:12px;font-weight:500;line-height:18px;letter-spacing:-.3px;height:40px;background:#f4f5f6;position:sticky;top:-1px;z-index:2}.defaultTableContainer .tableWrappers table thead tr th:first-child{border-top-left-radius:8px}.defaultTableContainer .tableWrappers table thead tr th:last-child{border-top-right-radius:8px}.defaultTableContainer .tableWrappers table thead tr th.changeFont{font-weight:400;letter-spacing:normal}.defaultTableContainer .tableWrappers table tbody tr{background-color:#fff;transition:background-color .3s ease}.defaultTableContainer .tableWrappers table tbody tr:hover{background-color:#cce4f666}.defaultTableContainer .tableWrappers table tbody tr td{color:#20232c;padding:6px 16px;border-bottom:1px solid #f4f5f6;height:64px;font-size:14px;font-weight:400;line-height:20px}.defaultTableContainer .tableWrappers table tbody tr td p{color:#7e8495;font-size:12px;font-weight:400;line-height:18px}.defaultTableContainer .tableWrappers .ndfCon{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:8px;padding:60px 0}.defaultTableContainer .tableWrappers .ndfCon .ndfImg{width:134px;height:90px}.defaultTableContainer .tableWrappers .ndfCon .ndfText{color:#000;text-align:center;font-size:12px;font-weight:400;line-height:18px}.footerWrapper{width:100%;display:flex;justify-content:space-between;align-items:center;flex-direction:row;gap:20px;padding:16px 0}.footerWrapper .dataDisplay{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:16px}.footerWrapper .dataDisplay .showingText{color:#7e8495;font-size:14px;font-weight:500;line-height:24px;letter-spacing:-.3px}.footerWrapper .dataDisplay .rowWrapper{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;gap:8px}.footerWrapper .dataDisplay .rowWrapper .totalDataCount{color:#7e8495;font-size:14px;font-weight:500;line-height:24px;letter-spacing:-.3px}.footerWrapper .paginationWrapper{margin-left:auto}.coachTable .tableWrappers table tbody tr td{color:#515769;font-size:14px;font-weight:500;line-height:24px;letter-spacing:-.3px}.coachTable .tableWrappers table tbody tr td:first-child{color:#20232c}.coachTable .tableWrappers table tbody tr td:last-child .action{position:relative}.coachTable .tableWrappers table tbody tr td:last-child .action .imageWrapper{width:20px;height:20px;cursor:pointer}.coachTable .tableWrappers table tbody tr td:last-child .action .actionOptions{position:absolute;right:0}.studentTable .tableWrappers table tbody tr td{color:#515769;font-size:14px;font-weight:500;line-height:24px;letter-spacing:-.3px}.studentTable .tableWrappers table tbody tr td:first-child{color:#20232c}.studentTable .tableWrappers table tbody tr td:last-child .action{position:relative}.studentTable .tableWrappers table tbody tr td:last-child .action .imageWrapper{width:20px;height:20px;cursor:pointer}.studentTable .tableWrappers table tbody tr td:last-child .action .actionOptions{position:absolute;right:0}.schoolTable .tableWrappers table tbody tr td{color:#515769;font-size:14px;font-weight:500;line-height:24px;letter-spacing:-.3px}.schoolTable .tableWrappers table tbody tr td:first-child{color:#20232c}.schoolTable .tableWrappers table tbody tr td:last-child .action{position:relative}.schoolTable .tableWrappers table tbody tr td:last-child .action .imageWrapper{width:20px;height:20px;cursor:pointer}.schoolTable .tableWrappers table tbody tr td:last-child .action .actionOptions{position:absolute;right:0}.lessonDetailTable .tableWrappers table tbody tr td{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.lessonDetailTable .tableWrappers table tbody tr td:first-child{width:300px}.lessonDetailTable .tableWrappers table tbody tr td:last-child{max-width:calc(100vh - 300px)}.sportDetailTable .tableWrappers table tbody tr td{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.sportDetailTable .tableWrappers table tbody tr td:first-child,.sportDetailTable .tableWrappers table tbody tr td:nth-child(2){min-width:120px}.sportDetailTable .tableWrappers table tbody tr td:nth-child(3){min-width:150px}.sportDetailTable .tableWrappers table tbody tr td:nth-child(4),.sportDetailTable .tableWrappers table tbody tr td:nth-child(5),.sportDetailTable .tableWrappers table tbody tr td:nth-child(6),.sportDetailTable .tableWrappers table tbody tr td:nth-child(7),.sportDetailTable .tableWrappers table tbody tr td:nth-child(8),.sportDetailTable .tableWrappers table tbody tr td:nth-child(9){min-width:250px;max-width:250px}.individualDetailsTableContainer{width:100%;padding:20px;border-radius:12px;border:1px solid #eaedf2}.individualDetailsTableContainer .individualDetailsTableWrapper{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:16px}.individualDetailsTableContainer .individualDetailsTableWrapper .topContent{display:flex;justify-content:space-between;align-items:center;flex-direction:row;width:100%;padding-bottom:8px;border-bottom:1px solid #eaedf2}.individualDetailsTableContainer .individualDetailsTableWrapper .topContent h1{color:#0f0f10;font-size:20px;font-weight:600;line-height:130%}.individualDetailsTableContainer .individualDetailsTableWrapper .bottomContent{display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;gap:16px;width:100%}
