@-webkit-keyframes shimmer{to{-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes shimmer{to{-webkit-transform:translateX(100%);transform:translateX(100%)}}.loading-box{background-color:#dddbdd;height:100%;overflow:hidden;position:relative;width:100%}.loading-box:after{-webkit-animation:shimmer 2s infinite;animation:shimmer 2s infinite;background-image:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.2) 20%,hsla(0,0%,100%,.5) 60%,hsla(0,0%,100%,0));bottom:0;content:"";left:0;position:absolute;right:0;top:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:62.5%}body,html{font-family:Nunito,sans-serif}body{box-sizing:border-box}@media only screen and (max-width:56.25em){body{padding:0}}h1{font-size:3.2rem}h2{font-size:2.5rem}h3{font-size:1.8rem}h4{font-size:1.6rem}h5{font-size:1.5rem}h6{font-size:1.2rem}.button{align-items:center;border:none;border-radius:10px;cursor:pointer;display:flex;font-size:1.5rem;margin:0 .5rem;outline:none}.button__large{padding:1.5rem 12rem}.button__medium{padding:1.5rem 8rem}.button__small{padding:1.5rem 4rem}.button__xsmall{padding:1rem 2rem}.button__primary{background-color:#4b9ce2;color:#fff}.button__secondary{background-color:#f0f8ff;color:#4b9ce2}.button__orange{background-color:#fff0e2;color:#faad60}.button__red{background-color:#f77474;color:#fff}.button svg{margin-right:.8rem}@media only screen and (max-width:37.5em){.button__hideText h1,.button__hideText h2,.button__hideText h3,.button__hideText h4,.button__hideText h5,.button__hideText h6{display:none}.button svg{margin-right:0}}.text{text-align:center}.text__white{color:#fff}.text__dark{color:#525252}.text__blue{color:#4b9ce2}.text__red{color:#f77474}.text__green{color:#46af32}.text__block{display:block}.text__inline{display:inline}.text__light{font-weight:400}.text__medium{font-weight:600}.text__bold{font-weight:800}.categoryText{border-bottom:2px solid #e0e0e0;cursor:pointer;font-weight:400;padding:1.85rem;position:relative;text-align:center;transition:all .4s}.categoryText:after{content:"";height:2px;left:0;position:absolute;top:100%;width:100%}.categoryText__active{color:#4b9ce2;cursor:inherit}.categoryText__active:after{border-bottom:2px solid #4b9ce2;content:"";height:2px;left:50%;position:absolute;top:100%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:80%}@media only screen and (max-width:56.25em){.categoryText{font-weight:600;margin-top:1rem;padding:.5rem 1.2rem}.categoryText__active:after{width:100%}}.itemcard{background-color:#fff;border:5px solid #fff;border-radius:10px;box-shadow:0 0 15px 5px rgba(30,54,72,.067);cursor:pointer;padding:0 1rem;transition:all .4s}@media only screen and (max-width:56.25em){.itemcard{padding:0}}.itemcard__imagecontainer{align-items:center;border-radius:10px;display:flex;height:30rem;justify-content:center;width:100%}@media only screen and (max-width:56.25em){.itemcard__imagecontainer{height:25rem}}@media only screen and (max-width:37.5em){.itemcard__imagecontainer{height:20rem}}.itemcard__imagecontainer--image{border-radius:10px;height:auto;max-height:100%;max-width:100%;width:auto}.itemcard__info{align-items:center;border-radius:5px;display:flex;height:2rem;justify-content:space-between;margin:1rem 0}.itemcard__info--brand{text-align:start}.itemcard__info--color{margin:0 .2rem;text-align:end}@media only screen and (max-width:56.25em){.itemcard__info{align-items:flex-start;flex-direction:column;height:4rem;margin:1rem 0}.itemcard__info--color{margin:0;text-align:start}}.itemcard__price{border-radius:5px;height:3rem;margin:1rem 0;padding:0 2rem 0 0;width:12rem}.itemcard__price--text{text-align:left;text-align:initial}.itemcard__price>span{position:relative;top:1rem}@media only screen and (max-width:56.25em){.itemcard__price{margin:0}}.itemcard:hover{background-color:#e0e0e0;border:5px solid #99a0a7}.formtextinput{margin:1rem 0}.formtextinput__label{display:block;font-size:1.4rem;margin-bottom:1rem}.formtextinput__textarea{height:10rem;resize:none}.formtextinput__input,.formtextinput__textarea{background-color:#f4f4f4;border:1px solid #f4f4f4;border-radius:5px;color:#3e3e3e;display:block;font-family:inherit;margin:.2rem 0;outline:none;padding:1rem;transition:all .4s;width:100%}.formtextinput__input:focus,.formtextinput__textarea:focus{background-color:#f0f8ff;border:1px solid #4b9ce2;color:#3e3e3e}.formtextinput__input--error,.formtextinput__textarea--error{background-color:#ffe5e5;color:#f77474}.formtextinput__input--priceLabel,.formtextinput__textarea--priceLabel{height:100%;min-width:23rem;position:relative;width:30%}@media only screen and (max-width:56.25em){.formtextinput__input--priceLabel,.formtextinput__textarea--priceLabel{min-width:0;width:100%}}.formtextinput__input--priceLabel input,.formtextinput__textarea--priceLabel input{padding-right:3.5rem}.formtextinput__input--priceLabel:before,.formtextinput__textarea--priceLabel:before{color:#99a0a7;content:"TL";font-family:inherit;font-size:1.4rem;font-weight:400;padding-right:1rem;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.formtextinput__input::-webkit-input-placeholder,.formtextinput__textarea::-webkit-input-placeholder{color:#99a0a7}.formtextinput__input:-ms-input-placeholder,.formtextinput__textarea:-ms-input-placeholder{color:#99a0a7}.formtextinput__input::placeholder,.formtextinput__textarea::placeholder{color:#99a0a7}.formtextinput__additionalText{color:#b1b1b1;cursor:pointer;text-align:end}.formselectinput__label{display:block;font-size:1.4rem;margin-bottom:1rem}.formselectinput__input{background-color:#f4f4f4;border:1px solid #f4f4f4;border-radius:5px;color:#3e3e3e;display:block;font-family:inherit;margin:.2rem 0;outline:none;padding:1rem;transition:all .4s;width:100%}.formselectinput__input:focus{background-color:#f0f8ff;border:1px solid #4b9ce2;color:#3e3e3e}.formselectinput__input--error{background-color:#ffe5e5;color:#f77474}.formselectinput__input::-webkit-input-placeholder{color:#99a0a7}.formselectinput__input:-ms-input-placeholder{color:#99a0a7}.formselectinput__input::placeholder{color:#99a0a7}.formselectinput__datalist{height:10rem}.formselectinput__datalist--option{color:red;padding:0 .5rem}.formcheckboxinput{align-items:center;display:flex;height:100%;justify-content:space-between;min-width:23rem;position:relative;width:30%}@media only screen and (max-width:56.25em){.formcheckboxinput{min-width:0;width:100%}}.formcheckboxinput__label{color:#3e3e3e;font-family:inherit;font-size:1.4rem}.formcheckboxinput__label--checked{color:#3e3e3e}.formcheckboxinput__input{visibility:hidden}.formcheckboxinput__inputdiv{background:#ebebeb;border-radius:20px;height:2.4rem;padding:.2rem;position:relative;transition:all .4s;width:4.4rem}.formcheckboxinput__inputdiv--checked{background:#4b9ce2}.formcheckboxinput__inputdiv label{transition:all .4s}.formcheckboxinput__inputdiv__label{background:#f2f2f2;border-radius:20px;content:"";height:2rem;left:.2rem;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:2rem}.formcheckboxinput__inputdiv__label--checked{left:2.2rem}.formuploadinput{align-items:center;border:2px dashed #f2f2f2;border-radius:15px;display:flex;flex-direction:column;justify-content:center;margin:4rem auto;padding:1rem 2rem}.formuploadinput-error{border:2px dashed #f77474}.formuploadinput--selected{border:none}.formuploadinput svg{margin:.5rem 0}.formuploadinput__uppertext{color:#525252;font-size:1.4rem;margin:.5rem 0;text-align:center}.formuploadinput__label{background-color:#f2f2f2;border-radius:15px;color:#898989;cursor:pointer;font-size:1.4rem;margin:.5rem 0;padding:.75rem 1.75rem}.formuploadinput__input{display:none}.formuploadinput__lowertext{color:#b1b1b1;font-size:1.2rem;margin:.5rem 0}.formuploadinput__uploadeddiv{align-self:flex-start;margin:2rem 0;position:relative}.formuploadinput__uploadeddiv--image{border-radius:15px;max-width:15rem;min-height:5rem;min-width:5rem}.formuploadinput__uploadeddiv--cross{background-color:#3e3e3e;border-radius:50%;color:#fff;cursor:pointer;height:2rem;position:absolute;right:-1rem;top:-1rem;width:2rem}.formuploadinput__uploadeddiv--cross p{font-size:1.2rem;position:relative;text-align:center;top:.25rem}.formuploadinput__error{color:#f77474;font-size:1.4rem}.signupform{align-items:stretch;display:flex;flex-direction:column;height:25rem;justify-content:space-between}.pageoptions{cursor:pointer;margin:0 4rem;padding:1.2rem 0;position:relative}.pageoptions p{color:#b1b1b1;font-size:1.5rem}.pageoptions--active{cursor:default}.pageoptions--active:after{border-bottom:2px solid #4b9ce2;content:"";height:2px;left:0;position:absolute;top:100%;width:100%}.pageoptions--active p{color:#4b9ce2;font-weight:700}.accountitemgrid{min-height:70rem;padding:2rem 4rem;position:relative}.accountitemgrid__nullText{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.additemform{display:flex;padding:2rem 0;width:100%}@media only screen and (max-width:56.25em){.additemform{align-items:center;flex-direction:column;justify-content:center;padding:0}}.additemform__grid{grid-gap:3rem 2rem;border-right:1px solid #f4f4f4;display:grid;grid-template-areas:"title title" "name name" "details details" "category brand" "color usage" "price price" "option option";margin:2rem 0;padding:0 2rem 4rem 0;width:50%}@media only screen and (max-width:56.25em){.additemform__grid{grid-gap:1rem;border-right:none;grid-template-areas:"title title" "name name" "details details" "category category" "brand brand" "color color" "usage usage" "price price" "option option";width:100%}}.additemform__grid--title{grid-area:title}.additemform__grid--name{grid-area:name}.additemform__grid--details{grid-area:details}.additemform__grid--category{grid-area:category}.additemform__grid--brand{grid-area:brand}.additemform__grid--color{grid-area:color}.additemform__grid--usage{grid-area:usage}.additemform__grid--price{grid-area:price}.additemform__grid--option{grid-area:option}.additemform__upload{padding:2rem;position:relative;width:50%}@media only screen and (max-width:56.25em){.additemform__upload{display:flex;flex-direction:column;padding:0;width:100%}}.additemform__upload--button{bottom:0;position:absolute;right:0}@media only screen and (max-width:56.25em){.additemform__upload--button{align-self:center;margin-bottom:4rem;position:relative}}.accountproductitem{border:1px solid #f2f2f2;border-radius:10px;display:flex;margin:1rem 0;padding:2rem}@media only screen and (max-width:37.5em){.accountproductitem{flex-wrap:wrap;padding:1rem}}.accountproductitem__imagediv{min-height:auto;min-width:5rem;padding:.2rem 2rem}@media only screen and (max-width:37.5em){.accountproductitem__imagediv{padding:.2rem 2rem .2rem 0}}.accountproductitem__imagediv--image{height:auto;width:7rem}.accountproductitem__contentdiv{display:flex;flex-direction:column;margin:0 auto 0 0;padding:.2rem 2rem}@media only screen and (max-width:37.5em){.accountproductitem__contentdiv{margin:0;padding:.2rem}}.accountproductitem__contentdiv--title{text-align:start}.accountproductitem__contentdiv--offer{background-color:#f2f2f2;border-radius:10px;margin:1rem 0;padding:1rem 5rem 1rem 1.5rem}.accountproductitem__contentdiv--offer h5{color:#898989}.accountproductitem__contentdiv--offer h5 strong{color:#3e3e3e}.accountproductitem__contentdiv--nooffer{margin:.5rem 0}.accountproductitem__buttondiv{align-items:center;display:flex;justify-content:space-evenly;min-width:20rem}@media only screen and (max-width:37.5em){.accountproductitem__buttondiv{margin:0 auto;width:100%}.accountproductitem__buttondiv--button{justify-content:center;min-width:30vw}}@media only screen and (max-width:56.25em){.accountproductitem__buttondiv--text{margin:0 0 0 auto}}.productdetailofferdialog{position:relative}.productdetailofferdialog__title{margin:0 0 2rem;text-align:start}.productdetailofferdialog__closebutton{cursor:pointer;font-size:2rem;font-weight:600;position:absolute;right:2rem;top:1.5rem}.productdetailofferdialog__offerboxcontainer{display:flex;flex-direction:column;height:15rem;justify-content:space-between;margin:2rem 0}.productdetailofferdialog__input{width:100%}.productdetailofferdialog__button{margin:auto}.productdetailpurchasedialog{display:flex;flex-direction:column;justify-content:space-between}.productdetailpurchasedialog>div{margin:1rem 0}.productdetailpurchasedialog--buttondiv{align-self:center;display:flex}.productdetailpurchasedialog--button{font-family:inherit;font-size:1.8rem;font-weight:500}.offeritempreview{background-color:#f0f8ff;border-radius:15px;display:flex;height:6rem;padding:.5rem}.offeritempreview__image{border-radius:10px;height:5rem;margin-right:1rem;width:auto}.offeritempreview__text{align-self:center;font-size:1.3rem;padding:.2rem .4rem}.offeritempreview__price{align-self:center;margin:0 0 0 auto;padding-right:.5rem}.offerbox{align-items:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:10px;display:flex;padding:1rem}.offerbox svg{margin-right:1rem}.offerbox--active{background-color:#f0f8ff;border:1px solid #4b9ce2;border-radius:10px;display:flex;padding:1rem}.offerbox--active svg{margin-right:1rem}.offerbox__text{color:#3e3e3e;text-align:center}.offerbox__active{color:#4b9ce2}.offerinput{margin:1rem 0 2rem;position:relative}.offerinput:before{color:#99a0a7;content:"TL";font-family:inherit;font-size:1.4rem;font-weight:400;padding-right:1rem;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:50}.offerinput__input{background-color:#f4f4f4;border:1px solid #f4f4f4;border-radius:5px;color:#3e3e3e;display:block;font-family:inherit;margin:.2rem 0;outline:none;padding:1rem 5rem 1rem 1rem;width:100%}.offerinput__input::-webkit-input-placeholder{color:#99a0a7}.offerinput__input:-ms-input-placeholder{color:#99a0a7}.offerinput__input::placeholder{color:#99a0a7}.offerinput__input--error{background-color:#ffe5e5;border-color:#ffe5e5;color:#f77474}.scroll{align-items:center;background-color:#4b9ce2;border-radius:1rem;bottom:5rem;color:#fff;cursor:pointer;display:flex;font-size:3rem;font-weight:800;height:5rem;justify-content:center;padding:1rem;position:fixed;right:10rem;visibility:visible;width:5rem}@media only screen and (max-width:56.25em){.scroll{bottom:3rem;right:2rem}}.scroll svg{fill:#fff}.scroll--hidden{visibility:hidden}.indexpage__header{margin:0 auto;max-width:148rem}.indexpage__content{background-color:#f2f2f2;min-height:93.4vh;padding:2rem}@media only screen and (max-width:56.25em){.indexpage__content{padding:1rem}}.indexpage__banner{height:auto;margin:0 auto;max-width:148rem}.indexpage__banner__image{height:auto;width:100%}.indexpage__categories{display:flex;justify-content:space-between;margin:0 auto;max-width:148rem;overflow:auto}@media only screen and (max-width:56.25em){.indexpage__categories{-ms-overflow-style:none;scrollbar-width:none;width:100%}.indexpage__categories::-webkit-scrollbar{display:none}}.indexpage__items{grid-gap:1.25rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(auto,27.75rem));justify-content:space-around;margin:0 auto;max-width:148rem;padding:2rem 0 6rem}@media only screen and (max-width:56.25em){.indexpage__items{grid-template-columns:repeat(auto-fit,minmax(auto,17.75rem))}}@media only screen and (max-width:37.5em){.indexpage__items{grid-template-columns:repeat(auto-fit,minmax(auto,17rem))}}.sign{display:flex;height:100vh;justify-content:center;overflow-y:hidden;width:100vw}.sign__imagecontainer{height:100%}@media only screen and (max-width:56.25em){.sign__imagecontainer{display:none}}.sign__imagecontainer--image{height:100vh}.sign__content{align-items:center;background-color:#fbfbfb;display:flex;flex-direction:column;justify-content:center;min-width:35rem;position:relative;width:100%}@media only screen and (max-width:56.25em){.sign__content{min-width:28rem}}.sign__logocontainer{bottom:70%;height:7.32rem;margin:8rem 0;position:absolute;width:22.4rem}.sign__logocontainer--logo{aspect-ratio:3.06;width:100%}.sign__form{background-color:#fff;border-radius:10px;box-shadow:0 0 15px 5px rgba(30,54,72,.067);display:flex;flex-direction:column;padding:4rem 8rem}.sign__form--text{margin:0 0 2rem}.sign__form--lowertext{margin:2rem 0 1rem}.sign__lowercontainer{display:flex;justify-content:center;margin:2rem 0 1rem}.productdetailpage{background-color:#f2f2f2;min-height:100vh}.productdetailpage__header{background-color:#fff}.productdetailpage__content{padding:2rem}@media only screen and (max-width:56.25em){.productdetailpage__content{padding:1rem}}.productdetailpage__product{background-color:#fff;border-radius:10px;box-shadow:0 0 15px 5px rgba(30,54,72,.067);display:flex;margin:0 auto;max-width:148rem;padding:1rem}@media only screen and (max-width:56.25em){.productdetailpage__product{flex-direction:column}}.productdetailpage__product--imagediv{align-items:center;border-radius:10px;display:flex;height:73.7rem;justify-content:center;margin:1rem;padding:1rem;width:70rem}@media only screen and (max-width:90em){.productdetailpage__product--imagediv{height:52.64rem;width:50rem}}@media only screen and (max-width:75em){.productdetailpage__product--imagediv{height:auto;margin:0;max-height:50rem;min-height:40rem;padding:0;width:100%;z-index:0}}.productdetailpage__product--image{border-radius:10px;height:100%;width:auto}@media only screen and (max-width:75em){.productdetailpage__product--image{height:auto;max-height:50rem;max-width:100%}}.productdetailpage__product--infodiv{padding:2rem;width:50%}@media only screen and (max-width:56.25em){.productdetailpage__product--infodiv{padding:1rem .5rem;width:100%}}.productdetailpage__product--titlediv{min-height:4rem}.productdetailpage__product--titlediv--title{text-align:start}.productdetailpage__product--detailsgrid{display:flex;flex-direction:column;justify-content:space-around;margin:2rem 0 1rem;max-width:35rem;min-height:15rem}@media only screen and (max-width:56.25em){.productdetailpage__product--detailsgrid{min-height:0}}.productdetailpage__product--detailsgrid--row{display:flex;justify-content:space-between}.productdetailpage__product--detailsgrid--row>div{text-align:start;width:50%}@media only screen and (max-width:56.25em){.productdetailpage__product--detailsgrid--row{margin:.5rem 0}}.productdetailpage__product--detailsdiv--details{min-height:1rem;text-align:start;width:100%}.productdetailpage__product--pricediv{margin:2rem 0}.productdetailpage__product--pricediv--price{text-align:start}.productdetailpage__product--buttonsdiv{display:flex;justify-content:flex-start;margin:4rem 0}@media only screen and (max-width:56.25em){.productdetailpage__product--buttonsdiv{margin:2rem 0}}.productdetailpage__product--buttonsdiv--button{justify-content:center;margin:0 1rem 0 0;padding:1.25rem 2rem;width:50%}@media only screen and (max-width:56.25em){.productdetailpage__product--buttonsdiv--button{margin:0 1rem 0 0;padding:1.25rem 4rem;width:50%}}.productdetailpage__product--buttonsdiv--button--sold{cursor:default}@media only screen and (max-width:56.25em){.productdetailpage__product--buttonsdiv--button--sold{justify-content:center;width:100%}}.productdetailpage__product--detailsdiv--detail{margin:1.5rem 0;text-align:start}.accountpage{min-height:100vh}.accountpage__headerdiv{margin:0 auto;max-width:148rem}.accountpage__contentdiv{background-color:#f2f2f2;min-height:91vh;padding:2rem 0}.accountpage__infodiv{align-items:center;background-color:#fff;border-radius:10px;display:flex;margin:0 auto 1rem;max-width:148rem;padding:1rem 4rem}.accountpage__infodiv svg{margin-right:1.5rem}.accountpage__productsdiv{background-color:#fff;border-radius:10px;margin:0 auto;max-width:148rem;padding:1rem 0}.accountpage__productsdiv--options{border-bottom:.5px solid #f2f2f2;display:flex;padding:0}.accountpage__detailsdiv{background-color:#fff;margin:0 auto;max-width:148rem;min-height:70rem}.addproductpage{min-height:100vh}.addproductpage__headerdiv{margin:0 auto;max-width:148rem}.addproductpage__contentcontainer{background-color:#f2f2f2;min-height:91vh;padding:2rem 0}.addproductpage__content{background-color:#fff;box-shadow:0 0 15px 5px rgba(30,54,72,.067);display:flex;margin:0 auto;max-width:148rem;min-height:81.2rem;padding:1rem 4rem}.addproductpage__content--detailsdiv,.addproductpage__content--uploaddiv{margin:2rem 0;width:50%}.addproductpage__content--detailsdiv--title,.addproductpage__content--uploaddiv--title{text-align:start}.addproductpage__content--detailsdiv{border-right:2px solid #f4f4f4;padding:2rem 6rem 2rem 0}.addproductpage__content--uploaddiv{padding:2rem 4rem}.header{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:148rem;padding:2rem 0}.header__logo{margin:auto 0}.header__logo--image{cursor:pointer;height:4.2rem;width:12.6rem}.header__buttons{align-items:stretch;display:flex}.header__buttons--button svg{margin-right:1rem}@media only screen and (max-width:90em){.header{padding:2rem}}@media only screen and (max-width:56.25em){.header{padding:1rem 2rem}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translate3d(0,0,9999 px);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:inherit;justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;font-size:1.5rem;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Toastify--animate-icon{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light{z-index:500}.Toastify__toast-theme--colored.Toastify__toast--default{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info,.Toastify__toast-theme--colored.Toastify__toast--success{background:#f1fff0;color:#46af32}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#ffe5e5;color:#f77474}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;-webkit-transform-origin:left;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;-webkit-transform-origin:right;transform-origin:right}.Toastify__spinner{-webkit-animation:Toastify__spin .65s linear infinite;animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.dialogbox{align-items:center;background-color:rgba(75,156,226,.7);display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;visibility:hidden;width:100vw;z-index:1}.dialogbox--open{visibility:visible}.dialogbox__content{background-color:#fff;border-radius:15px;min-height:15rem;min-width:40rem;padding:2rem}@media only screen and (max-width:37.5em){.dialogbox__content{min-width:10rem;width:90%}}.dialogbox__loader{align-items:center;background-color:transparent;display:flex;height:5rem;justify-content:center;padding:2rem;width:5rem;z-index:1000}.pointer__cursor{cursor:pointer}.margin__left{margin-left:.5rem}
/*# sourceMappingURL=main.dd99b632.css.map*/