.loader{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fff;display:flex;justify-content:center;align-items:center;z-index:20000}.loader__img{width:600px;height:400px}.button{align-self:center;font-size:16px;padding:20px;cursor:pointer;font-weight:500;display:flex;justify-content:center;align-items:center;gap:10px;transform:translate(0);transition:transform .1s ease-in-out}.button:hover{transform:translateY(-5px)}.button:active{transform:translateY(5px)}@media screen and (max-width:600px){.button{width:fit-content}}table,tr,td{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.table{width:100%;overflow-x:auto;cursor:pointer;border:none!important;border-collapse:collapse}.table__container{width:100%;border-collapse:collapse;background-color:#fff}.table__td{text-align:left;color:#000;font-size:16px;font-style:normal;font-weight:500;line-height:normal;padding:10px 15px;text-transform:capitalize;outline:none}.table__th{background-color:#fff;color:#747474;font-size:16px;font-weight:500;outline:none;padding:2px 5px;text-align:left}.table__tr{border-bottom:1px solid #F1F1F3;transition:all .3s ease-in-out}.table__tr:hover{background:#f8f7fe}.table__resize{position:absolute;right:0;top:10px;height:50%;width:3px;cursor:col-resize;background-color:#f1f1f3}.table__wrapper{padding:10px;display:flex;flex-direction:column;gap:5px;width:260px;background-color:#fff;border-radius:10px;box-shadow:0 4px 54px #0000000f}.table__action{color:#747474;font-size:14px;font-style:normal;font-weight:500;line-height:18.4px;padding:15px;transform:translateY(10px)}.table__list{padding:4px;width:260px;position:absolute;top:20px;left:-50px;border-radius:10px;background:#fff;box-shadow:0 4px 54px #0000000f}.table__items{cursor:pointer;padding:15px;border-radius:10px}.table__items:hover{transition:all .3s;background:#f8f7fe}.table__items:hover .menu-table__p{color:#8840e5;transform:translate(5px)}.table__p{color:#2f2f2f;font-size:16px;font-weight:500;transition:all .3s}.table__pagination{display:flex;align-items:center;gap:10px;padding:20px;color:#4c4e6499;justify-content:end;border-bottom-right-radius:15px;border-bottom-left-radius:15px;background-color:#fff}.table__recent{color:#00000040;font-size:16px;font-weight:500;text-align:center}.table__soon{color:#000;font-family:Bauziet;font-size:27px;font-weight:700}.table__start{color:#00000040;font-size:20px;font-weight:500}.modal{display:block;position:fixed;z-index:5000;left:0;top:0;width:100%;height:100vh;overflow:auto;background:#0003;display:flex;padding-top:15px;padding-bottom:15px}.modal__content{background-color:#fefefe;margin:auto;padding:30px;border-radius:20px;min-width:500px;overflow:scroll}.modal__content-open{animation:slideInBounce .6s ease forwards}.modal__content-close{animation:slideOutBounce .6s ease forwards}@keyframes slideInBounce{0%{transform:translateY(-100%)}70%{transform:translateY(10%)}90%{transform:translateY(-5%)}to{transform:translateY(0)}}@keyframes slideOutBounce{0%{transform:translateY(0)}30%{transform:translateY(-5%)}50%{transform:translateY(10%)}to{transform:translateY(-100%)}}@media screen and (max-width:600px){.modal__content{width:90%!important;min-width:95%;padding:20px 15px}}.modal__btn-close{display:flex;justify-content:end;width:100%}.modal__btn{background-color:transparent;outline:none;border:none}.drop-input{display:flex;flex-direction:column;justify-content:center;position:relative;width:100%}.drop-input__label{color:#747474;font-size:14px;font-weight:500;line-height:18.4px;position:absolute;top:6px;left:25px;background:#fff;padding:0 5px;z-index:100}.drop-input__in{border-radius:7px;background:#f8f7fe;padding:10px;display:flex;gap:5px;align-items:center;width:300px}.drop-input__info{color:#000;font-size:12px;font-weight:500}.drop-input__input{padding:15px;width:100%;border-radius:8px;border:1px solid rgba(76,78,100,.22);color:#000;font-size:16px;font-weight:500;outline:none;box-sizing:border-box}.drop-input__input:hover,.drop-input__input:active{border:1px solid #4C20A8}.drop-input__error{font-size:15px;color:red;font-weight:400;text-align:left}.drop-input__field-error{border:1px solid red}.drop-input__sample{color:#747474;font-size:12px;font-weight:500;line-height:normal;margin-bottom:15px;text-align:right;margin-top:10px;align-self:end}.drop-input__arrow{background-color:transparent;border:none;position:absolute;top:15px;right:5px;cursor:pointer;pointer-events:none}.drop-input__arrow-up{transform:rotate(0);transition:transform .3s ease-in-out}.drop-input__arrow-down{transform:rotate(179deg);transition:transform .3s ease-in-out}.drop-input__dropdown{border-radius:10px;display:flex;padding:10px;flex-direction:column;gap:10px;align-self:stretch;position:relative;text-align:left;max-height:300px;overflow:scroll;min-width:300px}.drop-input__dropdown-wrapper{position:absolute;background-color:#fff;right:10px;z-index:30;transition:all .2s ease-in-out;top:60px;box-shadow:0 4px 54px #0000000f}.drop-input__dropdown-span{display:flex;justify-content:space-between;align-items:center;padding:16px;gap:10px}.drop-input__dropdown-li{padding:12px 16px;color:#000;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease-in-out;text-transform:none;display:flex;justify-content:space-between}.drop-input__dropdown-li:hover{color:#4c20a8;transform:translate(5px);border-radius:10px;background:#8840e51a}.drop-input__dropdown-tip{position:absolute;top:-15px;right:10px}.drop-input__dropdown-title{color:#9c96a2;font-size:16px;font-weight:500}.drop-input__multiple{color:#2f2f2f;font-size:16px;font-weight:500}.drop-input__add{color:#8840e5;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease-in-out;background-color:#fff;display:flex;align-items:center;padding:12px 16px 30px;gap:10px}.drop-input__add:hover{transform:translate(5px);border-radius:10px}.drop-input__search{display:flex;flex-direction:column;padding:12px 16px;justify-content:flex-start;margin-top:20px;align-items:flex-start;position:relative}.drop-input__search-label{color:#747474;font-size:14px;font-weight:500;line-height:18.4px;background:#fff;margin-bottom:10px}.drop-input__search-wrap{display:flex;align-items:center;gap:5px;border-radius:12px;border:1px solid #F1F1F3;padding:10px;width:100%}.drop-input__search-input{outline:none}.drop-input__toggle-password{background-color:transparent;border:none;position:absolute;top:28px;right:20px;cursor:pointer}.drop-input__naira{position:absolute;top:15px;left:10px}.drop-list{display:flex;flex-direction:column;justify-content:center;position:relative;width:100%}.drop-list--open{z-index:9999}.drop-list__label{color:#747474;font-size:14px;font-weight:500;line-height:18.4px;position:absolute;top:6px;left:25px;background:#fff;padding:0 5px;z-index:100}.drop-list__in{border-radius:7px;background:#f8f7fe;padding:10px;display:flex;gap:5px;align-items:center;width:300px}.drop-list__info{color:#000;font-size:12px;font-weight:500}.drop-list__input{padding:15px;width:100%;border-radius:8px;border:1px solid rgba(76,78,100,.22);color:#000;font-size:16px;font-weight:500;outline:none;box-sizing:border-box;cursor:pointer;text-transform:capitalize}.drop-list__input:hover,.drop-list__input:active{border:1px solid #4C20A8}.drop-list__error{font-size:15px;color:red;font-weight:400;text-align:left}.drop-list__field-error{border:1px solid red}.drop-list__sample{color:#747474;font-size:12px;font-weight:500;line-height:normal;margin-bottom:15px;text-align:right;margin-top:10px;align-self:end}.drop-list__arrow{background-color:transparent;border:none;position:absolute;top:15px;right:5px;cursor:pointer;pointer-events:none}.drop-list__arrow-up{transform:rotate(0);transition:transform .3s ease-in-out}.drop-list__arrow-down{transform:rotate(179deg);transition:transform .3s ease-in-out}.drop-list__dropdown{border-radius:10px;display:flex;padding:10px;flex-direction:column;gap:10px;align-self:stretch;position:relative;text-align:left;max-height:300px;overflow:scroll;min-width:300px}.drop-list__dropdown-wrapper{position:absolute;background-color:#fff;right:10px;left:0;z-index:9999;transition:all .2s ease-in-out;box-shadow:0 4px 54px #0000000f;border-radius:10px}.drop-list__top{top:60px}.drop-list__bottom{bottom:60px}.drop-list__dropdown-span{display:flex;justify-content:space-between;align-items:center;padding:16px;gap:10px}.drop-list__dropdown-li{padding:12px 16px;color:#000;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease-in-out;display:flex;justify-content:space-between}.drop-list__dropdown-li:hover{color:#4c20a8;transform:translate(5px);border-radius:10px;background:#8840e51a}.drop-list__dropdown-tip{position:absolute;top:-15px;right:10px}.drop-list__dropdown-title{color:#9c96a2;font-size:16px;font-weight:500}.drop-list__multiple{color:#2f2f2f;font-size:16px;font-weight:500}.drop-list__add{color:#8840e5;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease-in-out;background-color:#fff;display:flex;align-items:center;padding:12px 16px 30px;gap:10px}.drop-list__add:hover{transform:translate(5px);border-radius:10px}.drop-list__search{display:flex;flex-direction:column;padding:12px 16px;justify-content:flex-start;margin-top:20px;align-items:flex-start;position:relative}.drop-list__search-label{color:#747474;font-size:14px;font-weight:500;line-height:18.4px;background:#fff;margin-bottom:10px}.drop-list__search-wrap{display:flex;align-items:center;gap:5px;border-radius:12px;border:1px solid #F1F1F3;padding:10px;width:100%}.drop-list__search-input{outline:none;color:#000}.drop-list__save{padding:8px 16px 12px}.drop-list__save-btn{width:100%;padding:12px;border-radius:9999px;background-color:#eb1e79;color:#fff;font-size:16px;font-weight:500;border:none;cursor:pointer;transition:opacity .2s ease-in-out}.drop-list__save-btn:hover{opacity:.9}.simple{display:flex;flex-direction:column;justify-content:center;position:relative;width:100%}.simple__label{color:#747474;font-size:14px;font-weight:500;line-height:18.4px;position:absolute;top:-8px;left:20px;background:#fff;padding:0 5px}.simple__in{border-radius:7px;background:#f8f7fe;padding:10px;display:flex;gap:5px;align-items:center;width:300px}.simple__info{color:#000;font-size:12px;font-weight:500}.simple__input{padding:15px;width:100%;border-radius:8px;border:1px solid rgba(76,78,100,.22);color:#000;font-size:16px;font-weight:500;outline:none;box-sizing:border-box;cursor:pointer;text-transform:capitalize}.simple__input:hover,.simple__input:active{border:1px solid #4C20A8}.simple__error{font-size:15px;color:red;font-weight:400;text-align:left}.simple__field-error{border:1px solid red}.simple__sample{color:#747474;font-size:12px;font-weight:500;line-height:normal;margin-bottom:15px;text-align:right;margin-top:10px;align-self:end}.simple__arrow{background-color:transparent;border:none;position:absolute;top:15px;right:5px;cursor:pointer;pointer-events:none}.simple__arrow-up{transform:rotate(0);transition:transform .3s ease-in-out}.simple__arrow-down{transform:rotate(179deg);transition:transform .3s ease-in-out}.simple__dropdown{border-radius:10px;display:flex;padding:10px;flex-direction:column;gap:10px;align-self:stretch;position:relative;text-align:left;max-height:300px;overflow:scroll;min-width:300px}.simple__dropdown-wrapper{position:absolute;background-color:#fff;right:10px;z-index:30;transition:all .2s ease-in-out;box-shadow:0 4px 54px #0000000f;border-radius:10px}.simple__top{top:60px}.simple__bottom{bottom:60px}.simple__dropdown-span{display:flex;justify-content:space-between;align-items:center;padding:16px;gap:10px}.simple__dropdown-li{padding:12px 16px;color:#000;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease-in-out;display:flex;justify-content:space-between}.simple__dropdown-li:hover{color:#4c20a8;transform:translate(5px);border-radius:10px;background:#8840e51a}.simple__dropdown-tip{position:absolute;top:-15px;right:10px}.simple__dropdown-title{color:#9c96a2;font-size:16px;font-weight:500}.simple__multiple{color:#2f2f2f;font-size:16px;font-weight:500}.simple__add{color:#8840e5;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease-in-out;background-color:#fff;display:flex;align-items:center;padding:12px 16px 30px;gap:10px}.simple__add:hover{transform:translate(5px);border-radius:10px}.simple__search{display:flex;flex-direction:column;padding:12px 16px;justify-content:flex-start;margin-top:20px;align-items:flex-start;position:relative}.simple__search-label{color:#747474;font-size:14px;font-weight:500;line-height:18.4px;background:#fff;margin-bottom:10px}.simple__search-wrap{display:flex;align-items:center;gap:5px;border-radius:12px;border:1px solid #F1F1F3;padding:10px;width:100%}.simple__search-input{outline:none}.input-wrapper{display:flex;flex-direction:column;justify-content:center;position:relative;width:100%}.input-wrapper__label{color:#747474;font-size:14px;font-weight:500;line-height:18.4px;position:absolute;top:6px;left:25px;background:#fff;padding:0 5px;z-index:100}.input-wrapper__in{border-radius:7px;background:#f8f7fe;padding:10px;display:flex;gap:5px;align-items:center;width:300px}.input-wrapper__info{color:#000;font-size:12px;font-weight:500}.input-wrapper__input{padding:15px;width:100%;border-radius:8px;border:1px solid rgba(76,78,100,.22);color:#000;font-size:16px;font-weight:500;outline:none;box-sizing:border-box}.input-wrapper__input:hover,.input-wrapper__input:active{border:1px solid #4C20A8}.input-wrapper__error{font-size:15px;color:red;font-weight:400;text-align:left}.input-wrapper__field-error{border:1px solid red}.input-wrapper__sample{color:#747474;font-size:12px;font-weight:500;line-height:normal;margin-bottom:15px;text-align:right;margin-top:10px;align-self:end}.input-wrapper__arrow{background-color:transparent;border:none;position:absolute;top:15px;right:5px;cursor:pointer;pointer-events:none}.input-wrapper__arrow-up{transform:rotate(0);transition:transform .3s ease-in-out}.input-wrapper__arrow-down{transform:rotate(179deg);transition:transform .3s ease-in-out}.input-wrapper__dropdown{border-radius:10px;display:flex;padding:10px;flex-direction:column;gap:10px;align-self:stretch;position:relative;text-align:left;max-height:300px;overflow:scroll;min-width:300px}.input-wrapper__dropdown-wrapper{position:absolute;background-color:#fff;right:10px;z-index:30;transition:all .2s ease-in-out;top:60px;box-shadow:0 4px 54px #0000000f}.input-wrapper__dropdown-span{display:flex;justify-content:space-between;align-items:center;padding:16px;gap:10px}.input-wrapper__dropdown-li{padding:12px 16px;color:#000;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease-in-out;display:flex;justify-content:space-between}.input-wrapper__dropdown-li:hover{color:#4c20a8;transform:translate(5px);border-radius:10px;background:#8840e51a}.input-wrapper__dropdown-tip{position:absolute;top:-15px;right:10px}.input-wrapper__dropdown-title{color:#9c96a2;font-size:16px;font-weight:500}.input-wrapper__multiple{color:#2f2f2f;font-size:16px;font-weight:500}.input-wrapper__add{color:#8840e5;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease-in-out;background-color:#fff;display:flex;align-items:center;padding:12px 16px 30px;gap:10px}.input-wrapper__add:hover{transform:translate(5px);border-radius:10px}.input-wrapper__search{display:flex;flex-direction:column;padding:12px 16px;justify-content:flex-start;margin-top:20px;align-items:flex-start;position:relative}.input-wrapper__search-label{color:#747474;font-size:14px;font-weight:500;line-height:18.4px;background:#fff;margin-bottom:10px}.input-wrapper__search-wrap{display:flex;align-items:center;gap:5px;border-radius:12px;border:1px solid #F1F1F3;padding:10px;width:100%}.input-wrapper__search-input{outline:none}.input-wrapper__toggle-password{background-color:transparent;border:none;position:absolute;top:16px;right:5px;cursor:pointer}.input-wrapper__naira{position:absolute;top:15px;left:10px}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.date-item{width:100%;position:relative;margin-bottom:30px}.date-item__label{color:#747474;font-size:14px;font-weight:500;line-height:18.4px;position:absolute;top:-8px;left:20px;background:#fff;padding:0 5px}.date-item .rmdp-input{padding:15px;width:100%;border-radius:8px;border:1px solid rgba(76,78,100,.22);color:#000;font-size:16px;font-weight:500;outline:none;box-sizing:border-box;height:auto;margin:0;cursor:pointer}.date-item .rmdp-input:hover,.date-item .rmdp-input:active{border:1px solid #4C20A8}.date-item .rmdp-container{width:100%}.date-item__icon{position:absolute;pointer-events:none;top:15px;right:10px}.date-item__calender{box-shadow:0 4px 54px #0000000f;border-radius:20px}.date-item .rmdp-arrow{border:1px solid #4C20A8;border-width:0 2px 2px 0}.date-item .rmdp-shadow{box-shadow:none}.date-item .rmdp-header-values{color:#4c4e64de;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.date-item .rmdp-week-day{color:#4c4e6499;font-size:14px;font-weight:400;line-height:21px;letter-spacing:.15px}.date-item .rmdp-day.rmdp-selected span:not(.highlight){background:#e1dcfd;color:#f4ecfe}.date-item .rmdp-day,.date-item .rmdp-week-day{color:#4c4e6499;cursor:pointer;height:34px;position:relative;width:34px}.date-item .rmdp-day.rmdp-today span{background-color:#f4ecfe;color:#fff}.date-item .rmdp-day rmdp-selected{background:#e1dcfd;color:#f4ecfe}.date-item .rmdp-arrow-container:hover{background:none!important;color:#000!important;box-shadow:none!important}.date-item .ep-arrow,.date-item .rmdp-ep-arrow,.date-item .rmdp-ep-shadow{display:none}.date-item .rmdp-container>div:nth-child(3){top:-130px!important;right:0!important;left:auto!important;transform:translateY(195.5px)!important}.date-item .rmdp-calendar{box-shadow:0 4px 54px #0000000f}.date-item__error{font-size:15px;color:red;font-weight:400;margin-top:10px}.date-item__field-error{border:1px solid red}.rmdp-wrapper .rmdp-shadow{box-shadow:none}.textarea{position:relative;margin-bottom:27px}.textarea__label{color:#747474;font-size:14px;font-weight:500;line-height:18.4px;position:absolute;top:-8px;left:20px;background:#fff;padding:0 5px}.textarea__area,.textarea__area-light{border-radius:7px;border:1px solid rgba(76,78,100,.22);width:100%;resize:none;height:100px;outline:rgba(0,0,0,.06);padding:10px;color:#000}.textarea__pen{position:absolute;top:15px;right:20px}.textarea__error{font-size:15px;color:red;font-weight:400;text-align:left}.textarea__field-error{border:1px solid red}.toggle{width:100%}.toggle__active-wrap{display:flex;justify-content:space-between;align-items:center;margin-top:20px}.toggle__activ{color:#2f2f2f;font-size:16px;font-weight:500}.toggle__two{color:#747474;font-size:12px;font-style:italic;font-weight:500}.image-uploads{border-radius:20px;border:1px dashed #CACACC;background:#f9f9f9;padding:15px 10px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:3px;position:relative}.image-uploads__title{color:#818181;font-size:14px;font-weight:500;line-height:18.4px;text-align:center;margin-top:5px}.image-uploads__browse{color:#6d788d;font-size:12px;font-weight:500;border-radius:8px;border:1px solid rgba(109,120,141,.5);padding:5px 20px;margin-top:10px;cursor:pointer}.image-uploads__file-input{width:100%;height:5px;opacity:0;cursor:pointer}.image-uploads__preview{position:relative;width:100%;height:100%;border-radius:10px;padding:10px;box-sizing:border-box}.image-uploads__remove{position:absolute;right:0;top:0}.image-uploads__btn{display:flex;justify-content:center;align-items:center}.error-app{text-align:center;padding:50px 0}.error-title{color:#757575;font-size:32px;font-weight:600;line-height:normal}.error-button{font-size:25px;padding:10px;border-radius:10px;max-width:400px;width:100%;margin-bottom:20px;color:#757575}.error-sorry{font-size:20px;font-style:normal;font-weight:500;line-height:normal;color:#757575}.foot{display:flex;justify-content:space-between;align-items:center;gap:40px;color:#757575}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}ul{list-style-type:disc;margin-left:1.5rem;padding-left:0}ol{list-style-type:number;margin-left:1.5rem;padding-left:0}.container{width:100%}@media(min-width:640px){.container{max-width:640px}}@media(min-width:768px){.container{max-width:768px}}@media(min-width:1024px){.container{max-width:1024px}}@media(min-width:1280px){.container{max-width:1280px}}@media(min-width:1536px){.container{max-width:1536px}}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.inset-y-0{top:0;bottom:0}.-right-6{right:-1.5rem}.-top-3{top:-.75rem}.bottom-0{bottom:0}.bottom-12{bottom:3rem}.left-0{left:0}.left-4{left:1rem}.right-0{right:0}.right-3{right:.75rem}.right-4{right:1rem}.right-\[28px\]{right:28px}.top-0{top:0}.top-1\/2{top:50%}.top-3{top:.75rem}.top-full{top:100%}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.z-\[2000\]{z-index:2000}.m-0{margin:0}.m-4{margin:1rem}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-auto{margin-left:auto;margin-right:auto}.my-4{margin-top:1rem;margin-bottom:1rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.-mt-2{margin-top:-.5rem}.-mt-3{margin-top:-.75rem}.mb-0{margin-bottom:0}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-\[-24px\]{margin-bottom:-24px}.ml-1{margin-left:.25rem}.ml-16{margin-left:4rem}.ml-3{margin-left:.75rem}.ml-\[200px\]{margin-left:200px}.ml-\[350px\]{margin-left:350px}.ml-auto{margin-left:auto}.mr-2{margin-right:.5rem}.mr-\[150px\]{margin-right:150px}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-10{margin-top:2.5rem}.mt-2{margin-top:.5rem}.mt-2\.5{margin-top:.625rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-7{margin-top:1.75rem}.mt-\[-10px\]{margin-top:-10px}.mt-\[-15px\]{margin-top:-15px}.mt-\[-18px\]{margin-top:-18px}.mt-\[-35px\]{margin-top:-35px}.mt-\[30px\]{margin-top:30px}.mt-\[55px\]{margin-top:55px}.mt-auto{margin-top:auto}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.\!table{display:table!important}.table{display:table}.grid{display:grid}.hidden{display:none}.size-\[24px\]{width:24px;height:24px}.size-\[32px\]{width:32px;height:32px}.h-0{height:0px}.h-10{height:2.5rem}.h-20{height:5rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-\[100\%\]{height:100%}.h-\[100px\]{height:100px}.h-\[100vh\]{height:100vh}.h-\[106px\]{height:106px}.h-\[10px\]{height:10px}.h-\[110px\]{height:110px}.h-\[120px\]{height:120px}.h-\[130px\]{height:130px}.h-\[140px\]{height:140px}.h-\[14px\]{height:14px}.h-\[1px\]{height:1px}.h-\[200px\]{height:200px}.h-\[201px\]{height:201px}.h-\[220px\]{height:220px}.h-\[22px\]{height:22px}.h-\[24px\]{height:24px}.h-\[26px\]{height:26px}.h-\[28px\]{height:28px}.h-\[32px\]{height:32px}.h-\[36px\]{height:36px}.h-\[3px\]{height:3px}.h-\[40px\]{height:40px}.h-\[44px\]{height:44px}.h-\[4px\]{height:4px}.h-\[77px\]{height:77px}.h-\[80px\]{height:80px}.h-\[8px\]{height:8px}.h-\[90px\]{height:90px}.h-full{height:100%}.h-screen{height:100vh}.max-h-\[120px\]{max-height:120px}.max-h-\[140px\]{max-height:140px}.max-h-\[160px\]{max-height:160px}.max-h-\[270px\]{max-height:270px}.max-h-\[360px\]{max-height:360px}.max-h-\[60px\]{max-height:60px}.max-h-\[80vh\]{max-height:80vh}.max-h-\[85vh\]{max-height:85vh}.min-h-\[140px\]{min-height:140px}.min-h-\[160px\]{min-height:160px}.min-h-\[240px\]{min-height:240px}.min-h-\[560px\]{min-height:560px}.min-h-\[60px\]{min-height:60px}.min-h-screen{min-height:100vh}.w-10{width:2.5rem}.w-20{width:5rem}.w-24{width:6rem}.w-3{width:.75rem}.w-4{width:1rem}.w-6{width:1.5rem}.w-60{width:15rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-\[100\%\]{width:100%}.w-\[100px\]{width:100px}.w-\[105px\]{width:105px}.w-\[10px\]{width:10px}.w-\[110px\]{width:110px}.w-\[120px\]{width:120px}.w-\[130px\]{width:130px}.w-\[140px\]{width:140px}.w-\[220px\]{width:220px}.w-\[22px\]{width:22px}.w-\[24px\]{width:24px}.w-\[250px\]{width:250px}.w-\[26px\]{width:26px}.w-\[275px\]{width:275px}.w-\[280px\]{width:280px}.w-\[28px\]{width:28px}.w-\[2px\]{width:2px}.w-\[30\%\]{width:30%}.w-\[30px\]{width:30px}.w-\[316px\]{width:316px}.w-\[32px\]{width:32px}.w-\[36px\]{width:36px}.w-\[38\%\]{width:38%}.w-\[3px\]{width:3px}.w-\[400px\]{width:400px}.w-\[40px\]{width:40px}.w-\[44px\]{width:44px}.w-\[48\%\]{width:48%}.w-\[50px\]{width:50px}.w-\[60\%\]{width:60%}.w-\[80px\]{width:80px}.w-\[8px\]{width:8px}.w-\[90px\]{width:90px}.w-full{width:100%}.w-px{width:1px}.min-w-0{min-width:0px}.min-w-\[150px\]{min-width:150px}.min-w-\[180px\]{min-width:180px}.min-w-\[300px\]{min-width:300px}.max-w-\[180px\]{max-width:180px}.max-w-\[250px\]{max-width:250px}.max-w-\[300px\]{max-width:300px}.max-w-\[400px\]{max-width:400px}.max-w-\[70\%\]{max-width:70%}.max-w-\[786px\]{max-width:786px}.flex-1{flex:1 1 0%}.flex-\[2\]{flex:2}.flex-shrink-0,.shrink-0{flex-shrink:0}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;user-select:none}.resize{resize:both}.list-none{list-style-type:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.\!items-start{align-items:flex-start!important}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-stretch{align-items:stretch}.\!justify-start{justify-content:flex-start!important}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-10{gap:2.5rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-40{gap:10rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-\[10px\]{gap:10px}.gap-\[14px\]{gap:14px}.gap-\[16px\]{gap:16px}.gap-\[24px\]{gap:24px}.gap-\[32px\]{gap:32px}.gap-\[3px\]{gap:3px}.gap-\[60px\]{gap:60px}.gap-\[6px\]{gap:6px}.gap-\[8px\]{gap:8px}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.self-start{align-self:flex-start}.self-center{align-self:center}.self-stretch{align-self:stretch}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-scroll{overflow:scroll}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:.25rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[100px\]{border-radius:100px}.rounded-\[10px\]{border-radius:10px}.rounded-\[12px\]{border-radius:12px}.rounded-\[15px\]{border-radius:15px}.rounded-\[18px\]{border-radius:18px}.rounded-\[20px\]{border-radius:20px}.rounded-\[24px\]{border-radius:24px}.rounded-\[25px\]{border-radius:25px}.rounded-\[36px\]{border-radius:36px}.rounded-\[6px\]{border-radius:6px}.rounded-\[8px\]{border-radius:8px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-b-\[15px\]{border-bottom-right-radius:15px;border-bottom-left-radius:15px}.rounded-t-\[15px\]{border-top-left-radius:15px;border-top-right-radius:15px}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-t-2{border-top-width:2px}.border-dashed{border-style:dashed}.border-none{border-style:none}.border-\[\#00AB5F\]{--tw-border-opacity: 1;border-color:rgb(0 171 95 / var(--tw-border-opacity, 1))}.border-\[\#747474\]{--tw-border-opacity: 1;border-color:rgb(116 116 116 / var(--tw-border-opacity, 1))}.border-\[\#8840E5\]{--tw-border-opacity: 1;border-color:rgb(136 64 229 / var(--tw-border-opacity, 1))}.border-\[\#B895E5\]{--tw-border-opacity: 1;border-color:rgb(184 149 229 / var(--tw-border-opacity, 1))}.border-\[\#D8C8F0\]{--tw-border-opacity: 1;border-color:rgb(216 200 240 / var(--tw-border-opacity, 1))}.border-\[\#E0E0E0\]{--tw-border-opacity: 1;border-color:rgb(224 224 224 / var(--tw-border-opacity, 1))}.border-\[\#E5E5E5\]{--tw-border-opacity: 1;border-color:rgb(229 229 229 / var(--tw-border-opacity, 1))}.border-\[\#EB1E79\]{--tw-border-opacity: 1;border-color:rgb(235 30 121 / var(--tw-border-opacity, 1))}.border-\[\#EFEFEF\]{--tw-border-opacity: 1;border-color:rgb(239 239 239 / var(--tw-border-opacity, 1))}.border-\[\#F0F0F0\]{--tw-border-opacity: 1;border-color:rgb(240 240 240 / var(--tw-border-opacity, 1))}.border-\[\#F1F1F3\]{--tw-border-opacity: 1;border-color:rgb(241 241 243 / var(--tw-border-opacity, 1))}.border-\[\#F3F4F6\]{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.border-\[\#FC7753\]{--tw-border-opacity: 1;border-color:rgb(252 119 83 / var(--tw-border-opacity, 1))}.border-\[\#FFDAE3\]{--tw-border-opacity: 1;border-color:rgb(255 218 227 / var(--tw-border-opacity, 1))}.border-inherit{border-color:inherit}.border-transparent{border-color:transparent}.bg-\[\#000\]{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-\[\#00AB5F\]{--tw-bg-opacity: 1;background-color:rgb(0 171 95 / var(--tw-bg-opacity, 1))}.bg-\[\#1E1A3C\]{--tw-bg-opacity: 1;background-color:rgb(30 26 60 / var(--tw-bg-opacity, 1))}.bg-\[\#747474\]{--tw-bg-opacity: 1;background-color:rgb(116 116 116 / var(--tw-bg-opacity, 1))}.bg-\[\#8172EA0F\]{background-color:#8172ea0f}.bg-\[\#858E92\]{--tw-bg-opacity: 1;background-color:rgb(133 142 146 / var(--tw-bg-opacity, 1))}.bg-\[\#8840E5\]{--tw-bg-opacity: 1;background-color:rgb(136 64 229 / var(--tw-bg-opacity, 1))}.bg-\[\#B895E5\]{--tw-bg-opacity: 1;background-color:rgb(184 149 229 / var(--tw-bg-opacity, 1))}.bg-\[\#D9D9D9\]{--tw-bg-opacity: 1;background-color:rgb(217 217 217 / var(--tw-bg-opacity, 1))}.bg-\[\#E0E8FF\]{--tw-bg-opacity: 1;background-color:rgb(224 232 255 / var(--tw-bg-opacity, 1))}.bg-\[\#E5E5E5\]{--tw-bg-opacity: 1;background-color:rgb(229 229 229 / var(--tw-bg-opacity, 1))}.bg-\[\#E6F9F1\]{--tw-bg-opacity: 1;background-color:rgb(230 249 241 / var(--tw-bg-opacity, 1))}.bg-\[\#E88FA8\]{--tw-bg-opacity: 1;background-color:rgb(232 143 168 / var(--tw-bg-opacity, 1))}.bg-\[\#EB1E79\]{--tw-bg-opacity: 1;background-color:rgb(235 30 121 / var(--tw-bg-opacity, 1))}.bg-\[\#ED1E79\]{--tw-bg-opacity: 1;background-color:rgb(237 30 121 / var(--tw-bg-opacity, 1))}.bg-\[\#EDE9FE\]{--tw-bg-opacity: 1;background-color:rgb(237 233 254 / var(--tw-bg-opacity, 1))}.bg-\[\#EDEDED\]{--tw-bg-opacity: 1;background-color:rgb(237 237 237 / var(--tw-bg-opacity, 1))}.bg-\[\#EEF2FF\]{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity, 1))}.bg-\[\#EEF6FF\]{--tw-bg-opacity: 1;background-color:rgb(238 246 255 / var(--tw-bg-opacity, 1))}.bg-\[\#F0E6FF\]{--tw-bg-opacity: 1;background-color:rgb(240 230 255 / var(--tw-bg-opacity, 1))}.bg-\[\#F3EAFC\]{--tw-bg-opacity: 1;background-color:rgb(243 234 252 / var(--tw-bg-opacity, 1))}.bg-\[\#F3F4F6\]{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-\[\#F4F6F9\]{--tw-bg-opacity: 1;background-color:rgb(244 246 249 / var(--tw-bg-opacity, 1))}.bg-\[\#F5F4FF\]{--tw-bg-opacity: 1;background-color:rgb(245 244 255 / var(--tw-bg-opacity, 1))}.bg-\[\#F5F5F5\]{--tw-bg-opacity: 1;background-color:rgb(245 245 245 / var(--tw-bg-opacity, 1))}.bg-\[\#F7F7F7\]{--tw-bg-opacity: 1;background-color:rgb(247 247 247 / var(--tw-bg-opacity, 1))}.bg-\[\#F7F9FA\]{--tw-bg-opacity: 1;background-color:rgb(247 249 250 / var(--tw-bg-opacity, 1))}.bg-\[\#F8F7FE\]{--tw-bg-opacity: 1;background-color:rgb(248 247 254 / var(--tw-bg-opacity, 1))}.bg-\[\#F9F9F9\]{--tw-bg-opacity: 1;background-color:rgb(249 249 249 / var(--tw-bg-opacity, 1))}.bg-\[\#FAF8FE\]{--tw-bg-opacity: 1;background-color:rgb(250 248 254 / var(--tw-bg-opacity, 1))}.bg-\[\#FAFAFA\]{--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity, 1))}.bg-\[\#FC7753\]{--tw-bg-opacity: 1;background-color:rgb(252 119 83 / var(--tw-bg-opacity, 1))}.bg-\[\#FDE8F0\]{--tw-bg-opacity: 1;background-color:rgb(253 232 240 / var(--tw-bg-opacity, 1))}.bg-\[\#FEE5F0\]{--tw-bg-opacity: 1;background-color:rgb(254 229 240 / var(--tw-bg-opacity, 1))}.bg-\[\#FEF2F2\]{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-\[\#FEF3C7\]{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1))}.bg-\[\#FFCBE24D\]\/30{background-color:#ffcbe24d}.bg-\[\#FFCBE2\]\/40{background-color:#ffcbe266}.bg-\[\#FFE8EE\]{--tw-bg-opacity: 1;background-color:rgb(255 232 238 / var(--tw-bg-opacity, 1))}.bg-\[\#FFF4E5\]{--tw-bg-opacity: 1;background-color:rgb(255 244 229 / var(--tw-bg-opacity, 1))}.bg-\[\#FFF7F8\]{--tw-bg-opacity: 1;background-color:rgb(255 247 248 / var(--tw-bg-opacity, 1))}.bg-\[\#FFFFFF\],.bg-\[\#fff\]{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-\[rgba\(237\,30\,121\,0\.3\)\]{background-color:#ed1e794d}.bg-\[transparent\]{background-color:transparent}.bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.bg-pink-100{--tw-bg-opacity: 1;background-color:rgb(252 231 243 / var(--tw-bg-opacity, 1))}.bg-purple-50{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/80{background-color:#fffc}.bg-zinc-50{--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity, 1))}.object-contain{object-fit:contain}.object-cover{object-fit:cover}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-\[14px\]{padding:14px}.p-\[18px\]{padding:18px}.p-\[20px\]{padding:20px}.p-\[7\.78px\]{padding:7.78px}.px-1{padding-left:.25rem;padding-right:.25rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-11{padding-left:2.75rem;padding-right:2.75rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[10px\]{padding-left:10px;padding-right:10px}.px-\[16px\]{padding-left:16px;padding-right:16px}.px-\[18px\]{padding-left:18px;padding-right:18px}.px-\[21px\]{padding-left:21px;padding-right:21px}.px-\[24px\]{padding-left:24px;padding-right:24px}.px-\[32px\]{padding-left:32px;padding-right:32px}.px-\[33px\]{padding-left:33px;padding-right:33px}.px-\[35px\]{padding-left:35px;padding-right:35px}.px-\[48px\]{padding-left:48px;padding-right:48px}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-\[12px\]{padding-top:12px;padding-bottom:12px}.py-\[32px\]{padding-top:32px;padding-bottom:32px}.py-\[6px\]{padding-top:6px;padding-bottom:6px}.py-\[8px\]{padding-top:8px;padding-bottom:8px}.pb-10{padding-bottom:2.5rem}.pb-2{padding-bottom:.5rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pl-12{padding-left:3rem}.pl-24{padding-left:6rem}.pl-3{padding-left:.75rem}.pl-52{padding-left:13rem}.pl-60{padding-left:15rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-6{padding-right:1.5rem}.pt-0\.5{padding-top:.125rem}.pt-2{padding-top:.5rem}.pt-20{padding-top:5rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-\[16px\]{font-size:16px}.text-\[18px\]{font-size:18px}.text-\[19px\]{font-size:19px}.text-\[20px\]{font-size:20px}.text-\[22px\]{font-size:22px}.text-\[24px\]{font-size:24px}.text-\[28px\]{font-size:28px}.text-\[9px\]{font-size:9px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-\[24px\]{font-weight:24px}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.normal-case{text-transform:none}.italic{font-style:italic}.leading-\[1\.8\]{line-height:1.8}.leading-\[22px\]{line-height:22px}.leading-none{line-height:1}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-\[0\.1em\],.tracking-widest{letter-spacing:.1em}.text-\[\#000000\],.text-\[\#000\]{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-\[\#00AB5F\]{--tw-text-opacity: 1;color:rgb(0 171 95 / var(--tw-text-opacity, 1))}.text-\[\#0C0C0C\]{--tw-text-opacity: 1;color:rgb(12 12 12 / var(--tw-text-opacity, 1))}.text-\[\#192125\]{--tw-text-opacity: 1;color:rgb(25 33 37 / var(--tw-text-opacity, 1))}.text-\[\#2E7D32\]{--tw-text-opacity: 1;color:rgb(46 125 50 / var(--tw-text-opacity, 1))}.text-\[\#374151\]{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-\[\#4C20A8\]{--tw-text-opacity: 1;color:rgb(76 32 168 / var(--tw-text-opacity, 1))}.text-\[\#4C4E6499\]{color:#4c4e6499}.text-\[\#4C4E64\]{--tw-text-opacity: 1;color:rgb(76 78 100 / var(--tw-text-opacity, 1))}.text-\[\#5B21B6\]{--tw-text-opacity: 1;color:rgb(91 33 182 / var(--tw-text-opacity, 1))}.text-\[\#5F6568\]{--tw-text-opacity: 1;color:rgb(95 101 104 / var(--tw-text-opacity, 1))}.text-\[\#654654\]{--tw-text-opacity: 1;color:rgb(101 70 84 / var(--tw-text-opacity, 1))}.text-\[\#747474\]{--tw-text-opacity: 1;color:rgb(116 116 116 / var(--tw-text-opacity, 1))}.text-\[\#7B8387\]{--tw-text-opacity: 1;color:rgb(123 131 135 / var(--tw-text-opacity, 1))}.text-\[\#858E92\]{--tw-text-opacity: 1;color:rgb(133 142 146 / var(--tw-text-opacity, 1))}.text-\[\#8840E5\]{--tw-text-opacity: 1;color:rgb(136 64 229 / var(--tw-text-opacity, 1))}.text-\[\#92400E\]{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity, 1))}.text-\[\#9CA3AF\]{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-\[\#ABABAB\]{--tw-text-opacity: 1;color:rgb(171 171 171 / var(--tw-text-opacity, 1))}.text-\[\#B895E5\]{--tw-text-opacity: 1;color:rgb(184 149 229 / var(--tw-text-opacity, 1))}.text-\[\#C4C4C4\]{--tw-text-opacity: 1;color:rgb(196 196 196 / var(--tw-text-opacity, 1))}.text-\[\#CBCFD1\]{--tw-text-opacity: 1;color:rgb(203 207 209 / var(--tw-text-opacity, 1))}.text-\[\#D9D9D9\]{--tw-text-opacity: 1;color:rgb(217 217 217 / var(--tw-text-opacity, 1))}.text-\[\#EB1E79\]{--tw-text-opacity: 1;color:rgb(235 30 121 / var(--tw-text-opacity, 1))}.text-\[\#ED1C2480\]{color:#ed1c2480}.text-\[\#ED1E79\]{--tw-text-opacity: 1;color:rgb(237 30 121 / var(--tw-text-opacity, 1))}.text-\[\#F5A623\]{--tw-text-opacity: 1;color:rgb(245 166 35 / var(--tw-text-opacity, 1))}.text-\[\#FC7753\]{--tw-text-opacity: 1;color:rgb(252 119 83 / var(--tw-text-opacity, 1))}.text-\[\#FCB22B\]{--tw-text-opacity: 1;color:rgb(252 178 43 / var(--tw-text-opacity, 1))}.text-\[rgba\(76\,78\,100\,0\.6\)\]{color:#4c4e6499}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-neutral-700{--tw-text-opacity: 1;color:rgb(64 64 64 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.opacity-0{opacity:0}.opacity-100{opacity:1}.shadow-\[0px_2px_12px_0px_rgba\(0\,0\,0\,0\.06\)\]{--tw-shadow: 0px 2px 12px 0px rgba(0,0,0,.06);--tw-shadow-colored: 0px 2px 12px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0px_2px_8px_rgba\(0\,0\,0\,0\.04\)\]{--tw-shadow: 0px 2px 8px rgba(0,0,0,.04);--tw-shadow-colored: 0px 2px 8px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0px_4px_20px_0px_rgba\(0\,0\,0\,0\.04\)\]{--tw-shadow: 0px 4px 20px 0px rgba(0,0,0,.04);--tw-shadow-colored: 0px 4px 20px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0px_4px_20px_0px_rgba\(0\,0\,0\,0\.1\)\]{--tw-shadow: 0px 4px 20px 0px rgba(0,0,0,.1);--tw-shadow-colored: 0px 4px 20px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0px_4px_54px_0px_rgba\(0\,0\,0\,0\.06\)\]{--tw-shadow: 0px 4px 54px 0px rgba(0,0,0,.06);--tw-shadow-colored: 0px 4px 54px 0px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0px_8px_32px_rgba\(0\,0\,0\,0\.12\)\]{--tw-shadow: 0px 8px 32px rgba(0,0,0,.12);--tw-shadow-colored: 0px 8px 32px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-\[1000000ms\]{transition-duration:1000s}.duration-\[300ms\]{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-linear{transition-timing-function:linear}@font-face{font-family:Bauziet;src:url(https://du3evdaja6bga.cloudfront.net/Bauziet.ttf)}html{font-family:Montserrat,sans-serif;scroll-behavior:smooth}*{padding:0;margin:0;box-sizing:border-box}body{margin:0;padding:0;background:#fafafa}.PhoneInputInput{border:0px;flex:1;min-width:0;border:none;width:"100%"!important;height:23px;background:transparent;outline:none}.noti{color:#000;font-size:32px;font-weight:600}input:focus,textarea:focus,select:focus,button:focus{outline:none}.srink{width:265px}*::-webkit-scrollbar{width:8px}*::-webkit-scrollbar-track{background:#fff}*::-webkit-scrollbar-thumb{background-color:#fff;border-radius:10px;border:2px solid rgba(204,204,204,.4)}*::-webkit-scrollbar-thumb:hover{background:#555}*{scrollbar-width:thin;scrollbar-color:rgba(204,204,204,.4) #fff}.placeholder\:text-\[\#B0B7BB\]::placeholder{--tw-text-opacity: 1;color:rgb(176 183 187 / var(--tw-text-opacity, 1))}.last\:border-b-0:last-child{border-bottom-width:0px}.hover\:\!border-\[\#B895E5\]:hover{--tw-border-opacity: 1 !important;border-color:rgb(184 149 229 / var(--tw-border-opacity, 1))!important}.hover\:border-\[\#B895E5\]:hover{--tw-border-opacity: 1;border-color:rgb(184 149 229 / var(--tw-border-opacity, 1))}.hover\:border-\[\#FFCCD8\]:hover{--tw-border-opacity: 1;border-color:rgb(255 204 216 / var(--tw-border-opacity, 1))}.hover\:bg-\[\#A07BD4\]:hover{--tw-bg-opacity: 1;background-color:rgb(160 123 212 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#D11A6B\]:hover{--tw-bg-opacity: 1;background-color:rgb(209 26 107 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#F5F5F5\]:hover{--tw-bg-opacity: 1;background-color:rgb(245 245 245 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#F8F4FC\]:hover{--tw-bg-opacity: 1;background-color:rgb(248 244 252 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#F8F7FE\]:hover{--tw-bg-opacity: 1;background-color:rgb(248 247 254 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#FAF8FE\]:hover{--tw-bg-opacity: 1;background-color:rgb(250 248 254 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#FAFAFA\]:hover{--tw-bg-opacity: 1;background-color:rgb(250 250 250 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#FEF2F7\]:hover{--tw-bg-opacity: 1;background-color:rgb(254 242 247 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#FFF0F4\]:hover{--tw-bg-opacity: 1;background-color:rgb(255 240 244 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#FFF0F6\]:hover{--tw-bg-opacity: 1;background-color:rgb(255 240 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-pink-200:hover{--tw-bg-opacity: 1;background-color:rgb(251 207 232 / var(--tw-bg-opacity, 1))}.hover\:text-\[\#000\]:hover{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.hover\:text-\[\#FC7753\]:hover{--tw-text-opacity: 1;color:rgb(252 119 83 / var(--tw-text-opacity, 1))}.hover\:opacity-70:hover{opacity:.7}.hover\:opacity-80:hover{opacity:.8}.focus\:border-\[\#EB1E79\]:focus{--tw-border-opacity: 1;border-color:rgb(235 30 121 / var(--tw-border-opacity, 1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.disabled\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\:flex{display:flex}.group:hover .group-hover\:h-0{height:0px}.group:hover .group-hover\:h-\[52px\]{height:52px}.group:hover .group-hover\:border-transparent{border-color:transparent}.group:hover .group-hover\:bg-\[\#B895E5\]{--tw-bg-opacity: 1;background-color:rgb(184 149 229 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-\[\#FFF7F5\]{--tw-bg-opacity: 1;background-color:rgb(255 247 245 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:text-\[\#FAFDFE\]{--tw-text-opacity: 1;color:rgb(250 253 254 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:opacity-0{opacity:0}.group:hover .group-hover\:opacity-100{opacity:1}@media(min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1280px){.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.\[\&_\.date-item\]\:mb-0 .date-item{margin-bottom:0}.\[\&_\.drop-input__input\]\:py-\[9px\] .drop-input input{padding-top:9px;padding-bottom:9px}.\[\&_\.textarea\]\:mb-0 .textarea{margin-bottom:0}/*!
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */.toastify{padding:12px 20px;color:#fff;display:inline-block;box-shadow:0 3px 6px -1px #0000001f,0 10px 36px -4px #4d60e84d;background:-webkit-linear-gradient(315deg,#73a5ff,#5477f5);background:linear-gradient(135deg,#73a5ff,#5477f5);position:fixed;opacity:0;transition:all .4s cubic-bezier(.215,.61,.355,1);border-radius:2px;cursor:pointer;text-decoration:none;max-width:calc(50% - 20px);z-index:2147483647}.toastify.on{opacity:1}.toast-close{background:transparent;border:0;color:#fff;cursor:pointer;font-family:inherit;font-size:1em;opacity:.4;padding:0 5px}.toastify-right{right:15px}.toastify-left{left:15px}.toastify-top{top:-150px}.toastify-bottom{bottom:-150px}.toastify-rounded{border-radius:25px}.toastify-avatar{width:1.5em;height:1.5em;margin:-7px 5px;border-radius:2px}.toastify-center{margin-left:auto;margin-right:auto;left:0;right:0;max-width:fit-content;max-width:-moz-fit-content}@media only screen and (max-width:360px){.toastify-right,.toastify-left{margin-left:auto;margin-right:auto;left:0;right:0;max-width:fit-content}}
