.androidLogo{display:flex;align-items:end;width:30;height:30}@media (prefers-color-scheme: light){.bleLogo rect{fill:#497cffcc}.bleLogo ellipse{fill:#003edf}}@media (prefers-color-scheme: dark){.bleLogo rect{fill:#ffffffb3}.bleLogo ellipse{fill:#fff}}.navigation ul{display:flex;justify-content:space-between;align-items:center;gap:60px}.navigation ul li{list-style:none}.navigation ul li a{font-family:Pretendard;font-size:var(--font-size-20);font-weight:700;letter-spacing:-1px;text-transform:capitalize;color:var(--nav-inactive-color);transition:color 369ms ease-in-out;cursor:pointer}.navigation ul li a.currentPath{color:var(--nav-active-color);text-decoration:underline}.navigation ul li a:hover{color:var(--nav-active-color)}svg{fill:var(--primary-color)}svg.check{fill:none}.userMenuSection{display:flex;align-items:center;justify-content:center;gap:10px}.userMenuSection span{font-size:var(--font-size-16);letter-spacing:-.8px;opacity:.6}.userMenuSection button{width:100px;height:32px;border-radius:40px;text-align:center;font-size:var(--font-size-16);font-weight:700;background-color:var(--btn-bg-color);color:var(--btn-text-color)}.pageHeader{position:sticky;top:0;padding:46px 40px;display:flex;justify-content:space-between;align-items:center;background-color:var(--main-bg-color)}.pageHeader .logoSection{display:flex;align-items:center}.pageHeader .logoSection h1{margin-left:10px;font-size:var(--font-size-26);font-weight:700;color:var(--point-color)}.pageMain{height:100%}.pageTemplate{height:100%;display:flex;flex-direction:column}.pageTemplate .layoutHeader{padding:40px;display:flex;justify-content:space-between;align-items:end}.pageTemplate .layoutHeader h1{font-family:Verdana;text-transform:capitalize;font-size:var(--font-size-60);font-weight:700;letter-spacing:-3px}.pageTemplate .layoutHeader span mark{text-decoration:underline;font-weight:700;color:var(--point-color);background-color:transparent}.pageTemplate .layoutBody{display:flex;flex-direction:column;padding:50px 40px 40px;height:100%;gap:40px;background:var(--content-bg-color)}.information_section{margin-top:50px;display:grid;grid-template-columns:500px 2fr;row-gap:24px;font-size:24px}.information_section h1,.information_section h2{font-weight:700}.information_section span{font-weight:300}.support{display:grid;grid-template-columns:200px 1fr;row-gap:20px}.dashboardLayout{padding:40px;margin:0 auto;height:calc(100% - 80px);display:grid;grid-template-areas:"status request request" "status stores software";grid-template-columns:2fr 1fr 1fr;grid-template-rows:calc(50% - 10px) calc(50% - 10px);gap:20px}@media (max-width: 910px){.dashboardLayout{height:fit-content;max-height:fit-content;display:grid;grid-template-areas:"status" "request" "stores" "software";grid-template-columns:1fr;grid-template-rows:repeat(4,min-content);gap:20px}}.dashboardLayout>.dashboardItem{padding:30px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid var(--box-border-dim-color);border-radius:25px;background-color:var(--box-bg-color);overflow:hidden}.dashboardLayout>.dashboardItem:nth-child(1){min-height:500px;grid-area:status;color:var(--on-main-color);background-color:var(--main-color);border:none}.dashboardLayout>.dashboardItem:nth-child(2){grid-area:request}.dashboardLayout>.dashboardItem:nth-child(3){grid-area:stores}.dashboardLayout>.dashboardItem:nth-child(4){grid-area:software}.dashboardLayout>.dashboardItem *{cursor:pointer}.dashboardLayout>.dashboardItem section{display:flex;justify-content:space-between}.dashboardLayout>.dashboardItem section div{display:flex;flex-direction:column;row-gap:10px}.dashboardLayout>.dashboardItem h1{font-size:var(--font-size-24);font-weight:700}.dashboardLayout>.dashboardItem h2{font-size:var(--font-size-18);font-weight:700}.dashboardLayout>.dashboardItem h3{font-size:var(--font-size-12);font-weight:700;letter-spacing:-.6px;color:var(--point-color)}.dashboardLayout>.dashboardItem span.countValue{text-align:end;font-size:clamp(72px,7vw,145px);font-weight:600}.latestSoftware .versions{padding:16px;display:flex;flex-direction:column;justify-content:space-between;row-gap:42px}.latestSoftware .versions div{display:flex;justify-content:space-between;align-items:end}.latestSoftware .versions div label{font-size:var(--font-size-24);font-weight:700;letter-spacing:-1.2px;color:var(--primary-dim04)}.latestSoftware .versions div span.value{text-align:end;font-size:clamp(28px,3.5vw,56px);font-weight:700;line-height:70%;color:var(--primary-color)}.licenseRequest section{min-height:25%;margin-bottom:20px;border-bottom:1.5px solid var(--box-border-color)}.licenseRequest section span{letter-spacing:-.8px}.licenseRequest section span mark{text-decoration:underline;color:var(--notification-color);background-color:transparent}.licenseRequest ul{display:flex;flex-direction:column;height:100%;padding:0 13px;row-gap:17px;overflow:scroll;-ms-overflow-style:none;scrollbar-width:none}.licenseRequest ul::-webkit-scrollbar{display:none}.licenseRequest ul li{display:flex;justify-content:space-between;align-items:center;font-size:var(--font-size-16)}.licenseRequest ul li .country{min-width:80px}.licenseRequest ul li .city{min-width:140px}.licenseRequest ul li .store{min-width:180px}.licenseRequest ul li .iconBtns{width:70px;display:flex;justify-content:space-between}.licenseRequest ul li .iconBtns .circle{display:flex;justify-content:center;align-items:center;width:30px;height:30px;border-radius:50%;cursor:pointer}.licenseRequest ul li .iconBtns .blue{background-color:var(--main-color)}.licenseRequest ul li .iconBtns .gray{background-color:var(--reject-color)}.licenseStatistics>div{height:50%;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:30px 60px}.licenseStatistics>div>section{display:flex;flex-direction:column;justify-content:space-between}.licenseStatistics>div>section h3{color:var(--on-main-color);opacity:.6}.licenseStatistics>div>section>.countValue.request{color:var(--on-main-color)}.licenseStatistics>div>section>.countValue.active{color:var(--active-color)}.licenseStatistics>div>section>.countValue.willExpire{color:var(--will-expire-color)}.licenseStatistics>div>section>.countValue.expired{color:var(--expired-color)}section.section{position:relative;display:flex;flex-direction:column;gap:20px}section.section div.sectionHead{display:grid;grid-template:"title summary" "selectors selectors";gap:16px}section.section h1.sectionTitle{grid-area:title;font-size:var(--font-size-24);font-weight:700}section.section .summary{grid-area:summary;display:flex;justify-content:end;gap:10px}section.section .summary mark{font-weight:700;text-decoration:underline;color:#ff5c00;background-color:transparent}section.section div.selectors{grid-area:selectors;display:flex;gap:10px}section.section div.sectionBody{padding:36px 50px;border-radius:25px;background-color:var(--main-bg-color)}section.section div.sectionBody .scrollMargin{display:flex;max-height:55vh;overflow-x:hidden;overflow-y:scroll;flex-direction:column;flex-shrink:0;-ms-overflow-style:none;scrollbar-width:none}section.section div.sectionBody .scrollMargin::-webkit-scrollbar{width:5px}section.section div.sectionBody .scrollMargin::-webkit-scrollbar-track{margin:10px;background:transparent}section.section div.sectionBody .scrollMargin::-webkit-scrollbar-thumb{background:#e3e3e3;border-radius:5px}section.section div.sectionBody .scrollMargin::-webkit-scrollbar-thumb:hover{background:#555}input[type=checkbox].checkbox{width:24px;height:24px;border-radius:5px;border:3px solid #000}.label{position:sticky;top:0;font-weight:700;background-color:var(--main-bg-color)}.label hr{width:100%;height:.8px;color:var(--primary-dim04);background:var(--primary-dim04)}.label span{opacity:.4}.dataGridColumn{width:100%;display:grid;align-items:center;column-gap:auto;margin-bottom:20px}.dataGridColumn input{margin:auto auto auto 10px}.dataGridColumn input[type=checkbox]:disabled{visibility:hidden}.dataGridColumn span{display:flex}.dataGridColumn span:last-child{margin:auto 10px auto auto}.dataGridColumn span.edit,.dataGridColumn span.delete{cursor:pointer;text-decoration:underline;color:var(--point-color)}.dataGridColumn .btns{display:flex;gap:6px}.dataGridColumn .btn{width:100px;height:30px;border-radius:40px;justify-content:center;align-items:center;text-align:center;font-size:var(--font-size-16)}.dataGridColumn .btn.reject{color:var(--primary-color);background-color:var(--primary-dim02)}div.devicePlatform{max-height:50px;padding:5px 14px;border-radius:20px}div.devicePlatform.book{color:#fff;background-color:#7289e9}div.devicePlatform.tab{color:#fff;background-color:#48d0d1}div.devicePlatform.mobile{color:#fff;background-color:#fe8023}.noData{padding:30px 0;display:flex;align-items:center;justify-content:center}button.button{min-width:150px;min-height:50px;width:200px;padding:0 25px;display:flex;justify-content:center;align-items:center;text-transform:capitalize;font-size:var(--font-size-18);font-weight:700;border-radius:25px}button.button.inverted{color:var(--primary-color);background-color:var(--primary-dim04)}button.button:focus{outline:2px solid var(--primary-color)}.requestedLicense{grid-template-columns:40px 2fr 2fr 2fr 3fr 2fr 2fr}.requestedLicense :nth-child(2){justify-self:center}.requestedLicense :nth-child(2).value{padding:5px 14px;border-radius:20px}.requestedLicense :nth-child(2).value.book{color:#fff;background-color:#7289e9}.requestedLicense :nth-child(2).value.tab{color:#fff;background-color:#48d0d1}.requestedLicense :nth-child(2).value.mobile{color:#fff;background-color:#fe8023}.requestedLicense .label:last-child{margin:auto;justify-self:center}.requestedLicense :last-child{justify-self:center}.relativeBox{position:relative;min-width:230px;width:fit-content;height:50px;display:flex;align-items:center;border-radius:25px;background-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.relativeBox.bordered{box-shadow:0 0 0 1px var(--primary-dim04)}.relativeBox.bordered.selected{box-shadow:0 0 0 2px var(--point-color)}.relativeBox.selected svg{opacity:1;fill:var(--point-color)}.optionSelector{position:absolute;top:0;padding:0 25px;min-width:180px;min-height:50px;display:flex;flex-direction:column;justify-content:center;align-items:start;text-transform:capitalize;font-size:var(--font-size-18);font-weight:700;border-radius:25px;color:var(--primary-color);background-color:var(--main-bg-color);transition-property:box-shadow,translate;transition-duration:.25s;transition-timing-function:ease-in-out;transition-delay:.2s;z-index:10;cursor:pointer}.optionSelector *{background-color:inherit;cursor:pointer}.optionSelector option{border-radius:none;color:inherit}.optionSelector svg{position:absolute;top:22px;right:20px;transition:rotate .25s ease-out}.optionSelector.opened{box-shadow:1px 5px 5px var(--primary-dim04);translate:-1px -1px;z-index:11}.optionSelector.opened svg{opacity:1;fill:var(--point-color);rotate:180deg}.optionSelector.disabled:hover{cursor:not-allowed}.optionSelector ul{width:calc(100% - 50px);display:flex;flex-direction:column;overflow:hidden;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.optionSelector ul::-webkit-scrollbar{display:none}.optionSelector ul li:hover{color:var(--point-color)}.optionSelector ul li>*{display:flex;height:50px;align-items:center}.optionSelector label{width:100%;min-height:50px;display:flex;align-items:center;transition:color .25s ease-in-out}.optionSelector label.placeholder{color:var(--primary-dim04)}.optionSelector label.opened,.optionSelector label *{color:var(--point-color)}#editDialog form .selectors{display:flex;flex-direction:column}#editDialog form .selectors label{display:flex}#editDialog form .selectors div{font-size:var(--font-size-24)}#editDialog form .selectors div label{justify-content:center}#editDialog form .selectors svg{position:absolute;top:auto;bottom:auto}.indicator{width:18px;height:18px;border-radius:50%}.indicator.active{background-color:#15e82a}.indicator.expired{background-color:#ababab}.indicator.warning{background-color:#f12e21}.downloadLicense{cursor:pointer}.downloadLicense:hover{color:var(--point-color);text-decoration:underline}.licenseStatusList{grid-template-columns:40px 2fr 3fr 5fr 2fr 2fr 2fr 2fr 1fr}.licenseStatusList span{justify-content:center}.licenseStatusList span.label:last-child{margin:auto 10px auto auto}.textInput{min-width:230px;height:50px;padding:0 25px;font-size:var(--font-size-18);font-weight:700;box-shadow:0 0 0 .7px var(--primary-dim04);border-radius:25px;background-color:transparent;cursor:pointer}.textInput::placeholder{color:var(--primary-dim04);font-size:inherit;font-weight:inherit;text-transform:capitalize}.textInput:disabled{opacity:.5}.storeRegister{width:100%;height:100%;display:flex;justify-content:space-between}.storeRegister form{display:flex;column-gap:10px}.storeRegister form .selectorContainer,.storeRegister form input[type=text]{border:1px inset var(--primary-dim04)}.storeRegister button:disabled{cursor:not-allowed;opacity:.5}.storeStatus{grid-template-columns:1fr 2fr 2fr 3fr 3fr 2fr 2fr 1fr}.storeStatus :nth-child(6){justify-self:center}.storeStatus mark{color:var(--point-color);background-color:transparent;text-decoration:underline;cursor:pointer}.store_device_platforms{display:flex;gap:6px}.platform_icon{max-height:50px;padding:5px 14px;border-radius:20px}.platform_icon.MobileContent{color:#fff;background-color:#48d0d1}.platform_icon.WindowsContent{color:#fff;background-color:#7289e9}.platform_icon.Manual{color:#fff;background-color:#fe8023}.downloadSoftware{cursor:pointer}.downloadSoftware:hover{color:var(--point-color);text-decoration:underline}.softwareList{grid-template-columns:1fr 1fr 1fr 1fr 2fr 5fr 1fr;gap:16px}.softwareList span{justify-content:center}.softwareList span:nth-child(6){justify-content:start}.softwareList span.label:last-child{margin:auto 10px auto auto}.platform_check_box{margin:10px 6px;display:flex;align-items:center;gap:12px}#uploadDialog form{min-width:500px;display:flex;flex-direction:column}#uploadDialog form label{display:flex;font-size:24px;font-weight:700}#uploadDialog form select{font-size:16px;padding:8px 12px;border:2px solid black;border-radius:20px}#uploadDialog form input{font-size:16px;margin:0;border:2px solid black;padding:8px 12px;border-radius:20px}#uploadDialog form input:disabled{border:2px solid gray}#uploadDialog form input[type=file]{font-size:12px}#uploadDialog form textarea{font-size:16px;margin:0;border:2px solid black;padding:8px 12px;border-radius:20px;outline:none;font-size:1.5rem;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;resize:none}#uploadDialog form textarea::-webkit-scrollbar{width:5px}#uploadDialog form textarea::-webkit-scrollbar-track{margin:10px;background:transparent}#uploadDialog form textarea::-webkit-scrollbar-thumb{background:#e3e3e3;border-radius:5px}#uploadDialog form textarea::-webkit-scrollbar-thumb:hover{background:#555}#uploadDialog form p{font-size:13px;color:red}#uploadDialog form button{width:100%}#uploadDialog form:invalid button{background-color:gray}#uploadDialog form svg{position:absolute;top:auto;bottom:auto}.upload_file{margin:0 0 0 auto}.authPage{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh}@media (prefers-color-scheme: light){.authPage{background-color:#eee}}.authLogoSection{padding:30px;display:flex;flex-direction:column;justify-content:center;align-items:center}.authLogoSection>svg{height:76px;padding:10px}.authLogoSection>h1{padding:10px;font-family:Proxima Nova;font-size:var(--font-size-35);font-weight:700;color:var(--point-color)}.authFormSection{padding:20px 30px;display:flex;flex-direction:column;align-items:center;font-family:Pretendard}.authFormSection span{padding:20px;font-size:var(--font-size-16)}.authForm{position:relative;width:700px;height:68px;display:flex;justify-content:space-between;align-items:center;border-radius:40px;background-color:#fff}.authForm input{width:calc(100% - 214px);margin:0 16px 0 40px;border:none;font-size:var(--font-size-20);font-weight:700}.authForm input::placeholder{color:var(--primary-dim02)}.authForm button{width:150px;height:54px;margin-right:8px;border:none;border-radius:40px;font-size:var(--font-size-20);font-weight:700}.authForm button:active{background-color:var(--btn-active-bg-color);color:var(--btn-active-text-color)}.remember:has(input[type=checkbox]){padding:1rem;display:flex;align-items:center}.remember:has(input[type=checkbox]) input{margin-left:8px;width:20px;height:20px}.loader{width:12px;height:12px;border-radius:50%;display:block;margin:15px auto;position:relative;color:#fff;box-sizing:border-box;animation:animloader 1s linear infinite alternate}@keyframes animloader{0%{box-shadow:-38px -12px,-14px 0,14px 0,38px 0}33%{box-shadow:-38px 0,-14px -12px,14px 0,38px 0}66%{box-shadow:-38px 0,-14px 0,14px -12px,38px 0}to{box-shadow:-38px 0,-14px 0,14px 0,38px -12px}}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}input{margin:0;border:none}textarea:focus,input:focus{outline:none}button{border:none;outline:none;cursor:pointer}a{text-decoration:none;color:inherit;cursor:pointer}@font-face{font-family:Proxima Nova;src:url("/assets/Proxima Nova Light-b706a04c.ttf");font-weight:light}@font-face{font-family:Proxima Nova;src:url("/assets/Proxima Nova Reg-edfd5eb9.ttf");font-weight:400}@font-face{font-family:Proxima Nova;src:url("/assets/Proxima Nova Bold-f98d53c3.ttf");font-weight:700}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-ExtraLight-b696116b.ttf);font-weight:300}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-Light-02be97e2.ttf);font-weight:light}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-Medium-9b8a6800.ttf);font-weight:400}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-SemiBold-05d771ea.ttf);font-weight:600}@font-face{font-family:Pretendard;src:url(/assets/Pretendard-Bold-ee0fb7b4.ttf);font-weight:700}:root{--font-size-12: 12px;--font-size-16: 16px;--font-size-18: 18px;--font-size-20: 20px;--font-size-24: 24px;--font-size-26: 26px;--font-size-35: 35px;--font-size-60: 60px;font-family:Pretendard;background-color:var(--main-bg-color);color:var(--primary-color)}input,button,span{font-family:Pretendard}:root{--main-color: #003edf;--on-main-color: #ffffff;--active-color: #15e82a;--notification-color: #ff5c00;--will-expire-color: #f12e21;--expired-color: #00000070;--reject-color: #bababa}@media (prefers-color-scheme: light){:root{--primary-color: #2c2c2c;--primary-dim02: rgba(0, 0, 0, .2);--primary-dim04: rgba(0, 0, 0, .4);--point-color: #003edf;--main-bg-color: #ffffff;--content-bg-color: rgb(230, 230, 230, .4);--box-bg-color: rgba(255, 255, 255, 1);--box-border-color: #2c2c2c;--box-border-dim-color: #ababab;--btn-bg-color: #003edf;--btn-active-bg-color: #ffffff;--btn-text-color: #ffffff;--btn-active-text-color: #003edf;--select-bg-color: #ffffff;--nav-active-color: var(--point-color);--nav-inactive-color: rgba(0, 0, 0, 1)}}@media (prefers-color-scheme: dark){:root{--primary-color: #ffffff;--primary-dim02: rgba(255, 255, 255, .2);--primary-dim04: rgba(255, 255, 255, .4);--point-color: #ffffff;--main-bg-color: #1a1b1d;--content-bg-color: rgb(180, 180, 180, .4);--box-bg-color: #414141;--box-border-color: #ffffff;--box-border-dim-color: #919292;--btn-bg-color: #ffffff;--btn-active-bg-color: #003edf;--btn-text-color: #003edf;--btn-active-text-color: #ffffff;--select-bg-color: #414141;--nav-active-color: var(--point-color);--nav-inactive-color: rgba(255, 255, 255, .5)}input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1)}}button{background-color:var(--btn-bg-color);color:var(--btn-text-color)}#root{display:flex;flex-flow:column;height:100%;transition:color .6s linear,background-color .6s linear}html,body{height:100%;-ms-overflow-style:none;scrollbar-width:none}html::-webkit-scrollbar,body::-webkit-scrollbar{display:none}dialog{color:var(--primary-color);background-color:var(--main-bg-color);box-shadow:0 0 10px 1px var(--primary-dim02);border:none;border-radius:25px}dialog::backdrop{background-color:#00000080}dialog form{padding:34px 46px;display:flex;flex-direction:column;gap:20px}dialog form h1{margin-bottom:24px;align-self:center;font-size:var(--font-size-35);font-weight:700}dialog form label{display:flex;flex-direction:column;gap:16px}dialog form label input{margin-left:24px;font-size:var(--font-size-24);font-weight:700;text-transform:capitalize;color:var(--primary-color);background-color:inherit;cursor:pointer}dialog form label input:disabled{color:var(--primary-dim04);background-color:inherit;cursor:auto}dialog div.btns{margin-top:24px;height:50px;display:flex;justify-content:space-between;gap:16px}.download{font-weight:700}h1,h2,h3,h4,h5,h6,p,span,mark,b,div{cursor:default}: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)}}
