: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{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.EZDrawer .EZDrawer__checkbox{display:none}.EZDrawer .EZDrawer__checkbox:checked~.EZDrawer__overlay{display:block;opacity:1}.EZDrawer .EZDrawer__checkbox:checked~.EZDrawer__container{visibility:visible;transform:translateZ(0)!important}.EZDrawer .EZDrawer__overlay{display:none;height:100vh;left:0;position:fixed;top:0;width:100%}.EZDrawer .EZDrawer__container{position:fixed;visibility:hidden;background:#fff;transition:all;box-shadow:0 0 10px 5px rgba(0,0,0,.1)}

/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal}body{line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.visible{visibility:visible}.collapse{visibility:collapse}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.m-0{margin:0}.m-2{margin:.5rem}.m-auto{margin:auto}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-4{margin-top:1rem;margin-bottom:1rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-2\.5{margin-bottom:.625rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.me-1{margin-inline-end:.25rem}.me-2{margin-inline-end:.5rem}.me-auto{margin-inline-end:auto}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.ms-0{margin-inline-start:0}.ms-1{margin-inline-start:.25rem}.ms-3{margin-inline-start:.75rem}.ms-auto{margin-inline-start:auto}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.block{display:block}.inline-block{display:inline-block}.table{display:table}.grid{display:grid}.hidden{display:none}.h-10{height:2.5rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-6{height:1.5rem}.min-h-screen{min-height:100vh}.w-10{width:2.5rem}.w-12{width:3rem}.w-24{width:6rem}.w-32{width:8rem}.w-6{width:1.5rem}.w-full{width:100%}.max-w-md{max-width:28rem}.flex-shrink-0{flex-shrink:0}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.cursor-pointer{cursor:pointer}.resize{resize:both}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0{gap:0}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(229 231 235/var(--tw-divide-opacity))}.overflow-hidden{overflow:hidden}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-0{border-width:0}.border-b{border-bottom-width:1px}.border-r{border-right-width:1px}.border-none{border-style:none}.border-gray-100{--tw-border-opacity:1;border-color:rgb(243 244 246/var(--tw-border-opacity))}.bg-blue-600{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.bg-gray-300{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.stroke-current{stroke:currentColor}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.pb-0{padding-bottom:0}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-6{padding-bottom:1.5rem}.pe-2{padding-inline-end:.5rem}.ps-0{padding-inline-start:0}.ps-1{padding-inline-start:.25rem}.ps-2{padding-inline-start:.5rem}.ps-3{padding-inline-start:.75rem}.ps-5{padding-inline-start:1.25rem}.pt-2{padding-top:.5rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.text-left{text-align:left}.text-center{text-align:center}.text-start{text-align:start}.text-end{text-align:end}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.leading-5{line-height:1.25rem}.text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow,.shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-none{--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}@import url("//vjs.zencdn.net/7.6.6/video-js.css");@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;900&display=swap");.speech-wrapper{padding:10px}.speech-wrapper>div>div>div>.bubble{height:auto;display:block;background:#1f3460!important;position:relative;margin:0}.speech-wrapper>div>div>div>.bubble.alt{height:auto;display:block;background:#1c4caa!important;position:relative;margin:0 60px 0 0}.speech-wrapper>div>div>div>.bubble>.txt{font-family:Roboto,sans-serif;padding:8px 8px 8px 14px}.speech-wrapper>div>div>div>.bubble>.txt>.name{font-weight:600;font-size:12px;margin:0 0 4px;color:#000}.speech-wrapper>div>div>div>.bubble>.txt>.name>span{font-weight:400;color:#000}.speech-wrapper>div>div>div>.bubble>.txt>.name.alt{color:#000}.speech-wrapper>div>div>div>.bubble>.txt>.message{font-size:1em;margin:0}.speech-wrapper>div>div>div>.bubble>.txt>.message.alt{font-size:1em;margin:0;color:#fff}.speech-wrapper>div>div>div>.bubble>.txt>div>.timestamp{font-size:11px;position:absolute;bottom:8px;right:10px;text-transform:uppercase;color:#999}.speech-wrapper>div>div>div>.bubble>.bubble-arrow{position:absolute;width:0;bottom:42px;left:-16px;height:0}.speech-wrapper>div>div>div>.bubble>.bubble-arrow.alt{right:-2px;bottom:40px;left:auto}.speech-wrapper>div>div>div>.bubble>.bubble-arrow:after{content:"";position:absolute;border:0 solid transparent;border-top:9px solid #fff;border-radius:0 20px 0;width:15px;height:30px;transform:rotate(145deg)}.speech-wrapper>div>div>div>.bubble>.bubble-arrow.alt:after{content:"";position:absolute;border:0 solid transparent;border-top:9px solid #1f3460;border-radius:0 20px 0;width:15px;height:30px;transform:rotate(45deg) scaleY(-1)}.conversation>.timestamp{font-size:11px;text-transform:uppercase;color:#999}body{margin:0;font-family:Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{overflow-x:hidden;box-sizing:border-box}*,:after,:before{box-sizing:inherit}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.main-menu-icon:hover{cursor:pointer}main.app-back{margin:0 auto;max-width:3000px;margin-bottom:0!important}.app-back-2{margin:auto;width:100vw;height:87vh}#root{background:#131f3a}.private-call{text-align:center;padding-top:50px;margin-top:20px;padding-bottom:50px}.white-text{color:#fff;text-transform:capitalize}.background-blur{background:hsla(0,0%,9%,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;padding:12px;width:100%;text-align:center}.absolute-top{position:absolute;top:10px;left:10px}#blink{width:12px;height:12px;border-radius:50%;animation-name:blink;animation-duration:1.1s;animation-iteration-count:infinite;margin-right:5px}@keyframes blink{50%{opacity:0}}.cancel-btn:hover img{transform:scale(1.2)}.prim-app-btn{background:#fbe50d!important;color:#030f26!important}.prim-app-btn,.prim-app-sec-btn{border-radius:5px!important;justify-self:stretch!important;border:1px solid #fbe50d!important;font-weight:600!important;font-size:14px!important;height:38px!important}.prim-app-sec-btn{background:transparent!important;color:#fbe50d!important;text-align:center!important}.dotted-btn{background:#263a6a!important;border-radius:5px!important;color:#030f26!important;justify-self:stretch!important;border:2px dotted #fff!important;font-weight:600!important;font-size:14px!important}.error-btn{background:#fbe50d!important;height:38px!important}.error-btn,.prim-fifty{border-radius:5px!important;color:#030f26!important;border:1px solid #fbe50d!important;font-weight:600!important;font-size:14px!important}.prim-fifty{background:rgba(243,192,91,.5)!important;justify-self:stretch!important}.drop-item{cursor:pointer;color:#ebebeb;opacity:.4!important}.register-button-bg{background:#fbe50d!important;border:1px solid #fbe50d!important;color:#030f26!important}.btn-primary{background:#0f192e!important;border:1px solid #fff!important;color:#fff!important}@media (max-width:720px){.subject-link{font-size:9px}.btn-primary,.register-button-bg{font-size:12px!important;font-weight:500}}@media (min-width:721px){.btn-primary,.register-button-bg{font-weight:600!important;font-size:18px!important}}.drop-item:hover{background-color:#6f70730a;color:#fff!important;opacity:.9!important}#preview-container{width:100%}.video-js{display:flex;font-size:10px;color:#fff}.vjs-default-skin .vjs-big-play-button{font-size:3em;line-height:1.5em;height:1.5em;width:3em;border:.06666em solid #fff;border-radius:.3em;left:50%;top:50%;margin-left:-1.5em;margin-top:-.75em}.video-js .vjs-big-play-button,.video-js .vjs-control-bar,.video-js .vjs-menu-button .vjs-menu-content{background-color:#2b333f;background-color:rgba(43,51,63,.7)}.video-js .vjs-slider{background-color:#73859f;background-color:rgba(115,133,159,.5)}.video-js .vjs-play-progress,.video-js .vjs-slider-bar,.video-js .vjs-volume-level{background:#fff}.video-js .vjs-load-progress{background:#bfc7d3;background:rgba(115,133,159,.5)}.video-js .vjs-load-progress div{background:#fff;background:rgba(115,133,159,.75)}.video-container{margin:15px}.video-js .vjs-menu-button-popup .vjs-menu{left:auto;right:0}.clickable{cursor:pointer}.click-icon,.click-icon:hover{cursor:pointer;z-index:4}.vh-100>div{height:100%!important}.vh-100>div>div:last-of-type{height:-moz-fit-content;height:fit-content;padding:30px 20px!important}.vh-100>div>div:first-of-type{width:100%!important;margin:auto;height:100%!important}#vid-wrap,.vh-100{height:93vh!important}#chat-area{position:absolute;left:20px;bottom:70px;width:300px;z-index:2}.video-room-wrapper{position:relative}.video-room-tools{position:absolute;top:0;right:0}body{font-family:Montserrat,sans-serif!important;overflow-x:hidden}input,p{font-weight:400!important}h1,h2,h3,h4,h5,h6{font-weight:600!important}.cat-badge{background:#fff;background-color:#fff!important;padding:0!important;margin-right:5px!important;font-weight:600;font-size:12px}.live-button,a.edit-button{text-align:center;width:100%;border:1px solid #fbe50d!important;border-radius:5px;color:#000;padding:5px 10px;transition:all .3s ease-in-out;background:#fbe50d!important;font-weight:500}.live-button{border-radius:30px;color:#fff!important;font-weight:700;display:flex;width:auto!important;padding:8px 20px;margin-right:0!important}.flex{display:flex;justify-content:space-between;align-items:center}.book-me{text-align:right;margin-left:auto}.calendar{background-color:#000}.live-button:hover,a.edit-button:hover{background:#020f25!important;border:1px solid #020f25!important;color:#fff}.rounded-circle{min-width:"20px";max-height:"20px";max-width:"20px";-o-object-fit:"contain";object-fit:"contain";border-radius:"100%"}.profile-button{text-align:center;width:100%;border-radius:20px;color:#000;padding:5px 10px;transition:all .3s ease-in-out;font-weight:600;font-family:Montserrat,sans-serif;background:#fbe50d!important;border:1px solid #fbe50d!important;color:#fff!important}.profile-button:hover:hover{background:#020f25!important;border:1px solid #020f25!important;color:#fff}.App,.py-4.app-outter{padding:0!important}@media (max-width:768px){.App{padding:0!important}}.scrollarea{height:75vh;overflow-y:scroll}.p-FieldLabel.Label.Label--empty,form label.Label,label{color:#fff!important}@media (max-width:1100px){#logo{max-height:20px}}@media (max-width:1050px){li,li.nav-item.me-2.ms-3,nav,ul{margin:0!important}nav{padding:10px 0!important}}#attribution_block{display:none!important}.blue-text-form,.blue-text-form input,.blue-text-form option,.blue-text-form select{color:#030f26!important}.blue-text-form input,.blue-text-form select{background:#fff!important;border:1px solid #fff;margin-top:0!important}.blue-text-form input::-moz-placeholder{color:#8c8c8c}.blue-text-form input::placeholder{color:#8c8c8c}.btn-primary,.register-button-bg{border-radius:5px!important;justify-self:stretch!important}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border:1px solid #172645;border-radius:50px}::-webkit-scrollbar-thumb{background-color:#4e73c5;outline:1px solid #0b2f70;border-radius:50px}.currentuser i:before,.currentuser>div{background:#fbe50d!important}.otheruser i:before,.otheruser>div{background:#1c4daa!important;color:#fff!important}.currentuser.status{display:none!important}.cat-link:hover>a{color:#0b2f70;text-decoration:underline}#nav-drop{background-color:#971417}#search-input:focus-visible{outline:none!important}.video-size-container{transition:all .2s ease-in-out;max-width:200px;overflow-x:hidden}.vh-80{max-height:80vh!important}.vh-50{max-height:50vh!important}.navbar-nav.pe-3.user-menu{padding:0!important}.user-menu .btn{white-space:nowrap}li.alice-carousel__stage-item>div{margin-right:1rem}body .row>*{padding-right:0;padding-left:0}.disclaimer a{color:#fbe50d;text-decoration:underline}.account-switch a,.disclaimer a{color:#fbe50d!important}.alice-carousel{width:100%}.alice-carousel__prev-btn [data-area]:after{background-image:url(/_next/static/media/left.407accea.svg)}.alice-carousel__next-btn [data-area]:after,.alice-carousel__prev-btn [data-area]:after{content:""!important;background-size:contain;background-position:0;background-repeat:no-repeat;width:50px;display:block;height:10px}.alice-carousel__next-btn [data-area]:after{background-image:url(/_next/static/media/right.8a85be62.svg)}.alice-carousel__prev-btn-wrapper{display:flex;justify-content:flex-start}.alice-carousel__next-btn-wrapper{display:flex;justify-content:flex-end}.alice-carousel__prev-btn{float:left;margin-top:10px}.alice-carousel__next-btn,.alice-carousel__prev-btn{height:20px}.select-qactive{background:#1d2f58!important;color:#fff!important}.list-group-item{padding:10px 15px!important;border-radius:10px!important;border:0!important;margin-bottom:10px}.list-group>div{border-bottom:1px solid #1f3460!important}.input-focus:focus{outline:none!important}.input-focus:focus-visible{outline:none!important}.modal-content{min-height:217px;width:573px;background:linear-gradient(180deg,#122e64,#111b4b)}.btn-close{color:#fff!important}.form-input{height:45px;width:415px}.selected-option{border:1px solid red}#message-input:focus{outline:none!important;box-shadow:none!important}.speech-wrapper{height:calc(85vh - 240px)}#preview-container{position:relative}#teacher-controls-container{position:absolute;bottom:20px;left:50%;transform:translateX(-50%)}#dropdown-autoclose-inside:after{display:none}.status-indicator{position:absolute;bottom:9%;right:2%;height:12px;width:12px;border:2px solid #000}.white-header{color:#fff!important;opacity:1!important}#messages-container{grid-gap:15px;display:flex;flex-direction:column;z-index:1}#messages-container>div{align-items:flex-end;grid-gap:10px!important}#messages-container>div:last-of-type{padding-bottom:10px!important}.selected-screen:hover .ss-popout{max-width:1000px;padding:7px}#messages-container *{overflow-anchor:none}#message-anchor{overflow-anchor:auto!important;height:1px}#messages-container>div:has(img[src="/paid-question.svg"])>img{margin-bottom:25px}.commentor,.date-comment,.message{font-size:10px;margin-bottom:10px;font-family:Montserrat,sans-serif!important}.date-comment{font-size:10px!important}.message{font-size:12px}#Layer_1:hover{cursor:pointer}.messenger-txt{background:#1f3460!important;border-top-right-radius:30px;border-bottom-right-radius:30px;border-top-left-radius:30px;padding:8px 20px;color:#fff}.messenger-bubble time{font-size:9px}#messages-container{grid-gap:0!important}.messenger-chatbox form>div{width:100%!important;margin:0!important;border-radius:0!important;border-bottom:0!important;border-left:0!important;border-right:0!important}#messages-container>div{margin:0!important}.messenger-txt{max-width:500px}.messenger-bubble p{margin:0!important}div.fixmsg{padding:0!important}#MiniPlayer-videoBox{top:0;right:0;bottom:0;position:absolute;background:#000;left:0}#VideoChatWrap{grid-template-columns:12fr 4fr;grid-template-rows:17fr 1fr;width:100%;aspect-ratio:19/9;display:grid;flex-direction:column}.theatreMode{grid-column:1/span 2;grid-row:1/span 2}.theatreModeSettings{position:absolute;bottom:10px;right:410px;left:10px}.theatreModeSettings>div{background:rgba(15,25,46,.4)!important;border-top-left-radius:10px;border-bottom-left-radius:10px}.theatrechat{max-height:300px!important;background:rgba(19,31,58,.4);margin-bottom:10px;border-radius:10px}.normalchatinput,.theatrechatinput{min-height:68.98px}.mobile-show-custom{display:none}.theatrechatinput{background:rgba(15,25,46,.4)!important;border-top-right-radius:10px;border-bottom-right-radius:10px}.normallayout{display:flex!important;background:#000;border-radius:20px}#VideoChatWrap,.normallayout{aspect-ratio:1.775}.normalhide{display:none!important}.controlsnormal{position:absolute!important;bottom:10px!important;left:10px!important}.controlsnormal,.controlsnormal-mini{padding:10px 20px}.chatnormal{position:absolute!important;bottom:10px!important;right:10px!important;max-width:400px!important;max-height:300px!important;background:rgba(19,31,58,.4)!important}.chatnormal>div{height:250px}.chatnormal>div form{background:transparent!important}div:has(.overlay){position:relative}.overlay{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;border-radius:10px;padding:20px;display:flex;justify-content:center;align-items:center;z-index:2000;background-color:hsla(0,0%,100%,.6)}.side-nav-dropdown-icon{color:#fbe50d;margin-right:20px}.side-bar-headline{padding-left:50px;font-size:28px;font-weight:600;padding-bottom:25px}div.right-nav-overwrite{width:auto!important}div.left-nav-overwrite{width:100%!important}.search-wrap-overwrite{flex:1;margin-left:80px;height:100%}.search-wrap-overwrite button,.search-wrap-overwrite form,.search-wrap-overwrite input,.search-wrap-overwrite>div{height:100%!important}#root{min-height:100vh;display:flex;flex-direction:column}#root>.row{flex-grow:1}#root:has(.in-video-room)>.row>div:first-of-type,#root:has(.in-video-room)>.row>div:last-of-type{display:none!important}.fh{height:100%}.btn-outline-primary{white-space:nowrap}div.border-override{background-color:#1c4daa!important}div.padding-overwrite{padding-top:1rem!important;padding-bottom:1rem!important;margin-bottom:2rem!important}button.avatar-overwrite{border:2px solid #fbe50d!important}div.inner-nav-overwrite{align-items:stretch!important}.topupcurrency-overwrite{margin-top:"-4px";margin-right:"3px!important"}.top-up-btn-overwrite,.topup-heading-overwrite{font-size:18px!important}#search-input{width:100%!important}.top-up-blurb{margin-bottom:20px;font-size:20px}.top-up-header{font-size:30px}div.messenger-wrap{padding:50px!important;margin:0!important}div.messenger-outter{padding:0 30px!important}div.messenger-direct-border{border-radius:5px!important;overflow:hidden}.messages-comtainer ::-webkit-scrollbar{display:none;-ms-overflow-style:none;scrollbar-width:50%}.chat-list-item:last-of-type,div.messenger-messages-list-scroller{border:0!important}.messenger-top-bar{border-left:1px solid #fff}div.messenger-top-bar-inner{padding:10px 30px!important}.messenger-bubble.alt .messenger-txt{background:#fff!important;color:#131f3a!important}.messenger-window{display:flex;height:70vh;align-items:stretch}@media (max-width:1800px){.top-up-btn-overwrite,.topup-heading-overwrite{font-size:16px!important}.top-up-blurb{margin-bottom:10px;font-size:18px}}@media (max-width:1450px){#root>.row .topup-heading-overwrite{display:flex;flex-direction:column;align-items:center;text-align:center}.profile-username{font-size:30px}.subject-link{font-size:13px;margin-left:0!important}.top-list-home{display:none}#root>.row .col-md-7{width:63.333333%}#root>.row .col-md-3{width:20%}.top-up-blurb{font-size:15px}}@media (max-width:1275px){.search-wrap-overwrite{margin-left:40px}.top-up-blurb{display:none}.profile-avatar{width:95px!important;height:95px!important}.mini-profile{max-height:100px!important}.subject-link{font-size:10px}}@media (max-width:1200px){.side-bar-headline{padding-left:30px}}@media (max-width:1120px){.side-nav-dropdown-icon{margin-right:10px}}@media (max-width:992px){.messenger-outter-border,.outside-messenger{padding:0!important}#root>.row>.col-md-3{display:none!important}#root>.row{margin:0!important}}@media (max-width:780px){.messenger-left-listings{flex:2!important}.messenger-conversation-card-image{display:none!important}}.mobile-menu{display:none!important}@media (max-width:992px){.mobile-menu{display:block!important}.desktop-menu{display:none!important}div.messenger-left-listings{width:100vw!important}div.messenger-chat-area,div.messenger-left-listings{display:none!important}div div.mobile-show{display:flex!important}.messenger-burger{align-self:flex-end}div.padding-overwrite{margin-bottom:0!important;padding-top:25px!important}.app-back-2{margin-top:0!important}.messenger-window{height:90.4vh}#root>.row>.col-md-7{width:100vw}#root>.row>.col-md-7>div>div{border:0!important}#search-input{border-radius:0!important}.mobile-nav-menu>div>button{border-top-left-radius:5px!important;border-bottom-left-radius:5px!important}div.mobile-nav-menu{margin-top:20px!important}.nav-burger{display:flex;align-items:center;height:45px;width:45px;border-radius:50%;aspect-ratio:1;justify-content:center}.right-nav-overwrite ul{flex-grow:1;justify-content:space-around!important}div.right-nav-overwrite{flex-grow:1}div.left-nav-overwrite{width:auto!important}.mobile-show>div{width:100%}.mobile-show .messenger-chatbox{position:fixed;bottom:0;z-index:5}}@media (max-width:600px){.right-nav-overwrite li:has(p){display:none}}.edit-profile h1,.edit-profile h2,.edit-profile h3,.edit-profile h4,.edit-profile h5,.edit-profile h6,.edit-profile li,.edit-profile p{color:#fff}.edit-profile input,.edit-profile select,.edit-profile textarea{background:#fff;background-color:#fff!important}.edit-profile small{color:#fff!important}.edit-profile small a{color:#e8c16b!important}.edit-profile input[type=number]{margin-top:10px}.yellow-btn{background:#fbe50d!important;border-radius:5px!important;color:#030f26!important;justify-self:stretch!important;border:1px solid #fbe50d!important;font-weight:600!important}.edit-profile .form-label{margin-bottom:-10px;margin-top:20px;color:#fff!important}.teacher-subjects-modal>div{display:flex;flex-direction:column;align-items:center}.teacher-subjects-modal .modal-h{text-align:center;font-size:30px!important;line-height:30px;margin:auto}.teacher-subjects-modal .checkboxes{margin:30px 0}.edit-profile input[type=checkbox]{display:none}.edit-profile .label{width:100%}.edit-profile .checkboxes{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px}.edit-profile .checkboxes>label{grid-column:1/span 3}.edit-profile .checkboxes>div{display:flex;align-items:center;flex-direction:column}.edit-profile .checkboxes>div>.form-check{width:100%}.edit-profile .checkboxes>div:has(#example-collapse-text>div)>#example-collapse-text{display:none;grid-gap:10px;padding:0!important;width:100%}.edit-profile .checkboxes>div:has(input[type=checkbox]:checked)>#example-collapse-text:has(div){display:block!important}.edit-profile .form-check{min-height:auto!important}.edit-profile .checkboxes>div:has(#example-collapse-text>div)>#example-collapse-text>div{width:100%}.edit-profile .form-check{padding:0!important}.edit-profile>.row{align-items:center!important;display:flex;flex-direction:column;justify-content:center}form>.row{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:20px;max-width:100%;margin:auto}form>.row>div{width:100%}.edit-profile{border-radius:10px;background:#19294d;border:1px solid #4e73c5}.edit-profile .form-label,.edit-profile h3,.edit-profile h4{font-size:20px;font-weight:600!important;margin-top:20px}.edit-profile .checkboxes label.form-check-label{width:100%;display:flex;align-items:center;flex-direction:column;justify-content:center;border-radius:5px;padding:10px;font-size:13px;font-weight:900}.edit-profile .checkboxes>div>.form-check>label.form-check-label{background:#fff}.edit-profile .checkboxes>div>.form-check:has(input[type=checkbox]:checked)>label.form-check-label{background:#e8c16b}.edit-profile .checkboxes>div:has(#example-collapse-text>div)>#example-collapse-text>div>.form-check>label.form-check-label{background:#fff;width:100%;display:flex;align-items:center;flex-direction:column;justify-content:center;border-radius:10px}.edit-profile .checkboxes>div:has(#example-collapse-text>div)>#example-collapse-text{margin-bottom:20px;height:100%!important;margin-top:10px!important;display:grid!important;grid-template-columns:repeat(2,1fr)}.edit-profile .checkboxes>div:has(#example-collapse-text>div)>#example-collapse-text>div>.form-check:has(input[type=checkbox]:checked)>label.form-check-label{background:#e8c16b!important}.app-back{width:100%}s .bigheight{height:100%!important}.edit-profile .form-check{margin:0!important}.teacher-subjects-modal .checkboxes .form-check>label{height:100%}.teacher-subjects-modal .checkboxes>div{margin-bottom:0!important}.edit-profile .checkboxes>div>.form-check{height:100%}.modal-pop:has(.teacher-subjects-modal) .modal-header{display:none!important}.modal-pop:has(.teacher-subjects-modal) .modal-body{padding:0!important}.modal-h{width:75%!important}.large-modal .modal-dialog{max-width:65%!important}.card-icon-holder{bottom:0;left:50%;background:hsla(0,0%,100%,.8);padding:10px 20px}.card-icon-holder,.card-icon-holder-new{position:absolute;transform:translatex(-50%);border-top-left-radius:15px;border-top-right-radius:15px;display:flex;grid-gap:3px!important}.card-icon-holder-new{top:0;right:0;padding-top:10px}.leaderboard-wrap a:first-of-type span{font-size:18px!important}.leaderboard-wrap a:nth-of-type(2) span{font-size:17px!important}.leaderboard-wrap a:nth-of-type(3) span{font-size:16px!important}.leaderboard-wrap span{font-size:15px!important}@media (max-width:1450px){#root div.leaderboard-wrap .point-count,#root div.leaderboard-wrap a h4 span{font-size:13px!important;margin-left:0!important}}@media (max-width:1350px){#root div.leaderboard-wrap a:first-of-type h4 span{margin-left:5px!important}#root div.leaderboard-wrap .point-count,#root div.leaderboard-wrap a h4 span{font-size:10px!important}.desktop-show{display:none}.mobile-show-custom{display:block}#root div.leaderboard-wrap .username-text{font-size:15px!important}}@media (max-width:1220px){#root .leaderboard{margin-top:20px!important}#root div.leaderboard-wrap .username-text{font-size:11px!important}}@media (max-width:1150px){#root div.leaderboard-wrap .username-text{font-size:10px!important}}a[title=Like] button,button:not(.avatar-overwrite):active{border:0!important}button:has(.main-menu-icon){border:0!important}button{display:flex!important;align-items:center;grid-gap:10px!important}.p-FieldLabel,.test-stripe label{color:#fff!important}.modal-header{position:absolute;right:0;z-index:10}.modal-content{border-radius:10px!important;background:#19294d!important;border:1px solid #4e73c5!important}div.modal-body{padding-bottom:30px!important}div.new-sesh{font-size:22px;color:#fbe50d!important;font-weight:700}div.consultation{border-radius:10px!important;background-color:#19294d!important;border:1px solid #4e73c5!important;color:#fff;padding:30px!important;position:fixed;top:20px;left:50%;transform:translateX(-50%)}#messages-container,.normalchat{display:flex;flex-direction:column-reverse}.top-up-btn-overwrite{justify-content:center}.custom-info{word-wrap:break-word;word-break:break-all;height:80px;align-items:flex-start;justify-content:flex-start}.custom-calendar.rmdp-wrapper,.rmdp-container .custom-calendar.ep-arrow:after{background-color:#263a6a;color:#fff}.alice-carousel__prev-btn-wrapper{margin:0}.alice-carousel__dots{display:none}.alice-carousel__prev-btn{margin-top:0}table{border-collapse:separate;margin:0;padding:0;width:100%;table-layout:fixed}table tr{padding:.35rem;border-radius:10px!important}table td,table th{padding-top:20px;padding-bottom:20px;text-align:center}table th{font-size:.85em;letter-spacing:.1em;text-transform:uppercase}@media screen and (max-width:600px){table{border:0}table thead{border:none;clip:rect(0 0 0 0);height:1px;margin:1px;overflow:hidden;padding:0;position:absolute;width:1px}table tr{display:block;margin-bottom:25px}table td{display:block;font-size:.8em;text-align:right}table td:before{content:attr(data-label);float:left;font-weight:700;text-transform:uppercase}table td:last-child{border-bottom:0}}[data-rmiz-modal-img]{height:100vh;width:100vw;-o-object-fit:contain;object-fit:contain;border-radius:0}.custom-range-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:8px;border-radius:5px;background:linear-gradient(90deg,#007bff,#00c8ff);outline:none;transition:background .3s ease}.custom-range-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:#007bff;border:2px solid #fff;cursor:pointer;-webkit-transition:background .3s ease;transition:background .3s ease}.custom-range-slider::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#007bff;border:2px solid #fff;cursor:pointer}.custom-range-slider::-ms-thumb{width:16px;height:16px;border-radius:50%;background:#007bff;border:2px solid #fff;cursor:pointer}.custom-range-slider:active::-webkit-slider-thumb{background:#0056b3}.custom-range-slider:active::-moz-range-thumb{background:#0056b3}.custom-range-slider:active::-ms-thumb{background:#0056b3}.custom-range-slider:hover{background:linear-gradient(90deg,#0056b3,#007bff)}.hover\:bg-blue-700:hover{--tw-bg-opacity:1;background-color:rgb(29 78 216/var(--tw-bg-opacity))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.hover\:text-blue-600:hover{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity))}.focus\:bg-white:focus{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-blue-600:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(37 99 235/var(--tw-ring-opacity))}@media (prefers-color-scheme:dark){.dark\:divide-gray-700>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(55 65 81/var(--tw-divide-opacity))}.dark\:border-gray-700{--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity))}.dark\:bg-gray-600{--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity))}.dark\:bg-gray-700{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity))}}@media (min-width:768px){.md\:p-6{padding:1.5rem}}