@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);: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:hsla(0,0%,100%,.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-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;-webkit-transform:translateX(-50%);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%;-webkit-transform:translateX(-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;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);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{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Toastify--animate-icon{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;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:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;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}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;-webkit-transform-origin:left;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;-webkit-transform-origin:right;transform-origin:right}.Toastify__spinner{-webkit-animation:Toastify__spin .65s linear infinite;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}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.style_table__srGI\+{border-radius:0!important;box-shadow:none!important}.style_table__srGI\+::-webkit-scrollbar{display:none}.style_noUserCard__y5Pug{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px}.style_tableItem__Wtag1{color:#000;color:var(--gray-gray-08,#000);font-family:Poppins;font-size:14px;font-style:normal;line-height:20px}.style_card__JcEFv{min-height:100px}.style_bookCover__\+GYep{height:40px;width:37.333px}.style_tabs__2Ppd2{-webkit-font-feature-settings:"clig" off,"liga" off!important;font-feature-settings:"clig" off,"liga" off!important;font-family:Poppins!important;font-size:14px!important;font-style:normal!important;font-weight:600!important;line-height:24px!important}.style_tableRow__hWhYt td{min-width:180px!important}.style_actionBtn__HAseT button{background-color:transparent;border:none;color:#868e96;cursor:pointer;margin-right:10px}.style_tableHeading__fr0kp{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_tableSubHeading__ic1j6{font-size:14px;font-weight:400;line-height:20px}.style_tableHead__xCs9B th,.style_tableSubHeading__ic1j6{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-style:normal}.style_tableHead__xCs9B th{background-color:#f9fafb;border-top:1px solid #d9d9d9;font-size:13px;font-weight:500;line-height:18px;padding:12px 16px}.style_gridContainer__grmn3{align-items:center;display:flex;justify-content:center;margin-right:10px;position:relative}.style_input__tkcsS{border:1px solid #868e96;border:1px solid var(--gray-gray-06,#868e96);border-radius:32px;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:24px;padding:10px 14px 10px 40px}.style_input__tkcsS:focus-visible{outline:none}.style_searchIcon__cPw2O{left:0;padding-left:10px;position:absolute;top:13px}.style_filterContainer__2pLBE{align-items:center;display:flex}.style_topHeadContainer__N--c0{display:flex;justify-content:space-between;margin-bottom:20px;padding:16px}.style_topLevelContainer__xjR1U{background-color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important;margin-top:35px}@media screen and (max-width:767px){.style_filterContainer__2pLBE,.style_topHeadContainer__N--c0{display:block}.style_input__tkcsS{width:100%}.style_gridContainer__grmn3{margin-right:0}.style_filterStyles__C3PUP{width:100%}.style_tableSubHeading__ic1j6{margin-bottom:30px}}.style_cardContainer__2p49L{box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important;position:relative}.style_statsLabel__1s8L2{bottom:16px;color:#000;font-family:Poppins;font-size:30px;font-style:normal;font-weight:600;line-height:38px;position:absolute}.style_cardContentContainer__StqYE{min-height:100px;padding:16px!important}.style_icon__sHZ8R{color:#9a469b;margin-right:10px}.style_iconContainer__7ZlvI{align-items:center;display:flex;margin-bottom:16px}.style_label__gbzI-{font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:24px}.style_paginationContainer__q5GTx{align-items:center;display:flex;justify-content:space-between;padding:16px}.style_nextBtn__DKSbS{align-items:center;background-color:transparent;border:1px solid #adb5bd;border-radius:8px;color:#000;color:var(--gray-gray-10,#000);cursor:pointer;display:flex;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:20px;padding:10px}.style_nextBtn__DKSbS span{margin-right:10px}.style_previousBtn__JXTJC{align-items:center;background-color:transparent;border:1px solid #adb5bd;border-radius:8px;color:#000;color:var(--gray-gray-10,#000);cursor:pointer;display:flex;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:20px;padding:10px}.style_previousBtn__JXTJC span{margin-left:10px}button:disabled{color:#adb5bd}button:disabled svg path{fill:#adb5bd;stroke:#adb5bd}@media screen and (max-width:700px){.style_nextBtn__DKSbS,.style_previousBtn__JXTJC{display:none}.style_paginationContainer__q5GTx{justify-content:center}}.style_button__Y4tPQ{background:#fff!important;background:var(--White,#fff)!important;border:1px solid #868e96!important;border:1px solid var(--gray-gray-06,#868e96)!important;border-radius:32px!important;box-shadow:0 1px 2px 0 rgba(16,24,40,.05)!important;color:#868e96!important;display:flex!important;font-family:Poppins!important;font-size:12px!important;justify-content:space-between!important;min-width:120px!important;padding:9px 16px!important;text-transform:none!important}.style_selectedOption__uvU3s{align-items:center;background:#fff3ff;color:#9a469b;display:flex;font-size:12px;justify-content:center;margin-top:5px;padding:5px;position:absolute;width:auto}.style_selectionOptionIcon__7bgsZ{cursor:pointer;font-size:12px!important;margin-left:5px}@media screen and (max-width:500px){.style_button__Y4tPQ{margin-top:20px!important;width:100%}}.style_boxWrapper__-yzW7{align-items:center;box-shadow:inset 0 -2px 3px 0 rgba(16,24,40,.1)!important;display:flex;gap:1rem;justify-content:center;padding:.5rem 1rem 1rem}.style_totalItems__2BENc{color:#9a469b;font-weight:700}.style_selectWrapper__1PDYm{align-items:center;display:flex;gap:.5rem;justify-content:center}.style_selectElement__m7nPP{padding:.5rem 0}.style_formControl__fti0\+{border:1px solid #adb5bd!important;border-radius:4px;padding:.2rem}.style_formControl__fti0\+ input{font-family:poppins}.style_formControl__fti0\+>div>div{padding-left:.2rem!important;padding-right:20px!important}.style_loaderContainer__xVipt{align-items:center;background:rgba(0,0,0,.4);bottom:0;color:#fff;display:flex;font-size:18px;font-weight:700;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:999999}.style_otpContainer__gRKWl{display:flex;justify-content:center;margin-top:40px}.style_otpContainer__gRKWl div input{background-color:#f2f7fb;border:none;border-radius:12px;color:#0f1106;color:var(--light-black-black-100,#0f1106);font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;height:60px;line-height:140%;margin-left:20px;text-align:center;width:68px!important}.style_otpContainer__gRKWl div input:focus-visible{outline:none}.style_otpContainer__gRKWl div input::-webkit-inner-spin-button,.style_otpContainer__gRKWl div input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.style_otpContainer__gRKWl div input[type=number]{-moz-appearance:textfield}.style_title__j6GgL{color:#0f1106;color:var(--gray-gray-10,#0f1106);font-family:Poppins;font-size:27px;font-style:normal;font-weight:600;line-height:48px;margin-bottom:0!important;margin-top:20px!important;text-align:center}.style_subTitle__g4Ib7{color:#868e96;color:var(--gray-gray-07,#868e96);text-align:center}.style_heading__pkeJm,.style_subTitle__g4Ib7{font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:normal;margin-top:0!important}.style_heading__pkeJm{color:#0f1106;color:var(--gray-gray-07,#0f1106);margin-bottom:10px!important}.style_heading__pkeJm span{color:#9a469b!important;margin-left:5px}.style_dialogContent__K7EHU{padding:35px!important}.style_btnContainer__1vVbF{display:flex;justify-content:end;margin-top:60px}.style_btnCustom__O34KP{border:1.5px solid #9a469b;margin-right:15px;padding-left:20px;padding-right:20px;width:100%}.style_btnInsideOut__RcolV{background:transparent!important;border:1.5px solid #9a469b!important;color:#000!important;padding-left:20px!important;padding-right:20px!important;width:auto!important;width:100%!important}.style_crossIcon__mJmel{cursor:pointer;display:flex;justify-content:end;position:relative}.style_prevBtn__58eT7{left:25px;min-width:auto!important;position:absolute!important;top:35px}.style_input__pHkhF:focus-visible{outline:none}.style_insideContainer__XT-1\+{width:85%}.style_errorText__FCFPM{color:red;display:flex;font-size:12px;height:30px;justify-content:start}.style_iconContainer__sKRir{color:#868e96;cursor:pointer;position:absolute;right:29px;top:11px}@media screen and (max-width:580px){.style_insideContainer__XT-1\+{width:100%!important}.style_dialogContent__K7EHU{padding:24px!important}.style_otpContainer__gRKWl div input{margin-left:4px!important}.style_title__j6GgL{font-size:21px;margin-top:60px!important}}.style_loader__VinNh{height:18px!important;width:18px!important}.style_button__ye7c2{background-color:#9a469b;border:none;border-radius:32px;color:#fff;cursor:pointer;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:normal;padding:10px;width:100%}.style_box__SoMK\+{background-color:#fbfdff;height:100vh}.style_box__SoMK\+,.style_cardContainer__xbH3V{align-items:center;display:flex;justify-content:center}.style_cardContainer__xbH3V{background:#fff;border:1px solid #adb5bd;border:1px solid var(--gray-gray-06,#adb5bd);border-radius:28px!important;flex-direction:column;height:500px;padding:30px 0;width:660px}.style_logo__LTxXm{height:87.659px;padding-bottom:32px;width:133px}.style_label__wmxdX{color:#0f1106;color:var(--gray-gray-10,#0f1106);display:flex;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;justify-content:start;line-height:normal;padding-bottom:10px}.style_gridContainer__mq1sU{display:flex;flex-direction:column;width:400px}.style_customInput__ATsGZ{border:1.5px solid #adb5bd;border-radius:50px;box-sizing:border-box;color:#0f1106;color:var(--gray-gray-09,#0f1106);font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;height:30px;line-height:normal;padding:25px 15px;width:100%}.style_customInput__ATsGZ:focus-visible{outline:none}.style_customerContainer__7el-F{display:flex;justify-content:space-between;width:400px}.style_checkbox__1QFC6{color:#1897a6!important}.style_button__qWQnM{background:#9a469b;border:none;border-radius:32px;color:#fff;color:var(--gray-gray-01,#fff);cursor:pointer;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;height:50px;line-height:normal;margin-top:30px;width:400px}.style_errorText__aGT3B{color:red;display:flex;font-size:12px;height:20px;justify-content:start}.style_labelHead__TKkUj{align-items:center;color:#adb5bd;color:var(--gray-gray-07,#adb5bd);cursor:pointer;display:flex;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.style_gridCenter__V2ahO{display:flex;justify-content:center}.style_forgetLabel__Y93pV{align-items:center;color:#1897a6;color:var(--main-colors-dark-green,#1897a6);cursor:pointer;display:flex;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:20px;text-align:right}.style_icon__oZcuX{color:#adb5bd;cursor:pointer;position:absolute;right:13px;top:13px}@media screen and (max-width:767px){.style_cardContainer__xbH3V{border:none;box-shadow:none!important}.style_form__Fi7iC{width:90%}.style_button__qWQnM,.style_customerContainer__7el-F,.style_gridContainer__mq1sU{width:100%}}.style_table__qF0KK{border-radius:0!important;box-shadow:none!important}.style_table__qF0KK::-webkit-scrollbar{display:none}.style_tableItem__j7d-w{color:#000;color:var(--gray-gray-08,#000);font-family:Poppins;font-size:14px;font-style:normal;line-height:20px}.style_actionBtn__YT89x button{background-color:transparent;border:none;color:#868e96;cursor:pointer;margin-right:10px}.style_tableRow__dgTS5 td{min-width:180px!important}.style_accept__Ft8c2{background-color:#1897a6;margin-right:10px}.style_accept__Ft8c2,.style_reject__-ixBg{border:none;border-radius:5px;color:#fff;cursor:pointer;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding:5px 18px}.style_reject__-ixBg{background-color:#ef437b}.style_tableHeading__9p6Ca{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_tableSubHeading__v30pf{font-size:14px;font-weight:400;line-height:20px}.style_tableHead__pt9eS th,.style_tableSubHeading__v30pf{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-style:normal}.style_tableHead__pt9eS th{background-color:#f9fafb;border-top:1px solid #d9d9d9;font-size:13px;font-weight:500;line-height:18px;padding:12px 16px}.style_gridContainer__EBPKx{align-items:center;display:flex;justify-content:center;margin-right:10px;position:relative}.style_input__46IZp{border:1px solid #868e96;border:1px solid var(--gray-gray-06,#868e96);border-radius:32px;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:24px;padding:10px 14px 10px 40px}.style_input__46IZp:focus-visible{outline:none}.style_searchIcon__-uOxC{left:0;padding-left:10px;position:absolute;top:13px}.style_filterContainer__7iNZP{align-items:center;display:flex}.style_topHeadContainer__ff0l-{display:flex;justify-content:space-between;margin-bottom:20px;padding:16px}.style_topLevelContainer__ftUcH{background-color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important;margin-top:35px}@media screen and (max-width:767px){.style_filterContainer__7iNZP,.style_topHeadContainer__ff0l-{display:block}.style_input__46IZp{width:100%}.style_gridContainer__EBPKx{margin-right:0}.style_filterStyles__mJHwy{width:100%}.style_tableSubHeading__v30pf{margin-bottom:30px}}.style_card__7CR\+U{box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important}.style_cardContent__ItUGu{padding:35px!important}.style_btn__V4xhY{padding:10px 15px;width:auto}.style_upperGrid__F533I{display:flex;justify-content:space-between;margin-top:15px}.style_bookTitle__x\+\+CB{color:#9a469b;color:var(--main-colors-primary,#9a469b);font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal}.style_mainContainer__F1\+8F{margin-top:30px!important;padding:0 20px}.style_bookImage__Zl0L1{height:360px;object-fit:cover;width:280px}.style_bookInfo__3xW8i{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.style_gridSingleContainer__Z98vI{margin-top:0!important;padding:16px}.style_title__aLR3P{font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.style_subTitle__AXF\+\+{font-size:16px;line-height:normal}.style_description__wuCqj,.style_subTitle__AXF\+\+{color:#0f1106;color:var(--gray-gray-10,#0f1106);font-family:Poppins;font-style:normal;font-weight:400;margin-top:10px}.style_description__wuCqj{font-size:14px;line-height:28px}.style_descriptionUrdu__GHh-l{color:#0f1106;color:var(--gray-gray-10,#0f1106);font-family:Urdu!important;font-size:20px;font-style:normal;font-weight:400;line-height:28px;margin-top:10px}@media screen and (max-width:1380px){.style_bookImage__Zl0L1{object-fit:contain;width:85%!important}.style_imageContainer__24y8T{display:flex;justify-content:center;margin-bottom:20px}}@media screen and (max-width:500px){.style_upperGrid__F533I{display:block}.style_btn__V4xhY{margin:20px 0;width:100%}.style_title__aLR3P{margin-top:20px}}.style_table__dmaoW{border-radius:0!important;box-shadow:none!important}.style_table__dmaoW::-webkit-scrollbar{display:none!important}.style_tableItem__qDWk7{color:#000;color:var(--gray-gray-08,#000);font-family:Poppins;font-size:14px;font-style:normal;line-height:20px}.style_actionBtn__pwH9X button{background-color:transparent;border:none;color:#868e96;cursor:pointer;margin-right:10px}.style_noUserCard__TWWSz{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px}.style_tableRow__zOfGH td{min-width:180px!important}.style_accept__6VCyM{background-color:#1897a6;margin-right:10px}.style_accept__6VCyM,.style_reject__mQZ9F{border:none;border-radius:5px;color:#fff;cursor:pointer;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding:5px 18px}.style_reject__mQZ9F{background-color:#ef437b}.style_tableHeading__zZ21r{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_tableSubHeading__z0qlD{font-size:14px;font-weight:400;line-height:20px}.style_tableHead__iL5iv th,.style_tableSubHeading__z0qlD{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-style:normal}.style_tableHead__iL5iv th{background-color:#f9fafb;border-top:1px solid #d9d9d9;font-size:13px;font-weight:500;line-height:18px;padding:12px 16px}.style_gridContainer__Jlszd{align-items:center;display:flex;justify-content:center;margin-right:10px;position:relative}.style_input__qHN2E{border:1px solid #868e96;border:1px solid var(--gray-gray-06,#868e96);border-radius:32px;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:24px;padding:10px 14px 10px 40px}.style_input__qHN2E:focus-visible{outline:none}.style_searchIcon__NKJnb{left:5px;padding-left:10px;position:absolute;top:31px!important}.style_filterContainer__DVDg2{align-items:center;display:flex}.style_topHeadContainer__184jy{display:flex;justify-content:space-between;padding:16px}.style_topLevelContainer__CTAMf{background-color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important;margin-top:35px}.style_statusApproved__fQYpa{background:#ecfdf3;border-radius:5px;color:green;padding:5px 10px}.style_statusRejected__Y3IDo{background:#fef3f2;border-radius:5px;color:red;padding:5px 10px}.style_bookCover__s5Lyy{height:40px;width:37.333px}@media screen and (max-width:767px){.style_filterContainer__DVDg2,.style_topHeadContainer__184jy{display:block}.style_input__qHN2E{width:100%}.style_gridContainer__Jlszd{margin-right:0}.style_filterStyles__zCyVO{width:100%}.style_tableSubHeading__z0qlD{margin-bottom:20px}}.style_cardContainer__L93F3{box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important;padding-bottom:0!important}.style_cardContentWrapper__4SQ6y{padding-bottom:16px!important;position:relative}.style_gridContainer__JNwwy{align-items:center;display:flex}.style_mouBtn__QRtwW{padding-left:25px;padding-right:25px;width:auto}.style_nameLabel__bAlSH{color:#000;color:var(--gray-gray-08,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:normal}.style_username__cuSev{color:#868e96!important;display:block;font-size:12px!important;line-break:anywhere;margin:auto;max-width:385px;text-align:center}.style_status__IzsAt:after{content:":"}.style_publisherStatus__n1MEX{display:flex;gap:1rem;padding-right:1rem;padding-top:1rem;position:absolute;right:0;top:0}.style_publisherStatus__n1MEX li{margin:0!important}.style_statusWrapper__JFDqq{margin-right:0!important;padding:1rem;position:absolute;right:0;top:0}.style_statuses__1Hor1{align-items:end;display:flex;flex-direction:column;padding:1rem;position:absolute;right:0;top:0}.style_mouStatus__COEh-{color:#b42318}.style_statuses__1Hor1 li{margin:0!important}@media screen and (max-width:768px){.style_statusWrapper__JFDqq,.style_statuses__1Hor1{padding:0;position:relative}.style_statuses__1Hor1{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem}}.style_rejected__8y9Wq{border-radius:4px;color:#9a469b;padding:.5rem}.style_active__hKvGy{color:#1897a6}.style_pending__SUDhr{color:#fda504}.style_sectionsLabel__9NbUV{color:#0d2a52;color:var(--text-color,#0d2a52);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.style_upperContainer__gW7-G{border-bottom:1px solid #d9d9d9;display:flex;justify-content:space-between;padding-bottom:25px}.style_listing__7\+tyg{display:flex;flex-wrap:wrap;margin-bottom:0;margin-top:0;padding:1rem .5rem .5rem;row-gap:1rem}.style_listing__7\+tyg li{align-items:center;color:#0d2a52;color:var(--text-color,#0d2a52);display:flex;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal;margin-right:20px;margin-top:5px}.style_listing__7\+tyg li span{margin-left:5px}.style_addressIconWrapper__r2dhj svg path,.style_listing__7\+tyg svg path{stroke:#9a469b}.style_toolTipWrapper__N-\+hN{align-items:center;-webkit-column-gap:.2rem;column-gap:.2rem;cursor:pointer;display:flex}.style_accordianSummaryContent__Q3zdH{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin:0}.style_accordianListing__9-2je{padding:0}@media screen and (max-width:767px){.style_upperContainer__gW7-G{display:block}.style_mouBtn__QRtwW{margin-top:20px;width:100%}.style_gridContainer__JNwwy{align-items:start}.style_listing__7\+tyg li{margin:5px}}.style_crossIcon__e2-m4{cursor:pointer;position:absolute;right:20px;top:20px}.style_content__pzC7R{flex-direction:column;padding:20px!important;position:relative}.style_contentLabel__17iNI{color:#0f1106;color:var(--gray-gray-10,#0f1106);font-family:Poppins;font-size:20px;font-style:normal;font-weight:600;line-height:48px;margin:15px 0;text-align:center}.style_flexGrid__qcK9f{align-items:center;display:flex;justify-content:center}.style_noBtn__bnAuc{background-color:#fff;border:1.5px solid #9a469b;border-radius:28px;color:#000;cursor:pointer;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:normal;margin-left:10px;padding:10px;width:100%}.style_buttonsContainer__JZFuH{display:flex;width:70%}.style_contentLabel__17iNI{font-size:17px;line-height:2rem;margin-bottom:1.5rem;text-align:start}.style_contentLabel__17iNI span{color:#9a469b}.style_textAreaWrapper__DwgHF{width:100%}.style_textAreaWrapper__DwgHF .style_formGroup__H20W8{align-items:start;display:flex;flex-direction:column;font-family:Poppins;gap:.5rem;margin:0 0 1rem;width:100%}.style_formGroup__H20W8 label{font-weight:700}.style_formGroup__H20W8 textarea{color:gray;font-family:poppins;height:5rem;padding:.5rem;resize:none;width:-webkit-fill-available}::-webkit-scrollbar-thumb,::-webkit-scrollbar-track{background-color:#9a469b}@media screen and (min-width:500px){.style_contentLabel__17iNI{font-size:20px}}@media screen and (max-width:767px){.style_contentLabel__17iNI{margin-top:35px}}@media screen and (max-width:600px){.style_buttonsContainer__JZFuH{display:block;width:100%}.style_noBtn__bnAuc{margin-left:0;margin-top:10px}.style_contentLabel__17iNI{line-height:30px;margin-top:40px}}.style_table__xYSmV{border-radius:0!important;box-shadow:none!important}.style_table__xYSmV::-webkit-scrollbar{display:none}.style_tableItem__iFxcY{color:#000;color:var(--gray-gray-08,#000);font-family:Poppins;font-size:14px;font-style:normal;line-height:20px}.style_actionBtn__SFbfR button{background-color:transparent;border:none;color:#868e96;cursor:pointer;margin-right:10px}.style_tableRow__edY4N td{min-width:180px!important}.style_accept__P8f15{background-color:#1897a6;margin-right:10px}.style_accept__P8f15,.style_reject__U5l\+q{border:none;border-radius:5px;color:#fff;cursor:pointer;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding:5px 18px}.style_reject__U5l\+q{background-color:#ef437b}.style_tableHeading__WgC7v{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_tableSubHeading__RHZ2\+{font-size:14px;font-weight:400;line-height:20px}.style_tableHead__0l4dy th,.style_tableSubHeading__RHZ2\+{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-style:normal}.style_tableHead__0l4dy th{background-color:#f9fafb;border-top:1px solid #d9d9d9;font-size:13px;font-weight:500;line-height:18px;padding:12px 16px}.style_gridContainer__1O-Tc{align-items:center;display:flex;justify-content:center;margin-right:10px;position:relative}.style_input__GfVjY{border:1px solid #868e96;border:1px solid var(--gray-gray-06,#868e96);border-radius:32px;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:24px;padding:10px 14px 10px 40px}.style_input__GfVjY:focus-visible{outline:none}.style_searchIcon__m73ZM{left:0;padding-left:10px;position:absolute;top:13px}.style_filterContainer__VNqs9{align-items:center;display:flex}.style_topHeadContainer__GZhE1{display:flex;justify-content:space-between;margin-bottom:20px;padding:16px}.style_topLevelContainer__zma53{background-color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important}.style_createBtn__tn4lG{margin-left:10px;padding:10px 25px;width:auto!important}.style_noUserCard__GD07x{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px}.style_active__HzW\+P{color:#bbf7d0}.style_deactive__od7wM{color:#fef3f2}@media screen and (max-width:767px){.style_filterContainer__VNqs9,.style_topHeadContainer__GZhE1{display:block}.style_input__GfVjY{width:100%}.style_gridContainer__1O-Tc{margin-right:0}.style_filterStyles__AjG-O{width:100%}.style_tableSubHeading__RHZ2\+{margin-bottom:30px}.style_createBtn__tn4lG{margin-left:0;margin-top:20px;width:100%!important}}.style_crossIcon__XJCog{cursor:pointer;display:flex;justify-content:end;position:relative}.style_cancelBtn__UooqU{background-color:#fff;border:1.5px solid #9a469b;color:#9a469b;margin-left:10px;margin-top:20px}.style_title__yI5GY{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_inputContainer__v9XrI{display:flex;justify-content:space-between}.style_inputContainer__v9XrI div{width:85%}input{border:1px solid #adb5bd;border:1px solid var(--gray-gray-06,#adb5bd);border-radius:32px;box-sizing:border-box;color:#0f1106;font-family:Poppins;font-weight:400;height:45px;padding:10px;width:98%}.style_inputRight__3bPmE{align-items:end;display:flex;flex-direction:column;justify-content:end;width:95%!important}.style_input__EVtEq:focus-visible{outline:none}.style_heading__SFvWp{color:#0f1106;color:var(--gray-gray-10,#0f1106);font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:5px}.style_heading__SFvWp span{color:#9a469b}.style_addBtn__YArEb{margin-top:20px}.style_genres__5AAmA{align-items:center;background-color:#fff3ff;color:#9a469b;display:flex;font-size:12px!important;margin-right:10px;padding:5px}.style_closeIcon__UZ73E{cursor:pointer;font-size:14px!important;margin-left:5px}.style_tagContainer__20QyD{display:flex;flex-wrap:wrap;margin-top:10px}.style_error__3wrea{color:red;font-size:12px;height:20px;text-align:start;width:100%!important}.style_imgContainer__hA2V5{display:flex;justify-content:center;position:relative}.style_uploadPicture__zMS2V{border-radius:50%;cursor:pointer;height:150px;margin-top:30px;object-fit:cover;width:150px}.style_uploadIcon__xOGHF{bottom:10px;color:#000;position:absolute}.style_input__4\+1xR{border:none!important}.style_input__4\+1xR div{padding:0!important}.style_input__4\+1xR div input{border:1px solid #adb5bd;border:1px solid var(--gray-gray-06,#adb5bd);border-radius:32px;box-sizing:border-box;color:#0f1106;font-family:Poppins;font-size:13px!important;font-weight:400;height:45px;margin-top:5px;padding:10px!important;width:100%}.style_input__4\+1xR div fieldset{border:none!important}.style_noUserCard__tPOsI{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px}.style_table__xFneE{border-radius:0!important;box-shadow:none!important}.style_table__xFneE::-webkit-scrollbar{display:none}.style_tableItem__tZW5h{color:#000;color:var(--gray-gray-08,#000);font-family:Poppins;font-size:14px;font-style:normal;line-height:20px}.style_actionBtn__svEO- button{background-color:transparent;border:none;color:#868e96;cursor:pointer;margin-right:10px}.style_accept__8qre-{background-color:#1897a6;margin-right:10px}.style_accept__8qre-,.style_reject__g12sk{border:none;border-radius:5px;color:#fff;cursor:pointer;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding:5px 18px}.style_reject__g12sk{background-color:#ef437b}.style_tableHeading__TNcNm{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_tableSubHeading__3AtjU{font-size:14px;font-weight:400;line-height:20px}.style_tableHead__r4KSM th,.style_tableSubHeading__3AtjU{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-style:normal}.style_tableHead__r4KSM th{background-color:#f9fafb;border-top:1px solid #d9d9d9;font-size:13px;font-weight:500;line-height:18px;padding:12px 16px}.style_gridContainer__WCSEM{align-items:center;display:flex;justify-content:center;margin-right:10px;position:relative}.style_input__UnvxJ{border:1px solid #868e96;border:1px solid var(--gray-gray-06,#868e96);border-radius:32px;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:24px;padding:10px 14px 10px 40px}.style_input__UnvxJ:focus-visible{outline:none}.style_searchIcon__WR23h{left:0;padding-left:10px;position:absolute;top:13px}.style_filterContainer__pGSLS{align-items:center;display:flex}.style_topHeadContainer__yt3FZ{display:flex;justify-content:space-between;margin-bottom:20px;padding:16px}.style_topLevelContainer__LnnOZ{background-color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important}.style_tableRow__ezQvJ td{min-width:180px!important}.style_bookCover__saYHX{height:40px;width:37.333px}.style_statusApproved__vSYhA{background:#ecfdf3;border-radius:5px;color:green;padding:5px 10px}.style_statusRejected__LLs8a{background:#fef3f2;border-radius:5px;color:red;padding:5px 10px}.style_name__JI9ST{color:#868e96;font-size:12px}@media screen and (max-width:767px){.style_filterContainer__pGSLS,.style_topHeadContainer__yt3FZ{display:block}.style_input__UnvxJ{width:100%}.style_gridContainer__WCSEM{margin-right:0}.style_filterStyles__n\+P7I{width:100%}.style_tableSubHeading__3AtjU{margin-bottom:30px}}.style_crossIcon__zdWS-{cursor:pointer;position:absolute;right:20px;top:20px}.style_title__V7XLh{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_textarea__TQO8H{border:1.5px solid #868e96;border-radius:7px;box-sizing:border-box;font-family:Poppins;height:100px;margin-top:20px;padding:10px;resize:none;width:100%}.style_textarea__TQO8H:focus-visible{outline:none}.style_btn__P-Ojk{margin-top:20px;width:100%}.style_radio__0IP5D label span{color:#9a469b!important}.style_ratingContainer__RPfbS{border:1px solid #868e96;border-radius:10px;margin-top:20px;padding:10px}.style_crossIcon__Vpsum{cursor:pointer;position:absolute;right:20px;top:20px}.style_table__Y5cyy{border-radius:0!important;box-shadow:none!important}.style_mainTitle__rEjSb{color:#0f1106;color:var(--gray-gray-10,#0f1106);font-family:Poppins;font-size:20px;font-style:normal;font-weight:600;line-height:normal}.style_tableHead__qZM\+I th{background-color:#f9fafb;border-top:1px solid #d9d9d9;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:13px;font-style:normal;font-weight:500;line-height:18px;padding:12px 16px}.style_dot__xNSmp{color:#ef437b;font-size:40px;margin-right:5px}.style_title__a6LP0{align-items:center;color:#0f1106;color:var(--gray-gray-10,#0f1106);display:flex;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:5px}.style_time__mOHTK{line-height:20px}.style_revisionDescription__QkALT,.style_time__mOHTK{color:#0f1106;color:var(--gray-gray-08,#0f1106);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400}.style_revisionDescription__QkALT{line-height:30px}.style_topLevelContainer__higuT{border-bottom:1.5px solid #d9d9d9;padding:10px}.style_headingContainer__XqEFl{align-items:center;display:flex;justify-content:space-between}.style_replySection__-lJ-9{border:1px solid #868e96;border-radius:10px;margin-bottom:20px;margin-top:20px;padding:15px}.style_replyText__7YRlm{align-items:center;color:#0f1106;color:var(--gray-gray-08,#0f1106);cursor:pointer;display:flex;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.style_end__x2-KC{display:flex;justify-content:end}.style_repliedText__dudoA{background-color:#fffaeb;border-radius:10px;color:#0f1106;color:var(--gray-gray-08,#0f1106);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:24px;margin-top:10px;padding:10px}.style_textarea__5H6fB{border:1.5px solid gray;border-radius:6px;box-sizing:border-box;height:100px;padding:10px;resize:none;width:100%}textarea:focus-visible{outline:none}.style_sendIcon__h46oF{bottom:10px;position:absolute;right:10px}.style_tabs__WhGtD{-webkit-font-feature-settings:"clig" off,"liga" off!important;font-feature-settings:"clig" off,"liga" off!important;font-family:Poppins!important;font-size:14px!important;font-style:normal!important;font-weight:600!important;line-height:24px!important}.style_tabContainer__PS59V div div{justify-content:center!important}.style_statsContainer__X74VS{display:flex;padding:20px}.style_statsContainer__X74VS div{margin-right:20px}.style_subTitle__Tsspi{color:#0f1106;color:var(--gray-gray-10,#0f1106);font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:normal;margin-top:5px}.style_revisionContainer__QCzmJ{border:1px solid;border-radius:9px;margin-bottom:20px;padding:15px}.style_innerResponse__b0\+hP{background-color:#fffaeb;border-radius:10px;padding:10px}@media screen and (max-width:600px){.style_statsContainer__X74VS{display:block}}.style_table__Q4Rp2{border-radius:0!important;box-shadow:none!important;margin-top:20px}.style_crossIcon__W20jb{cursor:pointer;position:absolute;right:20px;top:20px}.style_title__-yRiW{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_bookImage__\+nc\+F{height:230px;object-fit:contain;width:100%}.style_bookContainer__pCQio{display:flex}.style_bookDetail__lUZHu{display:flex;flex-direction:column;justify-content:space-between;margin-left:20px}.style_bookDetail__lUZHu div{font-family:Poppins}.style_gridContainer__It9DI{align-items:center;display:flex;justify-content:center;margin-right:10px;position:relative}.style_input__cZDiL{border:1px solid #868e96;border:1px solid var(--gray-gray-06,#868e96);border-radius:32px;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:24px;padding:10px 14px 10px 40px}.style_input__cZDiL:focus-visible{outline:none}.style_searchIcon__PAC5l{left:0;padding-left:15px;position:absolute;top:15px}.style_bookAssignSection__e5sZZ{box-sizing:border-box;display:flex}.style_heading__dgsW3{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:17px;font-style:normal;font-weight:500;line-height:28px}.style_subHeading__tchzM{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.style_topleveContainer__lRM4c{border-radius:13px;padding:20px}.style_tableRowStyle__rSVds td{padding:10px 0}.style_profilePic__xAxel{border-radius:50%;height:40px;object-fit:cover;width:40px}.style_dialog__33HzW{padding:50px!important}.style_assignBtn__Ju0vY{background:#9a469b;border:none;border-radius:32px;color:#fff;cursor:pointer;padding:18px;width:150px}.style_boxContainer__qkf3w{border-bottom:1px solid #d9d9d9;display:flex!important;justify-content:space-between;padding:10px 0}.style_singleContainer__qI6HG{align-items:center!important;display:flex!important}.style_genres__aFljg{color:#000;font-size:13px;font-weight:500;margin-right:5px}@media screen and (max-width:800px){.style_searchIcon__PAC5l{top:23px}}@media screen and (max-width:650px){.style_bookAssignSection__e5sZZ,.style_bookContainer__pCQio{display:block}.style_gridContainer__It9DI{margin-top:20px}.style_searchIcon__PAC5l{left:2px;top:12px}.style_dialog__33HzW{padding:25px!important}.style_boxContainer__qkf3w{display:block!important}.style_assignBtn__Ju0vY{margin-bottom:10px;margin-top:10px;padding:10px;width:100%}}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{margin-left:-4px;position:absolute;width:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border:8px solid transparent;box-sizing:initial;content:"";height:0;left:-8px;position:absolute;width:1px;z-index:-1}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{margin-top:-8px;top:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-bottom-color:#f0f0f0;border-top:none}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{top:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-bottom-color:#aeaeae;top:-1px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{bottom:0;margin-bottom:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border-bottom:none;border-top-color:#fff}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after{bottom:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border-top-color:#aeaeae;bottom:-1px}.react-datepicker-wrapper{border:0;display:inline-block;padding:0}.react-datepicker{background-color:#fff;border:1px solid #aeaeae;border-radius:.3rem;color:#000;display:inline-block;font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;position:relative}.react-datepicker--time-only .react-datepicker__triangle{left:35px}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__triangle{left:50px;position:absolute}.react-datepicker-popper{z-index:1}.react-datepicker-popper[data-placement^=bottom]{padding-top:10px}.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,.react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle{left:auto;right:50px}.react-datepicker-popper[data-placement^=top]{padding-bottom:10px}.react-datepicker-popper[data-placement^=right]{padding-left:8px}.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle{left:auto;right:42px}.react-datepicker-popper[data-placement^=left]{padding-right:8px}.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle{left:42px;right:auto}.react-datepicker__header{background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative;text-align:center}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__year-dropdown-container--select{display:inline-block;margin:0 15px}.react-datepicker-time__header,.react-datepicker-year-header,.react-datepicker__current-month{color:#000;font-size:.944rem;font-weight:700;margin-top:0}.react-datepicker-time__header{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.react-datepicker__navigation{align-items:center;background:none;border:none;cursor:pointer;display:flex;height:32px;justify-content:center;overflow:hidden;padding:0;position:absolute;text-align:center;text-indent:-999em;top:2px;width:32px;z-index:1}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{display:block;margin-left:auto;margin-right:auto;position:relative;top:0}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover :before{border-color:#a6a6a6}.react-datepicker__navigation-icon{font-size:20px;position:relative;top:-1px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{left:-7px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{right:-7px;-webkit-transform:rotate(225deg);transform:rotate(225deg)}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;margin:2px;width:4rem}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;margin:2px;width:4rem}.react-datepicker__input-time-container{clear:both;float:left;margin:5px 0 10px 15px;text-align:left;width:100%}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{display:inline-block;margin-left:5px}.react-datepicker__time-container{border-left:1px solid #aeaeae;float:right;width:85px}.react-datepicker__time-container--with-today-button{border:1px solid #aeaeae;border-radius:.3rem;display:inline;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{background:#fff;border-bottom-right-radius:.3rem;position:relative}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{border-bottom-right-radius:.3rem;margin:0 auto;overflow-x:hidden;text-align:center;width:85px}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{box-sizing:initial;height:calc(195px + .85rem);list-style:none;margin:0;overflow-y:scroll;padding-left:0;padding-right:0;width:100%}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{background-color:#f0f0f0;cursor:pointer}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{background-color:initial;cursor:default}.react-datepicker__week-number{color:#ccc;display:inline-block;line-height:1.7rem;margin:.166rem;text-align:center;width:1.7rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:hover{background-color:#f0f0f0;border-radius:.3rem}.react-datepicker__day-names,.react-datepicker__week{white-space:nowrap}.react-datepicker__day-names{margin-bottom:-8px}.react-datepicker__day,.react-datepicker__day-name,.react-datepicker__time-name{color:#000;display:inline-block;line-height:1.7rem;margin:.166rem;text-align:center;width:1.7rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{background-color:#f0f0f0;border-radius:.3rem}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{background-color:#3dcc4a;border-radius:.3rem;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{background-color:#ff6803;border-radius:.3rem;color:#fff;position:relative}.react-datepicker__day--holidays .holiday-overlay,.react-datepicker__month-text--holidays .holiday-overlay,.react-datepicker__quarter-text--holidays .holiday-overlay,.react-datepicker__year-text--holidays .holiday-overlay{background-color:#333;border-radius:4px;bottom:100%;color:#fff;left:50%;opacity:0;padding:4px;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);transition:visibility 0s,opacity .3s ease-in-out;visibility:hidden;white-space:nowrap}.react-datepicker__day--holidays:hover,.react-datepicker__month-text--holidays:hover,.react-datepicker__quarter-text--holidays:hover,.react-datepicker__year-text--holidays:hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .holiday-overlay,.react-datepicker__month-text--holidays:hover .holiday-overlay,.react-datepicker__quarter-text--holidays:hover .holiday-overlay,.react-datepicker__year-text--holidays:hover .holiday-overlay{opacity:1;visibility:visible}.react-datepicker__day--in-range,.react-datepicker__day--in-selecting-range,.react-datepicker__day--selected,.react-datepicker__month-text--in-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--selected,.react-datepicker__quarter-text--in-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--selected,.react-datepicker__year-text--in-range,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--selected{background-color:#216ba5;border-radius:.3rem;color:#fff}.react-datepicker__day--in-range:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--selected:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__year-text--in-range:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--selected:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{background-color:#bad9f1;border-radius:.3rem;color:#000}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:rgba(33,107,165,.5)}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{color:#ccc;cursor:default}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:initial}.react-datepicker__input-container{display:inline-block;position:relative;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{box-sizing:initial;padding:.5rem;position:absolute}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__month-read-view,.react-datepicker__month-year-read-view,.react-datepicker__year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover,.react-datepicker__year-read-view:hover{cursor:pointer}.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow{right:-16px;top:0;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown,.react-datepicker__year-dropdown{background-color:#f0f0f0;border:1px solid #aeaeae;border-radius:.3rem;left:25%;position:absolute;text-align:center;top:30px;width:50%;z-index:1}.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover,.react-datepicker__year-dropdown:hover{cursor:pointer}.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable,.react-datepicker__year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__month-option,.react-datepicker__month-year-option,.react-datepicker__year-option{display:block;line-height:20px;margin-left:auto;margin-right:auto;width:100%}.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type,.react-datepicker__year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type,.react-datepicker__year-option:last-of-type{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem;-webkit-user-select:none;user-select:none}.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover,.react-datepicker__year-option:hover{background-color:#ccc}.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected,.react-datepicker__year-option--selected{left:15px;position:absolute}.react-datepicker__close-icon{background-color:initial;border:0;cursor:pointer;display:table-cell;height:100%;outline:0;padding:0 6px 0 0;position:absolute;right:0;top:0;vertical-align:middle}.react-datepicker__close-icon:after{background-color:#216ba5;border-radius:50%;color:#fff;content:"×";cursor:pointer;display:table-cell;font-size:12px;height:16px;line-height:1;padding:2px;text-align:center;vertical-align:middle;width:16px}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;clear:left;cursor:pointer;font-weight:700;padding:5px 0;text-align:center}.react-datepicker__portal{align-items:center;background-color:rgba(0,0,0,.8);display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:2147483647}.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{line-height:3rem;width:3rem}@media (max-height:550px),(max-width:400px){.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{line-height:2rem;width:2rem}}.react-datepicker__portal .react-datepicker-time__header,.react-datepicker__portal .react-datepicker__current-month{font-size:1.44rem}.react-datepicker__children-container{height:auto;margin:.4rem;padding-left:.2rem;padding-right:.2rem;width:13.8rem}.react-datepicker__aria-live{border:0;-webkit-clip-path:circle(0);clip-path:circle(0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.react-datepicker__calendar-icon{height:1em;vertical-align:-.125em;width:1em}.style_label__2MpsB{display:block;font-size:14px;margin-bottom:12px}.style_areaLabel__ebrp0{display:block;font-size:14px;margin-top:12px}.style_statsWrapper__GHd4n{margin-bottom:2rem;padding:16px}.style_mb3__nQG8-{margin-bottom:12px}.style_crossIcon__X0ob9{cursor:pointer;position:absolute;right:20px;top:20px}.style_imgContainer__iIIh8{position:relative}.style_deleteIcon__t4Rea{background-color:#fff;border:1px solid #e2e2e5;border-radius:50%;cursor:pointer;padding:10px;position:absolute;right:-10px;top:-20px}.style_deleteIcon__t4Rea path{stroke:#b42318}.style_uploadContainer__cKM2-{align-items:center;border:1px dotted #e2e2e5;border-radius:16px;cursor:pointer;display:flex;flex-direction:column;gap:10px;height:25vh;justify-content:center}.style_uploadContainer__cKM2- label{color:#868e96;font-size:12px;font-weight:500;line-height:18px;text-align:center;width:70%}.style_bookCover__ruMce{background-color:#ed447a;height:40px;object-fit:cover;width:37.333px}.style_uploadedPicture__zgnMc{border:1px solid #e2e2e5;border-radius:16px;height:25vh;object-fit:contain;width:100%}.style_categoryTitle__t54OT{color:#0f1106;color:var(--gray-900,#0f1106);font-family:Poppins;font-size:24px;font-style:normal;font-weight:500;line-height:28px;margin:20px 0;text-align:center}.style_btnContainer__IA37Y{display:flex;margin-top:20px}.style_btnCustom__JAK\+4{margin-right:10px}.style_btnCustom__JAK\+4,.style_btnInsideOut__KXUf2{border:1.5px solid #9a469b;border-radius:5px;padding-left:20px;padding-right:20px;width:auto;width:100%}.style_btnInsideOut__KXUf2{background:transparent!important;color:#000}.style_input__Jfq1e{width:100%}.style_table__VNHYs{border-radius:0!important;box-shadow:none!important}.style_table__VNHYs::-webkit-scrollbar{display:none}.style_tableHead__R2aXz th{background-color:#f9fafb;border-top:1px solid #d9d9d9;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:13px;font-style:normal;font-weight:500;line-height:18px;padding:12px 16px}.style_tableRow__IvIo\+ td{min-width:180px!important}.style_searchIcon__1KvlS{left:0;padding-left:10px;position:absolute;top:13px}.style_filterContainer__kFsbG{align-items:center;display:flex}.style_input__Jfq1e{border:1px solid #868e96;border:1px solid var(--gray-gray-06,#868e96);border-radius:32px;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:24px;padding:10px 14px 10px 40px}.style_inputCategory__zZErb{width:100%}.style_inputCategory__zZErb:focus-visible{outline:none!important}.style_input__Jfq1e:focus-visible{outline:none}.style_actionBtn__4-fli button{background-color:transparent;border:none;color:#868e96;cursor:pointer;margin-right:10px}.style_topLevelContainer__X20qo{background-color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important}.style_topHeadContainer__8RkCj{display:flex;justify-content:space-between;margin-bottom:20px;padding:16px}.style_tableHeading__NccLh{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_tableSubHeading__GLqiD{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.style_noUserCard__afhHj{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px}.style_addBtn__wmeIb{padding-left:20px;padding-right:20px}.style_gridContainer__aDixL{align-items:center;display:flex;justify-content:center;margin-right:10px;position:relative}.style_status_active__mO7qG,.style_status_inactive__nmp5O{border-radius:5px;padding:.5rem}.style_status_active__mO7qG{color:green}.style_status_inactive__nmp5O{color:red}@media screen and (max-width:767px){.style_filterContainer__kFsbG,.style_topHeadContainer__8RkCj{display:block}.style_input__Jfq1e{width:100%}.style_gridContainer__aDixL{margin-right:0}.style_filterStyles__nt0HF{width:100%}.style_tableSubHeading__GLqiD{margin-bottom:30px}}.style_textarea__K7zBU{border:1px solid #adb5bd;border:1px solid var(--gray-gray-06,#adb5bd);border-radius:20px;box-sizing:border-box;font-family:Poppins;height:130px;margin-top:10px;padding:10px;resize:none;width:100%}.style_noUserCard__DM\+Oi{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px}.style_table__oPCEa{border-radius:0!important;box-shadow:none!important}.style_table__oPCEa::-webkit-scrollbar{display:none}.style_tableItem__Kk-PV{color:#000;color:var(--gray-gray-08,#000);font-family:Poppins;font-size:14px;font-style:normal;line-height:20px}.style_actionBtn__PYC-J button{background-color:transparent;border:none;color:#868e96;cursor:pointer;margin-right:10px}.style_accept__WuPpu{background-color:#1897a6;margin-right:10px}.style_accept__WuPpu,.style_reject__jPVLR{border:none;border-radius:5px;color:#fff;cursor:pointer;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding:5px 18px}.style_reject__jPVLR{background-color:#ef437b}.style_tableHeading__FMDcj{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_tableSubHeading__\+frSs{font-size:14px;font-weight:400;line-height:20px}.style_tableHead__PfTtw th,.style_tableSubHeading__\+frSs{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-style:normal}.style_tableHead__PfTtw th{background-color:#f9fafb;border-top:1px solid #d9d9d9;font-size:13px;font-weight:500;line-height:18px;padding:12px 16px}.style_gridContainer__4hTbw{align-items:center;display:flex;justify-content:center;position:relative}.style_input__ctOAV{border:1px solid #868e96;border:1px solid var(--gray-gray-06,#868e96);border-radius:32px;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:24px;margin-right:10px;padding:10px 14px 10px 40px}.style_input__ctOAV:focus-visible{outline:none}.style_searchIcon__eTUyO{left:0;padding-left:10px;position:absolute;top:13px}.style_filterContainer__bs\+lQ{align-items:center;display:flex}.style_topHeadContainer__WHBar{display:flex;justify-content:space-between;margin-bottom:20px;padding:16px}.style_topLevelContainer__F19dA{background-color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important}.style_tableRow__GpOwz td{min-width:180px!important}.style_bookCover__hQcKK{height:40px;width:37.333px}.style_statusApproved__LQxbk{background:#ecfdf3;border-radius:5px;color:green;padding:5px 10px}.style_statusRejected__Bw5vJ{background:#fef3f2;border-radius:5px;color:red;padding:5px 10px}@media screen and (max-width:767px){.style_filterContainer__bs\+lQ,.style_topHeadContainer__WHBar{display:block}.style_input__ctOAV{width:100%}.style_gridContainer__4hTbw{margin-right:0}.style_filterStyles__4G56k{width:100%}.style_tableSubHeading__\+frSs{margin-bottom:30px}}.style_table__K0teI{border-radius:0!important;box-shadow:none!important}.style_tableItem__zNX97{color:#000;color:var(--gray-gray-08,#000);font-family:Poppins;font-size:14px;font-style:normal;line-height:20px}.style_actionBtn__1HIdU button{background-color:transparent;border:none;color:#868e96;cursor:pointer;margin-right:10px}.style_tableHeading__FN97L{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_tableSubHeading__2GYEi{font-size:14px;font-weight:400;line-height:20px}.style_tableHead__HVM\+G th,.style_tableSubHeading__2GYEi{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-style:normal}.style_tableHead__HVM\+G th{background-color:#f9fafb;border-top:1px solid #d9d9d9;font-size:13px;font-weight:500;line-height:18px;padding:12px 16px}.style_gridContainer__xp7fl{align-items:center;display:flex;justify-content:center;margin-right:10px;position:relative}.style_input__HKInm{border:1px solid #868e96;border:1px solid var(--gray-gray-06,#868e96);border-radius:32px;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:24px;padding:10px 14px 10px 40px}.style_input__HKInm:focus-visible{outline:none}.style_searchIcon__F-Juu{left:0;padding-left:10px;position:absolute;top:13px}.style_filterContainer__Pr3Ar{align-items:center;display:flex}.style_topHeadContainer__UoWnL{display:flex;justify-content:space-between;margin-bottom:20px;padding:16px}.style_topLevelContainer__tsJSz{background-color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important}@media screen and (max-width:767px){.style_filterContainer__Pr3Ar,.style_topHeadContainer__UoWnL{display:block}.style_input__HKInm{width:100%}.style_gridContainer__xp7fl{margin-right:0}.style_filterStyles__-3Kgj{width:100%}.style_tableSubHeading__2GYEi{margin-bottom:30px}}.style_table__KXXMZ{border-radius:0!important;box-shadow:none!important}.style_table__KXXMZ::-webkit-scrollbar{display:none}.style_tabsHeading__6CJHk{font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:28px}.style_tabStyles__OSYXw{-webkit-font-feature-settings:"clig" off,"liga" off!important;font-feature-settings:"clig" off,"liga" off!important;font-family:Poppins!important;font-size:14px!important;font-style:normal!important;font-weight:600!important;line-height:24px!important}.style_tableHead__DJUZu th{background-color:#f9fafb;border-top:1px solid #d9d9d9;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:13px;font-style:normal;font-weight:500;line-height:18px;padding:12px 16px}.style_tableRow__W91W3 td{min-width:180px!important}.style_searchIcon__vMSyj{left:0;padding-left:10px;position:absolute;top:13px}.style_filterContainer__HzZpC{align-items:center;display:flex}.style_input__7xqFZ{border:1px solid #868e96;border:1px solid var(--gray-gray-06,#868e96);border-radius:32px;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:24px;padding:10px 14px 10px 40px}.style_input__7xqFZ:focus-visible{outline:none}.style_actionBtn__SgZBU button{background-color:transparent;border:none;color:#868e96;cursor:pointer;margin-right:10px}.style_topLevelContainer__4ebHU{background-color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important}.style_topHeadContainer__cCxZU{display:flex;justify-content:space-between;margin-bottom:20px;padding:16px}.style_tableHeading__QRc1P{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_tableSubHeading__ivZMA{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.style_gridContainer__fgvzr{margin-right:10px;position:relative}.style_gridContainer__fgvzr,.style_noUserCard__wrXvD{align-items:center;display:flex;justify-content:center}.style_noUserCard__wrXvD{flex-direction:column;padding:40px}@media screen and (max-width:767px){.style_filterContainer__HzZpC,.style_topHeadContainer__cCxZU{display:block}.style_input__7xqFZ{width:100%}.style_gridContainer__fgvzr{margin-right:0}.style_filterStyles__y-Sa5{width:100%}.style_tableSubHeading__ivZMA{margin-bottom:30px}}.style_createBtn__JEL7g{background-color:#9a469b;border:none;border-radius:32px;box-sizing:border-box;color:#fff;cursor:pointer;font-family:Poppins;font-weight:600;padding:12px 20px}.styles_selectedNameAutoComplete__H7vvo{border:1px solid #adb5bd;border:1px solid var(--gray-gray-06,#adb5bd);border-radius:32px;box-sizing:border-box;color:#0f1106;font-family:Poppins;font-size:13px!important;font-weight:400;height:45px;margin-top:5px!important;padding:10px!important;width:100%}.styles_displayAlign__yNbfR{align-items:center;display:flex;justify-content:space-between}.styles_input__juGCB{border:none!important}.styles_input__juGCB div{padding:0!important}.styles_input__juGCB div input{border:1px solid #adb5bd;border:1px solid var(--gray-gray-06,#adb5bd);border-radius:32px;box-sizing:border-box;color:#0f1106;font-family:Poppins;font-size:13px!important;font-weight:400;height:45px;margin-top:5px;padding:10px!important;width:100%}.styles_input__juGCB div fieldset{border:none!important}.style_crossIcon__00T7-{cursor:pointer;display:flex;justify-content:end;position:relative}.style_dialogContent__VrqLf{padding:24px!important}.style_dialogContent__VrqLf:not(:hover)::-webkit-scrollbar{width:0}.style_dialogContent__VrqLf::-webkit-scrollbar-track{background-color:#f5f5f5;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.style_dialogContent__VrqLf::-webkit-scrollbar{background-color:#f5f5f5;width:4px}.style_dialogContent__VrqLf::-webkit-scrollbar-thumb{background-color:#9a469b}.style_heading__rh\+pX{color:#0f1106;color:var(--gray-gray-10,#0f1106);font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.style_heading__rh\+pX span{color:#9a469b}.style_errorText__0OrgV{color:red;display:flex;font-size:12px;height:20px;justify-content:start}.style_input__\+0Y6J{border:1px solid #adb5bd;border:1px solid var(--gray-gray-06,#adb5bd);border-radius:32px;box-sizing:border-box;color:#0f1106;font-family:Poppins;font-weight:400;height:45px;padding:10px;width:100%}.style_input__\+0Y6J:focus-visible{outline:none}.style_dropdownMenu__FnJHd{border:1px solid #adb5bd!important;border-radius:32px!important;color:#0f1106!important;display:flex!important;height:45px!important;justify-content:space-between!important;margin:10px 0 20px!important;padding:10px!important;text-transform:none!important;width:100%!important}.style_icon__QnBXl{color:#adb5bd}.style_textarea__ehfzK{border-color:#adb5bd;border-radius:20px;box-sizing:border-box;color:#0f1106;font-family:Poppins;height:150px;padding:10px;resize:none;width:100%}.style_textarea__ehfzK:focus-visible{outline:none}.style_title__ltrdJ{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px;margin-bottom:20px}.style_table__wricm{border-radius:0!important;box-shadow:none!important}.style_table__wricm::-webkit-scrollbar{display:none}.style_tableItem__IxEsN{color:#000;color:var(--gray-gray-08,#000);font-family:Poppins;font-size:14px;font-style:normal;line-height:20px}.style_actionBtn__UQrGK button{background-color:transparent;border:none;color:#868e96;cursor:pointer;margin-right:10px}.style_noUserCard__YhdjT{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px}.style_accept__iCyFG{background-color:#1897a6;margin-right:10px}.style_accept__iCyFG,.style_reject__Hhaj5{border:none;border-radius:5px;color:#fff;cursor:pointer;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding:5px 18px}.style_reject__Hhaj5{background-color:#ef437b}.style_tableHeading__HZnZC{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_tableSubHeading__vewe4{font-size:14px;font-weight:400;line-height:20px}.style_tableHead__goyUP th,.style_tableSubHeading__vewe4{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-style:normal}.style_tableHead__goyUP th{background-color:#f9fafb;border-top:1px solid #d9d9d9;font-size:13px;font-weight:500;line-height:18px;padding:12px 16px}.style_tableRow__YC-cV td{min-width:180px!important}.style_gridContainer__8Mtxx{align-items:center;display:flex;justify-content:center;position:relative}.style_input__HcYtR{border:1px solid #868e96;border:1px solid var(--gray-gray-06,#868e96);border-radius:32px;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:24px;padding:10px 14px 10px 40px}.style_input__HcYtR:focus-visible{outline:none}.style_searchIcon__sEAUA{left:0;padding-left:10px;position:absolute;top:13px}.style_filterContainer__EYwnD{align-items:center;display:flex}.style_topHeadContainer__t\+A41{display:flex;justify-content:space-between;margin-bottom:20px;padding:16px}.style_topLevelContainer__orYoc{background-color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important;margin-top:35px}@media screen and (max-width:767px){.style_filterContainer__EYwnD,.style_topHeadContainer__t\+A41{display:block}.style_input__HcYtR{width:100%}.style_gridContainer__8Mtxx{margin-right:0}.style_filterStyles__TnIeN{width:100%}.style_tableSubHeading__vewe4{margin-bottom:30px}}.style_crossIcon__IU4MH{cursor:pointer;display:flex;justify-content:end;position:relative}.style_card__HTTJ2{box-shadow:none!important;padding:10px}.style_noUserCard__mvtCV{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px}.style_receipt__5yvvs{height:200px;object-fit:contain;width:100%}.style_grid__cWSlc{margin-top:20px!important;padding:0 16px}.style_title__ketwE{font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.style_imgContainer__Z-mkK{display:flex;justify-content:center}.style_uploadBtn__HKuAX{align-items:center;background-color:#eaeef1;border-radius:10px;cursor:pointer;display:flex;height:150px;justify-content:center;margin:20px 0;width:100%}.style_uploadImg__1hQGr{height:150px;margin:20px 0;object-fit:contain;width:100%}input:focus-visible{outline:none}.style_subTitle__LwYAN{color:#0f1106;color:var(--gray-gray-10,#0f1106);font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:normal;margin-top:10px}.style_errorText__fQe3M{color:red;display:flex;font-size:12px;height:20px;justify-content:start}.style_noUserCard__Wh40a{align-items:center;display:flex;flex-direction:column;padding:2rem 0}.style_iconWrapper__ZdNyz{cursor:pointer;display:inline-block;text-align:end;width:100%}.style_checkIconWrapper__NEplR{display:grid;margin-bottom:1rem;place-items:center}.style_checkIconWrapper__NEplR svg{height:8rem;width:8rem}.style_heading__I6nj4{margin:0;text-align:center}.style_content__z1KCw{font-size:16px}@media screen and (max-width:500px){.style_heading__I6nj4{font-size:18px}.style_checkIconWrapper__NEplR svg{height:6rem;width:6rem}.style_content__z1KCw{font-size:14px}}.style_imageWrapper__OrbMs{background:transparent;border-radius:100%;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);height:100px;margin:3rem auto 1rem;width:100px}.style_crossIcon__Bb9jC{cursor:pointer;padding:1rem;position:absolute;right:0;top:0}.style_imageWrapper__OrbMs img{border-radius:100%;display:block;height:100px;object-fit:cover;text-align:center;width:100px}.style_schoolName__5ok3z{color:#9a469b;display:block;font-family:poppins;font-size:18px;font-weight:700;line-break:anywhere;margin:auto;max-width:385px;text-align:center;text-transform:capitalize}.style_addressWrapper__1Wape{align-items:center;color:#868e96;display:flex;font-size:12px;gap:.5rem;justify-content:center;text-align:center}.style_addressWrapper__1Wape span svg{height:1rem;width:1rem}.style_divider__FvSWv{background-color:#c9cfda;height:1px;margin:.5rem auto;width:90%}.style_schoolInfoWrapper__h3UAC{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr}.style_label__1KirO{font-family:poppins;font-size:14px}.style_value__D2wLz{border-radius:32px;color:#000;display:block;font-family:poppins;font-size:16px;font-weight:500px;line-break:anywhere;max-width:250px;padding:.5rem 0}.style_heading__amI2u{font-family:poppins;font-size:18px;margin-bottom:1rem;text-align:center}.style_username__OndIm{color:#868e96;display:block;font-size:12px;line-break:anywhere;margin:auto;max-width:385px;text-align:center}@media screen and (min-width:768px){.style_schoolName__5ok3z{font-size:24px}.style_schoolInfoWrapper__h3UAC{grid-template-columns:1fr 1fr}}.style_table__YT1u-{border-radius:0!important;box-shadow:none!important}.style_tabs__55lEV{-webkit-font-feature-settings:"clig" off,"liga" off!important;font-feature-settings:"clig" off,"liga" off!important;font-family:Poppins!important;font-size:14px!important;font-style:normal!important;font-weight:600!important;line-height:24px!important}.style_tableItem__b2FXG{color:#000;color:var(--gray-gray-08,#000);font-family:Poppins;font-size:14px;font-style:normal;line-height:20px}.style_inputCategory__H-jke:focus-visible{outline:none!important}.style_iconWrapper__dR5-L{background-color:transparent;border:none;cursor:pointer}.style_iconWrapper__dR5-L svg{color:#868e96}.style_pending__fvoJF{color:#fda504}.style_fullName__j-6ie{max-width:230px;overflow:hidden;text-overflow:ellipsis;white-space:pre}.style_input__UEoML{padding-block:14px!important}.style_email__SkCZm{color:#868e96;font-size:12px}.style_accountInfo__MqvHY{display:flex;flex-direction:column}.style_actionBtn__CFyVX button{background-color:transparent;border:none;color:#868e96;cursor:pointer;margin-right:10px}.style_accept__rRABF{background-color:#1897a6;margin-right:10px}.style_accept__rRABF,.style_reject__eNSBY{border:none;border-radius:5px;color:#fff;cursor:pointer;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding:5px 18px}.style_reject__eNSBY{background-color:#ef437b}.style_tableHeading__odygT{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_tableSubHeading__WH0Cv{font-size:14px;font-weight:400;line-height:20px}.style_tableHead__EbN0V th,.style_tableSubHeading__WH0Cv{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-style:normal}.style_tableHead__EbN0V th{background-color:#f9fafb;border-top:1px solid #d9d9d9;font-size:13px;font-weight:500;line-height:18px;padding:12px 16px}.style_gridContainer__MBGQa{align-items:center;display:flex;justify-content:center;position:relative}.style_input__UEoML{border:1px solid #868e96;border:1px solid var(--gray-gray-06,#868e96);border-radius:32px;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:24px;padding:10px 14px 10px 40px}.style_input__UEoML:focus-visible{outline:none}.style_searchIcon__K1Bwr{left:0;padding-left:10px;position:absolute;top:13px}.style_filterContainer__6Zui\+{align-items:center;display:flex}.style_topHeadContainer__JWZtp{display:flex;justify-content:space-between;margin-bottom:23px;padding:16px}.style_topLevelContainer__cpGDn{background-color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important;margin-top:35px}.style_noUserCard__Hk2gr{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px}.style_container__qADb8{box-shadow:none!important}@media screen and (max-width:767px){.style_filterContainer__6Zui\+,.style_topHeadContainer__JWZtp{display:block}.style_input__UEoML{width:100%}.style_gridContainer__MBGQa{margin-right:0}.style_filterStyles__K2VGK{width:100%}.style_tableSubHeading__WH0Cv{margin-bottom:30px}}.style_table__oSrYC{border-radius:0!important;box-shadow:none!important}.style_tableItem__02fye{color:#000;color:var(--gray-gray-08,#000);font-family:Poppins;font-size:14px;font-style:normal;line-height:20px}#style_minWidth__9GezI{min-width:280px!important}.style_actionBtn__7hJ\+r button{background-color:transparent;border:none;color:#868e96;cursor:pointer;margin-right:10px}.style_accept__vUaX7{background-color:#1897a6;margin-right:10px}.style_accept__vUaX7,.style_reject__VgCz\+{border:none;border-radius:5px;color:#fff;cursor:pointer;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding:5px 18px}.style_reject__VgCz\+{background-color:#ef437b}.style_tableHeading__OQMpP{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_tableSubHeading__NEruE{font-size:14px;font-weight:400;line-height:20px}.style_tableHead__UbC5x th,.style_tableSubHeading__NEruE{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-style:normal}.style_tableHead__UbC5x th{background-color:#f9fafb;border-top:1px solid #d9d9d9;font-size:13px;font-weight:500;line-height:18px;padding:12px 16px}.style_tableRow__q0PdM td{min-width:180px!important}.style_gridContainer__ljW2Y{align-items:center;display:flex;justify-content:center;margin-right:10px;position:relative}.style_input__6LxQE{border:1px solid #868e96;border:1px solid var(--gray-gray-06,#868e96);border-radius:32px;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:24px;padding:10px 14px 10px 40px}.style_input__6LxQE:focus-visible{outline:none}.style_searchIcon__jGaUp{left:0;padding-left:10px;position:absolute;top:13px}.style_filterContainer__-J0cg{align-items:center;display:flex}.style_topHeadContainer__V42OK{display:flex;justify-content:space-between;margin-bottom:20px;padding:16px}.style_topLevelContainer__8iCqb{background-color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important;margin-top:35px}.style_noUserCard__-8S6v{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px}.style_bookCover__EiwGZ{height:40px;object-fit:cover;width:37.333px}@media screen and (max-width:767px){.style_filterContainer__-J0cg,.style_topHeadContainer__V42OK{display:block}.style_input__6LxQE{width:100%}.style_gridContainer__ljW2Y{margin-right:0}.style_filterStyles__zvXoo{width:100%}.style_tableSubHeading__NEruE{margin-bottom:30px}}.style_card__e\+XYa{min-height:100px}.style_gridContainer__EeFl1{margin-top:20px!important;padding-left:17px!important}.style_cardContent__Qt3S6{padding:30px!important}.style_title__\+wg-L{color:#0f1106;color:var(--gray-900,#0f1106);font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:28px;width:100%}.style_card__e\+XYa{box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important}.style_leftGrid__0iqWk{margin-bottom:2rem;padding-right:10px!important}.style_rightGrid__kuGU8{margin-bottom:2rem;padding-left:10px!important}.style_noData__tZmlO{align-items:center;display:flex;flex-direction:column;gap:.5rem;justify-content:center}.style_noData__tZmlO svg{height:8rem;width:8rem}.style_noData__tZmlO h5{margin:0}@media screen and (max-width:900px){.style_leftGrid__0iqWk{padding-right:0!important}.style_rightGrid__kuGU8{padding-left:0!important}}#style_expandedTableCell__KiXwJ{min-width:280px!important}.style_table__PuDSD{border-radius:0!important;box-shadow:none!important}.style_table__PuDSD::-webkit-scrollbar{display:none}.style_tableItem__kThzy{color:#000;color:var(--gray-gray-08,#000);font-family:Poppins;font-size:14px;font-style:normal;line-height:20px}.style_card__IqUbC{min-height:120px}.style_bookCover__9mNgw{height:40px;object-fit:cover;width:37.333px}.style_tabs__\+KeIl{-webkit-font-feature-settings:"clig" off,"liga" off!important;font-feature-settings:"clig" off,"liga" off!important;font-family:Poppins!important;font-size:14px!important;font-style:normal!important;font-weight:600!important;line-height:24px!important}.style_tableRow__hcOYP td{min-width:180px!important}.style_actionBtn__VptJ3 button{background-color:transparent;border:none;color:#868e96;cursor:pointer;margin-right:10px}.style_accept__0m2-y{background-color:#1897a6;margin-right:10px}.style_accept__0m2-y,.style_reject__YaPfm{border:none;border-radius:5px;color:#fff;cursor:pointer;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding:5px 18px}.style_reject__YaPfm{background-color:#ef437b}.style_tableHeading__XEBm8{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_tableSubHeading__PnTHi{font-size:14px;font-weight:400;line-height:20px}.style_tableHead__87yW- th,.style_tableSubHeading__PnTHi{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-style:normal}.style_tableHead__87yW- th{background-color:#f9fafb;border-top:1px solid #d9d9d9;font-size:13px;font-weight:500;line-height:18px;padding:12px 16px}.style_name__sYnhG{color:#868e96;font-size:12px}.style_gridContainer__uAGFA{align-items:center;display:flex;justify-content:center;margin-right:10px;position:relative}.style_input__eG33R{border:1px solid #868e96;border:1px solid var(--gray-gray-06,#868e96);border-radius:32px;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:24px;padding:10px 14px 10px 40px}.style_input__eG33R:focus-visible{outline:none}.style_searchIcon__MIwuu{left:0;padding-left:10px;position:absolute;top:13px}.style_filterContainer__AtZUy{align-items:center;display:flex}.style_topHeadContainer__Lyco1{display:flex;justify-content:space-between;margin-bottom:20px;padding:16px}.style_topLevelContainer__LYyUD{background-color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important;margin-top:35px}.style_statusReviewed__Jl30L{background:#ecfdf3;border-radius:5px;color:green;padding:5px 10px}.style_statusPending__ed\+Sr{background:#fef3f2;border-radius:5px;color:red;padding:5px 10px}.style_statusProcess__BUVPQ{background:#ffebc2;border-radius:5px;color:orange;padding:5px 10px}.style_noUserCard__\+Mqt2{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px}@media screen and (max-width:767px){.style_filterContainer__AtZUy,.style_topHeadContainer__Lyco1{display:block}.style_input__eG33R{width:100%}.style_gridContainer__uAGFA{margin-right:0}.style_filterStyles__irVro{width:100%}.style_tableSubHeading__PnTHi{margin-bottom:30px}}.style_crossIcon__EzGOI{cursor:pointer;position:absolute;right:20px;top:20px}.style_title__E5\+aV{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_textarea__Zqqg0{border:1.5px solid #868e96;border-radius:7px;box-sizing:border-box;font-family:Poppins;height:100px;margin-top:20px;padding:10px;resize:none;width:100%}.style_textarea__Zqqg0:focus-visible{outline:none}.style_btn__EBAti{margin-top:20px;width:100%}.style_radio__how7a label span{color:#9a469b!important}.style_ratingContainer__WHI11{border:1px solid #868e96;border-radius:10px;margin-top:20px;padding:10px}.style_card__D9ZIk{box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important}.style_titleHeading__xi9QF{font-size:16px;font-weight:700}.style_title__m6\+bT{border-bottom:1px solid #f1f1f5;display:flex;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;gap:1rem;height:auto;line-height:24px;padding:18px 0}.style_title__m6\+bT:last-child{border-bottom:none}.style_cardContent__EMoRO{height:260px}.style_genreTitle__Ydr98{color:#868e96;font-size:18px;font-weight:400}.style_genreCount__3XRjZ{color:#ef437b;font-size:20px;font-weight:800}.style_noData__WfJSt svg{height:5rem;width:5rem}.style_noData__WfJSt h5{margin:0}@media screen and (max-width:990px){.style_title__m6\+bT:last-child{border-bottom:none}}.style_card__kfg9-{box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important}.style_bookCover__wShNW{height:50px;object-fit:fill;width:45px}.style_titleHeading__zZdbH{font-size:16px;font-weight:700}.style_title__9zPRy{font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:24px}.style_singleContainer__LbG0t{align-items:center;border-bottom:1px solid #f1f1f5;display:flex;gap:1rem;margin-bottom:10px;margin-top:20px;padding-bottom:21px}.style_singleContainer__LbG0t:last-child{border-bottom:none}.style_thumbnailWrapper__viCSa{height:67px;width:60px}.style_thumbnailWrapper__viCSa img{border-radius:5px;height:100%;object-fit:fill;width:100%}.style_titleLabel__Zmnrn{font-weight:500}.style_count__2JV-G{color:#868e96}.style_headingWrapper__77Mab{align-items:center;display:flex;justify-content:space-between}.style_selectFilter__TxorA{border:1px solid #f1f1f5;border-radius:5px;padding:.5rem}.style_selectFilter__TxorA:focus-visible{border:1px solid #fff3ff;outline:1px solid #fff3ff}.style_noData__qTGw9 svg{height:5rem;width:5rem}.style_noData__qTGw9 h5{margin:0}.style_topLevelGrid__paFZr{margin-top:0!important;padding-left:17px}.style_cardContent__xX\+h1{padding:30px!important}.style_title__jDkQ3{color:#0f1106;color:var(--gray-900,#0f1106);font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:28px}.style_noDataCard__t9PDe{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px}.style_cardContentWrapper__ogeIn{align-items:flex-start;display:flex;flex-direction:column;gap:.5rem;justify-content:space-between;margin-bottom:1rem}.style_rangeInputWrapper__D\+I4o{align-items:center;display:flex}.style_rangeInputWrapper__D\+I4o input{border:none;cursor:pointer;padding:0;width:100px}.style_rangeInputWrapper__D\+I4o>div>div{align-items:center;display:flex;gap:.5rem}.style_rangeInputWrapper__D\+I4o svg{fill:#9a469b;padding:0!important;position:relative!important}.style_noData__IjLAY svg{height:8rem;width:8rem}h5{margin:0}.style_dashboardStatsWrapper__nCPYh{margin-bottom:2rem}.style_centerText__YPLwB{align-items:start;display:flex;flex-direction:column;justify-content:start;text-align:center}.style_gridContainer__veCZG{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr;margin-top:2rem}.style_cardWrapper__BzuH7{display:flex;flex-direction:column;gap:1rem}.style_cardWrapper__BzuH7>div{padding:1rem}.style_chartGrid__muS4N{display:flex;flex-direction:column!important}.style_chartGrid__muS4N>div{flex-basis:50%!important}@media screen and (min-width:500px){.style_gridContainer__veCZG{grid-template-columns:minmax(350px,auto) 1fr}.style_cardWrapper__BzuH7{display:flex;flex-direction:column;gap:1rem}.style_cardWrapper__BzuH7>div{padding:1rem}.style_centerText__YPLwB{align-items:center;display:flex;flex-direction:column;text-align:center}.style_cardContentWrapper__ogeIn{align-items:center;display:flex;flex-direction:row}.style_rangeInputWrapper__D\+I4o>div>div{gap:.5rem}}.style_card__Y57US{box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important}.style_chartGrid__muS4N{padding-right:20px!important}@media screen and (max-width:900px){.style_chartGrid__muS4N{padding-right:0!important}}.style_btnWrapper__LeQLs{align-items:center;display:flex;justify-content:flex-end}.style_btnWrapper__LeQLs button{align-items:center;background-color:#9a469b;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-family:poppins;font-size:1rem;height:45px;justify-content:center;padding:1rem 20px}.style_content__Hdy1U{margin-bottom:2rem}.style_content__Hdy1U p{font-family:poppins;font-size:1rem;margin:.5rem 0 0}.style_icon__bJbSu svg{height:2rem;width:2rem}.style_amount__oyOgv{margin-top:10px;width:100%}.style_plansCategoryTabs__aCK4v,.style_tabs__lDBJ7{font-family:Poppins!important;font-size:12px!important;font-style:normal!important;font-weight:600!important;line-height:23px!important}.style_plansCategoryTabs__aCK4v{background-color:#f2f7fb!important;color:#adb5bd!important;width:25%}.style_plansCategoryLabel__mTflM{font-family:Poppins!important;font-size:12px!important;font-style:normal!important;font-weight:600!important;line-height:18px!important}.style_activeLabel__4IqI1{background-color:rgba(239,67,123,.102)!important;color:#ef437b!important}.style_addBtn__nnspO{font-family:Poppins;font-size:14px;line-height:21px;padding:12px 39px}.style_card__jZmy8{margin-top:24px}.style_title__2YgSH{color:#0f1106;color:var(--gray-900,#0f1106);font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:28px}.style_radio__psWMn{font-family:Poppins;margin-left:20px}.style_radio__psWMn label{font-family:Poppins;margin-right:0}.style_radio__psWMn label span{color:#9a469b!important;font-family:Poppins}.style_table__fbqnF{overflow-x:auto}.style_container__qJ\+ee{box-shadow:none!important}.style_tableHead__YwCxq th{font-size:12px;padding:12px 24px}.style_tableRow__loS2f td{min-width:180px!important;padding:24px}.style_actionBtn__DKF9- button{background-color:transparent;border:none;color:#868e96;cursor:pointer;margin-right:10px}.style_topLevelContainer__tprZE{background-color:#fff;border-radius:4px;border-top-left-radius:18px;border-top-right-radius:18px}.style_mainContainer__MDuNS{display:flex;flex-direction:column;gap:31px}.style_outerMostContainer__1PS1r{background:#fff;border:1px solid #e4e7ec;border-radius:16px}.style_paginationContainer__cZ73M{background:#fff;border-bottom-left-radius:18px!important;border-bottom-right-radius:18px!important}.style_topHeadContainer__FaTFD{display:flex;justify-content:space-between;padding:24px 20px}.style_tableHeading__Zzvel{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_tableSubHeading__vBnOa{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.style_gridContainer__9vSat{align-items:center;display:flex;justify-content:center;margin-right:10px;position:relative}.style_input__TJVXe{border:1px solid #868e96;border:1px solid var(--gray-gray-06,#868e96);border-radius:32px;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:24px;padding:10px 14px 10px 40px}.style_input__TJVXe:focus-visible{outline:none}.style_searchIcon__hfCX3{left:0;padding-left:10px;position:absolute;top:13px}.style_filterContainer__jPyl-{align-items:center;display:flex}.style_btnContainer__xx3lt{justify-content:end;margin-top:20px}.style_btnCustom__UNhrl{margin-right:5px}.style_btnCustom__UNhrl,.style_btnInsideOut__c3f6p{border:1.5px solid #9a469b;padding-left:20px;padding-right:20px;width:auto;width:100%}.style_btnInsideOut__c3f6p{background:transparent!important;color:#000}.style_errorText__dv0Fr{height:20px}.style_topLevel__gdWRz{align-items:center;display:flex;justify-content:space-between;margin-top:40px}.style_selection__auQz8{border:1px solid #adb5bd;border:1px solid var(--gray-gray-06,#adb5bd);border-radius:32px;box-sizing:border-box;color:#0f1106;font-family:Poppins;font-weight:400;height:45px;padding:10px;width:98%}.style_selection__auQz8:focus-visible{outline:none}.style_inputField__WkalG::-webkit-inner-spin-button,.style_inputField__WkalG::-webkit-outer-spin-button{-webkit-appearance:none}.style_inputField__WkalG:focus-visible{outline:none}.style_textarea__5vMqZ{border:1px solid #adb5bd;border:1px solid var(--gray-gray-06,#adb5bd);border-radius:18px;box-sizing:border-box;color:#0f1106;font-family:Poppins;font-weight:400;height:90px;padding:10px;resize:none;width:99%}.style_titleHead__isDYl{color:#0f1106;color:var(--gray-900,#0f1106);font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:28px}.style_checkbox__nS-Qg{padding:0!important}.style_noData__2-uHI{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:3rem 0}.style_noData__2-uHI h5{margin:0}.style_actionContainer__Yco-x{display:flex}.style_actionContainer__Yco-x div{align-items:center;background-color:#f2f7fb;border-radius:50%;cursor:pointer;display:flex;height:35px;justify-content:center;margin-right:10px;width:35px}.style_actionContainer__Yco-x div svg{height:18px;width:18px}@media screen and (max-width:767px){.style_filterContainer__jPyl-,.style_topHeadContainer__FaTFD{display:block}.style_input__TJVXe{width:100%}.style_gridContainer__9vSat{margin-right:0}.style_filterStyles__OswVs{width:100%}.style_tableSubHeading__vBnOa{margin-bottom:30px}}@media screen and (max-width:600px){.style_topLevel__gdWRz{display:block}.style_radio__psWMn{margin-left:0;margin-right:20px}}.style_inactiveIcon__oObCT{stroke:#b42318}.style_activeIcon__gzlri{stroke:green}.style_dialogContentWrapper__cmjgW{position:relative}.style_crossIcon__DpnVa{cursor:pointer;position:absolute;right:20px;top:20px}.style_crossIconViewCover__LVHVo{cursor:pointer;display:flex;justify-content:end;position:relative}.style_coverImg__cb31F{height:300px;width:100%}.style_customBtn__h\+CfY{margin-top:10px}.style_table__fbqnF{border-radius:0!important;box-shadow:none!important}.style_name__zWQCv{color:#868e96;font-size:12px}.style_table__fbqnF::-webkit-scrollbar{display:none}.style_topContainer__hy796{align-items:center;display:flex;justify-content:space-between;padding:10px}.style_topTitle__0MM7W{color:#0f1106;color:var(--gray-900,#0f1106);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_bookDetailContainer__Fa8Hs{align-items:center;display:flex;flex-direction:column;justify-content:center}.style_reasonTextArea__wZjzJ{border-radius:10px;box-sizing:border-box;height:100px;margin-bottom:20px;padding:10px;resize:none;width:100%}.style_btnContainer__xx3lt{display:flex;margin-top:0}.style_title__2YgSH{margin-bottom:0}.style_btnCancel__nW7mU{align-items:center;background-color:transparent;border:1px solid #9a469b;border-radius:5px;color:#9a469b;display:flex;height:45px;justify-content:center;margin-right:10px;padding:0 20px;width:auto}.style_tableHead__YwCxq th{background-color:#f9fafb;border-top:1px solid #d9d9d9;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:13px;font-style:normal;font-weight:500;line-height:18px;padding:12px 16px}.style_btnSave__bFT3W{align-items:center;border-radius:5px;display:flex;height:45px;justify-content:center;padding:0 20px;width:auto}.style_gridContainerSearch__-gl21{align-items:center;display:flex;justify-content:center;position:relative}.style_bookCover__t\+B\+V{border-radius:20px;height:210px;object-fit:fill;width:180px}.style_cardContent__R6JbP{cursor:pointer;display:flex;min-height:40vh;padding-bottom:16px!important}.style_card__jZmy8{box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important;position:relative}.style_checkbox__nS-Qg{color:#9a469b!important;padding:10px!important}.style_description__ysAbH{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;white-space:normal}.style_copiesContainer__uCI-a{align-items:center;display:flex;gap:3rem;justify-content:start}.style_headings__1s\+xh{color:#0f1106;color:var(--gray-900,#0f1106);font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:28px;margin-left:15px;width:100%}.style_headings__1s\+xh div{margin-bottom:5px}.style_featureContainer__NzJTm{color:#0f1106;color:var(--gray-900,#0f1106);font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:28px;margin-left:15px;position:relative;width:100%}.style_copyTitle__FPOMi{color:#868e96;font-size:14px}.style_icon__bGz-D{background:#fff;cursor:pointer;left:16px;padding:3px;position:absolute;top:16px;width:auto}.style_bookCover2__LiUF-{height:90px;object-fit:fill;width:70px}.style_book__Ly89o::-webkit-scrollbar{display:none}.style_imgContainer__SffZf{display:flex;justify-content:center;position:relative}.style_bookCoverTable__J7feP{height:40px;width:37.333px}.style_noUserCard__Xo5w7{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px}.style_uploadPicture__j5zfo{border-radius:50%;cursor:pointer;height:150px;margin-top:30px;object-fit:cover;width:150px}.style_uploadImageContainer__5TdQ8{align-items:center;border:1px solid #d9d9d9;border-radius:18px;cursor:pointer;display:flex;flex-direction:column;height:100px;justify-content:center}.style_uploadImageContainer__5TdQ8 svg{fill:#868e96}.style_uploadedImg__6WSEO{height:100px;object-fit:cover;width:100%}.style_uploadIcon__ew\+vx{bottom:10px;color:#000;position:absolute}.style_topPublisherContainer__g9de9{height:350px;margin-bottom:20px;overflow:scroll}.style_topPublisherContainer__g9de9::-webkit-scrollbar{display:none}.style_publisherContainer__XRVWr{align-items:center;border:1px solid #ef437b;border:1px solid var(--main-colors-secondary,#ef437b);border-radius:14px;box-sizing:border-box;cursor:pointer;display:flex;margin-bottom:20px;padding:10px;position:relative}.style_publisherContainer__XRVWr:hover{background-color:#ef437b}.style_publisherContainer__XRVWr:hover div div{color:#fff}.style_publisherContainer__XRVWr:hover svg path{fill:#fff}.style_containerHeadings__ul3Bo{color:#0f1106;color:var(--gray-gray-10,#0f1106);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:normal;text-transform:capitalize}.style_prevIcon__qL99M{cursor:pointer;min-width:0!important;padding:0!important;position:absolute}.style_containerSubHeadings__Q7ofY{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal;margin-left:5px}.style_profilePic__WLJ1Q{border-radius:10px;height:100px;object-fit:cover;width:93.333px}.style_publisherHouseImg__oS1Nm{border-radius:30px;height:35px;width:35px}.style_checkedIcon__rpkum{position:absolute;right:10px;top:10px}.style_bookTitle__IJUum{align-items:start;color:#0f1106;color:var(--gray-gray-09,#0f1106);display:flex;flex-wrap:wrap;font-family:Poppins;font-size:12px;font-style:normal;font-weight:500;gap:.5rem;line-height:normal;margin-bottom:.5rem}.style_bookTitle__IJUum div:first-child{flex:1 1}.style_bookTitle__IJUum div:last-child{flex:3 1!important}.style_bookTitle__IJUum span:last-child{color:#9a469b;color:var(--main-colors-primary,#9a469b);flex:2 1;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:normal;margin-left:10px}.style_errorText__dv0Fr{color:red;display:flex;font-size:12px;height:30px;justify-content:start;line-height:28px}.style_dateTitle__MV20Y,.style_errorText__dv0Fr{font-family:Poppins;font-style:normal;font-weight:500}.style_dateTitle__MV20Y{color:#0f1106;color:var(--gray-gray-10,#0f1106);font-size:14px;line-height:normal}.style_active__0IFAm{background:#ecfdf3;border-radius:5px;color:green;padding:5px 10px}.style_upcoming__oWKTQ{background:#ace9f0;border-radius:5px;color:#00008b;padding:5px 10px}.style_bestSellersCard__RWrTU{display:flex;flex-direction:row;gap:.5rem;height:330px;max-height:350px}.style_bestSellersCard__RWrTU>.style_imageWrapper__PyIy5{border-radius:5px;flex:1 1;overflow:hidden}.style_bestSellersCard__RWrTU .style_headings__1s\+xh{flex:1 1}.style_imageWrapper__PyIy5 img{aspect-ratio:16/9;border-radius:5px;display:block;height:100%;object-fit:fill;object-fit:cover;object-position:top;transition:all .5s linear;width:100%}.style_imageWrapper__PyIy5 img:hover{cursor:pointer;-webkit-transform:scale(1.1);transform:scale(1.1)}.style_bestSellersCard__RWrTU>.style_headings__1s\+xh{display:flex;flex-direction:column;justify-content:start}.style_bestSellersCard__RWrTU>.style_headings__1s\+xh>.style_titleWrapper__msgE1{color:#9a469b;font-weight:700}.style_bestSellersCard__RWrTU>.style_headings__1s\+xh>.style_categoryWrapper__aYQxX>.style_categoryTitle__bLTCt,.style_bestSellersCard__RWrTU>.style_headings__1s\+xh>.style_description__ysAbH>.style_descriptionTitle__cXwls.style_active__0IFAm,.style_bestSellersCard__RWrTU>.style_headings__1s\+xh>.style_titleWrapper__msgE1>.style_titleSpan__ZurTQ{color:#000;font-weight:700;margin-right:.5rem}.style_bestSellersCard__RWrTU>.style_headings__1s\+xh>.style_categoryWrapper__aYQxX .style_category__ooUHX{background-color:#fff3ff;border-radius:5px;color:#9a469b;font-size:12px;font-weight:700;padding:.3rem}.style_categoryContainer__9XC8L{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.style_viewDeatilsBtn__zrxb\+{align-items:center;align-self:flex-start;background-color:#9a469b;border:1px solid #9a469b;border-radius:5px;color:#fff;cursor:pointer;display:inline-flex;gap:.5rem;margin-top:auto;padding:.2rem 1rem;transition:all .5s linear}.style_viewDeatilsBtn__zrxb\+:hover{background-color:#fff;border:1px solid #9a469b;color:#9a469b}@media screen and (max-width:500px){.style_bestSellersCard__RWrTU{flex-direction:column;gap:1rem;height:auto;max-height:none}.style_bestSellersCard__RWrTU .style_imageWrapper__PyIy5{flex:none;height:300px}.style_viewDeatilsBtn__zrxb\+{margin-top:1rem}}@media screen and (min-width:1500px){.style_bestSellersCard__RWrTU>.style_headings__1s\+xh{flex:1 1}}@media screen and (min-width:768px)and (max-width:1190px){.style_bestSellersCard__RWrTU>.style_headings__1s\+xh{flex:2 1}}@media screen and (max-width:550px){.style_cardContent__R6JbP{display:block}.style_headings__1s\+xh{margin-left:0}.style_bookCover__t\+B\+V{height:135px;margin-bottom:15px;width:100px}.style_topContainer__hy796{display:block}.style_btnSave__bFT3W{margin-top:20px;width:100%}.style_topPublisherContainer__g9de9{padding:0}.style_featureContainer__NzJTm{margin-left:0}.style_containerHeadings__ul3Bo{font-size:14px}.style_containerSubHeadings__Q7ofY{font-size:12px}.style_featureButton__fvLQn{position:relative}}@media screen and (max-width:750px){.style_bookTitle__IJUum,.style_bookTitle__IJUum span{font-size:16px}}.style_magnifyContainer__XRvTQ{align-items:center;display:flex;margin-top:20px}.style_btnCustom__Td2sA{margin-right:5px}.style_btnCustom__Td2sA,.style_btnInsideOut__ukgbg{border:1.5px solid #9a469b;padding-left:20px;padding-right:20px;width:auto}.style_btnInsideOut__ukgbg{background:transparent!important;color:#000}.style_heading__TZohC{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin:20px 0}.style_btnContainer__GnYcE{display:flex;justify-content:end;margin-top:20px}.style_crossIcon__mek2j{cursor:pointer;position:absolute;right:20px;top:20px}.style_title__uRCVK{color:#0f1106;color:var(--gray-gray-10,#0f1106);font-family:Poppins;font-size:20px;font-style:normal;font-weight:600;line-height:40px;margin-left:10px}.style_textArea__Qbv08{border-radius:10px;box-sizing:border-box;color:#0f1106;color:var(--gray-gray-08,#0f1106);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;height:200px;line-height:24px;margin-top:14px;padding:10px;resize:none;width:100%}.style_errorText__6hh52{color:red;display:flex;font-family:Poppins;font-size:12px;font-style:normal;font-weight:500;height:30px;justify-content:start;line-height:28px}.style_topLevelGrid__VdXWE{margin-top:0!important;padding-left:17px}.style_chartGrid__Hgame{padding-right:20px!important}.style_cardContent__f8d\+4{padding:30px!important}.style_title__xZO5w{color:#0f1106;color:var(--gray-900,#0f1106);font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:28px}.style_card__-pHBd{box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important}.style_cardContentWrapper__mbi1z{align-items:flex-start;display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.style_rangeInputWrapper__F0aBO input{border:none;cursor:pointer;padding:0}.style_rangeInputWrapper__F0aBO>div>div{align-items:center;display:flex;gap:.5rem}.style_rangeInputWrapper__F0aBO svg{fill:#9a469b;padding:0!important;position:relative!important}@media screen and (min-width:500px){.style_cardContentWrapper__mbi1z{align-items:center;display:flex;flex-direction:row}.style_rangeInputWrapper__F0aBO>div>div{gap:.5rem}}@media screen and (max-width:900px){.style_chartGrid__Hgame{padding-right:0!important}}.style_amount__6ATuf{margin-top:10px;width:100%}.style_plansCategoryTabs__ek0iv,.style_tabs__5Tz5R{font-family:Poppins!important;font-size:12px!important;font-style:normal!important;font-weight:600!important;line-height:23px!important}.style_plansCategoryTabs__ek0iv{background-color:#f2f7fb!important;color:#adb5bd!important;width:25%}.style_plansCategoryLabel__jtGuu{font-family:Poppins!important;font-size:12px!important;font-style:normal!important;font-weight:600!important;line-height:18px!important}.style_activeLabel__Y25t9{background-color:rgba(239,67,123,.102)!important;color:#ef437b!important}.style_addBtn__kcFDa{font-family:Poppins;font-size:14px;line-height:21px;padding:12px 39px}.style_card__f8f9i{box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important;margin-top:24px}.style_title__dMFdr{color:#0f1106;color:var(--gray-900,#0f1106);font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:28px}.style_radio__DW4TH{font-family:Poppins;margin-left:20px}.style_radio__DW4TH label{font-family:Poppins;margin-right:0}.style_radio__DW4TH label span{color:#9a469b!important;font-family:Poppins}.style_table__57ga5{border-radius:0!important;box-shadow:none!important;overflow-x:auto}.style_table__57ga5::-webkit-scrollbar{display:none}.style_container__GuYf\+{box-shadow:none!important}.style_tableHead__o08BI th{background-color:#f9fafb;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:12px;font-style:normal;font-weight:500;line-height:18px;padding:12px 24px}.style_tableRow__gSjqY td{min-width:180px!important;padding:24px}.style_actionBtn__K2t4c button{background-color:transparent;border:none;color:#868e96;cursor:pointer;margin-right:10px}.style_topLevelContainer__36Xkp{background-color:#fff;border-radius:4px;border-top-left-radius:18px;border-top-right-radius:18px}.style_mainContainer__ZV-HQ{display:flex;flex-direction:column;gap:31px}.style_outerMostContainer__PbLN-{background:#fff;border:1px solid #e4e7ec;border-radius:16px}.style_paginationContainer__maYWK{background:#fff;border-bottom-left-radius:18px!important;border-bottom-right-radius:18px!important}.style_topHeadContainer__njajx{display:flex;justify-content:space-between;padding:24px 20px}.style_tableHeading__zELIQ{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_tableSubHeading__gBBcN{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.style_gridContainer__Boegv{align-items:center;display:flex;justify-content:center;margin-right:10px;position:relative}.style_input__TuOuS{border:1px solid #868e96;border:1px solid var(--gray-gray-06,#868e96);border-radius:32px;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:24px;padding:10px 14px 10px 40px}.style_input__TuOuS:focus-visible{outline:none}.style_searchIcon__u73eO{left:0;padding-left:10px;position:absolute;top:13px}.style_filterContainer__kCOXf{align-items:center;display:flex}.style_btnContainer__WMtB-{display:flex;justify-content:end;margin-top:20px}.style_btnCustom__IfWli{margin-right:5px}.style_btnCustom__IfWli,.style_btnInsideOut__rmifT{border:1.5px solid #9a469b;padding-left:20px;padding-right:20px;width:auto;width:100%}.style_btnInsideOut__rmifT{background:transparent!important;color:#000}.style_errorText__Sq6z0{color:red;display:flex;font-size:12px;height:20px;justify-content:start}.style_topLevel__oEpUQ{align-items:center;display:flex;justify-content:space-between;margin-top:40px}.style_selection__lhrnh{border:1px solid #adb5bd;border:1px solid var(--gray-gray-06,#adb5bd);border-radius:32px;box-sizing:border-box;color:#0f1106;font-family:Poppins;font-weight:400;height:45px;padding:10px;width:98%}.style_selection__lhrnh:focus-visible{outline:none}.style_inputField__dQhPS::-webkit-inner-spin-button,.style_inputField__dQhPS::-webkit-outer-spin-button{-webkit-appearance:none}.style_inputField__dQhPS:focus-visible{outline:none}.style_textarea__zPMW\+{border:1px solid #adb5bd;border:1px solid var(--gray-gray-06,#adb5bd);border-radius:18px;box-sizing:border-box;color:#0f1106;font-family:Poppins;font-weight:400;height:90px;padding:10px;resize:none;width:99%}.style_titleHead__g5SUq{color:#0f1106;color:var(--gray-900,#0f1106);font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:28px}.style_checkbox__hNhSt{color:#9a469b!important;padding:0!important}.style_noData__5iyCu{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:3rem 0}.style_noData__5iyCu h5{margin:0}.style_actionContainer__SREzp{display:flex}.style_actionContainer__SREzp div{align-items:center;background-color:#f2f7fb;border-radius:50%;cursor:pointer;display:flex;height:35px;justify-content:center;margin-right:10px;width:35px}.style_actionContainer__SREzp div svg{height:18px;width:18px}@media screen and (max-width:767px){.style_filterContainer__kCOXf,.style_topHeadContainer__njajx{display:block}.style_input__TuOuS{width:100%}.style_gridContainer__Boegv{margin-right:0}.style_filterStyles__o514A{width:100%}.style_tableSubHeading__gBBcN{margin-bottom:30px}}@media screen and (max-width:600px){.style_topLevel__oEpUQ{display:block}.style_radio__DW4TH{margin-left:0;margin-right:20px}}.style_inactiveIcon__PaAaY{stroke:#b42318}.style_activeIcon__s97o8{stroke:green}.style_crossIcon__rTcdW{cursor:pointer;display:flex;justify-content:end;position:relative}.style_radio1__uK4NF{color:#9a469b!important;opacity:.5}.style_smallHeading__EWBBK{color:#000;display:flex;font-size:12px;height:20px;justify-content:start}.style_uploadImageContainer__H7X3H{align-items:center;border:1px dotted #adb5bd;border-radius:8px;color:#adb5bd;cursor:pointer;display:flex;flex-direction:column;height:190px;justify-content:center;position:relative}.style_uploadImageContainer__H7X3H label{cursor:pointer;font-family:Poppins;font-size:14px;line-height:20px;margin-top:5px}.style_cardInfoContainer__h6kpH{display:flex;gap:30px;justify-content:center;margin-bottom:10px;margin-top:10px;width:100%}.style_cardView__bP1LN{height:160px;object-fit:cover;width:100%}.style_uploadedImage__qGdyZ{border-radius:8px;height:190px;object-fit:cover;width:100%}.style_planFormModalWrapper__cACWM{margin-top:0}.style_title__dMFdr{border-color:#9a469b;color:#9a469b;font-weight:700}.style_twoColumnsGrid__SOfdk{grid-gap:.2rem;display:grid;gap:.2rem;grid-template-columns:1fr 1fr}.style_gridCell__hDdXh{align-items:center;display:flex;font-family:Poppins!important;font-size:14px;gap:1rem}.style_gridCell__hDdXh span{box-sizing:border-box;padding:1rem .5rem;width:100%}.style_gridCell__hDdXh span:first-child{background-color:#f9faf9;color:#868e96;font-size:13px}.style_list__E8Qut{list-style-type:none;margin:0;padding:0}.style_lastItem__wcOsJ{align-items:start;grid-column:1/-1}.style_btnContainer__WMtB-{justify-content:flex-end}.style_btnContainer__WMtB- button{padding:10px 40px;width:-webkit-max-content;width:max-content}.style_addNewMembershipForm__z-SoC{-webkit-column-gap:.5rem;column-gap:.5rem;display:flex;flex-direction:row;margin-left:0!important;width:100%!important}.style_addNewMembershipForm__z-SoC div{flex:45% 1}.style_label__6Ax8C{font-family:poppins;font-size:14px}@media screen and (max-width:500px){.style_btnContainer__WMtB-{justify-content:center}.style_addNewMembershipForm__z-SoC{flex-direction:column;row-gap:.5rem}.style_addNewMembershipForm__z-SoC div{flex:100% 1}.style_twoColumnsGrid__SOfdk{grid-template-columns:1fr}.style_gridCell__hDdXh:last-child span:last-child{height:3rem;overflow-x:hidden;overflow-y:scroll}}.style_cardDescription__CAAfe{color:#adb5bd;color:var(--gray-900,#adb5bd);font-family:Poppins;font-size:12px;font-style:normal;font-weight:500;line-height:20px;margin:5px 0}@media screen and (max-width:600px){.style_cardInfoContainer__h6kpH{display:block}}.style_editedChecked__WO3mM{background-color:#b42318}.style_checkbox__hNhSt{align-items:center;border:1.5px solid #868e96;border-radius:3px;cursor:pointer;display:flex;height:16px;justify-content:center;width:16px}.style_checked__voXkG{background-color:#ef437b;border:1.5px solid #ef437b}.style_selectionLabel__4ETti{color:#18181b;font-family:Poppins;font-size:14px;font-weight:500;line-height:22px}.style_amount__oOuIe{margin-top:10px;width:100%}.style_plansCategoryTabs__QcicI,.style_tabs__Ntwb1{font-family:Poppins!important;font-size:12px!important;font-style:normal!important;font-weight:600!important;line-height:23px!important}.style_plansCategoryTabs__QcicI{background-color:#f2f7fb!important;color:#adb5bd!important;width:25%}.style_plansCategoryLabel__fvmng{font-family:Poppins!important;font-size:12px!important;font-style:normal!important;font-weight:600!important;line-height:18px!important}.style_activeLabel__eBalf{background-color:rgba(239,67,123,.102)!important;color:#ef437b!important}.style_addBtn__i2p9x{font-size:14px;line-height:21px;padding:12px 39px}.style_card__yo\+tc{box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important;margin-top:24px}.style_title__RcRf8{color:#0f1106;color:var(--gray-900,#0f1106);font-size:16px;font-style:normal;font-weight:500;line-height:28px}.style_radio__dBk7E{font-family:Poppins;margin-left:20px}.style_radio__dBk7E label{font-family:Poppins;margin-right:0}.style_radio__dBk7E label span{color:#9a469b!important;font-family:Poppins}.style_table__mJs64{border-radius:0!important;box-shadow:none!important;overflow-x:auto}.style_table__mJs64::-webkit-scrollbar{display:none}.style_container__qNHkB{box-shadow:none!important}.style_tableHead__msuHU th{background-color:#f9fafb;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:12px;font-style:normal;font-weight:500;line-height:18px;padding:12px 24px}.style_tableRow__hRR7K td{min-width:180px!important;padding:24px}.style_actionBtn__PSNw5 button{background-color:transparent;border:none;color:#868e96;cursor:pointer;margin-right:10px}.style_topLevelContainer__MVI4g{background-color:#fff;border-radius:4px;border-top-left-radius:18px;border-top-right-radius:18px}.style_mainContainer__Ad04a{display:flex;flex-direction:column;gap:31px}.style_outerMostContainer__8Urwz{background:#fff;border:1px solid #e4e7ec;border-radius:16px}.style_paginationContainer__cuOQP{background:#fff;border-bottom-left-radius:18px!important;border-bottom-right-radius:18px!important}.style_topHeadContainer__Xe11B{display:flex;justify-content:space-between;padding:24px 20px}.style_tableHeading__3dNHY{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_tableSubHeading__iqXot{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.style_gridContainer__foL4C{align-items:center;display:flex;justify-content:center;margin-right:10px;position:relative}.style_input__ycVd9{border:1px solid #868e96;border:1px solid var(--gray-gray-06,#868e96);border-radius:32px;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:24px;padding:10px 14px 10px 40px}.style_input__ycVd9:focus-visible{outline:none}.style_searchIcon__R-ghB{left:0;padding-left:10px;position:absolute;top:13px}.style_filterContainer__GvEfa{align-items:center;display:flex}.style_btnContainer__Wuowg{justify-content:end;margin-top:20px}.style_btnCustom__Mazs7{margin-right:5px}.style_btnCustom__Mazs7,.style_btnInsideOut__VdDy4{border:1.5px solid #9a469b;padding-left:20px;padding-right:20px;width:auto;width:100%}.style_btnInsideOut__VdDy4{background:transparent!important;color:#000}.style_errorText__5b44D{color:red;display:flex;font-size:12px;height:20px;justify-content:start}.style_topLevel__PJgTI{align-items:center;display:flex;justify-content:space-between;margin-top:40px}.style_selection__VSY9D{border:1px solid #adb5bd;border:1px solid var(--gray-gray-06,#adb5bd);border-radius:32px;box-sizing:border-box;color:#0f1106;font-family:Poppins;font-weight:400;height:45px;padding:10px;width:98%}.style_selection__VSY9D:focus-visible{outline:none}.style_inputField__IPQUD::-webkit-inner-spin-button,.style_inputField__IPQUD::-webkit-outer-spin-button{-webkit-appearance:none}.style_inputField__IPQUD:focus-visible{outline:none}.style_textarea__Hnc-2{border:1px solid #adb5bd;border:1px solid var(--gray-gray-06,#adb5bd);border-radius:18px;box-sizing:border-box;color:#0f1106;font-family:Poppins;font-weight:400;height:90px;padding:10px;resize:none;width:99%}.style_titleHead__M98OZ{color:#0f1106;color:var(--gray-900,#0f1106);font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:28px}.style_checkbox__LeVqh{color:#9a469b!important;padding:0!important}.style_noData__NICqk{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:3rem 0}.style_noData__NICqk h5{margin:0}.style_actionContainer__r36i6{display:flex}.style_actionContainer__r36i6 div{align-items:center;background-color:#f2f7fb;border-radius:50%;cursor:pointer;display:flex;height:35px;justify-content:center;margin-right:10px;width:35px}.style_actionContainer__r36i6 div svg{height:18px;width:18px}@media screen and (max-width:767px){.style_filterContainer__GvEfa,.style_topHeadContainer__Xe11B{display:block}.style_input__ycVd9{width:100%}.style_gridContainer__foL4C{margin-right:0}.style_filterStyles__m5SoH{width:100%}.style_tableSubHeading__iqXot{margin-bottom:30px}}@media screen and (max-width:600px){.style_topLevel__PJgTI{display:block}.style_radio__dBk7E{margin-left:0;margin-right:20px}}.style_inactiveIcon__ZIpmB{stroke:#b42318}.style_activeIcon__73i7w{stroke:green}.style_crossIcon__q3G7f{cursor:pointer;position:absolute;right:20px;top:20px}.style_topBalanceWrapper__jZ3xd{-webkit-column-gap:.5rem;column-gap:.5rem;flex-direction:row;margin-left:0!important;margin-top:0!important;width:100%!important}.style_topBalanceWrapper__jZ3xd div{flex-basis:48%!important;max-width:100%!important}.style_topUpBalanceBtnWrapper__qjOc9{display:flex;flex-direction:row;justify-content:flex-end}.style_topUpBalanceBtnWrapper__qjOc9 button{padding:10px 40px;width:-webkit-max-content!important;width:max-content!important}@media screen and (max-width:500px){.style_topBalanceWrapper__jZ3xd{flex-direction:column;row-gap:.5rem}.style_topUpBalanceBtnWrapper__qjOc9{justify-content:center}}.style_title__RcRf8{font-size:24px;line-height:36px}.style_subLabel__rTVs5,.style_title__RcRf8{color:#9a469b;font-family:Poppins;font-weight:600}.style_subLabel__rTVs5{font-size:18px;line-height:27px}.style_container__qNHkB{background:#fbfbfb;border:1px solid #e9ecef;border-radius:8px;padding:24px 18px}.style_addBtn__i2p9x{background-color:#9a469b;border:1px solid transparent;border-radius:32px;color:#fbfbfb}.style_addBtn__i2p9x,.style_cancelBtn__8AxTE{cursor:pointer;font-family:Poppins;font-size:16px;font-weight:500;height:48px;line-height:24px;width:160px}.style_cancelBtn__8AxTE{background-color:#fff;border:1px solid #868e96;border-radius:32px;color:#868e96}.style_btnContainer__Wuowg{display:flex;gap:12px}.style_amount__HGW1t{margin-top:10px;width:100%}.style_plansCategoryTabs__VcCWm,.style_tabs__L3Pb\+{font-family:Poppins!important;font-size:12px!important;font-style:normal!important;font-weight:600!important;line-height:23px!important}.style_plansCategoryTabs__VcCWm{background-color:#f2f7fb!important;color:#adb5bd!important;width:25%}.style_plansCategoryLabel__jTndq{font-family:Poppins!important;font-size:12px!important;font-style:normal!important;font-weight:600!important;line-height:18px!important}.style_activeLabel__FO9iM{background-color:rgba(239,67,123,.102)!important;color:#ef437b!important}.style_addBtn__Dcxuu{font-family:Poppins;font-size:14px;line-height:21px;padding:12px 39px}.style_card__jPLX2{box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important;margin-top:24px}.style_title__mKFbT{color:#0f1106;color:var(--gray-900,#0f1106);font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:28px}.style_radio__j664h{font-family:Poppins;margin-left:20px}.style_radio__j664h label{font-family:Poppins;margin-right:0}.style_radio__j664h label span{color:#9a469b!important;font-family:Poppins}.style_table__voUSr{border-radius:0!important;box-shadow:none!important;overflow-x:auto}.style_table__voUSr::-webkit-scrollbar{display:none}.style_container__RRfAu{box-shadow:none!important}.style_tableHead__wNw52 th{background-color:#f9fafb;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:12px;font-style:normal;font-weight:500;line-height:18px;padding:12px 24px}.style_tableRow__qKEk1 td{min-width:180px!important;padding:24px}.style_actionBtn__jqxty button{background-color:transparent;border:none;color:#868e96;cursor:pointer;margin-right:10px}.style_topLevelContainer__QDjo8{background-color:#fff;border-radius:4px;border-top-left-radius:18px;border-top-right-radius:18px}.style_mainContainer__vLI7R{display:flex;flex-direction:column;gap:31px}.style_outerMostContainer__NLA-W{background:#fff;border:1px solid #e4e7ec;border-radius:16px}.style_paginationContainer__IaVy2{background:#fff;border-bottom-left-radius:18px!important;border-bottom-right-radius:18px!important}.style_topHeadContainer__8025r{display:flex;justify-content:space-between;padding:24px 20px}.style_tableHeading__ajs4W{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_tableSubHeading__ObS-A{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.style_gridContainer__2r85f{align-items:center;display:flex;justify-content:center;margin-right:10px;position:relative}.style_input__aUs7B{border:1px solid #868e96;border:1px solid var(--gray-gray-06,#868e96);border-radius:32px;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:24px;padding:10px 14px 10px 40px}.style_input__aUs7B:focus-visible{outline:none}.style_searchIcon__7ocpv{left:0;padding-left:10px;position:absolute;top:13px}.style_filterContainer__BLf4q{align-items:center;display:flex}.style_btnContainer__31ezi{display:flex;justify-content:end;margin-top:20px}.style_btnCustom__rK2fm{margin-right:5px}.style_btnCustom__rK2fm,.style_btnInsideOut__H22qW{border:1.5px solid #9a469b;padding-left:20px;padding-right:20px;width:auto;width:100%}.style_btnInsideOut__H22qW{background:transparent!important;color:#000}.style_errorText__kDQ1y{color:red;display:flex;font-size:12px;height:20px;justify-content:start}.style_topLevel__MK8\+s{align-items:center;display:flex;justify-content:space-between;margin-top:40px}.style_selection__CdvLi{border:1px solid #adb5bd;border:1px solid var(--gray-gray-06,#adb5bd);border-radius:32px;box-sizing:border-box;color:#0f1106;font-family:Poppins;font-weight:400;height:45px;padding:10px;width:98%}.style_selection__CdvLi:focus-visible{outline:none}.style_inputField__ISq\+3::-webkit-inner-spin-button,.style_inputField__ISq\+3::-webkit-outer-spin-button{-webkit-appearance:none}.style_inputField__ISq\+3:focus-visible{outline:none}.style_textarea__9eaSb{border:1px solid #adb5bd;border:1px solid var(--gray-gray-06,#adb5bd);border-radius:18px;box-sizing:border-box;color:#0f1106;font-family:Poppins;font-weight:400;height:90px;padding:10px;resize:none;width:99%}.style_titleHead__8aL1m{color:#0f1106;color:var(--gray-900,#0f1106);font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:28px}.style_checkbox__0pWoA{color:#9a469b!important;padding:0!important}.style_noData__vdzsp{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:3rem 0}.style_noData__vdzsp h5{margin:0}.style_actionContainer__06Hei{display:flex}.style_actionContainer__06Hei div{align-items:center;background-color:#f2f7fb;border-radius:50%;cursor:pointer;display:flex;height:35px;justify-content:center;margin-right:10px;width:35px}.style_actionContainer__06Hei div svg{height:18px;width:18px}@media screen and (max-width:767px){.style_filterContainer__BLf4q,.style_topHeadContainer__8025r{display:block}.style_input__aUs7B{width:100%}.style_gridContainer__2r85f{margin-right:0}.style_filterStyles__R96Ys{width:100%}.style_tableSubHeading__ObS-A{margin-bottom:30px}}@media screen and (max-width:600px){.style_topLevel__MK8\+s{display:block}.style_radio__j664h{margin-left:0;margin-right:20px}}.style_inactiveIcon__EUP8p{stroke:#b42318}.style_activeIcon__mbIBw{stroke:green}.style_closeIcon__2-lgY{border:1px solid #dce5ef;border-radius:50%;cursor:pointer;height:12px;padding:8px;width:12px}.style_title__dt2IA{color:#9a469b;font-family:Poppins;font-size:24px;font-weight:600;line-height:36px}.style_iconContainer__ZPQry{display:flex;justify-content:end}.style_subLabel__b2Tof{color:#9a469b;font-family:Poppins;font-size:18px;font-weight:600;line-height:27px}.style_selected__i\+iiL{background-color:#ef437b;border-radius:50%;cursor:pointer;height:8px!important;padding:2px;width:8px!important}.style_radioBorder__T3diS{align-items:center;border:1.5px solid #868e96;border-radius:50%;cursor:pointer;display:flex;height:16px;justify-content:center;width:16px}.style_radioBorderSelected__TdJAp{border:1.5px solid #ef437b}.style_singleRadio__\+z9XR{display:flex;gap:6px}.style_radioLabel__gPz3r{color:#868e96;font-family:Poppins;font-size:14px;font-weight:400;line-height:21px}.style_radioSelectedLabel__TbzjL{color:#ef437b}.style_radioContainer__N3iLz{display:flex;gap:24px}.style_radioLabelContainer__o9jrw{display:flex;justify-content:space-between}.style_mainContainer__7FAS9{display:flex;flex-direction:column;gap:24px}.style_discountContainer__huFNF,.style_infoContainer__o7ZFg{background:#fbfbfb;border:1px solid #e9ecef;border-radius:8px;padding:24px 18px}.style_discountContainer__huFNF{margin-top:24px}.style_checkbox__P2VxU{align-items:center;border:1.5px solid #868e96;border-radius:3px;cursor:pointer;display:flex;height:16px;justify-content:center;width:16px}.style_checked__fvS-7{background-color:#ef437b;border:1.5px solid #ef437b}.style_singleSelection__rtofv{display:flex;gap:6px;z-index:99999999}.style_selectionLabel__ckmQl{color:#9a469b;color:#868e96;font-family:Poppins;font-size:16px;font-weight:400;line-height:24px}.style_selectedLabel__pki5q{color:#ef437b}.style_selectionContainer__Hlbs6{display:flex;justify-content:space-between}.style_input__s7oPg{font-family:Poppins;font-size:16px;font-weight:500;line-height:24px;width:100%}.style_input__s7oPg::-webkit-input-placeholder{font-family:Poppins;font-size:16px;font-weight:500;line-height:24px}.style_input__s7oPg::placeholder{font-family:Poppins;font-size:16px;font-weight:500;line-height:24px}.style_inputLabel__-Tggl{font-family:Poppins;font-size:16px;font-weight:500;line-height:24px}.style_btnContainer__2oM1S{gap:8px}.style_addBtn__DW05Y{background-color:#9a469b;border:1px solid transparent;border-radius:32px;color:#fbfbfb}.style_addBtn__DW05Y,.style_cancelBtn__NXG9c{cursor:pointer;font-family:Poppins;font-size:16px;font-weight:500;height:48px;line-height:24px;width:160px}.style_cancelBtn__NXG9c{background-color:#fff;border:1px solid #868e96;border-radius:32px;color:#868e96}.style_btnContainer__2oM1S{display:flex;justify-content:end}.style_textarea__z4-HF{border:1px solid #adb5bd;border-radius:32px;font-family:Poppins;font-size:16px;font-weight:500;height:150px;line-height:24px;padding:12px;resize:none}.style_dialogContainer__flYOY::-webkit-scrollbar{display:none}.style_cardDescription__EAeAv{color:#adb5bd;color:var(--gray-900,#adb5bd);font-family:Poppins;font-size:12px;font-style:normal;font-weight:500;line-height:20px;margin:5px 0}.style_uploadContainer__ngkQL{align-items:center;background-color:#fff;border:1px dotted #adb5bd;border-image:none;border-image:initial;border-radius:8px;color:#adb5bd;cursor:pointer;display:flex;flex-direction:column;height:190px;justify-content:center;position:relative}.style_uploadedImageContainer__xzRFi{border-radius:8px;height:190px;object-fit:cover;width:100%}.style_cardsSection__qjylS{background:#fbfbfb;border:1px solid #e9ecef;border-radius:8px;padding:24px 18px}.style_deleteIcon__GDcYf{background:#fff;border:1px solid #e9ecef;border-radius:50%;height:18px;padding:5px;position:absolute;right:-5px;top:-5px;width:18px}.style_deleteIcon__GDcYf path{stroke:red}.style_errorText__\+0mkG{color:red;display:flex;font-size:12px;height:20px;justify-content:start}.style_classRoomIcon__OOl3e{height:30px;width:30px}.style_selectedSchool__QvZH2{align-items:center;border:1px solid #adb5bd;border-radius:32px;display:flex;font-family:Poppins;font-size:16px;font-weight:500;gap:8px;line-height:24px;padding:12px}.style_mouEditorContainer__MMcFm,.style_mouMenu__6SljE{box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important}.style_mouEditorContainer__MMcFm{padding:25px}.style_noDataCard__w33qf{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px}.style_signatureContainer__aj27B{align-items:end;display:flex;justify-content:space-between;margin:20px 0}.style_signatureImg__yfTlt{height:65.904px;width:154px}.style_line__8E3cg{border:1px solid #9a469b;height:.1px;margin:15px 0;width:200px}.style_card__-7VAG{align-items:center;background-color:#fff3ff!important;border-radius:0!important;box-sizing:border-box;color:#9a469b!important;cursor:pointer;display:flex;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;height:50px;justify-content:space-between;line-height:normal;padding:10px;text-align:center}.style_mouTopLevelContainer__2rK1A{height:100%;max-height:300px;overflow:scroll;overflow-x:hidden}.style_mouTopLevelContainer__2rK1A::-webkit-scrollbar{--scrollbar-thumb-color:red;--scrollbar-track-color:red;overflow-x:none;width:2px}.style_mouTopLevelContainer__2rK1A::-webkit-scrollbar-thumb{background-color:#9a469b}.style_mouTopLevelContainer__2rK1A::-webkit-scrollbar-track{background-color:transparent}.style_mouContainer__eYsRM{background-color:#fff;cursor:pointer;padding:10px}.style_mouContainer__eYsRM:hover{background-color:#f4f4f4}.style_mouHeading__brjfK{color:#000;color:var(--gray-gray-08,#000);font-size:18px;line-height:normal}.style_mouDate__puePp{color:#868e96;color:var(--Gray-06,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.style_mouInnerContainer__EOZng{display:flex;justify-content:space-between;margin-bottom:24px}.style_mouLabel__72tyP{color:#9a469b;color:var(--main-colors-primary,#9a469b);font-size:18px;line-height:normal}.style_mouHeading__brjfK,.style_mouLabel__72tyP{font-family:Poppins;font-style:normal;font-weight:600}.style_mouHeading__brjfK{color:#0f1106;color:var(--gray-gray-08,#0f1106);font-size:16px;line-height:24px}.style_mouHeading__brjfK span{color:#9a469b}.style_textarea__KudGj{border:1px solid #adb5bd;border:1px solid var(--gray-gray-06,#adb5bd);border-radius:20px;box-sizing:border-box;font-family:Poppins;height:250px;margin-top:10px;padding:10px;resize:none;width:100%}.style_textarea__KudGj:focus-visible{outline:none}.style_inputContainer__QlJhI{display:flex;justify-content:space-between;margin-top:20px;width:100%}.style_inputContainer__QlJhI div{color:#0f1106;color:var(--gray-gray-08,#0f1106);font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.style_inputContainer__QlJhI div span{color:#9a469b}.style_inputContainer__QlJhI div input{width:100%}.style_input__m\+Lji:focus-visible{outline:none}.style_btnInside__HeyuJ,.style_btn__TBOcM{margin-left:10px;padding-left:20px;padding-right:20px;width:auto}.style_btnInside__HeyuJ{background-color:#fff;border:2px solid #9a469b;color:#000}.style_singleMOU__Qf3OR{background:#fff;border:1px solid #d9d9d9;border-radius:16px;cursor:pointer;margin-bottom:20px;padding:20px}.style_agreement__K72z-{font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal;margin-top:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:180px}.style_pending__992Xd{background:#1897a6;background:var(--main-colors-primary,#1897a6)}.style_agreed__oD7LR,.style_pending__992Xd{align-items:center;border-radius:28px;color:#fff;display:flex;font-family:Poppins;font-size:12px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:10px;padding:4px 14px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.style_agreed__oD7LR{background:#ef437b;background:var(--main-colors-primary,#ef437b)}.style_declined__d\+T9B{align-items:center;background:#9a469b;background:var(--main-colors-primary,#9a469b);border-radius:28px;color:#fff;display:flex;font-family:Poppins;font-size:12px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:10px;padding:4px 14px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.style_singleMOU__Qf3OR:hover{background-color:#ef437b;color:#fff}.style_singleMOU__Qf3OR:hover .style_mouDate__puePp,.style_singleMOU__Qf3OR:hover .style_mouHeading__brjfK{color:#fff}.style_singleMOU__Qf3OR:hover .style_agreed__oD7LR,.style_singleMOU__Qf3OR:hover .style_declined__d\+T9B,.style_singleMOU__Qf3OR:hover .style_pending__992Xd{background:#fff;color:#ef437b}.style_activeMOU__2bFP6{background-color:#ef437b;border:1px solid #d9d9d9;border-radius:16px;color:#fff;cursor:pointer;margin-bottom:20px;padding:20px}.style_activeMOU__2bFP6 .style_mouDate__puePp,.style_activeMOU__2bFP6 .style_mouHeading__brjfK{color:#fff}.style_activeMOU__2bFP6 .style_agreed__oD7LR,.style_activeMOU__2bFP6 .style_declined__d\+T9B,.style_activeMOU__2bFP6 .style_pending__992Xd{background:#fff;color:#ef437b}.style_titleHead__\+YAGf{color:#9a469b;color:var(--main-colors-primary,#9a469b);font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.style_errorText__TWl6h{color:red;display:flex;font-size:12px;height:20px;justify-content:start}@media screen and (min-width:990px)and (max-width:1140px){.style_singleMOUWrapper__keXDp{flex-direction:column;row-gap:1rem}}@media screen and (max-width:900px){.style_agreement__K72z-{margin-top:.5rem;width:100%!important}}.style_table__FaXPN{border-radius:0!important;box-shadow:none!important}.style_table__FaXPN::-webkit-scrollbar{display:none!important}.style_tableItem__pzBGM{color:#000;color:var(--gray-gray-08,#000);font-family:Poppins;font-size:14px;font-style:normal;line-height:20px}.style_tableRow__v9Ph6 td{min-width:180px!important}.style_tableRow__v9Ph6::-webkit-scrollbar{display:none}.style_actionBtn__N1JzB button{background-color:transparent;border:none;color:#868e96;cursor:pointer;margin-right:10px}.style_accept__6lvdZ{background-color:#1897a6;margin-right:10px}.style_accept__6lvdZ,.style_reject__qKfHm{border:none;border-radius:5px;color:#fff;cursor:pointer;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding:5px 18px}.style_reject__qKfHm{background-color:#ef437b}.style_tableHeading__zlPaq{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_noUserCard__TvTsA{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px}.style_tableSubHeading__\+Yylh{font-size:14px;font-weight:400;line-height:20px}.style_tableHead__xCs6B th,.style_tableSubHeading__\+Yylh{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-style:normal}.style_tableHead__xCs6B th{background-color:#f9fafb;border-top:1px solid #d9d9d9;font-size:13px;font-weight:500;line-height:18px;padding:12px 16px}.style_gridContainer__eIEOa{align-items:center;display:flex;justify-content:center;margin-right:10px;position:relative}.style_input__Ird36{border:1px solid #868e96;border:1px solid var(--gray-gray-06,#868e96);border-radius:32px;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:24px;padding:10px 14px 10px 40px}.style_input__Ird36:focus-visible{outline:none}.style_searchIcon__b76AR{left:0;padding-left:10px;position:absolute;top:13px}.style_filterContainer__eppSL{align-items:center;display:flex}.style_topHeadContainer__GwjY7{display:flex;justify-content:space-between;margin-bottom:20px;padding:16px}.style_topLevelContainer__DZum1{background-color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important;margin-top:35px}.style_statusApproved__3izH2{background:#ecfdf3;border-radius:5px;color:green;padding:5px 10px}.style_statusRejected__TzRda{background:#fef3f2;border-radius:5px;color:red;padding:5px 10px}.style_bookCover__2ULRH{height:40px;width:37.333px}@media screen and (max-width:767px){.style_filterContainer__eppSL,.style_topHeadContainer__GwjY7{display:block}.style_input__Ird36{width:100%}.style_gridContainer__eIEOa{margin-right:0}.style_filterStyles__KsH2u{width:100%}.style_tableSubHeading__\+Yylh{margin-bottom:20px}}.style_table__84-vx{border-radius:0!important;box-shadow:none!important}.style_table__84-vx::-webkit-scrollbar{display:none}.style_tableItem__ZY40W{color:#000;color:var(--gray-gray-08,#000);font-family:Poppins;font-size:14px;font-style:normal;line-height:20px}.style_actionBtn__ngawe button{background-color:transparent;border:none;color:#868e96;cursor:pointer;margin-right:10px}.style_tableRow__cdmqb td{min-width:180px!important}.style_accept__fHeKz{background-color:#1897a6;margin-right:10px}.style_accept__fHeKz,.style_reject__ZDJwU{border:none;border-radius:5px;color:#fff;cursor:pointer;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding:5px 18px}.style_reject__ZDJwU{background-color:#ef437b}.style_tableHeading__eWMcQ{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_tableSubHeading__ST6qW{font-size:14px;font-weight:400;line-height:20px}.style_tableHead__cxgDE th,.style_tableSubHeading__ST6qW{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-style:normal}.style_tableHead__cxgDE th{background-color:#f9fafb;border-top:1px solid #d9d9d9;font-size:13px;font-weight:500;line-height:18px;padding:12px 16px}.style_gridContainer__T8GLr{align-items:center;display:flex;justify-content:center;margin-right:10px;position:relative}.style_input__\+kdLz{border:1px solid #868e96;border:1px solid var(--gray-gray-06,#868e96);border-radius:32px;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:24px;padding:10px 14px 10px 40px}.style_input__\+kdLz:focus-visible{outline:none}.style_searchIcon__WcbN7{left:0;padding-left:10px;position:absolute;top:13px}.style_filterContainer__\+QKsu{align-items:center;display:flex}.style_topHeadContainer__r24vj{display:flex;justify-content:space-between;margin-bottom:20px;padding:16px}.style_topLevelContainer__emUjp{background-color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important;margin-top:35px}.style_noUserCard__D-qGQ{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px}@media screen and (max-width:767px){.style_filterContainer__\+QKsu,.style_topHeadContainer__r24vj{display:block}.style_input__\+kdLz{width:100%}.style_gridContainer__T8GLr{margin-right:0}.style_filterStyles__n7xhg{width:100%}.style_tableSubHeading__ST6qW{margin-bottom:30px}}.style_titleWrapper__SMLbK{align-items:start;cursor:pointer;display:flex;gap:.2rem}.style_table__ZldWQ{border-radius:0!important;box-shadow:none!important}.style_table__ZldWQ::-webkit-scrollbar{display:none}.style_tableHead__DvViC th{background-color:#f9fafb;border-top:1px solid #d9d9d9;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:13px;font-style:normal;font-weight:500;line-height:18px;padding:12px 16px}.style_tableRow__TXQAt td{min-width:180px!important}.style_searchIcon__Y8a3A{left:0;padding-left:10px;position:absolute;top:13px}.style_input__hOrxq{border:1px solid #868e96;border:1px solid var(--gray-gray-06,#868e96);border-radius:32px;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:24px;padding:10px 14px 10px 40px}.style_input__hOrxq:focus-visible{outline:none}.style_actionBtn__HyJ0x button{background-color:transparent;border:none;color:#868e96;cursor:pointer;margin-right:10px}.style_topLevelContainer__nDeS\+{background-color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important}.style_bookCover__r1PZV{border-radius:4px;height:40px;width:37.333px}.style_topHeadContainer__elyVs{display:flex;justify-content:space-between;margin-bottom:20px;padding:16px}.style_tableHeading__cJ3-U{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_tableSubHeading__AXwUm{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.style_gridContainer__oBYf4{justify-content:center;margin-right:10px;position:relative}.style_filterContainer__ijjHq,.style_gridContainer__oBYf4,.style_noUserCard__KSzRB{align-items:center;display:flex}.style_noUserCard__KSzRB{flex-direction:column;justify-content:center;padding:40px}@media screen and (max-width:767px){.style_filterContainer__ijjHq,.style_topHeadContainer__elyVs{display:block}.style_input__hOrxq{width:100%}.style_gridContainer__oBYf4{margin-right:0}.style_filterStyles__hTXYz{width:100%}.style_tableSubHeading__AXwUm{margin-bottom:30px}}.style_card__9BCjT{box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important}.style_cardContent__twsYJ{padding:24px!important}.style_approveBtn__lWTQZ{background-color:#1897a6!important;border:1px solid #1897a6!important}.style_rejectBtn__\+VxG9{background-color:#b42318!important;border:1px solid #b42318!important}.style_selectionContainer__Le8NS{margin-top:20px!important;padding:0 20px}.style_title__yJiCf{font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.style_btnContainer__e-Q2i{display:flex;justify-content:end;margin:20px 0}.style_btnCustom__mJ4at,.style_btnInsideOut__ZVBkS{border:1.5px solid #9a469b;margin-left:15px;max-height:50px;padding-left:20px;padding-right:20px;width:auto}.style_btnInsideOut__ZVBkS{background:transparent!important;color:#000}.style_editContainer__1QZT5{display:flex;justify-content:space-between;margin-bottom:20px}.style_btn__ebtMI{align-items:center;background:none;border:1px solid #000;border-radius:5px;cursor:pointer;display:flex;height:35px;justify-content:space-between;padding:0 5px 0 15px;width:80%}.style_textarea__7uSQy{height:80px;width:80%}.style_textAreaOther__2vOUf,.style_textarea__7uSQy{border:1.5px solid #868e96;border-radius:5px;box-sizing:border-box;font-family:Poppins;font-size:13px;padding:6px;resize:none}.style_textAreaOther__2vOUf{height:100px;margin-top:10px;width:100%}.style_textAreaOther__2vOUf:focus-visible,.style_textarea__7uSQy:focus-visible{outline:none}.style_section__tH\+57{border:1px solid #d9d9d9;border-radius:10px;margin-top:20px;padding:15px}.style_sectionHeading__jCUic{font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.style_singleSection__nPsg\+{border:1px solid #d9d9d9;border-radius:10px;display:flex;flex-direction:column;margin-top:20px;padding:15px}.style_radio__Wago8{margin-right:20px}.style_radio__Wago8 label{margin-right:0}.style_radio__Wago8 label span{color:#9a469b!important}@media screen and (max-width:900px){.style_btn__ebtMI,.style_textarea__7uSQy{width:100%}}@media screen and (max-width:1066px){.style_btnCustom__mJ4at,.style_btnInsideOut__ZVBkS{font-size:13px}}@media screen and (max-width:550px){.style_btnCustom__mJ4at{margin-bottom:20px;width:100%}.style_btnInsideOut__ZVBkS{width:100%}.style_btnContainer__e-Q2i,.style_editContainer__1QZT5{display:block}.style_btnInsideOut__ZVBkS{margin-bottom:20px}}.style_card__krF\+3{box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important}.style_book__9Ls7T{height:300px;object-fit:fill;width:220px}.style_bookInfo__x4OSt{padding:20px 35px;width:100%}.style_title__bDccb{font-weight:600}.style_subTitle__YkdUP,.style_title__bDccb{font-family:Poppins;font-size:16px;font-style:normal;line-height:normal}.style_subTitle__YkdUP{color:#0f1106;color:var(--gray-gray-10,#0f1106);font-weight:400;margin-top:5px}.style_contentContainer__TBznR{border:1px solid #d9d9d9;border-radius:10px;display:flex;padding:15px}@media screen and (max-width:750px){.style_contentContainer__TBznR{display:block}.style_picContainer__5LFTm{display:flex;justify-content:center}.style_bookInfo__x4OSt{margin-top:20px}}.style_card__qlMqg{box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important}.style_cardContent__sLOzo{padding:24px!important}.style_selectionContainer__Gelyo{margin-top:20px!important;padding:0 20px}.style_reviewDisbaled__IWrx9{color:#868e96!important}.style_checkboxDisabled__HJMAI{color:#ebbbeb!important}.style_checkbox__K7rhA{color:#9a469b!important}.style_title__5gkmJ{font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.style_btnContainer__suCAu{display:flex;justify-content:end;margin:20px 0}.style_btnCustom__TwVjd,.style_btnInsideOut__zEv3B{border:1.5px solid #9a469b;margin-left:15px;width:auto}.style_btnInsideOut__zEv3B{background:transparent!important;color:#000;padding-left:20px;padding-right:20px}.style_btn__2uWJ8{align-items:center;background:none;border:1px solid #000;border-radius:5px;cursor:pointer;display:flex;height:35px;justify-content:space-between;padding:0 5px 0 15px;width:80%}.style_textarea__vrvyl{border:1.5px solid #868e96;border-radius:5px;box-sizing:border-box;font-family:Poppins;font-size:13px;height:80px;padding:6px;resize:none;width:80%}.style_textarea__vrvyl:focus-visible{outline:none}.style_radio__pHC7I{margin-right:20px}.style_radio__pHC7I label{margin-right:0}.style_radio__pHC7I label span{color:#9a469b!important}.style_checkBoxContainer__\+tJCE{margin-right:20px;max-height:300px;overflow-y:auto}.style_checkBoxContainer__\+tJCE:not(:hover)::-webkit-scrollbar{width:0}.style_checkBoxContainer__\+tJCE::-webkit-scrollbar-track{background-color:#f5f5f5;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.style_checkBoxContainer__\+tJCE::-webkit-scrollbar{background-color:#f5f5f5;width:4px}.style_checkBoxContainer__\+tJCE::-webkit-scrollbar-thumb{background-color:#9a469b}.style_table__InwPC{border-radius:0!important;box-shadow:none!important}.style_tableItem__ngxj2{color:#000;color:var(--gray-gray-08,#000);font-family:Poppins;font-size:14px;font-style:normal;line-height:20px}.style_actionBtn__7oCcw button{background-color:transparent;border:none;color:#868e96;cursor:pointer;margin-right:10px}.style_tableHeading__0Tktw{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_tableSubHeading__Ybcy8{font-size:14px;font-weight:400;line-height:20px}.style_tableHead__eDa1T th,.style_tableSubHeading__Ybcy8{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-style:normal}.style_tableHead__eDa1T th{background-color:#f9fafb;border-top:1px solid #d9d9d9;font-size:13px;font-weight:500;line-height:18px;padding:12px 16px}.style_titleTable__TNQ2i{font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.style_btnCustom__TwVjd{padding-left:20px;padding-right:20px}.style_titleContainer__wQrj2{align-items:center;display:flex;justify-content:space-between;margin:20px 0}@media screen and (max-width:600px){.style_btn__2uWJ8,.style_textarea__vrvyl{width:100%}}@media screen and (max-width:750px){.style_btnCustom__TwVjd,.style_btnInsideOut__zEv3B{margin-bottom:20px;margin-left:0;width:100%}.style_btnContainer__suCAu{align-items:center;display:flex;flex-direction:column}}.style_card__CaKpD{box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important}.style_cardContent__jyt0m{padding:24px!important}.style_approveBtn__8frlA{background-color:#1897a6!important;border:1px solid #1897a6!important}.style_rejectBtn__O6htL{background-color:#b42318!important;border:1px solid #b42318!important}.style_selectionContainer__6TeDF{margin-top:20px!important;padding:0 20px}.style_title__227IW{font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.style_btnContainer__J273e{display:flex;justify-content:end;margin:20px 0}.style_btnCustom__QegyX,.style_btnInsideOut__Ok8Lx{border:1.5px solid #9a469b;margin-left:15px;max-height:50px;padding-left:20px;padding-right:20px;width:auto}.style_btnInsideOut__Ok8Lx{background:transparent!important;color:#000}.style_editContainer__Cjh-J{display:flex;justify-content:space-between;margin-bottom:20px}.style_btn__Y08mH{align-items:center;background:none;border:1px solid #000;border-radius:5px;cursor:pointer;display:flex;height:35px;justify-content:space-between;padding:0 5px 0 15px;width:80%}.style_textarea__\+aZ9Q{height:80px;width:80%}.style_textAreaOther__tLExW,.style_textarea__\+aZ9Q{border:1.5px solid #868e96;border-radius:5px;box-sizing:border-box;font-family:Poppins;font-size:13px;padding:6px;resize:none}.style_textAreaOther__tLExW{height:100px;margin-top:10px;width:100%}.style_textAreaOther__tLExW:focus-visible,.style_textarea__\+aZ9Q:focus-visible{outline:none}.style_section__M3Lj-{border:1px solid #d9d9d9;border-radius:10px;margin-top:20px;padding:15px}.style_sectionHeading__Imf7g{font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.style_singleSection__Nran5{border:1px solid #d9d9d9;border-radius:10px;display:flex;flex-direction:column;margin-top:20px;padding:15px}.style_radio__eg5hU{margin-right:20px}.style_radio__eg5hU label{margin-right:0}.style_radio__eg5hU label span{color:#9a469b!important}@media screen and (max-width:900px){.style_btn__Y08mH,.style_textarea__\+aZ9Q{width:100%}}@media screen and (max-width:1066px){.style_btnCustom__QegyX,.style_btnInsideOut__Ok8Lx{font-size:13px}}@media screen and (max-width:550px){.style_btnCustom__QegyX{margin-bottom:20px;width:100%}.style_btnInsideOut__Ok8Lx{width:100%}.style_btnContainer__J273e,.style_editContainer__Cjh-J{display:block}.style_btnInsideOut__Ok8Lx{margin-bottom:20px}}.style_table__EroAJ{border-radius:0!important;box-shadow:none!important}.style_tableItem__C5Ysl{color:#000;color:var(--gray-gray-08,#000);font-family:Poppins;font-size:14px;font-style:normal;line-height:20px}.style_actionBtn__nxtl7 button{background-color:transparent;border:none;color:#868e96;cursor:pointer;margin-right:10px}.style_tableHeading__1iHez{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_tableSubHeading__3icug{font-size:14px;font-weight:400;line-height:20px}.style_tableHead__qie1F th,.style_tableSubHeading__3icug{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-style:normal}.style_tableHead__qie1F th{background-color:#f9fafb;border-top:1px solid #d9d9d9;font-size:13px;font-weight:500;line-height:18px;padding:12px 16px}.style_topBtnContainer__E3Ura{display:flex;justify-content:end;margin-top:20px;width:100%}.style_title__zE0SD{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_crossIcon__W2Ydv{cursor:pointer;position:absolute;right:20px;top:20px}.style_subTitle__FjulH{align-items:center;color:#0f1106;color:var(--gray-gray-10,#0f1106);display:flex;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.style_checkbox__Uq0-9{color:#9a469b!important}.style_btnCustom__4VtIZ{margin-top:10px}.style_card__W6R8a{box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important}.style_tab__2F4sZ{-webkit-font-feature-settings:"clig" off,"liga" off!important;font-feature-settings:"clig" off,"liga" off!important;font-family:Poppins!important;font-size:14px!important;font-style:normal!important;font-weight:600!important;line-height:24px!important}.style_container__N6yvY{align-items:center;display:flex;flex-direction:column;justify-content:center}.style_topMostContainer__hMSjy{border:1px solid #d9d9d9;border-radius:16px;margin-bottom:40px;padding:40px}.style_heading__l4vjh{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_input__FVMXs:focus-visible{outline:none}.style_inputContainer__LjVja{box-sizing:border-box;display:flex;margin-top:5px}.style_inputSingleContainer__pE3X1{width:100%}.style_titleInput__Hm-OU{color:#0f1106;color:var(--gray-gray-10,#0f1106);font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:5px}.style_titleInput__Hm-OU span{color:#9a469b}.style_errorText__K-edy{color:red;display:flex;font-size:12px;height:20px;justify-content:start}.style_iconContainer__N0zWB{color:#868e96;cursor:pointer;position:absolute;right:29px;top:11px}.style_box__RD1cA{padding:24px!important}@media screen and (max-width:600px){.style_topMostContainer__hMSjy{padding:20px}.style_inputContainer__LjVja{display:block}}@media screen and (max-width:500px){.style_box__RD1cA{margin-top:24px!important;padding:0!important}}.style_card__K9ue3{box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important}.style_tab__HkaTP{color:#868e96!important;font-family:Poppins!important}.style_container__kcrVo{align-items:center;display:flex;flex-direction:column;justify-content:center}.style_topMostContainer__EOtHf{border:1px solid #d9d9d9;border-radius:16px;margin:auto auto 3rem;padding:40px}.style_heading__SBG-B{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_input__mNZXw:focus-visible{outline:none}.style_inputsWrapper__gi443 input{height:55px}.style_inputContainer__0G37H{box-sizing:border-box;display:flex;gap:1rem;margin-top:5px}.style_inputSingleContainer__Ox\+70{width:100%}.style_inputContainerButton__3Vyfv{display:flex;justify-content:center}.style_btnCustom__9cAjx{width:150px}.style_titleInput__vemxe{color:#0f1106;color:var(--gray-gray-10,#0f1106);font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:5px}.style_titleInput__vemxe span{color:#9a469b}.style_errorText__vIL3X{color:red;display:flex;font-size:12px;height:20px;justify-content:start}.style_iconContainer__jcJpv{color:#868e96;cursor:pointer;position:absolute;right:29px;top:11px}.style_inputContainerButton__3Vyfv{justify-content:end}@media screen and (max-width:600px){.style_topMostContainer__EOtHf{padding:20px}.style_inputContainer__0G37H{display:block}.style_inputContainerButton__3Vyfv{display:flex;justify-content:center}}@media screen and (min-width:990px){.style_inputsWrapper__gi443{display:grid;grid-template-columns:1fr}.style_topMostContainer__EOtHf{margin:auto auto 2rem;max-width:600px}}.style_inputContainerButton__-e76T{display:flex;justify-content:end}.style_btnCustom__Q3sAm{width:200px}.style_card__cs8KW{box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important}.style_tab__MI613{color:#868e96!important;font-family:Poppins!important}.style_container__LSAov{align-items:center;display:flex;flex-direction:column;justify-content:center}.style_topMostContainer__TzFbY{border:1px solid #d9d9d9;border-radius:16px;margin-bottom:40px;padding:40px}.style_heading__JcAAn{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_input__RaZx-:focus-visible{outline:none}.style_inputContainer__sCG9a{box-sizing:border-box;display:flex;margin-top:5px}.style_inputSingleContainer__32NnY{width:100%}.style_titleInput__hJOY5{color:#0f1106;color:var(--gray-gray-10,#0f1106);font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:5px}.style_titleInput__hJOY5 span{color:#9a469b}.style_errorText__gMz94{color:red;display:flex;font-size:12px;height:20px;justify-content:start}.style_iconContainer__AUnNj{color:#868e96;cursor:pointer;position:absolute;right:29px;top:11px}@media screen and (max-width:600px){.style_topMostContainer__TzFbY{padding:20px}.style_inputContainer__sCG9a{display:block}.style_inputContainerButton__-e76T{display:flex;justify-content:center}}@media screen and (min-width:990px){.style_inputsWrapper__H8iGL{display:grid;grid-template-columns:1fr}.style_inputSingleContainer__32NnY input{height:55px}.style_topMostContainer__TzFbY{margin:auto;max-width:600px}.style_buttonWrapper__d2Up4{grid-column:1/-1;grid-row:3}.style_buttonWrapper__d2Up4 button{margin:auto;padding:1rem;text-align:center;width:50%}}.style_card__6VYT0{box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important}.style_tab__fwD1j{-webkit-font-feature-settings:"clig" off,"liga" off!important;font-feature-settings:"clig" off,"liga" off!important;font-family:Poppins!important;font-size:14px!important;font-style:normal!important;font-weight:600!important;line-height:24px!important}.style_container__Ul41T{align-items:center;display:flex;flex-direction:column;justify-content:center}.style_topMostContainer__VWCSc{border:1px solid #d9d9d9;border-radius:16px;margin-bottom:40px;padding:40px}.style_heading__IXThg{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_input__hEB2-:focus-visible{outline:none}.style_inputContainer__cBFxN{box-sizing:border-box;display:flex;margin-top:5px}.style_inputSingleContainer__puoeV{width:100%}.style_titleInput__mBnue{color:#0f1106;color:var(--gray-gray-10,#0f1106);font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:5px}.style_titleInput__mBnue span{color:#9a469b}.style_errorText__sJQA2{color:red;display:flex;font-size:12px;height:20px;justify-content:start}.style_iconContainer__yKxM\+{color:#868e96;cursor:pointer;position:absolute;right:29px;top:11px}.style_box__dG6Yp{padding:24px!important}@media screen and (max-width:600px){.style_topMostContainer__VWCSc{padding:20px}.style_inputContainer__cBFxN{display:block}}@media screen and (max-width:500px){.style_box__dG6Yp{margin-top:24px!important;padding:0!important}}.style_ticketListing__6hiHJ{background-color:transparent;height:83vh;overflow:scroll}.style_ticketListing__6hiHJ::-webkit-scrollbar{height:0;overflow-x:hidden!important;overflow-y:scroll;width:20px}.style_ticketListing__6hiHJ::-webkit-scrollbar-track{background-clip:padding-box;background-color:#f2f2f2;border:7px solid transparent;border-radius:9999px}.style_ticketListing__6hiHJ::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:#9a469b;border:7px solid transparent;border-radius:9999px}.style_heading__e-\+cj{color:#0f1106;color:var(--gray-gray-09,#0f1106);font-family:Poppins;font-size:20px;font-style:normal;font-weight:600;line-height:36px}.style_btn__EFX2y{margin-bottom:20px;padding:10px 25px;width:auto}.style_gridContain__OhIq0{align-items:center;display:flex;justify-content:space-between}.style_deleteBtn__0DOqG{align-items:center;background-color:red;border:none;border-radius:32px;color:#fff;cursor:pointer;display:flex;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:normal;padding:10px 25px}.style_deleteBtn__0DOqG span{margin-left:5px}.style_skeleton1__UAzko{border-bottom-left-radius:26px;margin-bottom:20px}.style_skeleton1__UAzko,.style_skeleton2__H0MqT{border-top-left-radius:26px;border-top-right-radius:26px;height:100px!important;width:70%}.style_skeleton2__H0MqT{border-bottom-right-radius:26px}.style_ticketHeading__2RqfI{align-items:center;color:#0f1106;color:var(--gray-gray-10,#0f1106);display:flex;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;justify-content:center;line-height:normal;margin-left:10px;text-align:center}.style_btnNoData__h8GlG{margin-top:15px;padding:10px 25px;width:350px}.style_noDataContainer__BrQjH{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:50px}.style_chatHead__FGNBG{align-items:center;border-bottom:1px solid #d9d9d9;display:flex;justify-content:space-between;padding:20px}.style_filesContainer__jj3o4{display:flex;overflow-x:auto}.style_chatContainer__\+htgx{background-color:#fff;border:1px solid #d9d9d9;border-radius:6px;height:100%}.style_completeBtn__2hmWu{align-items:center;background-color:transparent;border:1px solid #9a469b;border:1px solid var(--main-colors-primary,#9a469b);border-radius:32px;color:#9a469b;color:var(--main-colors-primary,#9a469b);cursor:pointer;display:flex;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;height:45px;line-height:normal;padding:0 25px;text-align:center}.style_completeBtn__2hmWu span{margin-left:5px}.style_completeBtn__2hmWu:hover{background-color:#9a469b;color:#fff}.style_completeBtn__2hmWu:hover svg path{fill:#fff}.style_chatHeading__swiTT{color:#9a469b;color:var(--main-colors-primary,#9a469b);font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal}.style_chatSubHeading__pTm2\+{color:#868e96;color:var(--Gray-06,#868e96);font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.style_msgContainer__SNYyc{height:35vh;overflow-y:scroll;padding:20px;position:relative}.style_msgContainer__SNYyc ::-webkit-scrollbar{width:16px}.style_msgContainer__SNYyc ::-webkit-scrollbar-thumb{background-color:red;border-radius:6px}.style_msgContainer__SNYyc::-webkit-scrollbar{display:none}.style_sent__vrmC4{background-color:#ffebc2;border-bottom-left-radius:26px}.style_received__vxv-O,.style_sent__vrmC4{border-top-left-radius:26px;border-top-right-radius:26px;color:#0f1106;color:var(--gray-gray-10,#0f1106);font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;letter-spacing:.16px;line-height:160%;margin-bottom:30px;padding:15px;width:70%}.style_received__vxv-O{background-color:#dee2e6;border-bottom-right-radius:26px}.style_endGrid__QrCxS{display:flex;justify-content:end}.style_textArea__xG\+Hd{border:1px solid #868e96;border-radius:10px;box-sizing:border-box;color:#0f1106;color:var(--gray-gray-10,#0f1106);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;height:90px;letter-spacing:.16px;line-height:160%;margin-top:30px;padding:10px;resize:none;width:100%}.style_textArea__xG\+Hd:focus-visible{outline:none}.style_dateLabel__VNy92{display:flex;font-size:12px;justify-content:end}.style_attachmentContainer__-JGUt{align-items:center;display:flex;justify-content:space-between;margin-top:10px}.style_attachmentIcon__gZTJ5,.style_sendIcon__7oUg5{cursor:pointer}.style_chatActionContainer__KAtSb{padding:20px}.style_fileName__3ihG9{color:#0f1106;color:var(--gray-gray-08,#0f1106);font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:22px}.style_fileContainer__iGRnj{border:1px solid #d9d9d9;border-radius:6px;box-sizing:border-box;display:flex;margin-bottom:10px;margin-right:10px;min-width:220px;padding:10px;position:relative}.style_fileDetail__UyGch{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;letter-spacing:-.06px;line-height:16px}.style_cancelIcon__27EnE{color:red;cursor:pointer;font-size:17px!important;position:absolute;right:10px;top:10px}.style_filesContainer__jj3o4::-webkit-scrollbar{display:none}@media screen and (max-width:767px){.style_chatHead__FGNBG{display:block}.style_chatTextContainer__CyorQ{justify-content:center!important}.style_completeBtn__2hmWu{justify-content:center;margin-top:20px;width:100%}}@media screen and (max-width:1200px){.style_ticketListing__6hiHJ{height:100%}}.style_fileMsg__W1uZl{background:#fff;background:var(--gray-gray-01,#fff);border:1px solid #e9ecef;border:1px solid var(--gray-gray-03,#e9ecef);border-bottom-left-radius:26px;border-top-left-radius:26px;border-top-right-radius:26px;border-radius:10px;color:#0f1106;color:var(--gray-gray-10,#0f1106);font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;letter-spacing:.16px;line-height:160%;margin-bottom:30px;padding:15px;width:200px}.style_ticketContainer__y50-1{background:#fff;border:1px solid #d9d9d9;border-radius:16px;cursor:pointer;margin-bottom:20px;padding:20px;transition:all .3s linear}.style_ticketContainer__y50-1:hover{background-color:#ef437b}.style_ticketContainer__y50-1:hover div{color:#fff}.style_ticketContainer__y50-1:hover div svg path{fill:#fff}.style_ticketContainer__y50-1:hover div span{color:#fff}.style_ticketContainer__y50-1:hover .style_statusOpen__OgOJu{background-color:#fff;color:#ef437b}.style_active__rVnM3{background-color:#ef437b;border:1px solid #d9d9d9;border-radius:16px;color:#fff;cursor:pointer;margin-bottom:20px;padding:20px}.style_active__rVnM3 div{color:#fff}.style_active__rVnM3 div svg path{fill:#fff}.style_active__rVnM3 div span{color:#fff}.style_statusOpen__OgOJu{background-color:#ef437b;transition:all .3s linear}.style_statusClose__Wt2vz,.style_statusOpen__OgOJu{align-items:center;border-radius:28px;color:#fff;display:flex;font-weight:700;height:26px;justify-content:center;margin-bottom:10px;padding-left:10px;padding-right:10px;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}.style_statusClose__Wt2vz{background-color:#9a469b}.style_headingContainer__QKJdz{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.style_headingContainer__QKJdz>.style_ticketHeading__VzjsA{flex:2 1}.style_ticketHeading__VzjsA{align-items:center;display:flex}.style_ticketHeading__VzjsA span{color:#0f1106;color:var(--gray-gray-10,#0f1106);font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:normal}.style_active__rVnM3 .style_statusOpen__OgOJu{background-color:#fff;color:#ef437b}.style_ticketDescription__khl2D{color:#868e96;color:var(--gray-gray-07,#868e96);font-size:14px;letter-spacing:.14px;line-height:150%}.style_ticketDescription__khl2D,.style_ticketReason__N6z0j{font-family:Poppins;font-style:normal;font-weight:400;margin-top:10px}.style_ticketReason__N6z0j{color:#0f1106;color:var(--gray-gray-08,#0f1106);font-size:16px;line-height:24px}.style_date__jyl8I{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;letter-spacing:.14px;line-height:150%}@media screen and (max-width:500px){.style_headingContainer__QKJdz{align-items:start;flex-direction:column;gap:.2rem}.style_date__jyl8I{font-size:12px}}.style_topLevelGrid__qU1o6{margin-top:0!important;padding-left:17px}.style_chartGrid__\+WXN7{padding-right:20px!important}.style_cardContent__Umyhz{padding:30px!important}.style_title__uOKPi{color:#0f1106;color:var(--gray-900,#0f1106);font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:28px}.style_card__SzMDx{box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important}.style_cardContentWrapper__UgKoU{align-items:flex-start;display:flex;flex-direction:column;gap:.5rem;justify-content:space-between;margin-bottom:1rem}.style_rangeInputWrapper__O-ERN input{border:none;cursor:pointer;padding:0}.style_rangeInputWrapper__O-ERN>div>div{align-items:center;display:flex;gap:.5rem}.style_rangeInputWrapper__O-ERN svg{fill:#9a469b;padding:0!important;position:relative!important}@media screen and (min-width:500px){.style_cardContentWrapper__UgKoU{align-items:center;display:flex;flex-direction:row}.style_rangeInputWrapper__O-ERN>div>div{gap:.5rem}}@media screen and (max-width:900px){.style_chartGrid__\+WXN7{padding-right:0!important}}.style_table__yG3nf{border-radius:0!important;box-shadow:none!important}.style_table__yG3nf::-webkit-scrollbar{display:none}.style_tableItem__gzoCB{color:#000;color:var(--gray-gray-08,#000);font-family:Poppins;font-size:14px;font-style:normal;line-height:20px}.style_actionBtn__lo5lf button{background-color:transparent;border:none;color:#868e96;cursor:pointer;margin-right:10px}.style_accept__ggH3H{background-color:#1897a6;margin-right:10px}.style_accept__ggH3H,.style_reject__5gqfX{border:none;border-radius:5px;color:#fff;cursor:pointer;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding:5px 18px}.style_reject__5gqfX{background-color:#ef437b}.style_tableHeading__GQZWM{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_tableRow__jjF7P td{min-width:180px!important}.style_tableSubHeading__2ZXjF{font-size:14px;font-weight:400;line-height:20px}.style_tableHead__2\+N7R th,.style_tableSubHeading__2ZXjF{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-style:normal}.style_tableHead__2\+N7R th{background-color:#f9fafb;border-top:1px solid #d9d9d9;font-size:13px;font-weight:500;line-height:18px;padding:12px 16px}.style_gridContainer__i-G4Y{align-items:center;display:flex;justify-content:center;margin-right:10px;position:relative}.style_input__swcHQ{border:1px solid #868e96;border:1px solid var(--gray-gray-06,#868e96);border-radius:32px;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:24px;padding:10px 14px 10px 40px}.style_createBtn__hUzbp{margin-left:10px;padding:10px 25px;width:auto!important}.style_input__swcHQ:focus-visible{outline:none}.style_searchIcon__y2aJK{left:0;padding-left:10px;position:absolute;top:13px}.style_filterContainer__y\+trS{align-items:center;display:flex}.style_topHeadContainer__ZCBKd{display:flex;justify-content:space-between;margin-bottom:20px;padding:16px}.style_topLevelContainer__1j1gh{background-color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important}.style_noUserCard__8vcJA{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px}@media screen and (max-width:900px){.style_topHeadContainer__ZCBKd{display:block}.style_filterContainer__y\+trS{margin-top:20px}}@media screen and (max-width:767px){.style_createBtn__hUzbp{margin-left:0;margin-top:20px;width:100%}.style_filterContainer__y\+trS{display:block}.style_input__swcHQ{width:100%}.style_gridContainer__i-G4Y{margin-right:0}.style_filterStyles__5Jlna{width:100%}.style_tableSubHeading__2ZXjF{margin-bottom:30px}}.style_table__Z4dL5{border-radius:0!important;box-shadow:none!important}.style_table__Z4dL5::-webkit-scrollbar{display:none}.style_noUserCard__tmBIh{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px}.style_tableItem__k55nu{color:#000;color:var(--gray-gray-08,#000);font-family:Poppins;font-size:14px;font-style:normal;line-height:20px}.style_datesContainer__PMfG5 div div input{border:1px solid #868e96;color:gray!important;width:100%}.style_actionBtn__g\+6Rg button{background-color:transparent;border:none;color:#868e96;cursor:pointer;margin-right:10px}.style_accept__boGUN{background-color:#1897a6;margin-right:10px}.style_accept__boGUN,.style_reject__m-cbP{border:none;border-radius:5px;color:#fff;cursor:pointer;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding:5px 18px}.style_reject__m-cbP{background-color:#ef437b}.style_tableHeading__5FWtr{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_tableSubHeading__kYHqk{font-size:14px;font-weight:400;line-height:20px}.style_tableHead__U75ea th,.style_tableSubHeading__kYHqk{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-style:normal}.style_tableHead__U75ea th{background-color:#f9fafb;border-top:1px solid #d9d9d9;font-size:13px;font-weight:500;line-height:18px;padding:12px 16px}.style_tableRow__FXCoW td{min-width:180px!important}.style_gridContainer__h-OfJ{align-items:center;display:flex;justify-content:center;position:relative}.style_input__aa\+JM{border:1px solid #868e96;border:1px solid var(--gray-gray-06,#868e96);border-radius:32px;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:24px;padding:10px 14px 10px 40px}.style_input__aa\+JM:focus-visible{outline:none}.style_searchIcon__-f0e6{left:0;padding-left:10px;position:absolute;top:13px}.style_filterContainer__J-VZv{align-items:center;display:flex;gap:1rem}.style_topHeadContainer__8d3S9{display:flex;justify-content:space-between;margin-bottom:20px;padding:16px}.style_topLevelContainer__m-KAS{background-color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important}.style_filterButtonWrapper__A56f\+ button{margin-top:0!important;padding:10px!important}@media screen and (max-width:767px){.style_topHeadContainer__8d3S9{display:block}.style_filterContainer__J-VZv{align-items:stretch;display:flex;flex-direction:column;gap:1rem}.style_input__aa\+JM{width:100%}.style_gridContainer__h-OfJ{margin-right:0}.style_filterStyles__lXwEE{width:100%}.style_tableSubHeading__kYHqk{margin-bottom:30px}}.style_table__MKzqw{border-radius:0!important;box-shadow:none!important}.style_table__MKzqw::-webkit-scrollbar{display:none}.style_noUserCard__RXnxP{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px}.style_tableItem__RNSrA{color:#000;color:var(--gray-gray-08,#000);font-family:Poppins;font-size:14px;font-style:normal;line-height:20px}.style_actionBtn__PrPUL button{background-color:transparent;border:none;color:#868e96;cursor:pointer;margin-right:10px}.style_accept__sVAKq{background-color:#1897a6;margin-right:10px}.style_accept__sVAKq,.style_reject__AzPG7{border:none;border-radius:5px;color:#fff;cursor:pointer;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding:5px 18px}.style_reject__AzPG7{background-color:#ef437b}.style_tableHeading__3KTY7{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_tableSubHeading__D82PZ{font-size:14px;font-weight:400;line-height:20px}.style_tableHead__aGNyV th,.style_tableSubHeading__D82PZ{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-style:normal}.style_tableHead__aGNyV th{background-color:#f9fafb;border-top:1px solid #d9d9d9;font-size:13px;font-weight:500;line-height:18px;padding:12px 16px}.style_tableRow__kNByl td{min-width:180px!important}.style_gridContainer__oLTus{align-items:center;display:flex;justify-content:center;margin-right:10px;position:relative}.style_input__a9vRy{border:1px solid #868e96;border:1px solid var(--gray-gray-06,#868e96);border-radius:32px;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:24px;padding:10px 14px 10px 40px}.style_input__a9vRy:focus-visible{outline:none}.style_searchIcon__yu4kN{left:0;padding-left:10px;position:absolute;top:13px}.style_filterContainer__hIb1k{align-items:center;display:flex}.style_topHeadContainer__5gynd{display:flex;justify-content:space-between;margin-bottom:20px;padding:16px}.style_topLevelContainer__C71e9{background-color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important}@media screen and (max-width:767px){.style_filterContainer__hIb1k,.style_topHeadContainer__5gynd{display:block}.style_input__a9vRy{width:100%}.style_gridContainer__oLTus{margin-right:0}.style_filterStyles__oAyxe{width:100%}.style_tableSubHeading__D82PZ{margin-bottom:30px}}.style_crossIcon__c7pGQ{cursor:pointer;position:absolute;right:20px;top:20px}.style_card__vmSiN{box-shadow:none!important;margin-top:35px;padding:10px}.style_grid__fkX6e{margin-top:20px!important;padding:0 16px}.style_title__948IB{font-weight:600}.style_subTitle__SNK3h,.style_title__948IB{font-family:Poppins;font-size:16px;font-style:normal;line-height:normal}.style_subTitle__SNK3h{color:#0f1106;color:var(--gray-gray-10,#0f1106);font-weight:400;margin-top:10px}.style_border__2f4A6{border:1px solid #d3d3d3}.style_wrapper__nZrcd{border-bottom:1px solid #d3d3d3;display:flex;flex-wrap:wrap;gap:1rem;padding:1rem}.style_box__-0EhF{width:1.5rem}.style_box__-0EhF,.style_rectangle__upxsP{-webkit-animation:style_loading__AKDHB 1.5s infinite;animation:style_loading__AKDHB 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:4px;height:1.5rem}.style_rectangle__upxsP{width:5rem}.style_contentWappper__2lcNB{display:flex;flex-direction:column;gap:1rem;padding:.5rem 1rem}.style_content__qviJh{-webkit-animation:style_loading__AKDHB 1.5s infinite;animation:style_loading__AKDHB 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:4px;height:1rem;width:100%}@-webkit-keyframes style_loading__AKDHB{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes style_loading__AKDHB{0%{background-position:-200% 0}to{background-position:200% 0}}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{height:1px;left:-100000px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{word-wrap:break-word;box-sizing:border-box;height:100%;line-height:1.42;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;margin:0;padding:0}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-increment:list-0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:rgba(0,0,0,.6);content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow .ql-toolbar:after,.ql-snow.ql-toolbar:after{clear:both;content:"";display:table}.ql-snow .ql-toolbar button,.ql-snow.ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow .ql-toolbar button svg,.ql-snow.ql-toolbar button svg{float:left;height:100%}.ql-snow .ql-toolbar button:active:hover,.ql-snow.ql-toolbar button:active:hover{outline:none}.ql-snow .ql-toolbar input.ql-image[type=file],.ql-snow.ql-toolbar input.ql-image[type=file]{display:none}.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{color:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow .ql-toolbar button:hover:not(.ql-active),.ql-snow.ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;-webkit-transform:translateY(10px);transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{margin-bottom:5px;margin-top:5px;padding:5px 10px;white-space:pre-wrap}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;padding:2px 4px;width:24px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{margin-top:-9px;position:absolute;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:0 2px 8px rgba(0,0,0,.2)}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;display:none;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.style_container__a9pho>div:first-child{background-color:#fff}.style_container__a9pho>div:first-child>div:first-child,.style_container__a9pho>div:first-child>div:last-child{border:1px solid #e0e0e0}.style_btnWrapper__FYJJ1{align-items:center;display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.style_btnWrapper__FYJJ1 button{border:none;border-radius:38px;cursor:pointer;font-family:poppins;font-size:1rem;padding:10px 40px}.style_btnWrapper__FYJJ1 .style_cancelBtn__C6o1x{background-color:#fff;border:1px solid #9a469b}.style_btnWrapper__FYJJ1 .style_saveBtn__1pxgk{background-color:#9a469b;color:#fff}button:disabled{cursor:not-allowed}@media screen and (max-width:500px){.style_btnWrapper__FYJJ1{justify-content:flex-end}}.style_backBtn__pBZQB{align-items:center;background-color:transparent;border:none;cursor:pointer;display:flex;font-family:poppins;font-size:16px;gap:.5rem;justify-content:center;text-align:center}.style_heading__MZ8\+m{color:#9a469b;font-family:poppins}.style_title__Bw6YF{border-color:#9a469b;color:#9a469b;font-family:Poppins!important;font-weight:700}.style_crossIcon__cl1SO{cursor:pointer;display:flex;justify-content:end;position:relative}.style_headingContainer__MLreZ{align-items:center;display:flex;font-family:Poppins!important;font-size:14px;gap:1rem}.style_headingContainer__MLreZ span{box-sizing:border-box;padding:1rem .5rem;width:100%}.style_headingContainer__MLreZ span:first-child{background-color:#f9faf9;color:#868e96;font-size:13px}.style_counterContainer__M1HZN{color:#868e96!important;display:flex;font-size:12px!important;justify-content:end;margin-bottom:20px;padding:4px 16px}.style_ageFilter__uuf6d,.style_rangeInputWrapper__grrBj,.style_userFilter__P3vNP{margin-right:10px}.style_rangeInputWrapper__grrBj div div input{font-size:12px}.style_titleWrapper__RuK2w{align-items:start;display:flex;gap:.2rem}.style_table__N9qI0{border-radius:0!important;box-shadow:none!important}.style_table__N9qI0::-webkit-scrollbar{display:none}.style_tableHead__wZsWi th{background-color:#f9fafb;border-top:1px solid #d9d9d9;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:13px;font-style:normal;font-weight:500;line-height:18px;padding:12px 16px}.style_tableRow__7jWwC td{min-width:180px!important}.style_searchIcon__ODNTi{left:0;padding-left:10px;position:absolute;top:13px}.style_input__yAS1s{border:1px solid #868e96;border:1px solid var(--gray-gray-06,#868e96);border-radius:32px;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:24px;padding:10px 14px 10px 40px}.style_input__yAS1s:focus-visible{outline:none}.style_resetBtn__Dzx2U{border:none!important;font-size:12px}.style_actionBtn__Wi4\+d button,.style_resetBtn__Dzx2U{background-color:transparent;color:#868e96;cursor:pointer}.style_actionBtn__Wi4\+d button{border:none;margin-right:10px}.style_topLevelContainer__JOM4x{background-color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important}.style_profile_picture__KKLXf{border-radius:50%;height:40px;width:37.333px}.style_topHeadContainer__CaMyd{display:flex;justify-content:space-between;padding:16px}.style_tableHeading__4EZbf{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_tableSubHeading__fLotL{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.style_gridContainer__h\+Hk8{justify-content:center;position:relative}.style_filterContainer__99UJi,.style_gridContainer__h\+Hk8,.style_noUserCard__n5ZK9{align-items:center;display:flex}.style_noUserCard__n5ZK9{flex-direction:column;justify-content:center;padding:40px}.style_rangeInputWrapper__grrBj div div input{border:1px solid #868e96!important}.style_active__YmXrD{color:#1897a6!important}.style_deactive__y3eF-{color:#b42318!important}@media screen and (max-width:1450px){.style_topHeadContainer__CaMyd{display:block}.style_filterContainer__99UJi{margin-top:40px}}@media screen and (max-width:900px){.style_filterContainer__99UJi{display:block!important}.style_ageFilter__uuf6d{margin-bottom:20px!important;margin-right:0!important}.style_ageFilter__uuf6d div button{width:100%!important}.style_userFilter__P3vNP{margin-bottom:20px!important;margin-right:0!important}.style_userFilter__P3vNP div button{margin-right:0!important;width:100%!important}.style_gridContainer__h\+Hk8{margin-right:0}.style_filterStyles__Sf6Bu{width:100%}.style_tableSubHeading__fLotL{margin-bottom:30px}.style_rangeInputWrapper__grrBj{margin-right:0!important}.style_rangeInputWrapper__grrBj div div input{margin-bottom:20px!important;width:100%}.style_input__yAS1s{width:100%}}.style_table__4dSPi{border-radius:0!important;box-shadow:none!important}.style_tableItem__UdLYa{color:#000;color:var(--gray-gray-08,#000);font-family:Poppins;font-size:14px;font-style:normal;line-height:20px}.style_noUserCard__k\+bCW{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px}.style_actionBtn__JVQy6 button{background-color:transparent;border:none;color:#868e96;cursor:pointer;margin-right:10px}.style_accept__XHfDt{background-color:#1897a6;margin-right:10px}.style_accept__XHfDt,.style_reject__DD\+Oq{border:none;border-radius:5px;color:#fff;cursor:pointer;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding:5px 18px}.style_reject__DD\+Oq{background-color:#ef437b}.style_tableHeading__UOiHd{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_tableSubHeading__z0a1Z{font-size:14px;font-weight:400;line-height:20px}.style_tableHead__ik7Ub th,.style_tableSubHeading__z0a1Z{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-style:normal}.style_tableHead__ik7Ub th{background-color:#f9fafb;border-top:1px solid #d9d9d9;font-size:13px;font-weight:500;line-height:18px;padding:12px 16px}.style_gridContainer__ZlR5y{align-items:center;display:flex;justify-content:center;margin-right:10px;position:relative}.style_input__CSbK0{border:1px solid #868e96;border:1px solid var(--gray-gray-06,#868e96);border-radius:32px;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:24px;padding:10px 14px 10px 40px}.style_input__CSbK0:focus-visible{outline:none}.style_searchIcon__NWDn\+{left:0;padding-left:10px;position:absolute;top:13px}.style_filterContainer__VLk0-{align-items:center;display:flex}.style_topHeadContainer__rhKxS{display:flex;justify-content:space-between;margin-bottom:20px;padding:16px}.style_topLevelContainer__rz8C5{background-color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important;margin-top:35px}.style_statusApproved__7DXJ1{background:#ecfdf3;border-radius:5px;color:green;padding:5px 10px}.style_statusRejected__OgrEu{background:#fef3f2;border-radius:5px;color:red;padding:5px 10px}.style_bookCover__0T8JY{height:40px;width:37.333px}@media screen and (max-width:767px){.style_filterContainer__VLk0-,.style_topHeadContainer__rhKxS{display:block}.style_input__CSbK0{width:100%}.style_gridContainer__ZlR5y{margin-right:0}.style_filterStyles__ktwcf{width:100%}.style_tableSubHeading__z0a1Z{margin-bottom:20px}}.style_title__PNKDD{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:22px;font-style:normal;font-weight:500;line-height:28px}.style_subHeading__LmU5u{align-items:center!important;border-radius:.5rem!important;display:flex!important;font-family:Nunito!important;font-family:Poppins!important;font-size:16px!important;padding-left:0!important;padding-top:10px!important;text-decoration:none!important;transition:all .5s!important;width:100%!important}.style_singleContainer__ONcg4{align-items:center;border:1px dotted #adb5bd;cursor:pointer;display:flex;height:150px;justify-content:center;width:150px}.style_loader__TrZHh{height:153px!important;margin-bottom:10px!important;margin-right:10px!important;width:153px!important}.style_preview__C9cHB{align-items:center;display:flex;height:150px;justify-content:center;margin-bottom:20px;margin-right:10px;object-fit:cover;position:relative;width:150px}.style_imageContainer__CYUmb{display:flex;flex-wrap:wrap;margin-top:30px}.style_skeletonLoader__6SKC8{height:200px;margin-bottom:20px;margin-right:10px;width:200px}.style_customContainer__n7xbG{margin:auto}.style_h100__GMlaS{height:100%!important}@media screen and (max-width:576px){.style_customContainer__n7xbG{max-width:100%}}@media screen and (min-width:576px){.style_customContainer__n7xbG{max-width:540px}}@media screen and (min-width:768px){.style_customContainer__n7xbG{max-width:720px}}@media screen and (min-width:992px){.style_customContainer__n7xbG{max-width:960px}}@media screen and (min-width:1200px){.style_customContainer__n7xbG{max-width:1140px}}@media screen and (min-width:1400px){.style_customContainer__n7xbG{max-width:1320px}}@media screen and (min-width:1600px){.style_customContainer__n7xbG{max-width:1500px}}@media screen and (min-width:1800px){.style_customContainer__n7xbG{max-width:1688px}}@media screen and (min-width:2000px){.style_customContainer__n7xbG{max-width:1875px}}.style_topContainer__zoFoh{-ms-overflow-style:none!important;background-color:#fff;height:100vh!important;overflow-y:hidden;scrollbar-width:none!important;width:100%}.style_topContainer__zoFoh::-webkit-scrollbar{display:none!important}.style_scrollHide__e-64E{-ms-overflow-style:none!important;scrollbar-width:none!important}.style_scrollHide__e-64E::-webkit-scrollbar{display:none!important}.style_whiteContainer__j\+uk\+{background-color:#fff;height:100vh;position:absolute;top:0;width:100%;z-index:99999999}.style_bookWrapper__fPUbY{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;margin:auto;transition:all .5s ease-in-out!important;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.style_leftArrowContainer__HA3u5{cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAeRJREFUWEft1UuozVEUx/HPJSTJSEgZeGTokRgoEyVlYOARyURSMkKZkJIy8JhcBgaUpCivkkfMRClDRTFkauY1QGnd9q3dbd/z39u57k3dVadzOv/fWuvbWuu/1oAJtoEJzm8S4L+rwDIcxHH8GIv5aanAGjzGXGxJv/tmqAXYjDuYlTLuxO2+s1P1FuzGNUzPEo4bwFGcK4D+c4Bozek0bKVKn8UjfMZ7/P7bdpRmYCouY39l0C94lWbiFr5W+g3JRgLMxE1sbQmSaQPmQmrb95oYOcAMPMOGGscOzUfswcuuWDlAvGpPuhwanv/CEVzs5ZMDLMRbzGlIUiM9llpS1I6cgZWpCvNrIjdo9uJGSV96CxbjKZY2JOiSfsNavBspHG0Vz0u7fvUokc/gDRZgFdZjSQfFi9KA97oFs3EfGwuBS5swjtW+9Ik3qmTbcTd/0HWMItB1RMLceq3iRTiPHQWC11jXAhDaKRjEocyx5hbswpXsgg67B0CADFlXBXLYkziV/tiGe12Th2jLQ8RMDdvVfM23AESAAziRhu5TBUBIVuB5tl/CL9rUXIHKfEXZprRfop1hy/GhtQX9AIRvHKlYzWFx7B6MN8A0HMZPXErfTUPYbwWK/q1DOOYQkwATXoE/tS1EIZ7IyrQAAAAASUVORK5CYII=),pointer;height:100%;left:0;position:absolute;width:70px;z-index:99999}.style_rightArrowContainer__O\+7MW{cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAABQUlEQVRYhWNgGAWjYBgBTiDuA2LVgXKAFxD/B+JXQGwyEA4IhToAhL8AscdAOgCEfwJx5EA6AIT/AXExLS1lBmItILYD4k4sDoDhFiBmpJalPECcAsQ7gfgTHkvR8Wyog8kGXEBcT6Kl6HgDAyS7kgxsgPghBRYj44NAzE6K5blA/JtKlsMw0Vm0lMoWg/AHIJYmxvIYGlj+HIgNiLEclLW+UNny20CsRIzlIHCICAPvAPFCIC4A4nAgbsWj9iwQixNreTAeg34A8TQG7JUNtpIQhPcAMS+xloPASRwGrQJiOTz6sDlgJQOJWc4MiyGgtBBBhF50B0wBYiZSLAeBOWiGvGAgvm4PQtJXR6rFMPAIyRBQftUnQa8sVH8auZarIVn+F4jdyDWIXOCH5IBeelsOAqxAXAjEZVD2KBgFIwMAABXb5jn+c3z7AAAAAElFTkSuQmCC),pointer;height:100%;position:absolute;right:0;width:70px;z-index:99999}.style_bookPages__W3skm{background-color:#e0e6ed;transition:all .5s ease-in-out!important}.style_actionContainer__Che6j{position:absolute;right:10px;top:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:99999}.style_closeContainer__o2t00{align-items:center;background-color:#fff;border:1px solid #dce5ef;border-radius:100%;display:flex;height:48px;justify-content:center;opacity:.4;width:48px}.style_closeContainer__o2t00:hover{cursor:pointer;opacity:1}.style_closeIcon__5PLpJ{height:20px;width:20px}.style_bottomContainer__MDG\+m{align-items:center;bottom:0;display:flex;flex-direction:column;justify-content:center;overflow:hidden;position:relative;transition:margin-top .2s;width:100%;z-index:99999}.style_arrowContainer__DT-rD{align-items:center;background:#f2f7fb;border-top-left-radius:16px;border-top-right-radius:16px;display:flex;height:36px;justify-content:center;width:80px}.style_arrowContainer__DT-rD,.style_arrowIcon__2UpgZ{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.style_arrowIcon__2UpgZ{height:30px;-webkit-transform:rotateX(0deg);transform:rotateX(0deg);width:30px}.style_arrowIcon__2UpgZ path{fill:#ef437b}.style_rotateVertical__KtK-0{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.style_headerContainer__t\+0Cy{align-items:center;display:flex;flex-direction:column;justify-content:center;overflow:hidden;position:absolute;top:0;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;width:100%;z-index:99999}.style_titleContainer__g0TQe{background:#ef437b;height:55px;position:relative;width:100%;z-index:99999}.style_titleLabel__Wd6Ct{color:#fff;font-family:Poppins;font-size:25px;text-align:center}.style_closeIcon2__40KIX{height:30px;position:absolute;right:1rem;width:30px}.style_closeIcon2__40KIX path{stroke:#fff}.style_sliderContainer__DsHsn{background:#f2f7fb;height:80px;position:relative;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;width:100%;z-index:99999}.style_pageLabel__5Rwwc{bottom:4px;font-family:Poppins;font-size:18px;left:50%;position:absolute;-webkit-transform:translate(-50%);transform:translate(-50%)}.style_sliderSubContainer__Ek-nc{margin:0 auto;max-width:1100px}.style_titleHidden__ZcQnK{-webkit-transform:translateY(-80px);transform:translateY(-80px)}.style_titleShown__UqhQc{-webkit-transform:translateY(0);transform:translateY(0)}.style_sliderHidden__HW9ub{margin-top:-40px}.style_sliderShown__VaLi5{margin-top:-115px}.style_sliderUpSlide__ydZiH:hover{cursor:pointer}.style_sliderDownSlide__bJMkz{opacity:.6}.style_sliderDownSlide__bJMkz:hover{cursor:pointer;opacity:1}.style_leftbookPages__cJjHl{background:url(/static/media/frame_left.9899883f829a592d301b.png) 0 0/cover repeat;cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAeRJREFUWEft1UuozVEUx/HPJSTJSEgZeGTokRgoEyVlYOARyURSMkKZkJIy8JhcBgaUpCivkkfMRClDRTFkauY1QGnd9q3dbd/z39u57k3dVadzOv/fWuvbWuu/1oAJtoEJzm8S4L+rwDIcxHH8GIv5aanAGjzGXGxJv/tmqAXYjDuYlTLuxO2+s1P1FuzGNUzPEo4bwFGcK4D+c4Bozek0bKVKn8UjfMZ7/P7bdpRmYCouY39l0C94lWbiFr5W+g3JRgLMxE1sbQmSaQPmQmrb95oYOcAMPMOGGscOzUfswcuuWDlAvGpPuhwanv/CEVzs5ZMDLMRbzGlIUiM9llpS1I6cgZWpCvNrIjdo9uJGSV96CxbjKZY2JOiSfsNavBspHG0Vz0u7fvUokc/gDRZgFdZjSQfFi9KA97oFs3EfGwuBS5swjtW+9Ik3qmTbcTd/0HWMItB1RMLceq3iRTiPHQWC11jXAhDaKRjEocyx5hbswpXsgg67B0CADFlXBXLYkziV/tiGe12Th2jLQ8RMDdvVfM23AESAAziRhu5TBUBIVuB5tl/CL9rUXIHKfEXZprRfop1hy/GhtQX9AIRvHKlYzWFx7B6MN8A0HMZPXErfTUPYbwWK/q1DOOYQkwATXoE/tS1EIZ7IyrQAAAAASUVORK5CYII=),pointer;height:100%;left:-40!important;opacity:1;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:85!important;z-index:0}@media screen and (max-height:400px){.style_leftbookPages__cJjHl{left:-16.4571428571px!important;width:34.9714285714px!important}}@media screen and (min-height:400px){.style_leftbookPages__cJjHl{left:-16.4571428571px!important;width:34.9714285714px!important}}@media(max-width:768px)and (min-height:576px){.style_leftbookPages__cJjHl{left:-16.4571428571px!important;width:34.9714285714px!important}}@media(max-width:768px)and (min-height:700px){.style_leftbookPages__cJjHl{left:-17.1428571429px!important;width:36.4285714286px!important}}@media(max-width:768px)and (min-height:768px){.style_leftbookPages__cJjHl{left:-18.5714285714px!important;width:39.4642857143px!important}}@media(min-width:992px)and (min-height:576px){.style_leftbookPages__cJjHl{left:-24.8px!important;width:52.7px!important}}@media(min-width:992px)and (min-height:700px){.style_leftbookPages__cJjHl{left:-28.3428571429px!important;width:60.2285714286px!important}}@media(min-width:992px)and (min-height:768px){.style_leftbookPages__cJjHl{left:-31.4285714286px!important;width:66.7857142857px!important}}@media screen and (min-height:868px){.style_leftbookPages__cJjHl{left:-35.7142857143px!important;width:75.8928571429px!important}}@media screen and (min-height:950px){.style_leftbookPages__cJjHl{left:-40px!important;width:85px!important}}@media(max-width:576px)and (min-height:868px){.style_leftbookPages__cJjHl{left:-16.4571428571px!important;width:34.9714285714px!important}}@media(min-width:576px)and (min-height:868px){.style_leftbookPages__cJjHl{left:-16.4571428571px!important;width:34.9714285714px!important}}@media(min-width:768px)and (min-height:868px){.style_leftbookPages__cJjHl{left:-21.9428571429px!important;width:46.6285714286px!important}}@media(min-width:992px)and (min-height:868px){.style_leftbookPages__cJjHl{left:-28.3428571429px!important;width:60.2285714286px!important}}@media(min-width:1200px)and (min-height:868px){.style_leftbookPages__cJjHl{left:-34.2857142857px!important;width:72.8571428571px!important}}@media(min-width:1400px)and (min-height:868px){.style_leftbookPages__cJjHl{left:-40px!important;width:85px!important}}@media(min-width:1600px)and (min-height:868px){.style_leftbookPages__cJjHl{left:-40px!important;width:85px!important}}@media(min-width:1800px)and (min-height:868px){.style_leftbookPages__cJjHl{left:-40px!important;width:85px!important}}@media(min-width:2000px)and (min-height:868px){.style_leftbookPages__cJjHl{left:-40px!important;width:85px!important}}.style_rightbookPages__rCYSZ{background:url(/static/media/frame_right.fd4d8e0af1237a5ea9a8.png) 0 0/cover no-repeat;cursor:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAAsTAAALEwEAmpwYAAABQUlEQVRYhWNgGAWjYBgBTiDuA2LVgXKAFxD/B+JXQGwyEA4IhToAhL8AscdAOgCEfwJx5EA6AIT/AXExLS1lBmItILYD4k4sDoDhFiBmpJalPECcAsQ7gfgTHkvR8Wyog8kGXEBcT6Kl6HgDAyS7kgxsgPghBRYj44NAzE6K5blA/JtKlsMw0Vm0lMoWg/AHIJYmxvIYGlj+HIgNiLEclLW+UNny20CsRIzlIHCICAPvAPFCIC4A4nAgbsWj9iwQixNreTAeg34A8TQG7JUNtpIQhPcAMS+xloPASRwGrQJiOTz6sDlgJQOJWc4MiyGgtBBBhF50B0wBYiZSLAeBOWiGvGAgvm4PQtJXR6rFMPAIyRBQftUnQa8sVH8auZarIVn+F4jdyDWIXOCH5IBeelsOAqxAXAjEZVD2KBgFIwMAABXb5jn+c3z7AAAAAElFTkSuQmCC),pointer;height:100%;opacity:1;position:absolute;right:-40!important;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:85!important;z-index:0}@media screen and (max-height:400px){.style_rightbookPages__rCYSZ{right:-16.4571428571px!important;width:34.9714285714px!important}}@media screen and (min-height:400px){.style_rightbookPages__rCYSZ{right:-16.4571428571px!important;width:34.9714285714px!important}}@media(max-width:768px)and (min-height:576px){.style_rightbookPages__rCYSZ{right:-16.4571428571px!important;width:34.9714285714px!important}}@media(max-width:768px)and (min-height:700px){.style_rightbookPages__rCYSZ{right:-17.1428571429px!important;width:36.4285714286px!important}}@media(max-width:768px)and (min-height:768px){.style_rightbookPages__rCYSZ{right:-18.5714285714px!important;width:39.4642857143px!important}}@media(min-width:992px)and (min-height:576px){.style_rightbookPages__rCYSZ{right:-24.8px!important;width:52.7px!important}}@media(min-width:992px)and (min-height:700px){.style_rightbookPages__rCYSZ{right:-28.3428571429px!important;width:60.2285714286px!important}}@media(min-width:992px)and (min-height:768px){.style_rightbookPages__rCYSZ{right:-31.4285714286px!important;width:66.7857142857px!important}}@media screen and (min-height:868px){.style_rightbookPages__rCYSZ{right:-35.7142857143px!important;width:75.8928571429px!important}}@media screen and (min-height:950px){.style_rightbookPages__rCYSZ{right:-40px!important;width:85px!important}}@media(max-width:576px)and (min-height:868px){.style_rightbookPages__rCYSZ{right:-16.4571428571px!important;width:34.9714285714px!important}}@media(min-width:576px)and (min-height:868px){.style_rightbookPages__rCYSZ{right:-16.4571428571px!important;width:34.9714285714px!important}}@media(min-width:768px)and (min-height:868px){.style_rightbookPages__rCYSZ{right:-21.9428571429px!important;width:46.6285714286px!important}}@media(min-width:992px)and (min-height:868px){.style_rightbookPages__rCYSZ{right:-28.3428571429px!important;width:60.2285714286px!important}}@media(min-width:1200px)and (min-height:868px){.style_rightbookPages__rCYSZ{right:-34.2857142857px!important;width:72.8571428571px!important}}@media(min-width:1400px)and (min-height:868px){.style_rightbookPages__rCYSZ{right:-40px!important;width:85px!important}}@media(min-width:1600px)and (min-height:868px){.style_rightbookPages__rCYSZ{right:-40px!important;width:85px!important}}@media(min-width:1800px)and (min-height:868px){.style_rightbookPages__rCYSZ{right:-40px!important;width:85px!important}}@media(min-width:2000px)and (min-height:868px){.style_rightbookPages__rCYSZ{right:-40px!important;width:85px!important}}.style_blurImg__\+YAEh{filter:blur(8px);-webkit-filter:blur(8px)}.style_startPage__tO6QC{align-items:center;background-color:#e0e6ed;display:flex;flex-direction:column;gap:2rem;height:100%;justify-content:flex-start;overflow-x:hidden;overflow-y:auto;width:100%}.style_startPage__tO6QC::-webkit-scrollbar-track{background-clip:padding-box;background-color:#f2f2f2;border-color:transparent;border-radius:9999px;border-width:7!important}@media screen and (max-height:400px){.style_startPage__tO6QC::-webkit-scrollbar-track{border-width:2.88px!important}}@media screen and (min-height:400px){.style_startPage__tO6QC::-webkit-scrollbar-track{border-width:2.88px!important}}@media(max-width:768px)and (min-height:576px){.style_startPage__tO6QC::-webkit-scrollbar-track{border-width:2.88px!important}}@media(max-width:768px)and (min-height:700px){.style_startPage__tO6QC::-webkit-scrollbar-track{border-width:3px!important}}@media(max-width:768px)and (min-height:768px){.style_startPage__tO6QC::-webkit-scrollbar-track{border-width:3.25px!important}}@media(min-width:992px)and (min-height:576px){.style_startPage__tO6QC::-webkit-scrollbar-track{border-width:4.34px!important}}@media(min-width:992px)and (min-height:700px){.style_startPage__tO6QC::-webkit-scrollbar-track{border-width:4.96px!important}}@media(min-width:992px)and (min-height:768px){.style_startPage__tO6QC::-webkit-scrollbar-track{border-width:5.5px!important}}@media screen and (min-height:868px){.style_startPage__tO6QC::-webkit-scrollbar-track{border-width:6.25px!important}}@media screen and (min-height:950px){.style_startPage__tO6QC::-webkit-scrollbar-track{border-width:7px!important}}@media(max-width:576px)and (min-height:868px){.style_startPage__tO6QC::-webkit-scrollbar-track{border-width:2.88px!important}}@media(min-width:576px)and (min-height:868px){.style_startPage__tO6QC::-webkit-scrollbar-track{border-width:2.88px!important}}@media(min-width:768px)and (min-height:868px){.style_startPage__tO6QC::-webkit-scrollbar-track{border-width:3.84px!important}}@media(min-width:992px)and (min-height:868px){.style_startPage__tO6QC::-webkit-scrollbar-track{border-width:4.96px!important}}@media(min-width:1200px)and (min-height:868px){.style_startPage__tO6QC::-webkit-scrollbar-track{border-width:6px!important}}@media(min-width:1400px)and (min-height:868px){.style_startPage__tO6QC::-webkit-scrollbar-track{border-width:7px!important}}@media(min-width:1600px)and (min-height:868px){.style_startPage__tO6QC::-webkit-scrollbar-track{border-width:7px!important}}@media(min-width:1800px)and (min-height:868px){.style_startPage__tO6QC::-webkit-scrollbar-track{border-width:7px!important}}@media(min-width:2000px)and (min-height:868px){.style_startPage__tO6QC::-webkit-scrollbar-track{border-width:7px!important}}.style_startPage__tO6QC::-webkit-scrollbar{width:5!important}@media screen and (max-height:400px){.style_startPage__tO6QC::-webkit-scrollbar{width:2.0571428571px!important}}@media screen and (min-height:400px){.style_startPage__tO6QC::-webkit-scrollbar{width:2.0571428571px!important}}@media(max-width:768px)and (min-height:576px){.style_startPage__tO6QC::-webkit-scrollbar{width:2.0571428571px!important}}@media(max-width:768px)and (min-height:700px){.style_startPage__tO6QC::-webkit-scrollbar{width:2.1428571429px!important}}@media(max-width:768px)and (min-height:768px){.style_startPage__tO6QC::-webkit-scrollbar{width:2.3214285714px!important}}@media(min-width:992px)and (min-height:576px){.style_startPage__tO6QC::-webkit-scrollbar{width:3.1px!important}}@media(min-width:992px)and (min-height:700px){.style_startPage__tO6QC::-webkit-scrollbar{width:3.5428571429px!important}}@media(min-width:992px)and (min-height:768px){.style_startPage__tO6QC::-webkit-scrollbar{width:3.9285714286px!important}}@media screen and (min-height:868px){.style_startPage__tO6QC::-webkit-scrollbar{width:4.4642857143px!important}}@media screen and (min-height:950px){.style_startPage__tO6QC::-webkit-scrollbar{width:5px!important}}@media(max-width:576px)and (min-height:868px){.style_startPage__tO6QC::-webkit-scrollbar{width:2.0571428571px!important}}@media(min-width:576px)and (min-height:868px){.style_startPage__tO6QC::-webkit-scrollbar{width:2.0571428571px!important}}@media(min-width:768px)and (min-height:868px){.style_startPage__tO6QC::-webkit-scrollbar{width:2.7428571429px!important}}@media(min-width:992px)and (min-height:868px){.style_startPage__tO6QC::-webkit-scrollbar{width:3.5428571429px!important}}@media(min-width:1200px)and (min-height:868px){.style_startPage__tO6QC::-webkit-scrollbar{width:4.2857142857px!important}}@media(min-width:1400px)and (min-height:868px){.style_startPage__tO6QC::-webkit-scrollbar{width:5px!important}}@media(min-width:1600px)and (min-height:868px){.style_startPage__tO6QC::-webkit-scrollbar{width:5px!important}}@media(min-width:1800px)and (min-height:868px){.style_startPage__tO6QC::-webkit-scrollbar{width:5px!important}}@media(min-width:2000px)and (min-height:868px){.style_startPage__tO6QC::-webkit-scrollbar{width:5px!important}}.style_startPage__tO6QC::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:#1897a6;border-color:transparent;border-radius:9999px;border-width:7!important}@media screen and (max-height:400px){.style_startPage__tO6QC::-webkit-scrollbar-thumb{border-width:2.88px!important}}@media screen and (min-height:400px){.style_startPage__tO6QC::-webkit-scrollbar-thumb{border-width:2.88px!important}}@media(max-width:768px)and (min-height:576px){.style_startPage__tO6QC::-webkit-scrollbar-thumb{border-width:2.88px!important}}@media(max-width:768px)and (min-height:700px){.style_startPage__tO6QC::-webkit-scrollbar-thumb{border-width:3px!important}}@media(max-width:768px)and (min-height:768px){.style_startPage__tO6QC::-webkit-scrollbar-thumb{border-width:3.25px!important}}@media(min-width:992px)and (min-height:576px){.style_startPage__tO6QC::-webkit-scrollbar-thumb{border-width:4.34px!important}}@media(min-width:992px)and (min-height:700px){.style_startPage__tO6QC::-webkit-scrollbar-thumb{border-width:4.96px!important}}@media(min-width:992px)and (min-height:768px){.style_startPage__tO6QC::-webkit-scrollbar-thumb{border-width:5.5px!important}}@media screen and (min-height:868px){.style_startPage__tO6QC::-webkit-scrollbar-thumb{border-width:6.25px!important}}@media screen and (min-height:950px){.style_startPage__tO6QC::-webkit-scrollbar-thumb{border-width:7px!important}}@media(max-width:576px)and (min-height:868px){.style_startPage__tO6QC::-webkit-scrollbar-thumb{border-width:2.88px!important}}@media(min-width:576px)and (min-height:868px){.style_startPage__tO6QC::-webkit-scrollbar-thumb{border-width:2.88px!important}}@media(min-width:768px)and (min-height:868px){.style_startPage__tO6QC::-webkit-scrollbar-thumb{border-width:3.84px!important}}@media(min-width:992px)and (min-height:868px){.style_startPage__tO6QC::-webkit-scrollbar-thumb{border-width:4.96px!important}}@media(min-width:1200px)and (min-height:868px){.style_startPage__tO6QC::-webkit-scrollbar-thumb{border-width:6px!important}}@media(min-width:1400px)and (min-height:868px){.style_startPage__tO6QC::-webkit-scrollbar-thumb{border-width:7px!important}}@media(min-width:1600px)and (min-height:868px){.style_startPage__tO6QC::-webkit-scrollbar-thumb{border-width:7px!important}}@media(min-width:1800px)and (min-height:868px){.style_startPage__tO6QC::-webkit-scrollbar-thumb{border-width:7px!important}}@media(min-width:2000px)and (min-height:868px){.style_startPage__tO6QC::-webkit-scrollbar-thumb{border-width:7px!important}}.style_endPage__QCjTH{align-items:center;background:#e0e6ed;display:flex;height:100%;justify-content:center;width:100%}.style_endPage__QCjTH:hover{cursor:pointer}.style_endText__CoNW5{color:#868e96;font-family:Poppins;font-size:48px;font-size:48!important}@media screen and (max-height:400px){.style_endText__CoNW5{font-size:19.7485714286px!important}}@media screen and (min-height:400px){.style_endText__CoNW5{font-size:19.7485714286px!important}}@media(max-width:768px)and (min-height:576px){.style_endText__CoNW5{font-size:19.7485714286px!important}}@media(max-width:768px)and (min-height:700px){.style_endText__CoNW5{font-size:20.5714285714px!important}}@media(max-width:768px)and (min-height:768px){.style_endText__CoNW5{font-size:22.2857142857px!important}}@media(min-width:992px)and (min-height:576px){.style_endText__CoNW5{font-size:29.76px!important}}@media(min-width:992px)and (min-height:700px){.style_endText__CoNW5{font-size:34.0114285714px!important}}@media(min-width:992px)and (min-height:768px){.style_endText__CoNW5{font-size:37.7142857143px!important}}@media screen and (min-height:868px){.style_endText__CoNW5{font-size:42.8571428571px!important}}@media screen and (min-height:950px){.style_endText__CoNW5{font-size:48px!important}}@media(max-width:576px)and (min-height:868px){.style_endText__CoNW5{font-size:19.7485714286px!important}}@media(min-width:576px)and (min-height:868px){.style_endText__CoNW5{font-size:19.7485714286px!important}}@media(min-width:768px)and (min-height:868px){.style_endText__CoNW5{font-size:26.3314285714px!important}}@media(min-width:992px)and (min-height:868px){.style_endText__CoNW5{font-size:34.0114285714px!important}}@media(min-width:1200px)and (min-height:868px){.style_endText__CoNW5{font-size:41.1428571429px!important}}@media(min-width:1400px)and (min-height:868px){.style_endText__CoNW5{font-size:48px!important}}@media(min-width:1600px)and (min-height:868px){.style_endText__CoNW5{font-size:48px!important}}@media(min-width:1800px)and (min-height:868px){.style_endText__CoNW5{font-size:48px!important}}@media(min-width:2000px)and (min-height:868px){.style_endText__CoNW5{font-size:48px!important}}.style_endText__CoNW5:hover{cursor:pointer}.style_imgStyle__rPa30{height:100%;transition:all .5s ease-in-out!important;width:100%}.style_loaderStyle__3HU3b{border-radius:0;height:100%;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:94%;z-index:9999}.style_fullScreenIcon__TYAhT{height:24px;width:24px}.style_fullScreenIcon__TYAhT path{stroke:#ef437b}.style_tooltip__x\+Xjz{display:inline-block;position:relative}.style_tooltip__x\+Xjz .style_tooltiptext__Sshiz{background-color:#555;border-radius:6px;bottom:150%;color:#fff;font-family:Poppins;left:50%;margin-left:-60px;padding:5px 0;position:absolute;text-align:center;visibility:hidden;width:120px;z-index:1}.style_tooltip__x\+Xjz .style_tooltiptext__Sshiz:after{border:5px solid transparent;border-top-color:#555;content:"";left:50%;margin-left:-5px;position:absolute;top:100%}.style_tooltip__x\+Xjz:hover .style_tooltiptext__Sshiz{visibility:visible}.style_customContainer__HVKvR{margin:auto}.style_h100__MDhLx{height:100%!important}@media screen and (max-width:576px){.style_customContainer__HVKvR{max-width:100%}}@media screen and (min-width:576px){.style_customContainer__HVKvR{max-width:540px}}@media screen and (min-width:768px){.style_customContainer__HVKvR{max-width:720px}}@media screen and (min-width:992px){.style_customContainer__HVKvR{max-width:960px}}@media screen and (min-width:1200px){.style_customContainer__HVKvR{max-width:1140px}}@media screen and (min-width:1400px){.style_customContainer__HVKvR{max-width:1320px}}@media screen and (min-width:1600px){.style_customContainer__HVKvR{max-width:1500px}}@media screen and (min-width:1800px){.style_customContainer__HVKvR{max-width:1688px}}@media screen and (min-width:2000px){.style_customContainer__HVKvR{max-width:1875px}}.style_bookDetailWrapper__7oINF{background-color:#fff;border-radius:20px;margin-top:15px;padding-left:24px;padding-right:24px;width:100%;width:85%}.style_bookDetailContainer__19\+Uv{align-items:flex-start;background-color:#fff;display:flex;flex-direction:column;gap:10px;height:100%;justify-content:flex-start;max-height:249px;min-height:249px;overflow-x:hidden;overflow-y:auto;padding-bottom:24px;padding-top:24px;width:100%}.style_bookDetailContainer__19\+Uv::-webkit-scrollbar,.style_bookStatsInfoContainer__vZnaj::-webkit-scrollbar{width:5px}.style_bookDetailContainer__19\+Uv::-webkit-scrollbar-thumb,.style_bookStatsInfoContainer__vZnaj::-webkit-scrollbar-thumb{border-radius:100px}.style_bookDetailContainer__19\+Uv::-webkit-scrollbar-track,.style_bookStatsInfoContainer__vZnaj::-webkit-scrollbar-track{background-clip:content-box;background-color:#f1f3f6;border:1px solid transparent;border-radius:9px}.style_bookStatsInfoContainer__vZnaj{align-items:flex-start;gap:60px;justify-content:flex-start;max-height:198px;min-height:198px;overflow-y:scroll}.style_bookStatsInfoContainer__vZnaj,.style_publisherInfoContainer__kfAwp{background-color:#fff;border-radius:20px;display:flex;height:100%;padding:24px;width:100%;width:85%}.style_publisherInfoContainer__kfAwp{align-items:center;gap:10px;max-height:83px;min-height:83px}.style_flagIcon__f5RWG{height:22px;width:22px}.style_flagIcon__f5RWG path{stroke-width:1.5px}.style_heartIcon__zBOkZ{height:24px;width:24px}.style_bookTitle__ZOyOK{color:#9a469b;color:var(--main-colors-primary,#9a469b);font-size:24px;font-weight:600;text-align:left}.style_authorName__F4TgE,.style_bookTitle__ZOyOK{font-family:Poppins;font-style:normal;line-height:normal}.style_authorName__F4TgE{color:#ef437b;color:var(--main-colors-secondary,#ef437b);font-size:14px;font-weight:500}.style_starIcon__SQdd3{height:16px;width:16px}.style_ratingCount__QK4nB,.style_ratingLabel__FbifB{font-family:PoppinsRegular;font-size:12px;text-align:left}.style_descriptionLabel__N8ASp{font-family:Poppins}.style_descriptionLabelUrdu__9v999,.style_descriptionLabel__N8ASp{color:#0f1106;color:var(--gray-gray-09,#0f1106);font-size:16px;font-style:normal;font-weight:400;line-height:30px;text-align:left}.style_descriptionLabelUrdu__9v999{font-family:Urdu}.style_btnGrupContainer__eOwRi{flex-direction:row}.style_btnContainer__zxx-e{height:57px!important;width:50%!important}.style_assignBtnContainer__fBLr-,.style_btnContainer__zxx-e{border-radius:32px!important;color:#fff!important;font-size:16px!important;gap:10px!important}.style_assignBtnContainer__fBLr-{height:100%;max-height:57px!important;min-height:57px!important;width:100%!important}.style_btnIcon__P4Li7{height:24px;width:24px}.style_greenBtn__SRQzL{background-color:#1897a6!important}.style_stateTitle__2vNwd{color:#9a469b;color:var(--main-colors-primary,#9a469b);font-family:Poppins;font-size:18px;font-style:normal;font-weight:600;line-height:normal;text-align:left;white-space:nowrap}.style_secondary__UyJnk{color:#ef437b}.style_yellow__ZxWOF{color:#fda504}.style_green__w5jmo{color:#1897a6}.style_avatar__sChWZ{border-radius:100%;height:40px;width:40px}.style_publisherName__p0aWz{color:#0f1106;color:var(--gray-gray-10,#0f1106);font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:20px;text-align:left}.style_expertRating__gG58J{color:#9a469b;color:var(--main-colors-primary,#9a469b)}.style_expertRating__gG58J,.style_userRating__1CdDP{font-family:Poppins!important;font-size:12px;font-style:normal;font-weight:500;line-height:normal;text-transform:capitalize}.style_publisherTag__9hR3e,.style_userRating__1CdDP{color:#1897a6;color:var(--main-colors-dark-green,#1897a6)}.style_publisherTag__9hR3e{font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:20px;text-align:left}.style_hardCopyLabel__hun1T{font-family:PoppinsMedium;font-size:16px;text-align:center}@media screen and (max-height:400px){.style_bookDetailWrapper__7oINF{border-radius:8.2285714286px!important;padding-left:9.8742857143px!important;padding-right:9.8742857143px!important}.style_bookDetailContainer__19\+Uv{gap:4.1142857143px!important;max-height:102.4457142857px!important;min-height:102.4457142857px!important;padding-bottom:9.8742857143px!important;padding-top:9.8742857143px!important}.style_bookStatsInfoContainer__vZnaj{border-radius:8.2285714286px!important;gap:24.6857142857px!important;max-height:81.4628571429px!important;min-height:81.4628571429px!important;padding:9.8742857143px!important}.style_publisherInfoContainer__kfAwp{border-radius:8.2285714286px!important;gap:4.1142857143px!important;max-height:34.1485714286px!important;min-height:34.1485714286px!important;padding:9.8742857143px!important}.style_flagIcon__f5RWG{height:9.0514285714px!important;width:9.0514285714px!important}.style_heartIcon__zBOkZ{height:9.8742857143px!important;width:9.8742857143px!important}.style_bookTitle__ZOyOK{font-size:9.8742857143px!important}.style_authorName__F4TgE{font-size:5.76px!important}.style_starIcon__SQdd3{height:6.5828571429px!important;width:6.5828571429px!important}.style_ratingCount__QK4nB,.style_ratingLabel__FbifB{font-size:4.9371428571px!important}.style_descriptionLabel__N8ASp{font-size:6.5828571429px!important}.style_stateTitle__2vNwd{font-size:7.4057142857px!important}.style_avatar__sChWZ{height:16.4571428571px!important;width:16.4571428571px!important}.style_expertRating__gG58J,.style_publisherName__p0aWz,.style_userRating__1CdDP{font-size:6.5828571429px!important}.style_publisherTag__9hR3e{font-size:4.9371428571px!important}.style_hardCopyLabel__hun1T{font-size:6.5828571429px!important}.style_btnGrupContainer__eOwRi{flex-direction:column}.style_btnContainer__zxx-e{height:23.4514285714px!important}.style_assignBtnContainer__fBLr-,.style_btnContainer__zxx-e{border-radius:13.1657142857px!important;font-size:6.5828571429px!important;width:100%!important}.style_assignBtnContainer__fBLr-{max-height:23.4514285714px!important;min-height:23.4514285714px!important}.style_btnIcon__P4Li7{height:9.8742857143px!important;width:9.8742857143px!important}}@media screen and (min-height:400px){.style_bookDetailWrapper__7oINF{border-radius:8.2285714286px!important;padding-left:9.8742857143px!important;padding-right:9.8742857143px!important}.style_bookDetailContainer__19\+Uv{gap:4.1142857143px!important;max-height:102.4457142857px!important;min-height:102.4457142857px!important;padding-bottom:9.8742857143px!important;padding-top:9.8742857143px!important}.style_bookStatsInfoContainer__vZnaj{border-radius:8.2285714286px!important;gap:24.6857142857px!important;max-height:81.4628571429px!important;min-height:81.4628571429px!important;padding:9.8742857143px!important}.style_publisherInfoContainer__kfAwp{border-radius:8.2285714286px!important;gap:4.1142857143px!important;max-height:34.1485714286px!important;min-height:34.1485714286px!important;padding:9.8742857143px!important}.style_flagIcon__f5RWG{height:9.0514285714px!important;width:9.0514285714px!important}.style_heartIcon__zBOkZ{height:9.8742857143px!important;width:9.8742857143px!important}.style_bookTitle__ZOyOK{font-size:9.8742857143px!important}.style_authorName__F4TgE{font-size:5.76px!important}.style_starIcon__SQdd3{height:6.5828571429px!important;width:6.5828571429px!important}.style_ratingCount__QK4nB,.style_ratingLabel__FbifB{font-size:4.9371428571px!important}.style_descriptionLabel__N8ASp{font-size:6.5828571429px!important}.style_stateTitle__2vNwd{font-size:7.4057142857px!important}.style_avatar__sChWZ{height:16.4571428571px!important;width:16.4571428571px!important}.style_expertRating__gG58J,.style_publisherName__p0aWz,.style_userRating__1CdDP{font-size:6.5828571429px!important}.style_publisherTag__9hR3e{font-size:4.9371428571px!important}.style_hardCopyLabel__hun1T{font-size:6.5828571429px!important}.style_btnGrupContainer__eOwRi{flex-direction:column}.style_btnContainer__zxx-e{height:23.4514285714px!important}.style_assignBtnContainer__fBLr-,.style_btnContainer__zxx-e{border-radius:13.1657142857px!important;font-size:6.5828571429px!important;width:100%!important}.style_assignBtnContainer__fBLr-{max-height:23.4514285714px!important;min-height:23.4514285714px!important}.style_btnIcon__P4Li7{height:9.8742857143px!important;width:9.8742857143px!important}}@media screen and (min-height:576px){.style_bookDetailWrapper__7oINF{border-radius:12.4px!important;padding-left:14.88px!important;padding-right:14.88px!important}.style_bookDetailContainer__19\+Uv{gap:6.2px!important;max-height:154.38px!important;min-height:154.38px!important;padding-bottom:14.88px!important;padding-top:14.88px!important}.style_bookStatsInfoContainer__vZnaj{border-radius:12.4px!important;gap:37.2px!important;max-height:122.76px!important;min-height:122.76px!important;padding:14.88px!important}.style_publisherInfoContainer__kfAwp{border-radius:12.4px!important;gap:6.2px!important;max-height:51.46px!important;min-height:51.46px!important;padding:14.88px!important}.style_flagIcon__f5RWG{height:13.64px!important;width:13.64px!important}.style_heartIcon__zBOkZ{height:14.88px!important;width:14.88px!important}.style_bookTitle__ZOyOK{font-size:14.88px!important}.style_authorName__F4TgE{font-size:8.68px!important}.style_starIcon__SQdd3{height:9.92px!important;width:9.92px!important}.style_ratingCount__QK4nB,.style_ratingLabel__FbifB{font-size:7.44px!important}.style_descriptionLabel__N8ASp{font-size:9.92px!important}.style_stateTitle__2vNwd{font-size:11.16px!important}.style_avatar__sChWZ{height:24.8px!important;width:24.8px!important}.style_expertRating__gG58J,.style_publisherName__p0aWz,.style_userRating__1CdDP{font-size:9.92px!important}.style_publisherTag__9hR3e{font-size:7.44px!important}.style_hardCopyLabel__hun1T{font-size:9.92px!important}.style_btnGrupContainer__eOwRi{flex-direction:row}.style_btnContainer__zxx-e{border-radius:19.84px!important;font-size:9.92px!important;height:35.34px!important;width:50%}.style_assignBtnContainer__fBLr-{border-radius:19.84px!important;font-size:9.92px!important;max-height:35.34px!important;min-height:35.34px!important;width:100%!important}.style_btnIcon__P4Li7{height:14.88px!important;width:14.88px!important}}@media screen and (min-height:700px){.style_bookDetailWrapper__7oINF{border-radius:14.1714285714px!important;padding-left:17.0057142857px!important;padding-right:17.0057142857px!important}.style_bookDetailContainer__19\+Uv{gap:7.0857142857px!important;max-height:176.4342857143px!important;min-height:176.4342857143px!important;padding-bottom:17.0057142857px!important;padding-top:17.0057142857px!important}.style_bookStatsInfoContainer__vZnaj{border-radius:14.1714285714px!important;gap:42.5142857143px!important;max-height:140.2971428571px!important;min-height:140.2971428571px!important;padding:17.0057142857px!important}.style_publisherInfoContainer__kfAwp{border-radius:14.1714285714px!important;gap:7.0857142857px!important;max-height:58.8114285714px!important;min-height:58.8114285714px!important;padding:17.0057142857px!important}.style_flagIcon__f5RWG{height:15.5885714286px!important;width:15.5885714286px!important}.style_heartIcon__zBOkZ{height:17.0057142857px!important;width:17.0057142857px!important}.style_bookTitle__ZOyOK{font-size:17.0057142857px!important}.style_authorName__F4TgE{font-size:9.92px!important}.style_starIcon__SQdd3{height:11.3371428571px!important;width:11.3371428571px!important}.style_ratingCount__QK4nB,.style_ratingLabel__FbifB{font-size:8.5028571429px!important}.style_descriptionLabel__N8ASp{font-size:11.3371428571px!important}.style_stateTitle__2vNwd{font-size:12.7542857143px!important}.style_avatar__sChWZ{height:28.3428571429px!important;width:28.3428571429px!important}.style_expertRating__gG58J,.style_publisherName__p0aWz,.style_userRating__1CdDP{font-size:11.3371428571px!important}.style_publisherTag__9hR3e{font-size:8.5028571429px!important}.style_hardCopyLabel__hun1T{font-size:11.3371428571px!important}.style_btnGrupContainer__eOwRi{flex-direction:row}.style_btnContainer__zxx-e{height:40.3885714286px!important;width:50%}.style_assignBtnContainer__fBLr-,.style_btnContainer__zxx-e{border-radius:22.6742857143px!important;font-size:11.3371428571px!important}.style_assignBtnContainer__fBLr-{max-height:40.3885714286px!important;min-height:40.3885714286px!important;width:100%!important}.style_btnIcon__P4Li7{height:17.0057142857px!important;width:17.0057142857px!important}}@media screen and (min-height:768px){.style_bookDetailWrapper__7oINF{border-radius:17.1428571429px!important;padding-left:20.5714285714px!important;padding-right:20.5714285714px!important}.style_bookDetailContainer__19\+Uv{gap:8.5714285714px!important;max-height:213.4285714286px!important;min-height:213.4285714286px!important;padding-bottom:20.5714285714px!important;padding-top:20.5714285714px!important}.style_bookStatsInfoContainer__vZnaj{border-radius:17.1428571429px!important;gap:51.4285714286px!important;max-height:169.7142857143px!important;min-height:169.7142857143px!important;padding:20.5714285714px!important}.style_publisherInfoContainer__kfAwp{border-radius:17.1428571429px!important;gap:8.5714285714px!important;max-height:71.1428571429px!important;min-height:71.1428571429px!important;padding:20.5714285714px!important}.style_flagIcon__f5RWG{height:18.8571428571px!important;width:18.8571428571px!important}.style_heartIcon__zBOkZ{height:20.5714285714px!important;width:20.5714285714px!important}.style_bookTitle__ZOyOK{font-size:20.5714285714px!important}.style_authorName__F4TgE{font-size:12px!important}.style_starIcon__SQdd3{height:13.7142857143px!important;width:13.7142857143px!important}.style_ratingCount__QK4nB,.style_ratingLabel__FbifB{font-size:10.2857142857px!important}.style_descriptionLabel__N8ASp{font-size:13.7142857143px!important}.style_stateTitle__2vNwd{font-size:15.4285714286px!important}.style_avatar__sChWZ{height:34.2857142857px!important;width:34.2857142857px!important}.style_expertRating__gG58J,.style_publisherName__p0aWz,.style_userRating__1CdDP{font-size:13.7142857143px!important}.style_publisherTag__9hR3e{font-size:10.2857142857px!important}.style_hardCopyLabel__hun1T{font-size:13.7142857143px!important}.style_btnGrupContainer__eOwRi{flex-direction:row}.style_btnContainer__zxx-e{height:48.8571428571px!important;width:50%}.style_assignBtnContainer__fBLr-,.style_btnContainer__zxx-e{border-radius:27.4285714286px!important;font-size:13.7142857143px!important}.style_assignBtnContainer__fBLr-{max-height:48.8571428571px!important;min-height:48.8571428571px!important;width:100%!important}.style_btnIcon__P4Li7{height:20.5714285714px!important;width:20.5714285714px!important}}@media screen and (min-height:868px){.style_bookDetailWrapper__7oINF{border-radius:17.8571428571px!important;padding-left:21.4285714286px!important;padding-right:21.4285714286px!important}.style_bookDetailContainer__19\+Uv{gap:8.9285714286px!important;max-height:222.3214285714px!important;min-height:222.3214285714px!important;padding-bottom:21.4285714286px!important;padding-top:21.4285714286px!important}.style_bookStatsInfoContainer__vZnaj{border-radius:17.8571428571px!important;gap:53.5714285714px!important;max-height:176.7857142857px!important;min-height:176.7857142857px!important;padding:21.4285714286px!important}.style_publisherInfoContainer__kfAwp{border-radius:17.8571428571px!important;gap:8.9285714286px!important;max-height:74.1071428571px!important;min-height:74.1071428571px!important;padding:21.4285714286px!important}.style_flagIcon__f5RWG{height:19.6428571429px!important;width:19.6428571429px!important}.style_heartIcon__zBOkZ{height:21.4285714286px!important;width:21.4285714286px!important}.style_bookTitle__ZOyOK{font-size:21.4285714286px!important}.style_authorName__F4TgE{font-size:12.5px!important}.style_starIcon__SQdd3{height:14.2857142857px!important;width:14.2857142857px!important}.style_ratingCount__QK4nB,.style_ratingLabel__FbifB{font-size:10.7142857143px!important}.style_descriptionLabel__N8ASp{font-size:14.2857142857px!important}.style_stateTitle__2vNwd{font-size:16.0714285714px!important}.style_avatar__sChWZ{height:35.7142857143px!important;width:35.7142857143px!important}.style_expertRating__gG58J,.style_publisherName__p0aWz,.style_userRating__1CdDP{font-size:14.2857142857px!important}.style_publisherTag__9hR3e{font-size:10.7142857143px!important}.style_hardCopyLabel__hun1T{font-size:14.2857142857px!important}.style_btnGrupContainer__eOwRi{flex-direction:row}.style_btnContainer__zxx-e{height:50.8928571429px!important;width:50%}.style_assignBtnContainer__fBLr-,.style_btnContainer__zxx-e{border-radius:28.5714285714px!important;font-size:14.2857142857px!important}.style_assignBtnContainer__fBLr-{max-height:50.8928571429px!important;min-height:50.8928571429px!important;width:100%!important}.style_btnIcon__P4Li7{height:21.4285714286px!important;width:21.4285714286px!important}}@media screen and (min-height:950px){.style_bookDetailWrapper__7oINF{border-radius:20px!important;padding-left:24px!important;padding-right:24px!important}.style_bookDetailContainer__19\+Uv{gap:10px!important;max-height:249px!important;min-height:249px!important;padding-bottom:24px!important;padding-top:24px!important}.style_bookStatsInfoContainer__vZnaj{border-radius:20px!important;gap:60px!important;max-height:198px!important;min-height:198px!important;padding:24px!important}.style_publisherInfoContainer__kfAwp{border-radius:20px!important;gap:10px!important;max-height:83px!important;min-height:83px!important;padding:24px!important}.style_flagIcon__f5RWG{height:22px!important;width:22px!important}.style_heartIcon__zBOkZ{height:24px!important;width:24px!important}.style_bookTitle__ZOyOK{font-size:24px!important}.style_authorName__F4TgE{font-size:14px!important}.style_starIcon__SQdd3{height:16px!important;width:16px!important}.style_ratingCount__QK4nB,.style_ratingLabel__FbifB{font-size:12px!important}.style_descriptionLabel__N8ASp{font-size:16px!important}.style_stateTitle__2vNwd{font-size:18px!important}.style_avatar__sChWZ{height:40px!important;width:40px!important}.style_publisherName__p0aWz{font-size:16px!important}.style_publisherTag__9hR3e{font-size:12px!important}.style_hardCopyLabel__hun1T{font-size:16px!important}.style_btnGrupContainer__eOwRi{flex-direction:row}.style_btnContainer__zxx-e{border-radius:32px!important;font-size:16px!important;height:57px!important;width:50%}.style_assignBtnContainer__fBLr-{border-radius:32px!important;font-size:16px!important;max-height:57px!important;min-height:57px!important;width:100%!important}.style_btnIcon__P4Li7{height:24px!important;width:24px!important}}@media(max-width:576px)and (min-height:868px){.style_bookDetailWrapper__7oINF{border-radius:8.2285714286px!important;padding-left:9.8742857143px!important;padding-right:9.8742857143px!important}.style_bookDetailContainer__19\+Uv{gap:4.1142857143px!important;max-height:102.4457142857px!important;min-height:102.4457142857px!important;padding-bottom:9.8742857143px!important;padding-top:9.8742857143px!important}.style_bookStatsInfoContainer__vZnaj{border-radius:8.2285714286px!important;gap:24.6857142857px!important;max-height:81.4628571429px!important;min-height:81.4628571429px!important;padding:9.8742857143px!important}.style_publisherInfoContainer__kfAwp{border-radius:8.2285714286px!important;gap:4.1142857143px!important;max-height:34.1485714286px!important;min-height:34.1485714286px!important;padding:9.8742857143px!important}.style_flagIcon__f5RWG{height:9.0514285714px!important;width:9.0514285714px!important}.style_heartIcon__zBOkZ{height:9.8742857143px!important;width:9.8742857143px!important}.style_bookTitle__ZOyOK{font-size:9.8742857143px!important}.style_authorName__F4TgE{font-size:5.76px!important}.style_starIcon__SQdd3{height:6.5828571429px!important;width:6.5828571429px!important}.style_ratingCount__QK4nB,.style_ratingLabel__FbifB{font-size:4.9371428571px!important}.style_descriptionLabel__N8ASp{font-size:6.5828571429px!important}.style_stateTitle__2vNwd{font-size:7.4057142857px!important}.style_avatar__sChWZ{height:16.4571428571px!important;width:16.4571428571px!important}.style_publisherName__p0aWz{font-size:6.5828571429px!important}.style_publisherTag__9hR3e{font-size:4.9371428571px!important}.style_hardCopyLabel__hun1T{font-size:6.5828571429px!important}.style_btnGrupContainer__eOwRi{flex-direction:column}.style_btnContainer__zxx-e{height:23.4514285714px!important;width:100%}.style_assignBtnContainer__fBLr-,.style_btnContainer__zxx-e{border-radius:13.1657142857px!important;font-size:6.5828571429px!important}.style_assignBtnContainer__fBLr-{max-height:23.4514285714px!important;min-height:23.4514285714px!important;width:100%!important}.style_btnIcon__P4Li7{height:9.8742857143px!important;width:9.8742857143px!important}}@media(min-width:576px)and (min-height:868px){.style_bookDetailWrapper__7oINF{border-radius:8.2285714286px!important;padding-left:9.8742857143px!important;padding-right:9.8742857143px!important}.style_bookDetailContainer__19\+Uv{gap:4.1142857143px!important;max-height:102.4457142857px!important;min-height:102.4457142857px!important;padding-bottom:9.8742857143px!important;padding-top:9.8742857143px!important}.style_bookStatsInfoContainer__vZnaj{border-radius:8.2285714286px!important;gap:24.6857142857px!important;max-height:81.4628571429px!important;min-height:81.4628571429px!important;padding:9.8742857143px!important}.style_publisherInfoContainer__kfAwp{border-radius:8.2285714286px!important;gap:4.1142857143px!important;max-height:34.1485714286px!important;min-height:34.1485714286px!important;padding:9.8742857143px!important}.style_flagIcon__f5RWG{height:9.0514285714px!important;width:9.0514285714px!important}.style_heartIcon__zBOkZ{height:9.8742857143px!important;width:9.8742857143px!important}.style_bookTitle__ZOyOK{font-size:9.8742857143px!important}.style_authorName__F4TgE{font-size:5.76px!important}.style_starIcon__SQdd3{height:6.5828571429px!important;width:6.5828571429px!important}.style_ratingCount__QK4nB,.style_ratingLabel__FbifB{font-size:4.9371428571px!important}.style_descriptionLabel__N8ASp{font-size:6.5828571429px!important}.style_stateTitle__2vNwd{font-size:7.4057142857px!important}.style_avatar__sChWZ{height:16.4571428571px!important;width:16.4571428571px!important}.style_publisherName__p0aWz{font-size:6.5828571429px!important}.style_publisherTag__9hR3e{font-size:4.9371428571px!important}.style_hardCopyLabel__hun1T{font-size:6.5828571429px!important}.style_btnGrupContainer__eOwRi{flex-direction:column}.style_btnContainer__zxx-e{height:23.4514285714px!important;width:100%}.style_assignBtnContainer__fBLr-,.style_btnContainer__zxx-e{border-radius:13.1657142857px!important;font-size:6.5828571429px!important}.style_assignBtnContainer__fBLr-{max-height:23.4514285714px!important;min-height:23.4514285714px!important;width:100%!important}.style_btnIcon__P4Li7{height:9.8742857143px!important;width:9.8742857143px!important}}@media(min-width:768px)and (min-height:868px){.style_bookDetailWrapper__7oINF{border-radius:10.9714285714px!important;padding-left:13.1657142857px!important;padding-right:13.1657142857px!important}.style_bookDetailContainer__19\+Uv{gap:5.4857142857px!important;max-height:136.5942857143px!important;min-height:136.5942857143px!important;padding-bottom:13.1657142857px!important;padding-top:13.1657142857px!important}.style_bookStatsInfoContainer__vZnaj{border-radius:10.9714285714px!important;gap:32.9142857143px!important;max-height:108.6171428571px!important;min-height:108.6171428571px!important;padding:13.1657142857px!important}.style_publisherInfoContainer__kfAwp{border-radius:10.9714285714px!important;gap:5.4857142857px!important;max-height:45.5314285714px!important;min-height:45.5314285714px!important;padding:13.1657142857px!important}.style_flagIcon__f5RWG{height:12.0685714286px!important;width:12.0685714286px!important}.style_heartIcon__zBOkZ{height:13.1657142857px!important;width:13.1657142857px!important}.style_bookTitle__ZOyOK{font-size:13.1657142857px!important}.style_authorName__F4TgE{font-size:7.68px!important}.style_starIcon__SQdd3{height:8.7771428571px!important;width:8.7771428571px!important}.style_ratingCount__QK4nB,.style_ratingLabel__FbifB{font-size:6.5828571429px!important}.style_descriptionLabel__N8ASp{font-size:8.7771428571px!important}.style_stateTitle__2vNwd{font-size:9.8742857143px!important}.style_avatar__sChWZ{height:21.9428571429px!important;width:21.9428571429px!important}.style_publisherName__p0aWz{font-size:8.7771428571px!important}.style_publisherTag__9hR3e{font-size:6.5828571429px!important}.style_hardCopyLabel__hun1T{font-size:8.7771428571px!important}.style_btnGrupContainer__eOwRi{flex-direction:column}.style_btnContainer__zxx-e{height:31.2685714286px!important;width:100%}.style_assignBtnContainer__fBLr-,.style_btnContainer__zxx-e{border-radius:17.5542857143px!important;font-size:8.7771428571px!important}.style_assignBtnContainer__fBLr-{max-height:31.2685714286px!important;min-height:31.2685714286px!important;width:100%!important}.style_btnIcon__P4Li7{height:13.1657142857px!important;width:13.1657142857px!important}}@media(min-width:992px)and (min-height:868px){.style_bookDetailWrapper__7oINF{border-radius:14.1714285714px!important;padding-left:17.0057142857px!important;padding-right:17.0057142857px!important}.style_bookDetailContainer__19\+Uv{gap:7.0857142857px!important;max-height:176.4342857143px!important;min-height:176.4342857143px!important;padding-bottom:17.0057142857px!important;padding-top:17.0057142857px!important}.style_bookStatsInfoContainer__vZnaj{border-radius:14.1714285714px!important;gap:42.5142857143px!important;max-height:140.2971428571px!important;min-height:140.2971428571px!important;padding:17.0057142857px!important}.style_publisherInfoContainer__kfAwp{border-radius:14.1714285714px!important;gap:7.0857142857px!important;max-height:58.8114285714px!important;min-height:58.8114285714px!important;padding:17.0057142857px!important}.style_flagIcon__f5RWG{height:15.5885714286px!important;width:15.5885714286px!important}.style_heartIcon__zBOkZ{height:17.0057142857px!important;width:17.0057142857px!important}.style_bookTitle__ZOyOK{font-size:17.0057142857px!important}.style_authorName__F4TgE{font-size:9.92px!important}.style_starIcon__SQdd3{height:11.3371428571px!important;width:11.3371428571px!important}.style_ratingCount__QK4nB,.style_ratingLabel__FbifB{font-size:8.5028571429px!important}.style_descriptionLabel__N8ASp{font-size:11.3371428571px!important}.style_stateTitle__2vNwd{font-size:12.7542857143px!important}.style_avatar__sChWZ{height:28.3428571429px!important;width:28.3428571429px!important}.style_publisherName__p0aWz{font-size:11.3371428571px!important}.style_publisherTag__9hR3e{font-size:8.5028571429px!important}.style_hardCopyLabel__hun1T{font-size:11.3371428571px!important}.style_btnContainer__zxx-e{height:40.3885714286px!important;width:50%}.style_assignBtnContainer__fBLr-,.style_btnContainer__zxx-e{border-radius:22.6742857143px!important;font-size:11.3371428571px!important}.style_assignBtnContainer__fBLr-{max-height:40.3885714286px!important;min-height:40.3885714286px!important;width:100%!important}.style_btnGrupContainer__eOwRi{flex-direction:row}.style_btnIcon__P4Li7{height:17.0057142857px!important;width:17.0057142857px!important}}@media(min-width:1200px)and (min-height:868px){.style_bookDetailWrapper__7oINF{border-radius:17.1428571429px!important;padding-left:20.5714285714px!important;padding-right:20.5714285714px!important}.style_bookDetailContainer__19\+Uv{gap:8.5714285714px!important;max-height:213.4285714286px!important;min-height:213.4285714286px!important;padding-bottom:20.5714285714px!important;padding-top:20.5714285714px!important}.style_bookStatsInfoContainer__vZnaj{border-radius:17.1428571429px!important;gap:51.4285714286px!important;max-height:169.7142857143px!important;min-height:169.7142857143px!important;padding:20.5714285714px!important}.style_publisherInfoContainer__kfAwp{border-radius:17.1428571429px!important;gap:8.5714285714px!important;max-height:71.1428571429px!important;min-height:71.1428571429px!important;padding:20.5714285714px!important}.style_flagIcon__f5RWG{height:18.8571428571px!important;width:18.8571428571px!important}.style_heartIcon__zBOkZ{height:20.5714285714px!important;width:20.5714285714px!important}.style_bookTitle__ZOyOK{font-size:20.5714285714px!important}.style_authorName__F4TgE{font-size:12px!important}.style_starIcon__SQdd3{height:13.7142857143px!important;width:13.7142857143px!important}.style_ratingCount__QK4nB,.style_ratingLabel__FbifB{font-size:10.2857142857px!important}.style_descriptionLabel__N8ASp{font-size:13.7142857143px!important}.style_stateTitle__2vNwd{font-size:15.4285714286px!important}.style_avatar__sChWZ{height:34.2857142857px!important;width:34.2857142857px!important}.style_publisherName__p0aWz{font-size:13.7142857143px!important}.style_publisherTag__9hR3e{font-size:10.2857142857px!important}.style_hardCopyLabel__hun1T{font-size:13.7142857143px!important}.style_btnGrupContainer__eOwRi{flex-direction:row}.style_btnContainer__zxx-e{height:48.8571428571px!important;width:50%}.style_assignBtnContainer__fBLr-,.style_btnContainer__zxx-e{border-radius:27.4285714286px!important;font-size:13.7142857143px!important}.style_assignBtnContainer__fBLr-{max-height:48.8571428571px!important;min-height:48.8571428571px!important;width:100%!important}.style_btnIcon__P4Li7{height:20.5714285714px!important;width:20.5714285714px!important}}@media(min-width:1400px)and (min-height:868px){.style_bookDetailWrapper__7oINF{border-radius:20px!important;padding-left:24px!important;padding-right:24px!important}.style_bookDetailContainer__19\+Uv{gap:10px!important;max-height:249px!important;min-height:249px!important;padding-bottom:24px!important;padding-top:24px!important}.style_bookStatsInfoContainer__vZnaj{border-radius:20px!important;gap:60px!important;max-height:198px!important;min-height:198px!important;padding:24px!important}.style_publisherInfoContainer__kfAwp{border-radius:20px!important;gap:10px!important;max-height:83px!important;min-height:83px!important;padding:24px!important}.style_flagIcon__f5RWG{height:22px!important;width:22px!important}.style_heartIcon__zBOkZ{height:24px!important;width:24px!important}.style_bookTitle__ZOyOK{font-size:24px!important}.style_authorName__F4TgE{font-size:14px!important}.style_starIcon__SQdd3{height:16px!important;width:16px!important}.style_ratingCount__QK4nB,.style_ratingLabel__FbifB{font-size:12px!important}.style_descriptionLabel__N8ASp{font-size:16px!important}.style_stateTitle__2vNwd{font-size:18px!important}.style_avatar__sChWZ{height:40px!important;width:40px!important}.style_publisherName__p0aWz{font-size:16px!important}.style_publisherTag__9hR3e{font-size:12px!important}.style_hardCopyLabel__hun1T{font-size:16px!important}.style_btnGrupContainer__eOwRi{flex-direction:row}.style_btnContainer__zxx-e{border-radius:32px!important;font-size:16px!important;height:57px!important;width:50%}.style_assignBtnContainer__fBLr-{border-radius:32px!important;font-size:16px!important;max-height:57px!important;min-height:57px!important;width:100%!important}.style_btnIcon__P4Li7{height:24px!important;width:24px!important}}@media(min-width:1600px)and (min-height:868px){.style_bookDetailWrapper__7oINF{border-radius:20px!important;padding-left:24px!important;padding-right:24px!important}.style_bookDetailContainer__19\+Uv{gap:10px!important;max-height:249px!important;min-height:249px!important;padding-bottom:24px!important;padding-top:24px!important}.style_bookStatsInfoContainer__vZnaj{border-radius:20px!important;gap:60px!important;max-height:198px!important;min-height:198px!important;padding:24px!important}.style_publisherInfoContainer__kfAwp{border-radius:20px!important;gap:10px!important;max-height:83px!important;min-height:83px!important;padding:24px!important}.style_flagIcon__f5RWG{height:22px!important;width:22px!important}.style_heartIcon__zBOkZ{height:24px!important;width:24px!important}.style_bookTitle__ZOyOK{font-size:24px!important}.style_authorName__F4TgE{font-size:14px!important}.style_starIcon__SQdd3{height:16px!important;width:16px!important}.style_ratingCount__QK4nB,.style_ratingLabel__FbifB{font-size:12px!important}.style_descriptionLabel__N8ASp{font-size:16px!important}.style_stateTitle__2vNwd{font-size:18px!important}.style_avatar__sChWZ{height:40px!important;width:40px!important}.style_publisherName__p0aWz{font-size:16px!important}.style_publisherTag__9hR3e{font-size:12px!important}.style_hardCopyLabel__hun1T{font-size:16px!important}.style_btnGrupContainer__eOwRi{flex-direction:row}.style_btnContainer__zxx-e{border-radius:32px!important;font-size:16px!important;height:57px!important;width:50%}.style_assignBtnContainer__fBLr-{border-radius:32px!important;font-size:16px!important;max-height:57px!important;min-height:57px!important;width:100%!important}.style_btnIcon__P4Li7{height:24px!important;width:24px!important}}@media(min-width:1800px)and (min-height:868px){.style_bookDetailWrapper__7oINF{border-radius:20px!important;padding-left:24px!important;padding-right:24px!important}.style_bookDetailContainer__19\+Uv{gap:10px!important;max-height:249px!important;min-height:249px!important;padding-bottom:24px!important;padding-top:24px!important}.style_bookStatsInfoContainer__vZnaj{border-radius:20px!important;gap:60px!important;max-height:198px!important;min-height:198px!important;padding:24px!important}.style_publisherInfoContainer__kfAwp{border-radius:20px!important;gap:10px!important;max-height:83px!important;min-height:83px!important;padding:24px!important}.style_flagIcon__f5RWG{height:22px!important;width:22px!important}.style_heartIcon__zBOkZ{height:24px!important;width:24px!important}.style_bookTitle__ZOyOK{font-size:24px!important}.style_authorName__F4TgE{font-size:14px!important}.style_starIcon__SQdd3{height:16px!important;width:16px!important}.style_ratingCount__QK4nB,.style_ratingLabel__FbifB{font-size:12px!important}.style_descriptionLabel__N8ASp{font-size:16px!important}.style_stateTitle__2vNwd{font-size:18px!important}.style_avatar__sChWZ{height:40px!important;width:40px!important}.style_publisherName__p0aWz{font-size:16px!important}.style_publisherTag__9hR3e{font-size:12px!important}.style_hardCopyLabel__hun1T{font-size:16px!important}.style_btnContainer__zxx-e{border-radius:32px!important;font-size:16px!important;height:57px!important;width:50%}.style_assignBtnContainer__fBLr-{border-radius:32px!important;font-size:16px!important;max-height:57px!important;min-height:57px!important;width:100%!important}.style_btnIcon__P4Li7{height:24px!important;width:24px!important}}@media(min-width:2000px)and (min-height:868px){.style_bookDetailWrapper__7oINF{border-radius:20px!important;padding-left:24px!important;padding-right:24px!important}.style_bookDetailContainer__19\+Uv{gap:10px!important;max-height:249px!important;min-height:249px!important;padding-bottom:24px!important;padding-top:24px!important}.style_bookStatsInfoContainer__vZnaj{border-radius:20px!important;gap:60px!important;max-height:198px!important;min-height:198px!important;padding:24px!important}.style_publisherInfoContainer__kfAwp{border-radius:20px!important;gap:10px!important;max-height:83px!important;min-height:83px!important;padding:24px!important}.style_flagIcon__f5RWG{height:22px!important;width:22px!important}.style_heartIcon__zBOkZ{height:24px!important;width:24px!important}.style_bookTitle__ZOyOK{font-size:24px!important}.style_authorName__F4TgE{font-size:14px!important}.style_starIcon__SQdd3{height:16px!important;width:16px!important}.style_ratingCount__QK4nB,.style_ratingLabel__FbifB{font-size:12px!important}.style_descriptionLabel__N8ASp{font-size:16px!important}.style_stateTitle__2vNwd{font-size:18px!important}.style_avatar__sChWZ{height:40px!important;width:40px!important}.style_publisherName__p0aWz{font-size:16px!important}.style_publisherTag__9hR3e{font-size:12px!important}.style_hardCopyLabel__hun1T{font-size:16px!important}.style_btnGrupContainer__eOwRi{flex-direction:row}.style_btnContainer__zxx-e{border-radius:32px!important;font-size:16px!important;height:57px!important;width:50%}.style_assignBtnContainer__fBLr-{border-radius:32px!important;font-size:16px!important;max-height:57px!important;min-height:57px!important;width:100%!important}.style_btnIcon__P4Li7{height:24px!important;width:24px!important}}.style_progressContainer__DbTNp{width:100%}.style_table__qG-9m{border-radius:0!important;box-shadow:none!important;margin-top:20px}.style_table__qG-9m::-webkit-scrollbar{display:none}.style_tableHead__JSEgk th{background-color:#f9fafb;border-top:1px solid #d9d9d9;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:13px;font-style:normal;font-weight:500;line-height:18px;padding:12px 16px}.style_headingContainer__vv39J{align-items:center;display:flex;justify-content:space-between}.style_title__5LVSJ{align-items:center;color:#0f1106;color:var(--gray-gray-10,#0f1106);display:flex;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:5px}.style_dot__F7VtT{color:#ef437b;font-size:40px;margin-right:5px}.style_noUserCard__cqpqz{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px}.style_time__-OHvN{line-height:20px}.style_repliedText__39VuF,.style_time__-OHvN{color:#0f1106;color:var(--gray-gray-08,#0f1106);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400}.style_repliedText__39VuF{background-color:#fffaeb;border-radius:10px;line-height:24px;margin-top:10px;padding:10px}.style_mouEditorContainer__vv0BR,.style_mouMenu__Cd3uC{box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important}.style_mouEditorContainer__vv0BR{padding:25px}.style_noUserCard__J4Atj{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px}.style_signatureContainer__spBnU{align-items:end;display:flex;justify-content:space-between;margin:20px 0}.style_clear__cuG7R{color:#9a469b;color:var(--main-colors-primary,#9a469b);cursor:pointer;font-size:12px;font-weight:500;left:19px;position:absolute;text-align:right;top:31px}.style_clear__cuG7R,.style_subHeading__BYDap{font-family:Poppins;font-style:normal;line-height:normal}.style_subHeading__BYDap{color:#0f1106;color:var(--colors-secondary-color,#0f1106);font-size:14px;font-weight:400}.style_radio__In-ok{margin-right:20px}.style_radio__In-ok label{margin-right:0}.style_radio__In-ok label span{color:#9a469b!important}.style_signatureCanvas__\+X5xQ{background:#f2f7fb;background:var(--gray-gray-02,#f2f7fb);border:1px solid #adb5bd;border:1px solid var(--gray-gray-06,#adb5bd);border-radius:32px;margin:20px 0 0}.style_line__4E-Eq{border:1px solid #9a469b;height:.1px;margin:15px 0;width:200px}.style_signatureImg__UzM2b{height:65.904px;width:154px}.style_card__BGayy{align-items:center;background-color:#fff3ff!important;border-radius:0!important;box-sizing:border-box;color:#9a469b!important;cursor:pointer;display:flex;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;height:50px;justify-content:space-between;line-height:normal;padding:10px;text-align:center}.style_mouTopLevelContainer__EY86S{height:100%;max-height:300px;overflow:scroll;overflow-x:hidden}.style_mouTopLevelContainer__EY86S::-webkit-scrollbar{--scrollbar-thumb-color:red;--scrollbar-track-color:red;overflow-x:none;width:2px}.style_mouTopLevelContainer__EY86S::-webkit-scrollbar-thumb{background-color:#9a469b}.style_mouTopLevelContainer__EY86S::-webkit-scrollbar-track{background-color:transparent}.style_mouContainer__YvZ1I{background-color:#fff;cursor:pointer;padding:10px}.style_mouContainer__YvZ1I:hover{background-color:#f4f4f4}.style_mouHeading__K7fxT{color:#000;color:var(--gray-gray-08,#000);font-size:18px;line-height:normal}.style_mouDate__GGpCg{color:#868e96;color:var(--Gray-06,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.style_mouInnerContainer__2EOg\+{display:flex;justify-content:space-between;margin-bottom:24px}.style_mouLabel__8BSZu{color:#9a469b;color:var(--main-colors-primary,#9a469b);font-family:Poppins;font-size:18px;font-style:normal;font-weight:600;line-height:normal}.style_mouHeading__K7fxT{color:#0f1106;color:var(--gray-gray-08,#0f1106);font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.style_mouHeading__K7fxT span{color:#9a469b}.style_textarea__rNEcp{border:1px solid #adb5bd;border:1px solid var(--gray-gray-06,#adb5bd);border-radius:20px;box-sizing:border-box;font-family:Poppins;height:250px;margin-top:10px;padding:10px;resize:none;width:100%}.style_textarea__rNEcp:focus-visible{outline:none}.style_inputContainer__JsMLP{display:flex;justify-content:space-between;margin-top:20px;width:100%}.style_inputContainer__JsMLP div{color:#0f1106;color:var(--gray-gray-08,#0f1106);font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.style_inputContainer__JsMLP div span{color:#9a469b}.style_inputContainer__JsMLP div input{width:100%}.style_input__hjDfV:focus-visible{outline:none}.style_btnInside__LXb9J,.style_btn__oAavD{margin-left:10px;padding-left:20px;padding-right:20px;width:auto}.style_btnInside__LXb9J{background-color:#fff;border:2px solid #9a469b;color:#000}.style_singleMOU__K\+tCH{background:#fff;border:1px solid #d9d9d9;border-radius:16px;cursor:pointer;margin-bottom:20px;padding:20px}.style_agreement__9w\+9I{font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal;margin-top:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:180px}.style_pending__mTgaZ{background:#1897a6;background:var(--main-colors-primary,#1897a6)}.style_agreed__HZQvM,.style_pending__mTgaZ{align-items:center;border-radius:28px;color:#fff;display:flex;font-family:Poppins;font-size:12px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:10px;padding:4px 14px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.style_agreed__HZQvM{background:#ef437b;background:var(--main-colors-primary,#ef437b)}.style_declined__ONsOy{align-items:center;background:#9a469b;background:var(--main-colors-primary,#9a469b);border-radius:28px;color:#fff;display:flex;font-family:Poppins;font-size:12px;font-style:normal;font-weight:500;line-height:normal;margin-bottom:10px;padding:4px 14px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.style_singleMOU__K\+tCH:hover{background-color:#ef437b;color:#fff}.style_singleMOU__K\+tCH:hover .style_mouDate__GGpCg,.style_singleMOU__K\+tCH:hover .style_mouHeading__K7fxT{color:#fff}.style_singleMOU__K\+tCH:hover .style_agreed__HZQvM,.style_singleMOU__K\+tCH:hover .style_declined__ONsOy,.style_singleMOU__K\+tCH:hover .style_pending__mTgaZ{background:#fff;color:#ef437b}.style_activeMOU__CAv5e{background-color:#ef437b;border:1px solid #d9d9d9;border-radius:16px;color:#fff;cursor:pointer;margin-bottom:20px;padding:20px}.style_activeMOU__CAv5e .style_mouDate__GGpCg,.style_activeMOU__CAv5e .style_mouHeading__K7fxT{color:#fff}.style_activeMOU__CAv5e .style_agreed__HZQvM,.style_activeMOU__CAv5e .style_declined__ONsOy,.style_activeMOU__CAv5e .style_pending__mTgaZ{background:#fff;color:#ef437b}.style_titleHead__lekH3{color:#9a469b;color:var(--main-colors-primary,#9a469b);font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:normal}.style_errorText__XXNR-{color:red;display:flex;font-size:12px;height:20px;justify-content:start}.style_nonImgContainer__W7\+4e{align-items:center;background:#f2f7fb;background:var(--gray-gray-02,#f2f7fb);border:1px solid #adb5bd;border:1px solid var(--gray-gray-06,#adb5bd);border-radius:32px;cursor:pointer;display:flex;height:150px;height:200px;justify-content:center;margin:20px 0;position:relative;width:100%;width:400px}.style_clearBtn__m8cdQ{bottom:-50px;left:0;padding:5px 20px;position:absolute;width:auto}.style_imgContainer__sKutb{display:flex;height:150px;justify-content:center;position:relative;width:100%}.style_uploadPicture__Cuiy\+{border-radius:32px;cursor:pointer;height:100%;object-fit:cover;width:100%}.style_uploadIcon__7oAmO{bottom:10px;color:#000;position:absolute}@media screen and (max-width:900px){.style_agreement__9w\+9I{width:100%!important}}.style_table__2yjIM{border-radius:0!important;box-shadow:none!important}.style_table__2yjIM::-webkit-scrollbar{display:none}.style_tableHead__-jTZ6 th{background-color:#f9fafb;border-top:1px solid #d9d9d9;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:13px;font-style:normal;font-weight:500;line-height:18px;padding:12px 16px}.style_tableRow__fC48- td{min-width:180px!important}.style_container__For\+Q{box-shadow:none!important}.style_topLevelContainer__PUtv9{background-color:#fff;border-radius:4px;margin-top:2rem}.style_topHeadContainer__3gESI{display:flex;justify-content:space-between;margin-bottom:20px;padding:16px}.style_tableHeading__RQO73{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_tableSubHeading__8vt5e{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.style_filterContainer__FyvWN,.style_gridContainer__FpgjF{align-items:center;display:flex}.style_gridContainer__FpgjF{justify-content:center;margin-right:10px;position:relative}.style_searchIcon__uXBKS{left:0;padding-left:10px;position:absolute;top:13px}.style_input__vlsmN{border:1px solid #868e96;border:1px solid var(--gray-gray-06,#868e96);border-radius:32px;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:24px;padding:10px 14px 10px 40px}.style_inputCategory__Yykn1:focus-visible{outline:none!important}.style_btnStyles__mlZUc{background-color:transparent;border:none;color:#868e96;cursor:pointer}@media screen and (max-width:767px){.style_filterContainer__FyvWN,.style_topHeadContainer__3gESI{display:block}.style_input__vlsmN{width:100%}.style_gridContainer__FpgjF{margin-right:0}.style_filterStyles__fInVT{width:100%}.style_tableSubHeading__8vt5e{margin-bottom:30px}}.style_counterContainer__GzpZ\+{color:#868e96!important;display:flex;font-size:12px!important;justify-content:end;margin-bottom:20px;padding:4px 16px}.style_ageFilter__NDjcI,.style_rangeInputWrapper__cknKZ,.style_userFilter__F0tRk{margin-right:10px}.style_titleWrapper__S7I0X{align-items:start;display:flex;gap:.2rem}.style_table__n-QpE{border-radius:0!important;box-shadow:none!important}.style_table__n-QpE::-webkit-scrollbar{display:none}.style_tableHead__L008V th{background-color:#f9fafb;border-top:1px solid #d9d9d9;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:13px;font-style:normal;font-weight:500;line-height:18px;padding:12px 16px}.style_tableRow__HK\+Y8 td{min-width:180px!important}.style_searchIcon__XLaIG{left:0;padding-left:10px;position:absolute;top:13px}.style_input__HM7ss{border:1px solid #868e96;border:1px solid var(--gray-gray-06,#868e96);border-radius:32px;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:24px;padding:10px 14px 10px 40px}.style_input__HM7ss:focus-visible{outline:none}.style_resetBtn__TL-zu{border:none!important;font-size:12px}.style_actionBtn__3mCMS button,.style_resetBtn__TL-zu{background-color:transparent;color:#868e96;cursor:pointer}.style_actionBtn__3mCMS button{border:none;margin-right:10px}.style_topLevelContainer__eT4go{background-color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important}.style_profile_picture__HzQTQ{border-radius:50%;height:40px;width:37.333px}.style_topHeadContainer__yiwBh{display:flex;justify-content:space-between;margin-bottom:20px;padding:16px}.style_tableHeading__sVYqR{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_tableSubHeading__\+p5qq{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.style_gridContainer__2yc9G{justify-content:center;margin-right:10px;position:relative}.style_filterContainer__aChZQ,.style_gridContainer__2yc9G,.style_noUserCard__EqqKv{align-items:center;display:flex}.style_noUserCard__EqqKv{flex-direction:column;justify-content:center;padding:40px}.style_rangeInputWrapper__cknKZ div div input{border:1px solid #868e96!important}.style_active__Y36hu{color:#1897a6!important}.style_deactive__Ix2LF{color:#b42318!important}@media screen and (max-width:1450px){.style_topHeadContainer__yiwBh{display:block}.style_filterContainer__aChZQ{margin-top:40px}}@media screen and (max-width:900px){.style_filterContainer__aChZQ{display:block!important}.style_ageFilter__NDjcI{margin-bottom:20px!important;margin-right:0!important}.style_ageFilter__NDjcI div button{width:100%!important}.style_userFilter__F0tRk{margin-bottom:20px!important;margin-right:0!important}.style_userFilter__F0tRk div button{margin-right:0!important;width:100%!important}.style_gridContainer__2yc9G{margin-right:0}.style_filterStyles__bZsoY{width:100%}.style_tableSubHeading__\+p5qq{margin-bottom:30px}.style_rangeInputWrapper__cknKZ{margin-right:0!important}.style_rangeInputWrapper__cknKZ div div input{margin-bottom:20px!important;width:100%}.style_input__HM7ss{width:100%}}.style_table__vk5qC{border-radius:0!important;box-shadow:none!important}.style_table__vk5qC::-webkit-scrollbar{display:none}.style_tableItem__mEwrH{color:#000;color:var(--gray-gray-08,#000);font-family:Poppins;font-size:14px;font-style:normal;line-height:20px}.style_noUserCard__pNmZP{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px}.style_card__VE6mE{min-height:100px}.style_bookCover__1kNIX{height:40px;width:37.333px}.style_tabs__zqGGN{-webkit-font-feature-settings:"clig" off,"liga" off!important;font-feature-settings:"clig" off,"liga" off!important;font-family:Poppins!important;font-size:14px!important;font-style:normal!important;font-weight:600!important;line-height:24px!important}.style_tableRow__nnG4p td{min-width:180px!important}.style_actionBtn__dpyDz button{background-color:transparent;border:none;color:#868e96;cursor:pointer;margin-right:10px}.style_tableHeading__qiNAW{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_tableSubHeading__tyPHJ{font-size:14px;font-weight:400;line-height:20px}.style_tableHead__CFWJd th,.style_tableSubHeading__tyPHJ{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-style:normal}.style_tableHead__CFWJd th{background-color:#f9fafb;border-top:1px solid #d9d9d9;font-size:13px;font-weight:500;line-height:18px;padding:12px 16px}.style_gridContainer__EeMXO{align-items:center;display:flex;justify-content:center;margin-right:10px;position:relative}.style_input__edBnW{border:1px solid #868e96;border:1px solid var(--gray-gray-06,#868e96);border-radius:32px;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:24px;padding:10px 14px 10px 40px}.style_input__edBnW:focus-visible{outline:none}.style_searchIcon__NCjt7{left:0;padding-left:10px;position:absolute;top:13px}.style_filterContainer__C6ypF{align-items:center;display:flex}.style_topHeadContainer__P7KwX{display:flex;justify-content:space-between;margin-bottom:20px;padding:16px}.style_topLevelContainer__HWF2T{background-color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important;margin-top:35px}@media screen and (max-width:767px){.style_filterContainer__C6ypF,.style_topHeadContainer__P7KwX{display:block}.style_input__edBnW{width:100%}.style_gridContainer__EeMXO{margin-right:0}.style_filterStyles__6r9bX{width:100%}.style_tableSubHeading__tyPHJ{margin-bottom:30px}}.style_noUserCard__fTLvv{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px}.style_btnDelete__8lj5p{padding-left:20px;padding-right:20px}.style_table__4GdFL{border-radius:0!important;box-shadow:none!important}.style_table__4GdFL::-webkit-scrollbar{display:none}.style_tableItem__W4iIO{color:#000;color:var(--gray-gray-08,#000);font-family:Poppins;font-size:14px;font-style:normal;line-height:20px}.style_card__mNjVe{min-height:100px}.style_bookCover__G1Q\+e{height:40px;width:37.333px}.style_tabs__LCs\+x{-webkit-font-feature-settings:"clig" off,"liga" off!important;font-feature-settings:"clig" off,"liga" off!important;font-family:Poppins!important;font-size:14px!important;font-style:normal!important;font-weight:600!important;line-height:24px!important}.style_tableRow__ih8gZ td{min-width:180px!important}.style_actionBtn__WScJ3 button{background-color:transparent;border:none;color:#868e96;cursor:pointer;margin-right:10px}.style_tableHeading__VLP\+T{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_tableSubHeading__cm8qb{font-size:14px;font-weight:400;line-height:20px}.style_tableHead__GNGnP th,.style_tableSubHeading__cm8qb{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-style:normal}.style_tableHead__GNGnP th{background-color:#f9fafb;border-top:1px solid #d9d9d9;font-size:13px;font-weight:500;line-height:18px;padding:12px 16px}.style_gridContainer__pYwRI{align-items:center;display:flex;justify-content:center;margin-right:10px;position:relative}.style_input__gpV1X{border:1px solid #868e96;border:1px solid var(--gray-gray-06,#868e96);border-radius:32px;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:24px;padding:10px 14px 10px 40px}.style_input__gpV1X:focus-visible{outline:none}.style_searchIcon__XHkod{left:0;padding-left:10px;position:absolute;top:13px}.style_filterContainer__B1mvD{align-items:center;display:flex}.style_topHeadContainer__um7\+Q{display:flex;justify-content:space-between;margin-bottom:20px;padding:16px}.style_topLevelContainer__66W1e{background-color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important}@media screen and (max-width:767px){.style_filterContainer__B1mvD,.style_topHeadContainer__um7\+Q{display:block}.style_input__gpV1X{width:100%}.style_gridContainer__pYwRI{margin-right:0}.style_filterStyles__\+m3bW{width:100%}.style_tableSubHeading__cm8qb{margin-bottom:30px}}.style_noUserCard__S95m\+{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px}.style_btnBlock__go4wT{padding-left:20px;padding-right:20px}.style_table__vUBs\+{border-radius:0!important;box-shadow:none!important}.style_table__vUBs\+::-webkit-scrollbar{display:none}.style_tableItem__vfKsC{color:#000;color:var(--gray-gray-08,#000);font-family:Poppins;font-size:14px;font-style:normal;line-height:20px}.style_card__Sq0YQ{min-height:100px}.style_bookCover__MCaWc{height:40px;width:37.333px}.style_tabs__3kiDf{-webkit-font-feature-settings:"clig" off,"liga" off!important;font-feature-settings:"clig" off,"liga" off!important;font-family:Poppins!important;font-size:14px!important;font-style:normal!important;font-weight:600!important;line-height:24px!important}.style_tableRow__gVkRO td{min-width:180px!important}.style_actionBtn__-fgLb button{background-color:transparent;border:none;color:#868e96;cursor:pointer;margin-right:10px}.style_tableHeading__COikc{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_tableSubHeading__jsy8W{font-size:14px;font-weight:400;line-height:20px}.style_tableHead__OkyVJ th,.style_tableSubHeading__jsy8W{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-style:normal}.style_tableHead__OkyVJ th{background-color:#f9fafb;border-top:1px solid #d9d9d9;font-size:13px;font-weight:500;line-height:18px;padding:12px 16px}.style_gridContainer__7OGlt{align-items:center;display:flex;justify-content:center;margin-right:10px;position:relative}.style_input__CsF1t{border:1px solid #868e96;border:1px solid var(--gray-gray-06,#868e96);border-radius:32px;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:24px;padding:10px 14px 10px 40px}.style_input__CsF1t:focus-visible{outline:none}.style_searchIcon__v8hXM{left:0;padding-left:10px;position:absolute;top:13px}.style_filterContainer__PHI5d{align-items:center;display:flex}.style_topHeadContainer__mQIL4{display:flex;justify-content:space-between;margin-bottom:20px;padding:16px}.style_topLevelContainer__s2BlX{background-color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important}@media screen and (max-width:767px){.style_filterContainer__PHI5d,.style_topHeadContainer__mQIL4{display:block}.style_input__CsF1t{width:100%}.style_gridContainer__7OGlt{margin-right:0}.style_filterStyles__qXyab{width:100%}.style_tableSubHeading__jsy8W{margin-bottom:30px}}.style_titleWrapper__zAIUJ{align-items:start;display:flex;gap:.2rem}.style_noUserCard__RGK9X{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px}.style_publishedByCover__TS8fZ{height:40px;object-fit:cover;width:37.333px}.style_table__Ljlqf{border-radius:0!important;box-shadow:none!important}.style_table__Ljlqf::-webkit-scrollbar{display:none}.style_tableItem__lc\+d2{color:#000;color:var(--gray-gray-08,#000);font-family:Poppins;font-size:14px;font-style:normal;line-height:20px}.style_card__t0zbV{min-height:100px}.style_bookCover__QMtbc{height:40px;width:37.333px}.style_tabs__iFT4Z{-webkit-font-feature-settings:"clig" off,"liga" off!important;font-feature-settings:"clig" off,"liga" off!important;font-family:Poppins!important;font-size:14px!important;font-style:normal!important;font-weight:600!important;line-height:24px!important}.style_tableRow__rgIGO td{min-width:180px!important}.style_actionBtn__5Ig0T button{background-color:transparent;border:none;color:#868e96;cursor:pointer;margin-right:10px}.style_tableHeading__WDnTr{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_tableSubHeading__tTcz2{font-size:14px;font-weight:400;line-height:20px}.style_tableHead__7x-yY th,.style_tableSubHeading__tTcz2{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-style:normal}.style_tableHead__7x-yY th{background-color:#f9fafb;border-top:1px solid #d9d9d9;font-size:13px;font-weight:500;line-height:18px;padding:12px 16px}.style_gridContainer__PNlkf{align-items:center;display:flex;justify-content:center;margin-right:10px;position:relative}.style_input__U9dcG{border:1px solid #868e96;border:1px solid var(--gray-gray-06,#868e96);border-radius:32px;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:24px;padding:10px 14px 10px 40px}.style_input__U9dcG:focus-visible{outline:none}.style_searchIcon__rSrjc{left:0;padding-left:10px;position:absolute;top:13px}.style_filterContainer__Mfaa9{align-items:center;display:flex}.style_topHeadContainer__dPV\+s{display:flex;justify-content:space-between;margin-bottom:20px;padding:16px}.style_topLevelContainer__v0gtp{background-color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important}@media screen and (max-width:767px){.style_filterContainer__Mfaa9,.style_topHeadContainer__dPV\+s{display:block}.style_input__U9dcG{width:100%}.style_gridContainer__PNlkf{margin-right:0}.style_filterStyles__JKrCp{width:100%}.style_tableSubHeading__tTcz2{margin-bottom:30px}}.style_card__OxHd5{display:flex;justify-content:center}.style_card__OxHd5,.style_statsCard__G-emy{box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important}.style_statsCard__G-emy{min-height:100px}.style_cardRight__l\+RUL{margin-right:20px}.style_title__pruvW{color:#0f1106;color:var(--gray-900,#0f1106);font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:28px;margin-bottom:20px}.style_cardLeft__DIuhg{margin-left:20px!important}.style_table__PTKvV{border-radius:0!important;box-shadow:none!important}.style_table__PTKvV::-webkit-scrollbar{display:none!important}.style_tableItem__FdAmK{color:#000;color:var(--gray-gray-08,#000);font-family:Poppins;font-size:14px;font-style:normal;line-height:20px}.style_actionBtn__wRgQE button{background-color:transparent;border:none;color:#868e96;cursor:pointer;margin-right:10px}.style_tableRow__-IqoD td{min-width:180px!important}.style_accept__0WkSp{background-color:#1897a6;margin-right:10px}.style_accept__0WkSp,.style_reject__yNIfK{border:none;border-radius:5px;color:#fff;cursor:pointer;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px;padding:5px 18px}.style_reject__yNIfK{background-color:#ef437b}.style_tableHeading__SuAfA{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_tableSubHeading__mmjf7{font-size:14px;font-weight:400;line-height:20px}.style_tableHead__Wxcpy th,.style_tableSubHeading__mmjf7{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-style:normal}.style_tableHead__Wxcpy th{background-color:#f9fafb;border-top:1px solid #d9d9d9;font-size:13px;font-weight:500;line-height:18px;padding:12px 16px}.style_gridContainer__Q7KTH{align-items:center;display:flex;justify-content:center;margin-right:10px;position:relative}.style_input__ZCeH0{border:1px solid #868e96;border:1px solid var(--gray-gray-06,#868e96);border-radius:32px;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:24px;padding:10px 14px 10px 40px}.style_input__ZCeH0:focus-visible{outline:none}.style_searchIcon__gpVBF{left:0;padding-left:10px;position:absolute;top:13px}.style_filterContainer__2aPwe{align-items:center;display:flex}.style_topHeadContainer__ya4Rz{display:flex;justify-content:space-between;margin-bottom:20px;padding:16px}.style_topLevelContainer__x02gR{background-color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important;margin-top:35px}.style_statusApproved__4s-hm{background:#ecfdf3;border-radius:5px;color:green;padding:5px 10px}.style_statusRejected__EI6Fm{background:#fef3f2;border-radius:5px;color:red;padding:5px 10px}.style_bookCover__LJsV4{height:40px;width:37.333px}.style_noUserCard__sGygz{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px}@media screen and (max-width:767px){.style_filterContainer__2aPwe,.style_topHeadContainer__ya4Rz{display:block}.style_input__ZCeH0{width:100%}.style_gridContainer__Q7KTH{margin-right:0}.style_filterStyles__B28gk{width:100%}.style_tableSubHeading__mmjf7{margin-bottom:20px}}@media screen and (max-width:900px){.style_card__OxHd5{margin-bottom:20px}}.style_table__DcKLA{border-radius:0!important;box-shadow:none!important}.style_table__DcKLA::-webkit-scrollbar{display:none}.style_noUserCard__1pKh1{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px}.style_tableItem__RUV-H{color:#000;color:var(--gray-gray-08,#000);font-family:Poppins;font-size:14px;font-style:normal;line-height:20px}.style_card__td46h{min-height:100px}.style_bookCover__ifgke{height:40px;width:37.333px}.style_tabs__WNNXM{-webkit-font-feature-settings:"clig" off,"liga" off!important;font-feature-settings:"clig" off,"liga" off!important;font-family:Poppins!important;font-size:14px!important;font-style:normal!important;font-weight:600!important;line-height:24px!important}.style_tableRow__xDkFh td{min-width:180px!important}.style_actionBtn__Ei9Wg button{background-color:transparent;border:none;color:#868e96;cursor:pointer;margin-right:10px}.style_tableHeading__J8jjy{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_tableSubHeading__-s4Hf{font-size:14px;font-weight:400;line-height:20px}.style_tableHead__N1gjR th,.style_tableSubHeading__-s4Hf{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-style:normal}.style_tableHead__N1gjR th{background-color:#f9fafb;border-top:1px solid #d9d9d9;font-size:13px;font-weight:500;line-height:18px;padding:12px 16px}.style_gridContainer__aeIZZ{align-items:center;display:flex;justify-content:center;margin-right:10px;position:relative}.style_input__I2TyF{border:1px solid #868e96;border:1px solid var(--gray-gray-06,#868e96);border-radius:32px;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:24px;padding:10px 14px 10px 40px}.style_input__I2TyF:focus-visible{outline:none}.style_searchIcon__KgI-s{left:0;padding-left:10px;position:absolute;top:13px}.style_filterContainer__sERSa{align-items:center;display:flex}.style_topHeadContainer__96JDQ{display:flex;justify-content:space-between;margin-bottom:20px;padding:16px}.style_topLevelContainer__eWX2P{background-color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important;margin-top:35px}@media screen and (max-width:767px){.style_filterContainer__sERSa,.style_topHeadContainer__96JDQ{display:block}.style_input__I2TyF{width:100%}.style_gridContainer__aeIZZ{margin-right:0}.style_filterStyles__DsD7r{width:100%}.style_tableSubHeading__-s4Hf{margin-bottom:30px}}.style_title__pRSv2{color:#0f1106;color:var(--gray-900,#0f1106);font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:28px;margin-bottom:20px}.style_topDiv__6WO9B{height:80vh;margin-top:1.5rem;overflow-y:scroll}.style_topDiv__6WO9B::-webkit-scrollbar{display:none}.style_noDataCard__vNzuV{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px}.style_checkbox__OIEAM{color:#9a469b!important}.style_rangeInputWrapper__H2e6N svg{fill:#9a469b;padding:0!important;position:relative!important}.style_filterWrapper__U\+jev .style_message__cTo-Y{color:gray;margin:0;padding:0}.style_filterWrapper__U\+jev div div{padding:8px}.style_filterWrapper__U\+jev svg{fill:#fff!important}.style_wrapper__1qLSC{align-items:start;display:flex;flex-direction:column;gap:1rem;justify-content:start;margin-bottom:.5rem;margin-top:1rem}.style_filtersContainer__LuBtL{-webkit-column-gap:.2rem;column-gap:.2rem;display:flex;flex-wrap:wrap;row-gap:.5rem}.style_btnCustom__aFfS2{margin-right:10px;padding-left:20px;padding-right:20px;width:auto}.style_topGraphContainer__GTpCZ{align-items:center;display:flex;flex-flow:wrap;justify-content:space-between;margin-bottom:2rem}.style_topLevelGrid__EQuX1{margin-top:0!important;padding-left:17px}.style_chartGrid__pDvCp{padding-right:20px!important}.style_selectFilter__UomI3{border:1px solid #f1f1f5;border-radius:5px;padding:.5rem}.style_selectFilter__UomI3:focus-visible{border:1px solid #fff3ff;outline:1px solid #fff3ff}.style_message__HATHY{color:#fff!important}.style_selectElement__DgiDV{margin-left:5px}.style_selectElement__DgiDV div{background-color:#9a469b}.style_dateLabel__vMd0Y{color:#868e96;cursor:pointer;font-family:Poppins;font-size:14px;margin-left:10px;text-align:left}.style_secondary__t-VOb{background-color:#ef437b}.style_primary__TXbuL,.style_secondary__t-VOb{border-radius:100%;height:10px;margin-left:5px;width:10px}.style_primary__TXbuL{background-color:#1897a6}.style_graphLabel__h4ZpT{color:#0f1106;font-family:Poppins;font-size:10px;margin-left:5px;text-align:left}.style_cardContent__TwxrJ{padding:30px!important}.style_datePickerSales__OYmAA{display:none}.style_title__Wngqu{color:#0f1106;color:var(--gray-900,#0f1106);font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:500;line-height:28px}.style_card__yN1RL{box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important}.style_cardContentWrapper__wW3tj{align-items:flex-start;display:flex;flex-direction:column;gap:.5rem;justify-content:space-between;margin-bottom:1rem}.style_rangeInputWrapper__EbiX0 input{border:none;cursor:pointer;padding:0}.style_rangeInputWrapper__EbiX0>div>div{align-items:center;display:flex;gap:.5rem}.style_checkbox__bIRxV{color:#9a469b!important}.style_rangeInputWrapper__EbiX0 svg{fill:#9a469b;padding:0!important;position:relative!important}.style_filterWrapper__6zDhS .style_message__HATHY{color:gray;margin:0;padding:0}.style_filterWrapper__6zDhS div div{padding:8px}.style_filterWrapper__6zDhS svg{fill:#fff!important}.style_wrapper__juMtK{align-items:start;display:flex;flex-direction:column;gap:1rem;justify-content:start;margin-bottom:.5rem;margin-top:2rem}.style_filtersContainer__y0Kmu{-webkit-column-gap:.2rem;column-gap:.2rem;display:flex;flex-wrap:wrap;margin-bottom:2rem;row-gap:.5rem}@media screen and (min-width:768px){.style_wrapper__juMtK{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.style_filtersContainer__y0Kmu{align-items:center}}@media screen and (min-width:500px){.style_cardContentWrapper__wW3tj{align-items:center;display:flex;flex-direction:row}.style_rangeInputWrapper__EbiX0>div>div{gap:.5rem}}@media screen and (max-width:900px){.style_chartGrid__pDvCp{padding-right:0!important}}.style_table__NSr6P{border-radius:0!important;box-shadow:none!important}.style_table__NSr6P::-webkit-scrollbar{display:none}.style_tableHead__yrVtf th{background-color:#f9fafb;border-top:1px solid #d9d9d9;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:13px;font-style:normal;font-weight:500;line-height:18px;padding:12px 16px}.style_tableRow__OpqYz td{min-width:180px!important}.style_container__2Z0yD{box-shadow:none!important}.style_topLevelContainer__VgBT5{background-color:#fff;border-radius:4px;margin-top:2rem}.style_topHeadContainer__Hhr6K{display:flex;justify-content:space-between;margin-bottom:20px;padding:16px}.style_tableHeading__Tqll2{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_tableSubHeading__iutxv{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.style_filterContainer__Xz0SQ,.style_gridContainer__yAFH2{align-items:center;display:flex}.style_gridContainer__yAFH2{justify-content:center;margin-right:10px;position:relative}.style_searchIcon__IwVVI{left:0;padding-left:10px;position:absolute;top:13px}.style_input__ymmo4{border:1px solid #868e96;border:1px solid var(--gray-gray-06,#868e96);border-radius:32px;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:24px;padding:10px 14px 10px 40px}.style_inputCategory__7uJGf:focus-visible{outline:none!important}.style_iconWrapper__MjpIe{background-color:transparent;border:none;cursor:pointer}.style_iconWrapper__MjpIe svg{color:#868e96}.style_createBtn__8rOZo{margin-left:10px;padding:14px 25px;white-space:pre;width:auto!important}.style_rejected__CNsXK{border-radius:4px;color:#9a469b}.style_active__jugzd{color:#1897a6}.style_fullName__nyQmT{max-width:230px;overflow:hidden;text-overflow:ellipsis;white-space:pre}.style_pending__68\+JU{color:#fda504}.style_email__xa1PZ{color:#868e96;font-size:12px}.style_input__ymmo4{padding-block:14px!important}.style_accountInfo__QhmVl{display:flex;flex-direction:column}@media screen and (min-width:768px)and (max-width:1024px){.style_createBtn__8rOZo{padding:10px 16px;white-space:pre}}@media screen and (max-width:768px){.style_filterBox__Thsgt{flex-wrap:wrap!important}.style_filterBox__Thsgt button{margin-top:0!important}input{margin-bottom:.5rem}.style_createBtn__8rOZo{font-size:14px;padding:12px 16px}.style_filterContainer__Xz0SQ,.style_topHeadContainer__Hhr6K{display:block}.style_input__ymmo4{width:100%}.style_gridContainer__yAFH2{margin-right:0}.style_filterStyles__2r5Sn{width:100%}.style_tableSubHeading__iutxv{margin-bottom:30px}.style_createBtn__8rOZo{margin-left:0;margin-top:.5rem}}.style_dialog__zuk4-{font-family:poppins}.style_details__IplQg{font-family:poppins;font-size:13px!important;margin-bottom:1.5rem!important}.style_mainHeading__1aorJ{margin:0}.style_heading__V8tKT{font-family:poppins;font-size:18px!important;font-weight:700!important;text-align:center}.style_closeIcon__oSBWu{display:flex;justify-content:end;padding-right:.5rem;padding-top:.5rem}.style_closeIcon__oSBWu svg{cursor:pointer}.style_studentsCountWrapper__TUdYD,.style_teacherCountWrapper__6upOE{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:start}.style_teacherCountWrapper__6upOE{margin-bottom:1rem}.style_studentsCountWrapper__TUdYD p,.style_teacherCountWrapper__6upOE p{margin:0}.style_iconWrapper__dtf9e svg{height:2.5rem;width:2.5rem}.style_actions__aaQA-{gap:1rem;justify-content:center!important;margin-bottom:1.5rem}.style_cancelButton__-8wvP{background-color:transparent;border:1px solid #9a469b;color:#9a469b}.style_cancelButton__-8wvP,.style_confirm__jwXa5{padding:10px 20px;width:-webkit-max-content;width:max-content}.style_confirm__jwXa5{background-color:#9a469b;color:#fff}@media screen and (min-width:768px){.style_details__IplQg{font-size:14px!important}.style_heading__V8tKT{font-size:20px!important}.style_cancelButton__-8wvP,.style_confirm__jwXa5{padding:10px 40px}}.style_buttonWrapper__-Cs4N{display:flex;gap:8px;margin:auto}.style_buttonWrapper__-Cs4N button{background-color:transparent;border:none;cursor:pointer;padding:0}.style_buttonWrapper__-Cs4N button svg{color:#adb5bd}.style_buttonWrapper__-Cs4N input{max-width:7rem;text-align:center}.style_buttonWrapper__-Cs4N input::-webkit-inner-spin-button,.style_buttonWrapper__-Cs4N input::-webkit-outer-spin-button{-webkit-appearance:none}@media screen and (min-width:767px){.style_buttonWrapper__-Cs4N{margin-left:auto;margin-right:0}}.style_amount__63BDV{margin-top:10px;width:100%}.style_plansCategoryTabs__JPjUa,.style_tabs__V3NK-{font-family:Poppins!important;font-size:12px!important;font-style:normal!important;font-weight:600!important;line-height:23px!important}.style_plansCategoryTabs__JPjUa{background-color:#f2f7fb!important;color:#adb5bd!important;width:25%}.style_plansCategoryLabel__6JezP{font-family:Poppins!important;font-size:12px!important;font-style:normal!important;font-weight:600!important;line-height:18px!important}.style_activeLabel__t9zRt{background-color:rgba(239,67,123,.102)!important;color:#ef437b!important}.style_addBtn__elmnm{font-family:Poppins;font-size:14px;line-height:21px;padding:12px 39px}.style_card__MPzER{box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important;margin-top:24px}.style_title__2MkDT{color:#0f1106;color:var(--gray-900,#0f1106);font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:28px}.style_radio__8AZ1d{font-family:Poppins;margin-left:20px}.style_radio__8AZ1d label{font-family:Poppins;margin-right:0}.style_radio__8AZ1d label span{color:#9a469b!important;font-family:Poppins}.style_table__ngquS{border-radius:0!important;box-shadow:none!important;overflow-x:auto}.style_table__ngquS::-webkit-scrollbar{display:none}.style_container__1oBp3{box-shadow:none!important}.style_tableHead__qVaIo th{background-color:#f9fafb;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:12px;font-style:normal;font-weight:500;line-height:18px;padding:12px 24px}.style_tableRow__2Lgdv td{min-width:180px!important;padding:24px}.style_actionBtn__e4AST button{background-color:transparent;border:none;color:#868e96;cursor:pointer;margin-right:10px}.style_topLevelContainer__zjGuk{background-color:#fff;border-radius:4px;border-top-left-radius:18px;border-top-right-radius:18px}.style_mainContainer__eBBEI{display:flex;flex-direction:column;gap:31px}.style_outerMostContainer__STntI{background:#fff;border:1px solid #e4e7ec;border-radius:16px}.style_paginationContainer__Hagik{background:#fff;border-bottom-left-radius:18px!important;border-bottom-right-radius:18px!important}.style_topHeadContainer__oLfPE{display:flex;justify-content:space-between;padding:24px 20px}.style_tableHeading__D-oMZ{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_tableSubHeading__ur-ue{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.style_gridContainer__3lnW2{align-items:center;display:flex;justify-content:center;margin-right:10px;position:relative}.style_input__UBKDb{border:1px solid #868e96;border:1px solid var(--gray-gray-06,#868e96);border-radius:32px;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:24px;padding:10px 14px 10px 40px}.style_input__UBKDb:focus-visible{outline:none}.style_searchIcon__EqUrx{left:0;padding-left:10px;position:absolute;top:13px}.style_filterContainer__6\+22o{align-items:center;display:flex}.style_btnContainer__pFdkw{display:flex;justify-content:end;margin-top:20px}.style_btnCustom__hUIyT{margin-right:5px}.style_btnCustom__hUIyT,.style_btnInsideOut__UOfef{border:1.5px solid #9a469b;padding-left:20px;padding-right:20px;width:auto;width:100%}.style_btnInsideOut__UOfef{background:transparent!important;color:#000}.style_errorText__JwV45{color:red;display:flex;font-size:12px;height:20px;justify-content:start}.style_topLevel__E-k0p{align-items:center;display:flex;justify-content:space-between;margin-top:40px}.style_selection__FqiwK{border:1px solid #adb5bd;border:1px solid var(--gray-gray-06,#adb5bd);border-radius:32px;box-sizing:border-box;color:#0f1106;font-family:Poppins;font-weight:400;height:45px;padding:10px;width:98%}.style_selection__FqiwK:focus-visible{outline:none}.style_inputField__4yUD2::-webkit-inner-spin-button,.style_inputField__4yUD2::-webkit-outer-spin-button{-webkit-appearance:none}.style_inputField__4yUD2:focus-visible{outline:none}.style_textarea__loFsK{border:1px solid #adb5bd;border:1px solid var(--gray-gray-06,#adb5bd);border-radius:18px;box-sizing:border-box;color:#0f1106;font-family:Poppins;font-weight:400;height:90px;padding:10px;resize:none;width:99%}.style_titleHead__ioPFq{color:#0f1106;color:var(--gray-900,#0f1106);font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:28px}.style_checkbox__1IJbh{color:#9a469b!important;padding:0!important}.style_noData__0-7Sz{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:3rem 0}.style_noData__0-7Sz h5{margin:0}.style_actionContainer__\+F9Qu{display:flex}.style_actionContainer__\+F9Qu div{align-items:center;background-color:#f2f7fb;border-radius:50%;cursor:pointer;display:flex;height:35px;justify-content:center;margin-right:10px;width:35px}.style_actionContainer__\+F9Qu div svg{height:18px;width:18px}@media screen and (max-width:767px){.style_filterContainer__6\+22o,.style_topHeadContainer__oLfPE{display:block}.style_input__UBKDb{width:100%}.style_gridContainer__3lnW2{margin-right:0}.style_filterStyles__JGhHO{width:100%}.style_tableSubHeading__ur-ue{margin-bottom:30px}}@media screen and (max-width:600px){.style_topLevel__E-k0p{display:block}.style_radio__8AZ1d{margin-left:0;margin-right:20px}}.style_inactiveIcon__AR2c1{stroke:#b42318}.style_activeIcon__lhHTb{stroke:green}.style_crossIcon__UMUK-{cursor:pointer;display:flex;justify-content:end;position:relative}.style_radio1__n\+cLn{color:#9a469b!important;opacity:.5}.style_smallHeading__8jtnW{color:#000;display:flex;font-size:12px;height:20px;justify-content:start}.style_uploadImageContainer__4zC4D{align-items:center;border:1px dotted #adb5bd;border-radius:8px;color:#adb5bd;cursor:pointer;display:flex;flex-direction:column;height:190px;justify-content:center;position:relative}.style_uploadImageContainer__4zC4D label{cursor:pointer;font-family:Poppins;font-size:14px;line-height:20px;margin-top:5px}.style_cardInfoContainer__5vNom{display:flex;gap:30px;justify-content:center;margin-bottom:10px;margin-top:10px;width:100%}.style_cardView__8PN5q{height:160px;object-fit:cover;width:100%}.style_uploadedImage__SAjuU{border-radius:8px;height:190px;object-fit:cover;width:100%}.style_planFormModalWrapper__PYPZJ{margin-top:0}.style_title__2MkDT{border-color:#9a469b;color:#9a469b;font-weight:700;margin-bottom:16px}.style_capitalize__uQ2Ky{text-transform:capitalize}.style_twoColumnsGrid__6uXlQ{grid-gap:.2rem;display:grid;gap:.2rem;grid-template-columns:1fr 1fr}.style_gridCell__yjHp0{align-items:center;display:flex;font-family:Poppins!important;font-size:14px;gap:1rem}.style_gridCell__yjHp0 span{box-sizing:border-box;padding:1rem .5rem;width:100%}.style_gridCell__yjHp0 span:first-child{background-color:#f9faf9;color:#868e96;font-size:13px}.style_list__Zj0AY{list-style-type:none;margin:0;padding:0}.style_lastItem__U6fOx{align-items:start;grid-column:1/-1}.style_btnContainer__pFdkw{justify-content:flex-end}.style_btnContainer__pFdkw button{padding:10px 40px;width:-webkit-max-content;width:max-content}.style_addNewMembershipForm__TT0fd{-webkit-column-gap:.5rem;column-gap:.5rem;display:flex;flex-direction:row;margin-left:0!important;width:100%!important}.style_addNewMembershipForm__TT0fd div{flex:45% 1}.style_label__KcKKe{font-family:poppins;font-size:14px}@media screen and (max-width:500px){.style_btnContainer__pFdkw{justify-content:center}.style_addNewMembershipForm__TT0fd{flex-direction:column;row-gap:.5rem}.style_addNewMembershipForm__TT0fd div{flex:100% 1}.style_twoColumnsGrid__6uXlQ{grid-template-columns:1fr}.style_gridCell__yjHp0:last-child span:last-child{height:3rem;overflow-x:hidden;overflow-y:scroll}}.style_cardDescription__obir9{color:#adb5bd;color:var(--gray-900,#adb5bd);font-family:Poppins;font-size:12px;font-style:normal;font-weight:500;line-height:20px;margin:5px 0}@media screen and (max-width:600px){.style_cardInfoContainer__5vNom{display:block}}.style_editedChecked__gKzF1{background-color:#b42318}.style_checkbox__1IJbh{align-items:center;border:1.5px solid #868e96;border-radius:3px;cursor:pointer;display:flex;height:16px;justify-content:center;width:16px}.style_checked__k1JW9{background-color:#ef437b;border:1.5px solid #ef437b}.style_selectionLabel__vXTPo{color:#18181b;font-family:Poppins;font-size:14px;font-weight:500;line-height:22px}.style_counterContainer__TrF2A{color:#868e96!important;display:flex;font-size:12px!important;justify-content:end;margin-bottom:20px;padding:4px 16px}.style_ageFilter__7sdZH,.style_rangeInputWrapper__D3w8T,.style_userFilter__Czp6d{margin-right:10px}.style_rangeInputWrapper__D3w8T div div input{font-size:12px}.style_titleWrapper__EPbWS{align-items:start;display:flex;gap:.2rem}.style_table__H6E7Z{border-radius:0!important;box-shadow:none!important}.style_table__H6E7Z::-webkit-scrollbar{display:none}.style_tableHead__MSPR3 th{background-color:#f9fafb;border-top:1px solid #d9d9d9;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:13px;font-style:normal;font-weight:500;line-height:18px;padding:12px 16px}.style_tableRow__PnWYp td{min-width:180px!important}.style_searchIcon__xYzlY{left:0;padding-left:10px;position:absolute;top:13px}.style_input__eh50k{border:1px solid #868e96;border:1px solid var(--gray-gray-06,#868e96);border-radius:32px;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:24px;padding:10px 14px 10px 40px}.style_input__eh50k:focus-visible{outline:none}.style_resetBtn__G-dqF{border:none!important;font-size:12px}.style_actionBtn__2i3uc button,.style_resetBtn__G-dqF{background-color:transparent;color:#868e96;cursor:pointer}.style_actionBtn__2i3uc button{border:none;margin-right:10px}.style_topLevelContainer__0dTIG{background-color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important}.style_profile_picture__8RHtn{border-radius:50%;height:40px;width:37.333px}.style_topHeadContainer__xTvza{display:flex;justify-content:space-between;padding:16px}.style_tableHeading__ivH\+U{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_tableSubHeading__Z\+ZkM{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.style_gridContainer__-OeeL{justify-content:center;position:relative}.style_filterContainer__nUi2x,.style_gridContainer__-OeeL,.style_noUserCard__o5hR1{align-items:center;display:flex}.style_noUserCard__o5hR1{flex-direction:column;justify-content:center;padding:40px}.style_rangeInputWrapper__D3w8T div div input{border:1px solid #868e96!important}.style_active__c1Uej{color:#1897a6!important}.style_deactive__\+dLtC{color:#b42318!important}@media screen and (max-width:1450px){.style_topHeadContainer__xTvza{display:block}.style_filterContainer__nUi2x{margin-top:40px}}@media screen and (max-width:900px){.style_filterContainer__nUi2x{display:block!important}.style_ageFilter__7sdZH{margin-bottom:20px!important;margin-right:0!important}.style_ageFilter__7sdZH div button{width:100%!important}.style_userFilter__Czp6d{margin-bottom:20px!important;margin-right:0!important}.style_userFilter__Czp6d div button{margin-right:0!important;width:100%!important}.style_gridContainer__-OeeL{margin-right:0}.style_filterStyles__rnxuV{width:100%}.style_tableSubHeading__Z\+ZkM{margin-bottom:30px}.style_rangeInputWrapper__D3w8T{margin-right:0!important}.style_rangeInputWrapper__D3w8T div div input{margin-bottom:20px!important;width:100%}.style_input__eh50k{width:100%}}.style_table__Y5vSm{border-radius:0!important;box-shadow:none!important}.style_table__Y5vSm::-webkit-scrollbar{display:none}.style_tableHead__ChBjy th{background-color:#f9fafb;border-top:1px solid #d9d9d9;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:13px;font-style:normal;font-weight:500;line-height:18px;padding:12px 16px}.style_tableRow__7IZ-O td{min-width:180px!important}.style_container__V4IU6{box-shadow:none!important}.style_topLevelContainer__i18Nf{background-color:#fff;border-radius:4px;margin-top:2rem}.style_topHeadContainer__0ez9-{display:flex;justify-content:space-between;margin-bottom:20px;padding:16px}.style_tableHeading__Mxg\+n{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_tableSubHeading__46oIi{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.style_filterContainer__z\+j\+B,.style_gridContainer__4I9p0{align-items:center;display:flex}.style_gridContainer__4I9p0{justify-content:center;margin-right:10px;position:relative}.style_searchIcon__2c5s\+{left:0;padding-left:10px;position:absolute;top:13px}.style_input__hSWTr{border:1px solid #868e96;border:1px solid var(--gray-gray-06,#868e96);border-radius:32px;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:24px;padding:10px 14px 10px 40px}.style_inputCategory__OC5pa:focus-visible{outline:none!important}.style_iconWrapper__gkWkY{background-color:transparent;border:none;cursor:pointer}.style_iconWrapper__gkWkY svg{color:#868e96}.style_pending__2lyIn{color:#fda504}.style_fullName__6I2J8{max-width:230px;overflow:hidden;text-overflow:ellipsis;white-space:pre}.style_input__hSWTr{padding-block:14px!important}.style_email__iDgyi{color:#868e96;font-size:12px}.style_accountInfo__MYXLP{display:flex;flex-direction:column}@media screen and (max-width:500px){.style_filterContainer__z\+j\+B,.style_topHeadContainer__0ez9-{display:block}.style_input__hSWTr{width:100%}.style_gridContainer__4I9p0{margin-right:0}.style_filterStyles__A6Ydo{width:100%}.style_tableSubHeading__46oIi{margin-bottom:30px}}.style_table__YZo1M{border-radius:0!important;box-shadow:none!important}.style_table__YZo1M::-webkit-scrollbar{display:none}.style_tableHead__InJuT th{background-color:#f9fafb;border-top:1px solid #d9d9d9;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:13px;font-style:normal;font-weight:500;line-height:18px;padding:12px 16px}.style_tableRow__DpJIA td{min-width:180px!important}.style_iconWrapper__X5yPR{background-color:transparent;border:none;cursor:pointer}.style_iconWrapper__X5yPR svg{color:#868e96}.style_rejected__kFYNi{border-radius:4px;color:#9a469b}.style_active__CvmXQ{color:#1897a6}.style_pending__xA7F7{color:#fda504}.style_fullName__wF06G{max-width:230px;overflow:hidden;text-overflow:ellipsis;white-space:pre}.style_createBtn__edWjI{margin-left:10px;padding:14px 25px;white-space:pre;width:auto!important}.style_input__t6RvD{padding-block:14px!important}input::-webkit-input-placeholder{color:#868e96;font-size:12px}input::placeholder{color:#868e96;font-size:12px}.style_email__D0E0o{color:#868e96;font-size:12px}.style_accountInfo__xQm62{display:flex;flex-direction:column}.style_container__jqdTz{box-shadow:none!important}.style_topLevelContainer__uIEbh{background-color:#fff;border-radius:4px;margin-top:2rem}.style_topHeadContainer__phlHv{display:flex;justify-content:space-between;margin-bottom:20px;padding:16px}.style_tableHeading__AqbXV{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_tableSubHeading__0yqyL{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.style_filterContainer__nw2pk,.style_gridContainer__7yA5N{align-items:center;display:flex}.style_gridContainer__7yA5N{justify-content:center;margin-right:10px;position:relative}.style_searchIcon__tIQDi{left:0;padding-left:10px;position:absolute;top:13px}.style_input__t6RvD{border:1px solid #868e96;border:1px solid var(--gray-gray-06,#868e96);border-radius:32px;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:24px;padding:10px 14px 10px 40px}.style_inputCategory__6BmOv:focus-visible{outline:none!important}@media screen and (max-width:768px){.style_filterBox__Bz4H9{flex-wrap:wrap!important}.style_filterBox__Bz4H9 button{margin-top:0!important}input{margin-bottom:.5rem}.style_createBtn__edWjI{font-size:14px;margin-left:0;padding:12px 16px}.style_topHeadContainer__phlHv{display:block!important;flex-wrap:wrap}.style_filterContainer__nw2pk{display:block}.style_input__t6RvD{width:100%}.style_gridContainer__7yA5N{margin-right:0}.style_filterStyles__B2tlX{width:100%}.style_tableSubHeading__0yqyL{margin-bottom:30px}}.style_cardWrapper__rjIxk{background-color:#fff;border:1px solid #e2e2e5;border-radius:16px}.style_userProfilewrapper__nfK3i{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;padding:1rem}.style_userInfoWrapper__lsE1n{align-items:center;display:flex;font-family:poppins;gap:1rem}.style_userProfileImageWrapper__y\+Oxc{height:3rem;margin:0;width:3rem}.style_profileImage__zSFpq{border-radius:50%;height:100%;object-fit:cover;width:100%}.style_deactiveBtn__hzb6H{background-color:#fff;border:1px solid #9a469b;border-radius:5px;color:#9a469b;cursor:pointer;font-weight:700;outline:none;padding:.5rem 1rem}.style_userInfo__WRwZ5 .style_name__gHVDA{align-items:start;display:flex;flex-direction:column;font-size:18px;font-weight:700}.style_userInfo__WRwZ5 .style_type__xz6zh{color:gray;font-size:13px}.style_infoDetails__Eue0K{align-items:center;background-color:#fff;display:flex;flex-wrap:wrap;gap:1rem;padding:1rem}.style_skeletonWrapper__P-N1T{display:flex;gap:1rem}.style_line__FEu8y{background-color:#c3cfd9;height:1px;margin:0 1rem;padding:0 1rem}.style_outerFlex__uX0cM{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.style_innerFlex__GtBg9{align-items:center;display:flex;flex-wrap:wrap;gap:.2rem}.style_detailsWrapper__Sqz8M{padding:1rem}.style_heading__j8VgY{color:#9a469b;font-family:Poppins;font-weight:700}.style_heading__j8VgY,.style_value__qehJp{font-size:14px;font-style:normal;font-weight:400;line-height:normal}.style_value__qehJp{font-family:poppins}.style_bankName__ObHPQ{color:#868e96;color:var(--gray-gray-07,#868e96);font-size:14px;font-weight:400}@media screen and (max-width:500px){.style_userProfilewrapper__nfK3i{gap:.5rem}}.style_table__zANVg{border-radius:0!important;box-shadow:none!important}.style_table__zANVg::-webkit-scrollbar{display:none}.style_tableHead__EqORf th{background-color:#f9fafb;border-top:1px solid #d9d9d9;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:13px;font-style:normal;font-weight:500;line-height:18px;padding:12px 16px}.style_tableRow__xkPS7 td{min-width:180px!important}.style_container__\+TF4V{box-shadow:none!important}.style_container__\+TF4V::-webkit-scrollbar-track{background-clip:padding-box;background-color:#f2f2f2;border:7px solid transparent;border-radius:9999px}.style_container__\+TF4V::-webkit-scrollbar{height:20px;width:20px}.style_container__\+TF4V::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:#f7a1bd;border:7px solid transparent;border-radius:9999px}.style_topLevelContainer__WfMKa{background-color:#fff;border:1px solid #e2e2e5;border-radius:16px;margin-top:2rem}.style_topHeadContainer__wZjrD{display:flex;justify-content:space-between;margin-bottom:24px 20px;padding:16px}.style_tableHeading__D-v52{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_tableSubHeading__Qhb12{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.style_filterContainer__qj1H3,.style_gridContainer__QR4CG{align-items:center;display:flex}.style_gridContainer__QR4CG{justify-content:center;margin-right:10px;position:relative}.style_searchIcon__uNIF9{left:0;padding-left:10px;position:absolute;top:13px}.style_input__-rvzk{border:1px solid #868e96;border:1px solid var(--gray-gray-06,#868e96);border-radius:32px;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:24px;padding:10px 14px 10px 40px}.style_inputCategory__q1Zu\+:focus-visible{outline:none!important}.style_btnWrapper__50-u2{gap:.5rem}.style_btnStyles__eptoQ{background-color:transparent;border:none;color:#868e96;cursor:pointer}.style_input__-rvzk:focus-visible{outline:none}.style_backdrop__C3\+fi{background-color:rgba(0,0,0,.5);height:100%;left:0;position:fixed;top:0;width:100%;z-index:100}.style_saveBtn__kQj0K{background-color:#9a469b!important;color:#fff!important}.style_cancelBtn__REakh,.style_saveBtn__kQj0K{align-items:center!important;border:2px solid #9a469b!important;border-radius:5px;border-radius:32px!important;display:flex;height:45px!important;justify-content:center!important;padding:0 40px!important}.style_cancelBtn__REakh{background-color:#fff!important;color:#000!important}.style_textAreaReject__dfPvB{background:#fffaeb;border-radius:10px;box-sizing:border-box;font-size:14px;font-weight:400;height:100px;line-height:normal;margin-top:20px;padding:10px;resize:none}.style_note__05jmw,.style_textAreaReject__dfPvB{font-family:Poppins;font-style:normal;width:100%}.style_note__05jmw{color:#868e96;color:var(--gray-gray-07,#868e96);font-size:13px;font-weight:500;line-height:18px;text-align:end}.style_receiptImg__SbvYA{margin:20px auto auto;max-height:400px;max-width:400px;object-fit:contain}.style_receiptImg__SbvYA img{display:block;height:100%;object-fit:contain;padding:.5rem;width:100%}.style_textarea__XC970{border-radius:10px;box-sizing:border-box;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;height:110px;line-height:normal;margin-top:20px;padding:10px;resize:none;width:100%}.style_dialog__Se6Eb{border:none;border-radius:4px;display:flex;flex-direction:column;gap:1rem;justify-content:center;left:50%;margin:0;max-width:40rem;opacity:0;padding:1rem;position:fixed;-webkit-transform:translateX(-50%);transform:translateX(-50%);transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,transform .3s;transition:opacity .3s,transform .3s,-webkit-transform .3s;width:50vw;z-index:101}.style_dialog__Se6Eb.style_active__ynDgM{opacity:1;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.style_closeIcon__LILjh{cursor:pointer;display:flex;justify-content:end;margin:0}.style_modalHeading__tTg3c{font-family:poppins;font-size:18px;margin:0;text-align:center}.style_btnWrapper__50-u2{align-items:center;display:flex;gap:1rem;justify-content:center;margin-top:1rem}.style_btnWrapper__50-u2 button{padding:12px 40px;width:-webkit-max-content;width:max-content}.style_btnWrapper__50-u2 .style_cancel__Jl3wT{background-color:#b42318}.style_textArea__S9RNl{border:1px solid #d9d9d9;border-radius:4px;font-family:poppins;padding:.5rem;resize:none}.style_modalText__ivnmu{font-family:poppins;font-size:14px;margin:0;text-align:center}.style_receiptImageWrapper__4esNw{border:3px dashed #d3d3d3;height:20rem;margin:auto;padding:.5rem;width:45%}.style_receiptImageWrapper__4esNw img{border-radius:5px;display:block;height:100%;object-fit:contain;width:100%}@media screen and (max-width:500px){.style_dialog__Se6Eb{max-width:85vw;width:85vw}.style_receiptImageWrapper__4esNw{width:90%}.style_filterContainer__qj1H3,.style_topHeadContainer__wZjrD{display:block}.style_input__-rvzk{width:100%}.style_gridContainer__QR4CG{margin-right:0}.style_filterStyles__FHUkz{width:100%}.style_tableSubHeading__Qhb12{margin-bottom:30px}}.style_actionContainer__GwBOy{display:flex}.style_actionContainer__GwBOy div{align-items:center;background-color:#f2f7fb;border-radius:50%;cursor:pointer;display:flex;height:35px;justify-content:center;margin-right:10px;width:35px}.style_actionContainer__GwBOy div svg{height:18px;width:18px}.style_statusCell__RT0PL label{border-radius:16px;font-family:Inter;font-size:12px;font-weight:500;line-height:18px;padding:2px 8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.style_pending__TaD9U{background-color:#fffaeb;color:#b54708}.style_neutral__4ZAYh{background-color:#eff8ff;color:#175cd3}.style_approved__PKaBi{background-color:#ecfdf3;color:#027a48}.style_rejected__02yT\+{background-color:#fef3f2;color:#b42318}.style_crossIcon__tcGxk{cursor:pointer;position:absolute;right:20px;top:20px;z-index:9999}.style_dialogTitle__MGIjX{align-items:center;display:flex;justify-content:space-between}.style_crossIcon__SEMvf{cursor:pointer}.style_table__7BUN4{border-radius:0!important;box-shadow:none!important}.style_table__7BUN4::-webkit-scrollbar{display:none}.style_tableHead__RcB9S th{background-color:#f9fafb;border-top:1px solid #d9d9d9;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:13px;font-style:normal;font-weight:500;line-height:18px;padding:12px 16px}.style_tableRow__DPgNJ td{min-width:180px!important}.style_container__xSHpH{box-shadow:none!important}h4{margin:.5rem 0}.style_iconWrapper__9OgXr{cursor:pointer}.style_iconWrapper__9OgXr svg{color:#868e96}.style_container__4-3yI{padding:2rem}.style_imageWrapper__UfptD{height:20rem;margin:0 auto;width:20rem}.style_imageWrapper__UfptD img{display:block;height:100%;object-fit:contain;width:100%}.style_closeButton__dHZo\+{background-color:#9a469b!important;border-radius:32px!important;color:#fff!important;padding:10px 40px!important;text-transform:capitalize}@media screen and (max-width:500px){.style_imageWrapper__UfptD{height:15rem;max-width:15rem}}.style_table__WPGHT{border-radius:0!important;box-shadow:none!important}.style_table__WPGHT::-webkit-scrollbar{display:none}.style_tableHead__tynhx th{background-color:#f9fafb;border-top:1px solid #d9d9d9;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:13px;font-style:normal;font-weight:500;line-height:18px;padding:12px 16px}.style_tableRow__Hb4Ms td{min-width:180px!important}.style_container__rLYwl{box-shadow:none!important}.style_container__rLYwl::-webkit-scrollbar-track{background-clip:padding-box;background-color:#f2f2f2;border:7px solid transparent;border-radius:9999px}.style_container__rLYwl::-webkit-scrollbar{height:20px;width:20px}.style_container__rLYwl::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:#f7a1bd;border:7px solid transparent;border-radius:9999px}.style_topLevelContainer__s3aEu{background-color:#fff;border:1px solid #e2e2e5;border-radius:16px;margin-top:2rem}.style_topHeadContainer__ZZxc2{display:flex;justify-content:space-between;margin-bottom:20px 24px;padding:16px}.style_tableHeading__qlCKV{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_tableSubHeading__KPHue{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.style_filterContainer__7WVa-,.style_gridContainer__ipUkA{align-items:center;display:flex}.style_gridContainer__ipUkA{justify-content:center;margin-right:10px;position:relative}.style_searchIcon__IuuNU{left:0;padding-left:10px;position:absolute;top:13px}.style_input__k6xcd{border:1px solid #868e96;border:1px solid var(--gray-gray-06,#868e96);border-radius:32px;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:24px;padding:10px 14px 10px 40px}.style_inputCategory__nun5N:focus-visible{outline:none!important}.style_btnWrapper__fS-bI{display:flex;gap:.5rem}.style_btnStyles__ggQD\+{background-color:transparent;border:none;color:#868e96;cursor:pointer}.style_input__k6xcd:focus-visible{outline:none}@media screen and (max-width:500px){.style_filterContainer__7WVa-,.style_topHeadContainer__ZZxc2{display:block}.style_input__k6xcd{width:100%}.style_gridContainer__ipUkA{margin-right:0}.style_filterStyles__qg7Wq{width:100%}.style_tableSubHeading__KPHue{margin-bottom:30px}}.style_actionContainer__ilHuV{display:flex}.style_actionContainer__ilHuV div{align-items:center;background-color:#f2f7fb;border-radius:50%;cursor:pointer;display:flex;height:35px;justify-content:center;margin-right:10px;width:35px}.style_actionContainer__ilHuV div svg{height:18px;width:18px}.style_statusCell__ncDqH label{border-radius:16px;font-family:Inter;font-size:12px;font-weight:500;line-height:18px;padding:2px 8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.style_pending__FVrCw{background-color:#fffaeb;color:#b54708}.style_neutral__UZfUd{background-color:#eff8ff;color:#175cd3}.style_approved__0MFJc{background-color:#ecfdf3;color:#027a48}.style_rejected__ydF3q{background-color:#fef3f2;color:#b42318}.style_btnCustom__ioyBA{margin-right:10px;padding-left:20px;padding-right:20px;width:auto}.style_topGraphContainer__CawNo{align-items:center;display:flex;justify-content:space-between}.style_topLevelGrid__AlcmJ{margin-top:0!important;padding-left:17px}.style_chartGrid__KwvZM{padding-right:20px!important}.style_selectFilter__TNrBc{border:1px solid #f1f1f5;border-radius:5px;padding:.5rem}.style_selectFilter__TNrBc:focus-visible{border:1px solid #fff3ff;outline:1px solid #fff3ff}.style_message__q6\+AI{color:#fff!important}.style_selectElement__ZFI7d{margin-left:5px}.style_selectElement__ZFI7d div{background-color:#9a469b}.style_dateLabel__fX-do{color:#868e96;cursor:pointer;font-family:Poppins;font-size:14px;margin-left:10px;text-align:left}.style_secondary__m127c{background-color:#ef437b}.style_primary__5YCQQ,.style_secondary__m127c{border-radius:100%;height:10px;margin-left:5px;width:10px}.style_primary__5YCQQ{background-color:#1897a6}.style_graphLabel__AtIqG{color:#0f1106;font-family:Poppins;font-size:10px;margin-left:5px;text-align:left}.style_cardContent__ucCMI{padding:30px!important}.style_datePickerSales__Uwdq7{display:none}.style_title__fF76P{color:#0f1106;color:var(--gray-900,#0f1106);font-family:Poppins;font-size:1.5rem;font-style:normal;font-weight:500;line-height:28px}.style_card__X4BMM{box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important}.style_cardContentWrapper__STEK8{align-items:flex-start;display:flex;flex-direction:column;gap:.5rem;justify-content:space-between;margin-bottom:1rem}.style_rangeInputWrapper__KR1oC input{border:none;cursor:pointer;padding:0}.style_rangeInputWrapper__KR1oC>div>div{align-items:center;display:flex;gap:.5rem}.style_rangeInputWrapper__KR1oC svg{fill:#9a469b;padding:0!important;position:relative!important}.style_filterWrapper__W00xl{color:red}.style_filterWrapper__W00xl .style_message__q6\+AI{color:gray;margin:0;padding:0}.style_filterWrapper__W00xl div div{padding:8px}.style_filterWrapper__W00xl>div:hover{border:none!important;outline:none!important}.style_filterWrapper__W00xl:focus-visible,.style_filterWrapper__W00xl>div:focus-visible,.style_filterWrapper__W00xl>div>div:focus-visible{border:none!important;outline:none!important}.style_filterWrapper__W00xl svg{fill:#fff!important}.style_wrapper__MWxBk{align-items:start;display:flex;flex-direction:column;gap:1rem;justify-content:start;margin-bottom:.5rem;margin-top:1rem}.style_filtersContainer__p-PE5{-webkit-column-gap:.2rem;column-gap:.2rem;display:flex;flex-wrap:wrap;row-gap:.5rem}.style_ageSelector__41A\+M:hover{border:none;outline:none}.style_checkbox__K1RN1{color:#9a469b!important}@media screen and (min-width:768px){.style_wrapper__MWxBk{align-items:center;display:flex;flex-direction:row;justify-content:space-between}.style_filtersContainer__p-PE5{align-items:center}}@media screen and (min-width:500px){.style_cardContentWrapper__STEK8{align-items:center;display:flex;flex-direction:row}.style_rangeInputWrapper__KR1oC>div>div{gap:.5rem}}@media screen and (max-width:900px){.style_chartGrid__KwvZM{padding-right:0!important}}.style_titleWrapper__e37TA{align-items:start;cursor:pointer;display:flex;gap:.2rem}.style_approved__HIsMn,.style_pending__KRJRB,.style_rejected__-geON{border-radius:4px;color:#9a469b;padding:.5rem}.style_pending__KRJRB{color:#fda504!important}.style_approved__HIsMn{color:#1897a6!important}.style_failed__molY-{color:red!important}.style_table__UAG5V{border-radius:0!important;box-shadow:none!important}.style_table__UAG5V::-webkit-scrollbar{display:none}.style_tableHead__NGz-x th{background-color:#f9fafb;border-top:1px solid #d9d9d9;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:13px;font-style:normal;font-weight:500;line-height:18px;padding:12px 16px}.style_tableRow__ceM9C td{min-width:180px!important}.style_searchIcon__y3FsH{left:0;padding-left:10px;position:absolute;top:13px}.style_input__nX\+uG{border:1px solid #868e96;border:1px solid var(--gray-gray-06,#868e96);border-radius:32px;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:24px;padding:10px 14px 10px 40px}.style_input__nX\+uG:focus-visible{outline:none}.style_disabled__Ny8dB{color:#868e96!important}.style_actionBtn__hpHbl button{background-color:transparent;border:none;color:#000;cursor:pointer;margin-right:10px}.style_topLevelContainer__DTldP{background-color:#fff;border-radius:4px;box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important}.style_bookCover__kAdBH{border-radius:4px;height:40px;width:37.333px}.style_topHeadContainer__Hz7q3{display:flex;justify-content:space-between;margin-bottom:20px;padding:16px}.style_tableHeading__DFAvU{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_tableSubHeading__BB6T7{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.style_gridContainer__1x-Lf{justify-content:center;margin-right:10px;position:relative}.style_filterContainer__IOaBY,.style_gridContainer__1x-Lf,.style_noUserCard__ZGe7M{align-items:center;display:flex}.style_noUserCard__ZGe7M{flex-direction:column;justify-content:center;padding:40px}@media screen and (max-width:767px){.style_filterContainer__IOaBY,.style_topHeadContainer__Hz7q3{display:block}.style_input__nX\+uG{width:100%}.style_gridContainer__1x-Lf{margin-right:0}.style_filterStyles__FP31o{width:100%}.style_tableSubHeading__BB6T7{margin-bottom:30px}}.style_heading__HvXZf{color:#000;font-family:Poppins;font-size:24px;line-height:36px;margin-left:17px}.style_headingContainer__HrIFg{align-items:center;display:flex}.style_CTAContainer__hQ4M5{display:flex;justify-content:space-between;margin-bottom:16px}.style_toggleContainer__NCZL0{align-items:center;border:1px solid #e9ecef;border-radius:50px;display:flex;height:45px;justify-content:center;width:152px}.style_toggleLabel__1cC-h{align-items:center;border-radius:31px;color:#0f1106;cursor:pointer;display:flex;font-family:Poppins;font-size:14px;height:33px;justify-content:center;padding-left:17px;padding-right:17px;text-align:center}.style_activeTabStyle__N9P2S{background-color:#ffe0ea!important;color:#ef437b!important}.style_clearAll__aVpxR{color:#fda504;cursor:pointer;font-family:Poppins;font-size:14px;line-height:21px}.style_mainContainer__Ilpct{background-color:#fff;border:1px solid #e9ecef;border-radius:20px;margin:0 auto;padding:14px 32px;width:707px}.style_bookImg__PgvLv{border:5px solid #f7f7f7;height:81.2px;width:64.16px}.style_notificationsContainer__Zuqbq{margin-top:20px}.style_contentContainer__fpnhZ{display:flex;flex-direction:column;gap:.25rem}.style_imgContainer__vuIsG{align-items:center;display:flex;justify-content:center}.style_notificationHeading__qJgxD{font-family:Poppins;font-size:18px;font-weight:500;line-height:27px}.style_description__Ls-Eh{color:#868e96;font-family:Poppins;font-size:14px;font-weight:400;line-height:21px}.style_singleContentContainer__nJ8tM{align-items:center;display:flex}.style_singleNotificationContainer__vZim3{display:flex}.style_time__Q8HSm{color:#ef437b;display:flex;font-family:Poppins;font-size:12px;justify-content:start;line-height:18px;margin-left:5px;text-align:left;width:100%}.style_singleNotificationContainer__vZim3{border-bottom:1px solid #f7f7f7;padding-bottom:20px;padding-top:20px;width:100%}.style_teacherName__OVA\+b{font-family:Poppins;font-size:10px;font-weight:500;line-height:15px}.style_teacherName__OVA\+b span{color:#9a469b}.style_assigneeImg__SYBlQ{height:20px;margin-right:10px;object-fit:cover;width:20px}.style_assigneeContainer__mRWLI{align-items:center;display:flex}.style_roundImg__j-3mG{border-radius:50%;height:70px;object-fit:cover;width:70px}.style_grid__hf8rp{border-bottom:1px solid #e2e2e2;padding-bottom:20px;padding-top:20px}@media screen and (max-width:750px){.style_mainContainer__Ilpct{width:auto}}@media screen and (max-width:600px){.style_heading__HvXZf{font-size:16px}.style_backIcon__3Lc3B{font-size:16px!important}.style_toggleContainer__NCZL0{padding:0 7px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.style_toggleLabel__1cC-h{font-size:10px}.style_mainContainer__Ilpct{padding:10px 16px}}.style_mainContainer__8uMJz{display:flex;flex-direction:column;gap:24px}.style_containerheading__p\+oJm{color:#18181b;font-family:Poppins;font-size:18px;font-weight:500;line-height:24px}.style_statsContainer__FjwfN{background-color:#fff!important;border:1px solid #e2e2e5;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;gap:32px;padding:24px}.style_singleStatsCard__AeRDU{background-color:#f6f9fc;border:1px solid #e9ecef;border-radius:8px!important;cursor:pointer;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:20px 12px;position:relative}.style_heading__XthQI{font-size:18px}.style_heading__XthQI,.style_label__2-H3m{font-family:Poppins;font-weight:500;line-height:24px}.style_label__2-H3m{color:#101828;font-size:16px}.style_statsCount__cjyqP{color:#101828;font-family:Poppins;font-size:30px;font-weight:600;line-height:38px}.style_unchecked__aLsci{border:1.5px solid #adb5bd;border-radius:4px;border-radius:50%!important}.style_checked__MN\+Hj,.style_unchecked__aLsci{cursor:pointer;height:13px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;width:13px}.style_checked__MN\+Hj{align-items:center;background-color:#9a469b;border:1.5px solid transparent;border-radius:4px;border-radius:50%!important;display:flex;justify-content:center}.style_checked__MN\+Hj svg{height:11px;width:11px}.style_typeContainer__FrPh3{align-items:center;display:flex;gap:5px}.style_sectionContainer__uYBfg{display:flex;flex-direction:column;gap:32px;height:100%;justify-content:center}.style_mapContainer__xNU0g{background-color:#f6f9fc;border:1px solid #e9ecef;border-radius:8px!important;display:flex;flex-direction:column;gap:6px;height:100%;padding:20px 12px}.style_notificationTitle__Rek1P{padding-left:10px;width:100%}.style_searchInput__yAu\+d{padding-left:40px;width:100%}.style_searchIcon__Ko0m2{left:12px;position:absolute;top:12px}.style_inputMainContainer__cIwZH{display:flex;gap:15px;justify-content:space-between}.style_textarea__pVjaY{border:1px solid #adb5bd;border:1px solid var(--gray-gray-06,#adb5bd);border-radius:32px;box-sizing:border-box;color:#18181b;font-family:Poppins;font-weight:400;height:150px;line-height:16px;padding:15px;resize:none;width:100%}.style_sendNotificationBtn__PEX1k{background-color:#9a469b;border:none!important;border-radius:32px;color:#fff;cursor:pointer;font-family:Poppins;font-size:16px;font-weight:500;line-height:24px;margin-left:10px;min-width:260px;padding:10px 60px}.style_btnContainer__VoEWv{align-items:center;display:flex;justify-content:end}.style_iconStyle__ry8dO{height:60px;width:60px}.style_error__3zbXO{color:#b42318}.style_limitLabel__BvqYy{box-sizing:border-box;color:#18181b;display:flex;font-family:Poppins;font-size:12px;font-weight:400;justify-content:end;line-height:16px;margin-top:10px;width:100%}.style_disabledCheckbox__ENeAl{cursor:auto!important}.style_disabledOption__SPvDf{color:#949596!important}.style_textareaLabelContent__K4Vhz{display:flex;justify-content:space-between;width:100%}.style_bookPic__ZS5wV{border-radius:10px;height:100px;object-fit:contain;width:70px}.style_profile_picture__eqxF0{border-radius:50%;height:45px;object-fit:cover;width:45px}.style_profile_picture_selected__YsvWc{border-radius:50%;height:35px;object-fit:cover;width:35px}.style_menuTitle__4iy78{color:#101828;font-family:Poppins;font-size:14px;font-weight:500;line-height:22px}.style_username__FqwS\+{color:#868e96;font-size:12px;line-height:16px}.style_scheduleBtn__zz9ud{background-color:#fff!important;border:1px solid #adb5bd;border:1px solid var(--gray-gray-06,#adb5bd);border-radius:32px;cursor:pointer;font-family:Poppins;font-size:14px;font-weight:400;line-height:22px;padding:10px 60px}.style_radioCheckBox__95pDE{color:#9a469b!important}.style_scheduleContainer__QR5VH{display:flex;gap:10px;margin-top:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.style_selectedNameAutoComplete__rre8c{border:1px solid #adb5bd;border:1px solid var(--gray-gray-06,#adb5bd);border-radius:32px;box-sizing:border-box;color:#0f1106;font-family:Poppins;font-size:13px!important;font-weight:400;height:45px;padding:10px!important;width:100%}.style_displayAlign__gIqmJ{align-items:center;display:flex;justify-content:space-between}.style_input__F2G-m{border:none!important}.style_input__F2G-m div{padding:0!important}.style_input__F2G-m div input{border:1px solid #adb5bd;border:1px solid var(--gray-gray-06,#adb5bd);border-radius:32px;box-sizing:border-box;color:#0f1106;font-family:Poppins;font-size:13px!important;font-weight:400;height:45px;padding:10px!important;width:100%}.style_input__F2G-m div fieldset{border:none!important}@media screen and (max-width:990px){.style_sendNotificationBtn__PEX1k{min-width:100%}}.style_headingContainer__IZyLY{display:flex;flex-direction:column;gap:4px;text-align:start}.style_mainContainer__S\+lVr{display:flex;flex-direction:column;gap:24px}.style_heading__BRyXR{color:#18181b;font-family:Poppins;font-size:24px;font-weight:500;line-height:24px}.style_subHeading__G5oA\+{color:#71717a;font-family:Plus Jakarta Sans;font-size:16px;font-weight:400;line-height:26px}.style_title__2nJ8B{font-family:Poppins;font-size:18px;font-weight:500;line-height:28px}.style_description__0t1iS{color:#868e96;font-family:Poppins;font-size:16px;font-weight:400;line-height:24px}.style_detailContainer__zpQQp{align-items:center;display:flex;flex-direction:column;gap:24px;justify-content:center}.style_bookImg__ygmGM{border-radius:20px;height:300px;object-fit:cover;width:250px}.style_userImg__yaBKZ{border-radius:50%;height:200px;object-fit:cover;width:200px}.style_userLoader__oeRot{height:200px!important;width:200px!important}.style_nameLoader__kjQgN{height:30px!important;margin-top:30px!important;width:250px!important}.style_bookLoader__8t-gF{border-radius:20px!important;height:300px!important;width:250px!important}.style_writerImg__5aZXP{border-radius:50%;height:32px;object-fit:cover;width:32px}.style_writerName__XfTw6{color:#868e96;font-family:Poppins;font-size:14px;font-weight:400;line-height:20px}.style_userName__e309h{color:#18181b;font-family:Poppins;font-size:16px;font-weight:500;line-height:24px}.style_publicationName__pKo5V{color:#868e96}.style_cancelBtn__YIunb,.style_publicationName__pKo5V{font-family:Poppins;font-size:14px;font-weight:400;line-height:20px}.style_cancelBtn__YIunb{background-color:#9a469b;border:none;border-radius:32px;color:#fff;cursor:pointer;padding:10px 44px;width:100%}.style_label__oB93e{font-family:Poppins;font-size:14px;font-weight:400;line-height:20px}.style_label__oB93e span{color:#9a469b;font-weight:500}.style_tabIcon__oqISr{height:40px;width:40px}.style_content__MicSa::-webkit-scrollbar{display:none}.style_topLevelContainer__whp7S{display:flex;justify-content:space-between}.style_headingContainer__ute58{display:flex;flex-direction:column;gap:4px;text-align:start}.style_heading__JErb-{color:#18181b;font-family:Poppins;font-size:24px;font-weight:500;line-height:24px}.style_toptableContainer__i26Lt{align-items:center;background-color:#f9fafb;border-bottom:1px solid #e0e0e0;border-top-left-radius:16px!important;border-top-right-radius:16px!important;display:flex;justify-content:space-between;padding:20px 24px}.style_subHeading__Ylj3E{color:#71717a;font-family:Plus Jakarta Sans;font-size:16px;font-weight:400;line-height:26px}.style_tabLabel__n0vGZ{color:#0f1106!important;cursor:pointer;font-family:Poppins!important;font-size:14px!important;font-weight:500!important;line-height:23px!important;text-transform:none!important}.style_tabs__nQRRs{align-items:center;display:flex;gap:10px;justify-content:space-between}.style_tabCounter__-qOVh{align-items:center;background-color:#fff;border:1.5px solid #0f1106;border-radius:50%;color:#0f1106;cursor:pointer;display:flex;font-family:Inter;font-size:12px;font-weight:600;height:23px;justify-content:center;line-height:16px;width:23px}.style_active__KbVJV .style_tabCounter__-qOVh{background-color:#0f1106;color:#fff!important}.style_mainContainer__MJMb-{background-color:#fff!important;border:1px solid #e2e2e5!important;border-radius:16px!important;margin-top:40px}.style_tableContainer__XbX7k{border-bottom-left-radius:16px!important;border-bottom-right-radius:16px!important;box-shadow:none!important}.style_tableContainer__XbX7k::-webkit-scrollbar-track{background-clip:padding-box;background-color:#f2f2f2;border:7px solid transparent;border-radius:9999px}.style_tableContainer__XbX7k::-webkit-scrollbar{height:20px;width:20px}.style_tableContainer__XbX7k::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:#f7a1bd;border:7px solid transparent;border-radius:9999px}.style_tableHeading__V2XCo{color:#18181b;font-family:Inter;font-size:18px;font-weight:500;line-height:28px}.style_tableSubHeading__gg1BW{color:#667085!important;font-family:Inter!important;font-size:14px!important;font-weight:400!important;line-height:20px!important;max-width:550px;min-height:40px}.style_tableHead__FxdAK{background-color:#f9fafb}.style_tableHead__FxdAK tr th{color:#667085;font-family:Poppins;font-size:12px;font-weight:500;line-height:18px;min-width:135px;padding:24px 16px!important}.style_tableBody__HZBFF tr td{font-family:Poppins!important;font-size:14px!important;font-weight:400!important;line-height:20px!important;padding:24px 16px!important}.style_lastCells__L-DCV td{border-bottom:none!important}.style_boxContainer__8sxC6{margin-top:10px}.style_profilepic__qCrUD{border-radius:50%;height:32px;width:32px}.style_nameCell__TX3D-{align-items:center!important;display:flex!important;gap:5px!important}.style_nameCell__TX3D- label{color:#1c1c1c;max-width:135px;min-width:135px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.style_emailLabel__h8GNo{color:#868e96!important;font-family:Poppins!important;font-size:12px!important;font-weight:400!important;line-height:18px!important}.style_statusCell__MY76\+ label{border-radius:16px;font-family:Inter;font-size:12px;font-weight:500;line-height:18px;padding:2px 8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.style_pending__xnmrb{background-color:#fffaeb;color:#b54708}.style_neutral__-LpoN{background-color:#eff8ff;color:#175cd3}.style_approved__kaBtQ{background-color:#ecfdf3;color:#027a48}.style_rejected__ey9y2{background-color:#fef3f2;color:#b42318}.style_actionContainer__tq3in{display:flex}.style_actionContainer__tq3in div{align-items:center;background-color:#f2f7fb;border-radius:50%;cursor:pointer;display:flex;height:36px;justify-content:center;margin-right:10px;width:36px}.style_icons__yooZx{height:19px;width:19px}.style_limitedCell__oaryW{color:#1c1c1c;max-width:135px;min-width:135px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.style_bookImg__DTMV1{border-radius:2px;height:40px;object-fit:cover;width:37px}.style_searchIcon__CGujk{left:0;padding-left:10px;position:absolute;top:12px}.style_input__5YO5D{border:1px solid #868e96;border:1px solid var(--gray-gray-06,#868e96);border-radius:32px;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:24px;padding:10px 14px 10px 40px;width:250px}.style_input__5YO5D:focus-visible{outline:none}.style_gridContainer__ThY8q{align-items:center;display:flex;justify-content:center;position:relative}.style_boxContainer__8sxC6 div div{overflow:scroll}.style_boxContainer__8sxC6 div div::-webkit-scrollbar,.style_boxContainer__8sxC6 div div::-webkit-scrollbar-track{display:none}.style_boxContainer__8sxC6 div div::-webkit-scrollbar-thumb{display:none}.style_centerToCell__VglBM{align-items:center;display:flex;justify-content:center}@media screen and (max-width:900px){.style_toptableContainer__i26Lt{display:block!important}.style_input__5YO5D{margin-top:20px;width:100%}.style_searchIcon__CGujk{top:31px}}.style_borderBottom__E3QsK{border-bottom:1px solid #d9d9d9!important}.style_createBtn__9EW8i{background-color:#9a469b;border:none!important;border-radius:32px;color:#fff!important;cursor:pointer;font-family:Poppins;font-size:14px;font-weight:500;line-height:22px;padding:15px 44px}.style_menuBtn__VFtQH{align-items:center;background-color:transparent;border:none;color:#1c1c1c;cursor:pointer;display:flex;font-family:Poppins!important;font-size:14px!important;font-weight:400!important;gap:10px;line-height:20px!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.style_menuBtn__VFtQH span{color:#ef437b}.style_menuBtn__VFtQH svg{border:1px solid #dee2e6;border-radius:50%;font-size:16px}.style_menuItems__DVjGa{color:#1c1c1c;font-family:Poppins!important;font-size:14px!important;font-weight:400!important;line-height:20px!important;padding:12px 24px!important}.style_menuIcon__rxnvy{border:none!important;border-radius:0!important;height:30px!important;margin-right:10px;width:30px!important}@media screen and (max-width:650px){.style_topLevelContainer__whp7S{display:block}.style_rangePicker__U1hZQ{display:flex;margin-top:20px}}.style_deactive__z2FDo circle,.style_deactive__z2FDo ellipse,.style_deactive__z2FDo path{stroke:#0fcf39!important}.style_active__KbVJV circle,.style_active__KbVJV ellipse,.style_active__KbVJV path{stroke:#e90505!important}.style_noUserCard__Nk0YM{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:40px}.style_mainContainer__\+MwDv{display:flex;flex-direction:column;gap:24px}.style_mainGrid__37M4T{-ms-overflow-style:none!important;overflow:scroll;scrollbar-width:none!important}.style_mainGrid__37M4T::-webkit-scrollbar{display:none!important}.style_headingContainer__QH\+Dj{align-items:center;display:flex;justify-content:space-between}.style_heading__MBvuR{color:#18181b;font-family:Poppins;font-size:24px;font-weight:500;line-height:24px}.style_addNewBtn__7YdhN{background-color:#9a469b;border:none!important;border-radius:32px;color:#fff!important;cursor:pointer;font-family:Poppins;font-size:14px;font-weight:500;line-height:22px;padding:12px 24px}.style_bannerContainer__sI\+TJ{background-color:#fff;border:1px solid #e2e2e5;border-radius:16px;display:flex;gap:24px;padding:12px}.style_bannerImg__2d88F{border-radius:16px;height:200px;object-fit:cover;width:300px}.style_actionTopContainer__uqY5k{display:flex;justify-content:space-between;width:100%}.style_bannerTitle__ZqErb{color:#18181b;font-family:Poppins;font-size:18px;font-weight:500;line-height:24px}.style_bannerDate__zuQ2m{color:#868e96;font-family:Poppins;font-size:12px;font-weight:400;line-height:18px}.style_bannerHeadingContainer__5ogS6{display:flex;flex-direction:column;gap:4px}.style_innerContainer__4gyu-{display:flex;flex-direction:column;justify-content:space-between;width:100%}.style_loginLabel__quNbt{background-color:#ecfdf3;color:#027a48}.style_loginLabel__quNbt,.style_publicLabel__cYgrM{align-items:center;border-radius:16px;display:flex;font-family:Inter;font-size:12px;font-weight:500;line-height:18px;padding:2px 8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.style_publicLabel__cYgrM{background-color:#f4f3ff;color:#5925dc}.style_actionContainer__A\+MUd{align-items:center;display:flex;gap:12px}.style_actionContainer__A\+MUd div{align-items:center;background:#f2f7fb;border-radius:50%;box-sizing:border-box;cursor:pointer;display:flex;padding:12px}.style_actionContainer__A\+MUd div svg{height:18px;width:18px}.style_bannerLoaderContainer__S9\+Ao{border:1px solid #e2e2e5;border-radius:16px;display:flex;gap:24px;padding:12px}.style_noDataCard__XX\+GE{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:3rem;padding:40px;width:100%}.style_noDataCard__XX\+GE label{color:#18181b;font-family:Poppins;font-size:12px;font-weight:500;line-height:18px}.style_htmlTitle__PM107 h1,.style_htmlTitle__PM107 p{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:250px}.style_htmlTitle__PM107 h1{font-family:Poppins!important;font-size:18px!important;font-weight:600!important}.style_htmlTitle__PM107 h2{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:250px}@media screen and (max-width:700px){.style_bannerContainer__sI\+TJ{display:block;padding:18px!important}.style_bannerImg__2d88F{margin-bottom:20px;width:100%}.style_actionContainer__A\+MUd{margin-top:10px}.style_htmlTitle__PM107 h1,.style_htmlTitle__PM107 h2,.style_htmlTitle__PM107 p{margin:0;overflow:visible!important;text-overflow:inherit;white-space:break-spaces;width:100%}}.style_heading__Cgdcc{color:#18181b;font-family:Poppins;font-size:24px;font-weight:500;line-height:32px}.style_crossIcon__g7NSk{cursor:pointer;position:absolute;right:20px;top:20px}.style_bannerImg__4Av7q{border-radius:16px;height:200px;object-fit:cover;width:100%}.style_sectionHeading__97Ffu{color:#868e96;font-family:Poppins;font-size:12px;font-weight:500;line-height:16px}.style_detailContainer__iO3bN{display:flex;flex-direction:column;gap:12px;margin-top:1rem}.style_section__TAQjt{display:flex;flex-direction:column;gap:4px}.style_labelDescription__v4SMD{color:#18181b;font-family:Poppins;font-size:21px;font-weight:500;line-height:28px}.style_labelDescription__v4SMD p{margin:0;word-break:break-all}.style_labelDescription__v4SMD img,.style_labelDescription__v4SMD p img{height:100%;width:100%}.style_dialogContainer__0G8Tf{-ms-overflow-style:none!important;scrollbar-width:none!important}.style_dialogContainer__0G8Tf::-webkit-scrollbar{display:none!important}.style_scrollHide__EWl9s{-ms-overflow-style:none!important;scrollbar-width:none!important}.style_scrollHide__EWl9s::-webkit-scrollbar{display:none!important}.style_buttonImage__0\+fcT{height:100px;object-fit:contain;width:400px}.style_heading__yX3uO{color:#18181b;font-family:Poppins;font-size:24px;font-weight:500;line-height:24px}.style_manageContainer__MrSqv{background-color:#fff;border:1px solid #e2e2e5;border-radius:16px;box-sizing:border-box;min-height:75vh;padding:20px}.style_mainContainer__veyjO{display:flex;flex-direction:column;gap:24px}.style_textEditorContainer__jBC-6>div:first-child>div:first-child{border:1.4px solid #e2e2e5;border-top-left-radius:16px;border-top-right-radius:16px}.style_textEditorContainer__jBC-6>div:first-child>div:last-child{border:1.4px solid #e2e2e5;border-bottom-left-radius:16px;border-bottom-right-radius:16px;height:70px;scrollbar-color:#f7a1bd transparent!important;scrollbar-width:thin!important}.style_textEditorContainer__jBC-6>div:first-child>div:last-child::-webkit-scrollbar-track{background-clip:padding-box;background-color:#f2f2f2;border:7px solid transparent;border-radius:9999px}.style_textEditorContainer__jBC-6>div:first-child>div:last-child::-webkit-scrollbar{width:20px}.style_textEditorContainer__jBC-6>div:first-child>div:last-child::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:#f7a1bd;border:7px solid transparent;border-radius:9999px}.style_label__yFq87{color:#18181b;font-family:Poppins;font-size:14x;font-weight:500;line-height:21px}.style_subLabel__Nf8ED{color:#18181b;color:#868e96;font-family:Poppins;font-size:12px;font-weight:400;line-height:18px;width:100%}.style_section__TcqvL{display:flex;flex-direction:column;gap:12px;justify-content:center}.style_checkbox__DeNav{align-items:center;border:1.5px solid #868e96;border-radius:3px;cursor:pointer;display:flex;height:16px;justify-content:center;width:16px}.style_checked__HCMEe{background-color:#ef437b;border:1.5px solid #ef437b}.style_selectionLabel__UukTH{color:#18181b;font-family:Poppins;font-size:14px;font-weight:500;line-height:22px}.style_uploadContainer__OBtwT{align-items:center;border:1px dotted #e2e2e5;border-radius:16px;cursor:pointer;display:flex;flex-direction:column;gap:10px;height:25vh;justify-content:center}.style_uploadContainer__OBtwT label{color:#868e96;font-size:12px;font-weight:500;line-height:18px;text-align:center;width:70%}.style_uploadedPicture__WXD7w{border:1px solid #e2e2e5;border-radius:16px;height:25vh;object-fit:contain;width:100%}.style_deleteIcon__w3Jpb{background-color:#fff;border:1px solid #e2e2e5;border-radius:50%;cursor:pointer;padding:10px;position:absolute;right:-10px;top:-20px}.style_deleteIcon__w3Jpb path{stroke:#b42318}.style_imgContainer__kiTDL{position:relative}.style_urlInput__ZrwLR{border:1px solid #e2e2e5;width:100%}.style_addBtn__9-RQL{background-color:#9a469b;border:none;border-radius:32px;color:#fff;cursor:pointer;font-family:Poppins;font-size:14px;font-weight:500;line-height:22px;padding:10px 16px;width:150px}.style_error__qgLWD{color:#b42318;font-family:Poppins;font-size:12px;font-weight:600;line-height:18px}@media screen and (max-width:600px){.style_addBtn__9-RQL{width:100%}}.style_mainContainer__KIniX{background-color:#f6f9fc;border-radius:16px;box-sizing:border-box;display:flex;flex-direction:column;gap:24px;padding:18px}.style_input__Aj0xS{border:1px solid #e2e2e5;border-radius:16px;width:100%}.style_textEditorContainer__BlIEJ>div:first-child>div:first-child{background-color:#fff;border:1.4px solid #e2e2e5;border-top-left-radius:16px;border-top-right-radius:16px}.style_textEditorContainer__BlIEJ>div:first-child>div:last-child{background-color:#fff;border:1.4px solid #e2e2e5;border-bottom-left-radius:16px;border-bottom-right-radius:16px;height:400px;scrollbar-color:#f7a1bd transparent!important;scrollbar-width:thin!important}.style_textEditorContainer__BlIEJ>div:first-child>div:last-child::-webkit-scrollbar-track{background-clip:padding-box;background-color:#f2f2f2;border:7px solid transparent;border-radius:9999px}.style_textEditorContainer__BlIEJ>div:first-child>div:last-child::-webkit-scrollbar{width:20px}.style_textEditorContainer__BlIEJ>div:first-child>div:last-child::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:#f7a1bd;border:7px solid transparent;border-radius:9999px}.style_card__bXQYs{box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important}.style_cardContent__WPpIK{padding:35px!important}.style_btn__yuq1I{padding:10px 15px;width:auto}.style_upperGrid__EGmKQ{display:flex;justify-content:space-between;margin-top:15px}.style_bookTitle__nJTRT{color:#9a469b;color:var(--main-colors-primary,#9a469b);font-family:Poppins;font-size:24px;font-style:normal;font-weight:600;line-height:normal}.style_mainContainer__s0vva{margin-top:30px!important;padding:0 20px}.style_bookImage__TlJP\+{height:360px;object-fit:cover;width:280px}.style_bookInfo__GwttJ{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.style_gridSingleContainer__OffoH{margin-top:0!important;padding:16px}.style_title__79bhh{font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.style_subTitle__nyB94{font-size:16px;line-height:normal}.style_description__t4-mh,.style_subTitle__nyB94{color:#0f1106;color:var(--gray-gray-10,#0f1106);font-family:Poppins;font-style:normal;font-weight:400;margin-top:10px}.style_description__t4-mh{font-size:14px;line-height:28px}.style_descriptionUrdu__IhS8D{color:#0f1106;color:var(--gray-gray-10,#0f1106);font-family:Urdu!important;font-size:20px;font-style:normal;font-weight:400;line-height:28px;margin-top:10px}@media screen and (max-width:1380px){.style_bookImage__TlJP\+{object-fit:contain;width:85%!important}.style_imageContainer__gQuX5{display:flex;justify-content:center;margin-bottom:20px}}@media screen and (max-width:500px){.style_upperGrid__EGmKQ{display:block}.style_btn__yuq1I{margin:20px 0;width:100%}.style_title__79bhh{margin-top:20px}}.style_card__cxldG{box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important}.style_cardContent__Y3mfB{padding:24px!important}.style_selectionContainer__cKYHL{margin-top:20px!important;padding:0 20px}.style_reviewDisbaled__q-oAI{color:#868e96!important}.style_checkboxDisabled__kfcuL{color:#ebbbeb!important}.style_checkbox__mqSSz{color:#9a469b!important}.style_title__tfni2{font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.style_btnContainer__LSzKt{display:flex;justify-content:end;margin:20px 0}.style_btnCustom__hgmHa,.style_btnInsideOut__mqhI5{border:1.5px solid #9a469b;margin-left:15px;width:auto}.style_btnInsideOut__mqhI5{background:transparent!important;color:#000;padding-left:20px;padding-right:20px}.style_btn__xykJK{align-items:center;background:none;border:1px solid #000;border-radius:5px;cursor:pointer;display:flex;height:35px;justify-content:space-between;padding:0 5px 0 15px;width:80%}.style_textarea__pHLFX{border:1.5px solid #868e96;border-radius:5px;box-sizing:border-box;font-family:Poppins;font-size:13px;height:80px;padding:6px;resize:none;width:80%}.style_textarea__pHLFX:focus-visible{outline:none}.style_radio__5YUgi{margin-right:20px}.style_radio__5YUgi label{margin-right:0}.style_radio__5YUgi label span{color:#9a469b!important}.style_checkBoxContainer__U7nx-{margin-right:20px;max-height:300px;overflow-y:auto}.style_checkBoxContainer__U7nx-:not(:hover)::-webkit-scrollbar{width:0}.style_checkBoxContainer__U7nx-::-webkit-scrollbar-track{background-color:#f5f5f5;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.style_checkBoxContainer__U7nx-::-webkit-scrollbar{background-color:#f5f5f5;width:4px}.style_checkBoxContainer__U7nx-::-webkit-scrollbar-thumb{background-color:#9a469b}.style_table__7jg15{border-radius:0!important;box-shadow:none!important}.style_tableItem__Mxtr7{color:#000;color:var(--gray-gray-08,#000);font-family:Poppins;font-size:14px;font-style:normal;line-height:20px}.style_actionBtn__DdZ9T button{background-color:transparent;border:none;color:#868e96;cursor:pointer;margin-right:10px}.style_tableHeading__yN2O7{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_tableSubHeading__1ktpw{font-size:14px;font-weight:400;line-height:20px}.style_tableHead__rti9J th,.style_tableSubHeading__1ktpw{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-style:normal}.style_tableHead__rti9J th{background-color:#f9fafb;border-top:1px solid #d9d9d9;font-size:13px;font-weight:500;line-height:18px;padding:12px 16px}.style_titleTable__JfMNm{font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.style_btnCustom__hgmHa{padding-left:20px;padding-right:20px}.style_titleContainer__oYBD2{align-items:center;display:flex;justify-content:space-between;margin:20px 0}@media screen and (max-width:600px){.style_btn__xykJK,.style_textarea__pHLFX{width:100%}}@media screen and (max-width:750px){.style_btnCustom__hgmHa,.style_btnInsideOut__mqhI5{margin-bottom:20px;margin-left:0;width:100%}.style_btnContainer__LSzKt{align-items:center;display:flex;flex-direction:column}}.style_card__FoLGW{box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important}.style_book__kaLKv{height:300px;object-fit:fill;width:220px}.style_bookInfo__QYJ2B{padding:20px 35px;width:100%}.style_title__GwZh5{font-weight:600}.style_subTitle__89zzq,.style_title__GwZh5{font-family:Poppins;font-size:16px;font-style:normal;line-height:normal}.style_subTitle__89zzq{color:#0f1106;color:var(--gray-gray-10,#0f1106);font-weight:400;margin-top:5px}.style_contentContainer__Z-5yq{border:1px solid #d9d9d9;border-radius:10px;display:flex;padding:15px}@media screen and (max-width:750px){.style_contentContainer__Z-5yq{display:block}.style_picContainer__EHQBo{display:flex;justify-content:center}.style_bookInfo__QYJ2B{margin-top:20px}}.style_table__AJALW{border-radius:0!important;box-shadow:none!important;margin-top:20px}.style_crossIcon__lV4Nv{cursor:pointer;position:absolute;right:20px;top:20px}.style_title__XVlsf{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_bookImage__C6SMj{height:230px;object-fit:contain;width:100%}.style_bookContainer__tRZwv{display:flex}.style_bookDetail__6MoOI{display:flex;flex-direction:column;justify-content:space-between;margin-left:20px}.style_bookDetail__6MoOI div{font-family:Poppins}.style_gridContainer__LNEJu{align-items:center;display:flex;justify-content:center;margin-right:10px;position:relative}.style_input__svbPL{border:1px solid #868e96;border:1px solid var(--gray-gray-06,#868e96);border-radius:32px;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:24px;padding:10px 14px 10px 40px}.style_input__svbPL:focus-visible{outline:none}.style_searchIcon__6EGAj{left:0;padding-left:15px;position:absolute;top:15px}.style_bookAssignSection__YEsTz{box-sizing:border-box;display:flex}.style_heading__\+CWov{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:17px;font-style:normal;font-weight:500;line-height:28px}.style_subHeading__ASrzt{color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.style_topleveContainer__Szvae{border-radius:13px;padding:20px}.style_tableRowStyle__rxBg5 td{padding:10px 0}.style_profilePic__jM0Oi{border-radius:50%;height:40px;object-fit:cover;width:40px}.style_dialog__Wup2b{padding:50px!important}.style_assignBtn__M2iru{background:#9a469b;border:none;border-radius:32px;color:#fff;cursor:pointer;padding:18px;width:150px}.style_boxContainer__F5f0t{border-bottom:1px solid #d9d9d9;display:flex!important;justify-content:space-between;padding:10px 0}.style_singleContainer__hfrl\+{align-items:center!important;display:flex!important}.style_genres__bTc3X{color:#000;font-size:13px;font-weight:500;margin-right:5px}@media screen and (max-width:800px){.style_searchIcon__6EGAj{top:23px}}@media screen and (max-width:650px){.style_bookAssignSection__YEsTz,.style_bookContainer__tRZwv{display:block}.style_gridContainer__LNEJu{margin-top:20px}.style_searchIcon__6EGAj{left:2px;top:12px}.style_dialog__Wup2b{padding:25px!important}.style_boxContainer__F5f0t{display:block!important}.style_assignBtn__M2iru{margin-bottom:10px;margin-top:10px;padding:10px;width:100%}}.style_table__J8On5{border-radius:0!important;box-shadow:none!important;margin-top:20px}.style_table__J8On5::-webkit-scrollbar{display:none}.style_tableHead__eb7Wz th{background-color:#f9fafb;border-top:1px solid #d9d9d9;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:13px;font-style:normal;font-weight:500;line-height:18px;padding:12px 16px}.style_headingContainer__4OYNP{align-items:center;display:flex;justify-content:space-between}.style_title__dYonc{align-items:center;color:#0f1106;color:var(--gray-gray-10,#0f1106);display:flex;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:5px}.style_dot__bdjLt{color:#ef437b;font-size:40px;margin-right:5px}.style_noUserCard__P5tUQ{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px}.style_time__YpnH6{line-height:20px}.style_repliedText__34onL,.style_time__YpnH6{color:#0f1106;color:var(--gray-gray-08,#0f1106);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400}.style_repliedText__34onL{background-color:#fffaeb;border-radius:10px;line-height:24px;margin-top:10px;padding:10px}.style_card__XRB2c{box-shadow:0 1px 2px 0 rgba(16,24,40,.06),0 1px 3px 0 rgba(16,24,40,.1)!important}.style_cardContent__hNcHS{padding:24px!important}.style_approveBtn__tqB5i{background-color:#1897a6!important;border:1px solid #1897a6!important}.style_rejectBtn__Ep7fE{background-color:#b42318!important;border:1px solid #b42318!important}.style_selectionContainer__4MtHa{margin-top:20px!important;padding:0 20px}.style_title__7GX5m{font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.style_btnContainer__cTZ8h{display:flex;justify-content:end;margin:20px 0}.style_btnCustom__zthiC,.style_btnInsideOut__6W8Ac{border:1.5px solid #9a469b;margin-left:15px;max-height:50px;padding-left:20px;padding-right:20px;width:auto}.style_btnInsideOut__6W8Ac{background:transparent!important;color:#000}.style_editContainer__LGYOV{display:flex;justify-content:space-between;margin-bottom:20px}.style_btn__7ROzw{align-items:center;background:none;border:1px solid #000;border-radius:5px;cursor:pointer;display:flex;height:35px;justify-content:space-between;padding:0 5px 0 15px;width:80%}.style_textarea__DsM-w{height:80px;width:80%}.style_textAreaOther__egOPb,.style_textarea__DsM-w{border:1.5px solid #868e96;border-radius:5px;box-sizing:border-box;font-family:Poppins;font-size:13px;padding:6px;resize:none}.style_textAreaOther__egOPb{height:100px;margin-top:10px;width:100%}.style_textAreaOther__egOPb:focus-visible,.style_textarea__DsM-w:focus-visible{outline:none}.style_section__pZszq{border:1px solid #d9d9d9;border-radius:10px;margin-top:20px;padding:15px}.style_sectionHeading__a7JPR{font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.style_singleSection__b\+yjB{border:1px solid #d9d9d9;border-radius:10px;display:flex;flex-direction:column;margin-top:20px;padding:15px}.style_radio__gbLNX{margin-right:20px}.style_radio__gbLNX label{margin-right:0}.style_radio__gbLNX label span{color:#9a469b!important}@media screen and (max-width:900px){.style_btn__7ROzw,.style_textarea__DsM-w{width:100%}}@media screen and (max-width:1066px){.style_btnCustom__zthiC,.style_btnInsideOut__6W8Ac{font-size:13px}}@media screen and (max-width:550px){.style_btnCustom__zthiC{margin-bottom:20px;width:100%}.style_btnInsideOut__6W8Ac{width:100%}.style_btnContainer__cTZ8h,.style_editContainer__LGYOV{display:block}.style_btnInsideOut__6W8Ac{margin-bottom:20px}}.style_table__kc2VD{border-radius:0!important;box-shadow:none!important;margin-top:20px}.style_table__kc2VD::-webkit-scrollbar{display:none}.style_btnContainer__Xi81-{display:flex;justify-content:end;margin:20px 0}.style_btnCustom__N0G6v{margin-left:15px;width:auto}.style_btnCustom__N0G6v,.style_btnPlayCustom__14vAf{border:1.5px solid #9a469b;padding-left:20px;padding-right:20px}.style_btnPlayCustom__14vAf{width:140px}.style_btnInsideOut__TdQYN{background:transparent!important;border:1.5px solid #9a469b;color:#000;margin-left:15px;padding-left:20px;padding-right:20px;width:auto}.style_textarea__nCl7c{border:1px solid #adb5bd;border:1px solid var(--gray-gray-06,#adb5bd);border-radius:20px;box-sizing:border-box;font-family:Poppins;height:130px;margin-top:10px;padding:10px;resize:none;width:100%}.style_tableHead__GrfUK th{background-color:#f9fafb;border-top:1px solid #d9d9d9;color:#868e96;color:var(--gray-gray-07,#868e96);font-family:Poppins;font-size:13px;font-style:normal;font-weight:500;line-height:18px;padding:12px 16px}.style_headingContainer__Ow9kD{align-items:center;display:flex;justify-content:space-between}.style_title__H0kZd{align-items:center;color:#0f1106;color:var(--gray-gray-10,#0f1106);display:flex;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:normal;margin-bottom:5px}.style_dot__l0icL{color:#ef437b;font-size:40px;margin-right:5px}.style_noUserCard__cMFn1{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px}.style_time__VOsU3{line-height:20px}.style_repliedText__dWiVa,.style_time__VOsU3{color:#0f1106;color:var(--gray-gray-08,#0f1106);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400}.style_repliedText__dWiVa{background-color:#fffaeb;border-radius:10px;line-height:24px;margin-top:10px;padding:10px}.style_crossIcon__CKUBK{cursor:pointer;position:absolute;right:20px;top:20px}.style_title__HgfHb{color:#000;color:var(--gray-900,#000);font-family:Poppins;font-size:18px;font-style:normal;font-weight:500;line-height:28px}.style_textarea__sLdbF{border:1.5px solid #868e96;border-radius:7px;box-sizing:border-box;font-family:Poppins;height:100px;margin-top:20px;padding:10px;resize:none;width:100%}.style_textarea__sLdbF:focus-visible{outline:none}.style_btn__aWL5D{margin-top:20px;width:100%}.style_radio__hX\+j2 label span{color:#9a469b!important}.style_ratingContainer__fXPqB{border:1px solid #868e96;border-radius:10px;margin-top:20px;padding:10px}.style_logo__bDsb6{height:100px;margin:25px 0;width:100%}.style_sidebar__uOe0H{height:100vh}.style_sidebar__uOe0H div{background-color:#fff}.style_menu__ryKLq ul li{color:#adb5bd;color:var(--gray-gray-07,#adb5bd);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.style_menu__ryKLq ul li a{margin:0 10px;padding:10px!important}.style_active__XUyuD a{background-color:#fff3ff;border-radius:5px!important;color:#9a469b!important}.style_active__XUyuD a:hover{background-color:#fff3ff!important;border-radius:5px!important;color:#9a469b!important}.style_subMenuContainer__vjPvx div{background-color:#f8f8f8;margin:10px}.style_subMenuContainer__vjPvx div ul li a{margin:0!important}.style_borderSubMenu__QnP7a{border-bottom:1px solid #d9d9d9}.style_subMenuActive__kZOdR{color:#9a469b!important}.style_logoContainer__NHQda{display:flex;justify-content:center}.style_componentContainer__Z0pPL{background-color:#f6f9fc;box-sizing:border-box;height:90vh;overflow:scroll;padding:24px}.style_componentContainer__Z0pPL::-webkit-scrollbar{display:none}@media screen and (max-width:900px){.style_logo__bDsb6{width:75%}}.style_container__mr95E{color:gray;font-size:13px;font-weight:500;margin-right:5px}.style_ActiveContainer__e\+PKg{color:#000;font-size:13px;font-weight:500;margin-right:5px}.style_center__XSuVL{align-items:center;display:flex;justify-content:center}.style_label__LA80p{cursor:pointer;margin-right:5px}@media screen and (max-width:992px){.style_topLevelContainer__83yDv{margin-left:50px}}@media screen and (max-width:500px){.style_label__LA80p{font-size:8px;margin-right:2px}}.style_topLevelContainer__LuTdh{margin:0;max-width:100%!important}.style_headerMainContainer__6AX7V{background:transparent!important;box-shadow:-16px -20px 4px -1px rgba(0,0,0,.2),-4px -2px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)!important}.style_nameLabel__WSGx4{color:#000;color:var(--gray-gray-10,#000);font-size:14px}.style_emailLabel__PBdlg,.style_nameLabel__WSGx4{font-family:Poppins;font-style:normal;font-weight:400;line-height:normal;text-align:start}.style_emailLabel__PBdlg{color:#868e96;color:var(--gray-gray-07,#868e96);font-size:12px}.style_flexGrid__jEl8o{align-items:center;display:flex}.style_buttonInfo__g5V8D{border-radius:5px!important;padding:3px!important}.style_headerItems__noCuH{display:flex!important;justify-content:end!important}.style_booksSearch__dxX8P{align-items:center;border:1px solid #adb5bd;border-radius:32px;display:flex;padding:0 8px;position:relative}.style_booksSearch__dxX8P svg{color:#868e96}.style_booksSearch__dxX8P input{border:none;height:auto}.style_booksSearch__dxX8P input::-webkit-input-placeholder{font-size:10px}.style_booksSearch__dxX8P input::placeholder{font-size:10px}.style_booksSearch__dxX8P .style_seacrhResultsContainer__D77Yq{background-color:#fff;border-radius:5px;box-shadow:0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12);display:flex;flex-direction:column;font-family:poppins;gap:1rem;justify-content:flex-start;max-height:15rem;min-width:250px;overflow-y:scroll;padding:1rem;position:absolute;right:0;top:103%;width:100%;z-index:99}.style_booksSearch__dxX8P .style_seacrhResultsContainer__D77Yq .style_noBookFound__YsGxI div{padding:1rem 0}.style_booksSearch__dxX8P .style_seacrhResultsContainer__D77Yq .style_noBookFound__YsGxI div svg{height:7rem;width:7rem}@media screen and (max-width:500px){.style_seacrhResultsContainer__D77Yq{right:-50%!important}}@media screen and (min-width:993px){.style_displayNone__J-jSU{display:none!important}}@media screen and (max-width:992px){.style_displayNone__J-jSU{position:absolute}}@media screen and (max-width:800px){.style_flexGrid__jEl8o{display:none}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.ps-sidebar-backdrop{opacity:0}@font-face{font-family:Urdu;src:url(/static/media/Jameel%20Noori%20Nastaleeq%20Kasheeda.163413e8fbd8153ec428.ttf)}.react-datepicker__time-list-item{align-items:center;display:flex;justify-content:center}.react-datepicker__time-list-item.react-datepicker__time-list-item--selected{background-color:#9a469b!important}td{color:#000!important;color:var(--gray-gray-08,#000)!important;font-family:Poppins!important;font-size:14px!important;font-style:normal!important;line-height:20px!important}@media screen and (max-width:767px){td{min-width:160px!important}}aside>div::-webkit-scrollbar{display:none}.react-datepicker-wrapper{width:100%}.react-datepicker__day--selected{background-color:#9a469b}.react-datepicker__day--selected:hover,.react-datepicker__day:hover{background-color:#d59cd5}.react-datepicker__current-month{font-family:Poppins}.react-datepicker__header{background-color:initial;border-bottom:none}.react-datepicker__day-names{margin-top:15px}.react-datepicker-popper{position:fixed!important}.react-datepicker__day--in-range{background-color:#9a469b}.ReactCrop{max-height:300px;width:100%}#cropperInput{-webkit-appearance:none;background:linear-gradient(90deg,#ef437b 0,#f0f3f6 0,#f0f3f6 50%,#f0f3f6);border:none;border-radius:8px;height:3px;outline:none;padding:0!important;transition:background .45s ease-in;width:273px}#cropperInput::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#ef437b;border:2px solid #fff;border-radius:50%;cursor:pointer;height:20px;width:20px}.reactEasyCrop_Container{max-height:274px!important;min-height:274px!important;position:relative!important;width:100%!important}#mySlider,.cropper{width:100%}#mySlider{-webkit-appearance:none;background:linear-gradient(90deg,#ef437b 0,#d9e0e9 0,#d9e0e9 50%,#d9e0e9);border:none;border-radius:8px;height:9px;outline:none;padding:0;transition:background .45s ease-in}#mySlider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;border:2px solid #ef437b;border-radius:50%;cursor:grab;height:20px;width:20px}.notificationScheduleBtnContainer{.react-datepicker-wrapper{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important;.react-datepicker__input-container{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}}.tooltip{background-color:#101828!important;font-family:Inter!important;font-size:12px!important;font-weight:600!important;line-height:18px!important;padding:8px 12px!important}.arrow{color:#101828!important}
/*# sourceMappingURL=main.9ecd960b.css.map*/