@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap";._auth-screen_xpacw_1{display:flex;justify-content:space-evenly;align-items:center}@media only screen and (max-width: 876px){._auth-screen_xpacw_1{flex-direction:column-reverse;align-items:center}}.LogoContainer{display:flex;align-items:center;justify-content:center;height:100vh;width:40vw;padding-inline:90px;background-color:#f5f7ff}@media screen and (max-width: 876px){.LogoContainer{height:auto;width:100%;margin-bottom:50px;padding-inline:unset}.logo{height:250px;width:230px}}._auth-screen_y700o_1{display:flex;justify-content:space-evenly}@media only screen and (max-width: 768px){._auth-screen_y700o_1{flex-direction:column-reverse;align-items:center}}.container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;width:100vw;text-align:center;background-color:#f9f9f9;padding:2rem}.success-image{width:80%;max-width:300px;margin-bottom:20px}.title{color:#0097b2;margin-top:1.5rem;line-height:1.3}.description{color:#555;margin-top:1rem;margin-bottom:2rem;letter-spacing:1.5px;line-height:1.3}@media (max-width: 768px){.title{font-size:1.75rem}.description{font-size:1rem;margin-bottom:1.5rem}}@media (max-width: 480px){.success-image{width:90%}.title{font-size:1.5rem}.description{font-size:.9rem}}.parent-heading{display:flex;flex-direction:column}.Heading-font{color:#0097b2;font-size:28px;font-weight:600}.heading-div{display:flex;flex-direction:column;margin-bottom:6%}.Heading-text{font-size:16px;font-weight:400}.InputLable{color:var(--text-body-light, #425466);font-feature-settings:"clig" off,"liga" off;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:normal}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-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( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-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:translate(-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-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.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 #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;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;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;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--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;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:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height: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:initial;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--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform: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--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-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(0)}to{transform:rotate(360deg)}}#nprogress{pointer-events:none}#nprogress .bar{background:#29d;position:fixed;z-index:1031;top:0;left:0;width:100%;height:2px}#nprogress .peg{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #29d,0 0 5px #29d;opacity:1;-webkit-transform:rotate(3deg) translate(0px,-4px);-ms-transform:rotate(3deg) translate(0px,-4px);transform:rotate(3deg) translateY(-4px)}#nprogress .spinner{display:block;position:fixed;z-index:1031;top:15px;right:15px}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border:solid 2px transparent;border-top-color:#29d;border-left-color:#29d;border-radius:50%;-webkit-animation:nprogress-spinner .4s linear infinite;animation:nprogress-spinner .4s linear infinite}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .spinner,.nprogress-custom-parent #nprogress .bar{position:absolute}@-webkit-keyframes nprogress-spinner{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@keyframes nprogress-spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.active-nav span{color:#fff!important}.active-nav svg{color:#fff!important}.active-nav{color:#fff!important;display:block;background-color:#0097b2;max-width:100%;width:240px;border-radius:10px}.nav-list-item{margin-left:7px}:root{--toastify-color-success: rgba(109, 143, 253, 1)!important}.side-bar>.MuiDrawer-paper{display:flex;justify-content:space-between;overflow:hidden}.css-1r9jet7,.css-1xd9wmo{display:none!important}.select-menuitems{display:flex;width:150px;height:38px;background-color:#fff}.Dialogee-class>.MuiDialog-container .MuiPaper-root{padding:0 20px}.Dialogee-class-edit>.MuiDialog-container .MuiPaper-root{padding:10px 30px}:root{--primary: #003160;--secondary: #0082ff;--lightblue: #256089;--textcolor: #515151;--bg: }html{font-size:100%}body{font-size:1rem;font-family:Inter,Roboto,Helvetica,Arial,sans-serif;color:var(--textcolor);line-height:1;margin:0;overflow-x:hidden;font-weight:400;background:var(--bg)}.wrapper{min-height:100vh;display:flex;flex-direction:column}@media (min-width: 1300px){.container{max-width:1200px}}@media screen and (max-width: 767px){html{font-size:80%}}a{color:#6d8ffd;transition:all .5s ease}h1,h2,h3,h4,h5,h6{font-size:100%;font-family:Inter,Roboto,Helvetica,Arial,sans-serif}.h1,.h2,.h3,.h4,.h5,.h6{margin-top:1rem;line-height:1}.h1:first-child,.h2:first-child,.h3:first-child,.h4:first-child,.h5:first-child,.h6:first-child{margin-top:0}h1{font-size:1.5rem;color:var(--primary);margin-bottom:unset}@media screen and (min-width: 414px){h1{font-size:1.25rem}}@media screen and (min-width: 991px){h1{font-size:1.375rem}}@media screen and (min-width: 1300px){h1{font-size:1.5rem}}h2{font-size:2.1875rem;color:var(--primary);margin-bottom:unset;font-weight:700}@media screen and (min-width: 414px){h2{font-size:1.125rem}}@media screen and (min-width: 991px){h2{font-size:1.25rem}}@media screen and (min-width: 1300px){h2{font-size:2.1875rem}}h3{font-size:1.5rem;font-weight:600}@media screen and (min-width: 414px){h3{font-size:1rem}}@media screen and (min-width: 991px){h3{font-size:1.125rem}}@media screen and (min-width: 1300px){h3{font-size:1.125rem}}h4{font-size:1rem;font-weight:700}@media screen and (min-width: 414px){h4{font-size:.875rem}}@media screen and (min-width: 991px){h4{font-size:.9375rem}}@media screen and (min-width: 1300px){h4{font-size:1rem}}h5{font-size:1.5rem}@media screen and (min-width: 414px){h5{font-size:1.25rem}}@media screen and (min-width: 991px){h5{font-size:1.375rem}}@media screen and (min-width: 1300px){h5{font-size:1.5rem}}h6{font-size:1.5rem;margin-bottom:1.875rem}@media screen and (min-width: 414px){h6{font-size:1.25rem}}@media screen and (min-width: 991px){h6{font-size:1.375rem}}@media screen and (min-width: 1300px){h6{font-size:1.5rem}}p{font-size:1rem;margin:0 0 1.25rem;line-height:1.5;font-family:Inter,Roboto,Helvetica,Arial,sans-serif}ul,ol,.blockquote,.button-wrapper,.media,.table-wrapper{margin-bottom:1rem}ul:last-child,ol:last-child,.blockquote:last-child,.button-wrapper:last-child,.media:last-child,.table-wrapper:last-child{margin-bottom:0}ol,ul{padding:0;margin:0}b,strong{font-weight:700}.text-primary{color:var(--primary)!important}.text-primary-light{color:#1c5a84!important}.text-secondary{color:var(--secondary)!important}.text-gray{color:#575757!important}.checkbox--switch>input[type=checkbox]{display:none}.checkbox--switch>input[type=checkbox]:checked+label:before{background:#89201a}.checkbox--switch>input[type=checkbox]:checked+label:after{background:#fff;left:28px}.checkbox--switch>label{cursor:pointer;height:0px;position:relative;top:-7px;width:45px}.checkbox--switch>label:before{background:#f0f0f0;box-shadow:unset;border-radius:50px;content:"";height:39px;margin-top:-8px;position:absolute;transition:all .4s ease-in-out;width:65px}.checkbox--switch>label:after{background:rgb(255,255,255);box-shadow:0 0 5px #0000004d;content:"";height:36px;left:3px;position:absolute;top:-6px;transition:all .3s ease-in-out;width:36px;border-radius:50px}.mb-5{margin-bottom:5px!important}.mt-5{margin-top:5px!important}.pb-5{padding-bottom:5px!important}.pt-5{padding-top:5px!important}.mb-10{margin-bottom:10px!important}.mt-10{margin-top:10px!important}.pb-10{padding-bottom:10px!important}.pt-10{padding-top:10px!important}.mb-15{margin-bottom:15px!important}.mt-15{margin-top:15px!important}.pb-15{padding-bottom:15px!important}.pt-15{padding-top:15px!important}.mb-20{margin-bottom:20px!important}.mt-20{margin-top:20px!important}.pb-20{padding-bottom:20px!important}.pt-20{padding-top:20px!important}.mb-25{margin-bottom:25px!important}.mt-25{margin-top:25px!important}.pb-25{padding-bottom:25px!important}.pt-25{padding-top:25px!important}.mb-30{margin-bottom:30px!important}.mt-30{margin-top:30px!important}.pb-30{padding-bottom:30px!important}.pt-30{padding-top:30px!important}.mb-35{margin-bottom:35px!important}.mt-35{margin-top:35px!important}.pb-35{padding-bottom:35px!important}.pt-35{padding-top:35px!important}.mb-40{margin-bottom:40px!important}.mt-40{margin-top:40px!important}.pb-40{padding-bottom:40px!important}.pt-40{padding-top:40px!important}.mb-50{margin-bottom:50px!important}.mt-50{margin-top:50px!important}.pb-50{padding-bottom:50px!important}.pt-50{padding-top:50px!important}.mb-60{margin-bottom:60px!important}.mt-60{margin-top:60px!important}.pb-60{padding-bottom:60px!important}.pt-60{padding-top:60px!important}.mb-70{margin-bottom:70px!important}.mt-70{margin-top:70px!important}.pb-70{padding-bottom:70px!important}.pt-70{padding-top:70px!important}.mb-80{margin-bottom:80px!important}.mt-80{margin-top:80px!important}.pb-80{padding-bottom:80px!important}.pt-80{padding-top:80px!important}.mb-90{margin-bottom:90px!important}.mt-90{margin-top:90px!important}.pb-90{padding-bottom:90px!important}.pt-90{padding-top:90px!important}.col-gap-10{margin-left:-5px!important;margin-right:-5px!important}.col-gap-10>div{padding-left:5px!important;padding-right:5px!important}.col-gap-20{margin-left:-10px!important;margin-right:-10px!important}.col-gap-20>div{padding-left:10px!important;padding-right:10px!important}.col-gap-30{margin-left:-15px!important;margin-right:-15px!important}.col-gap-30>div{padding-left:15px!important;padding-right:15px!important}.col-gap-40{margin-left:-20px!important;margin-right:-20px!important}.col-gap-40>div{padding-left:20px!important;padding-right:20px!important}.col-gap-50{margin-left:-25px!important;margin-right:-25px!important}.col-gap-50>div{padding-left:25px!important;padding-right:25px!important}.col-gap-60{margin-left:-30px!important;margin-right:-30px!important}.col-gap-60>div{padding-left:30px!important;padding-right:30px!important}.col-gap-70{margin-left:-35px!important;margin-right:-35px!important}.col-gap-70>div{padding-left:35px!important;padding-right:35px!important}.col-gap-80{margin-left:-40px!important;margin-right:-40px!important}.col-gap-80>div{padding-left:40px!important;padding-right:40px!important}.col-gap-90{margin-left:-45px!important;margin-right:-45px!important}.col-gap-90>div{padding-left:45px!important;padding-right:45px!important}[data-item-gap="0"]{--grid-item-gap: 0px}[data-item-gap="2"]{--grid-item-gap: 2px}[data-item-gap="3"]{--grid-item-gap: 3px}[data-item-gap="5"]{--grid-item-gap: 5px}[data-item-gap="6"]{--grid-item-gap: 6px}[data-item-gap="7"]{--grid-item-gap: 7px}[data-item-gap="8"]{--grid-item-gap: 8px}[data-item-gap="9"]{--grid-item-gap: 9px}[data-item-gap="10"]{--grid-item-gap: 10px}[data-item-gap="15"]{--grid-item-gap: 15px}[data-item-gap="20"]{--grid-item-gap: 20px}[data-item-gap="25"]{--grid-item-gap: 25px}[data-item-gap="30"]{--grid-item-gap: 30px}[data-item-gap="35"]{--grid-item-gap: 35px}[data-item-gap="40"]{--grid-item-gap: 40px}[data-item-gap="45"]{--grid-item-gap: 45px}[data-item-gap="50"]{--grid-item-gap: 50px}[data-item-gap="55"]{--grid-item-gap: 55px}[data-item-gap="60"]{--grid-item-gap: 60px}[data-item-gap="70"]{--grid-item-gap: 70px}[data-grid-item-width="30"]{--grid-item-width: calc(30px - var(--grid-item-gap))}[data-grid-item-width="50"]{--grid-item-width: calc(50px - var(--grid-item-gap))}[data-grid-item-width="100"]{--grid-item-width: calc(100px - var(--grid-item-gap))}[data-grid-item-width="125"]{--grid-item-width: calc(125px - var(--grid-item-gap))}[data-grid-item-width="150"]{--grid-item-width: calc(150px - var(--grid-item-gap))}[data-grid-item-width="200"]{--grid-item-width: calc(200px - var(--grid-item-gap))}[data-grid-item-width="230"]{--grid-item-width: calc(230px - var(--grid-item-gap))}[data-grid-item-width="250"]{--grid-item-width: calc(250px - var(--grid-item-gap))}[data-grid-item-width="300"]{--grid-item-width: calc(300px - var(--grid-item-gap))}[data-grid-item-width="1/2"]{--grid-item-width: calc((100% / 2) - var(--grid-item-gap))}[data-grid-item-width="1/3"]{--grid-item-width: calc((100% / 3) - var(--grid-item-gap))}[data-grid-item-width="1/4"]{--grid-item-width: calc((100% / 4) - var(--grid-item-gap))}[data-grid-item-width="1/5"]{--grid-item-width: calc((100% / 5) - var(--grid-item-gap))}@media (min-width: 576px){[data-grid-item-width-sm="1/2"]{--grid-item-width: calc((100% / 2) - var(--grid-item-gap))}[data-grid-item-width-sm="1/3"]{--grid-item-width: calc((100% / 3) - var(--grid-item-gap))}[data-grid-item-width-sm="1/4"]{--grid-item-width: calc((100% / 4) - var(--grid-item-gap))}[data-grid-item-width-sm="1/5"]{--grid-item-width: calc((100% / 5) - var(--grid-item-gap))}}@media (min-width: 768px){[data-grid-item-width-md="1/2"]{--grid-item-width: calc((100% / 2) - var(--grid-item-gap))}[data-grid-item-width-md="1/3"]{--grid-item-width: calc((100% / 3) - var(--grid-item-gap))}[data-grid-item-width-md="1/4"]{--grid-item-width: calc((100% / 4) - var(--grid-item-gap))}[data-grid-item-width-md="1/5"]{--grid-item-width: calc((100% / 5) - var(--grid-item-gap))}}@media (min-width: 992px){[data-grid-item-width-lg="1/2"]{--grid-item-width: calc((100% / 2) - var(--grid-item-gap))}[data-grid-item-width-lg="1/3"]{--grid-item-width: calc((100% / 3) - var(--grid-item-gap))}[data-grid-item-width-lg="1/4"]{--grid-item-width: calc((100% / 4) - var(--grid-item-gap))}[data-grid-item-width-lg="1/5"]{--grid-item-width: calc((100% / 5) - var(--grid-item-gap))}}.container-md{max-width:1040px;margin-left:auto;margin-right:auto;padding-right:15px;padding-left:15px}@media screen and (max-width: 1200px){.container-md{max-width:960px}}@media screen and (max-width: 991px){.container-md{max-width:720px}}@media screen and (max-width: 767px){.container-md{max-width:540px}}@media screen and (max-width: 567px){.container-md{max-width:100%;width:100%}}.grid{display:grid;display:-moz-grid;display:-ms-grid;grid-gap:var(--grid-item-gap);grid-template-columns:repeat(auto-fill,minmax(var(--grid-item-width),1fr))}.abs-link{position:absolute;width:100%;height:100%;left:0;top:0;z-index:9;color:transparent;font-size:0;text-indent:-2px}.Toastify .Toastify__toast div:first-child div:last-child{text-align:left}:root{font-family:Poppins,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}::-webkit-scrollbar{width:6px;height:3px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:rgb(109,143,253)}::-webkit-scrollbar-thumb:hover{background:#555}#nprogress{z-index:999999!important;position:relative}#nprogress .bar{background:rgb(109,143,253)!important;z-index:999999!important}#nprogress .peg{box-shadow:0 0 10px #6d8ffd,0 0 5px #6d8ffd!important;z-index:999999!important}#nprogress .spinner-icon{display:none!important}.img-responsive{max-width:100%;height:auto}
