@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Kufam:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined";@import"https://fonts.googleapis.com/css2?family=Material+Icons+Outlined";body{margin:0;font-family:Inter,sans-serif}*{font-family:Inter,sans-serif}.main-body{margin-top:52px;padding:16px 0;min-height:calc(100vh - 120px);background-color:#f7faff}.header{display:flex;justify-content:space-between;align-items:center;padding:6px 36px;background-color:#fff;border-bottom:1px solid #dde2eb;position:fixed;top:0;left:0;right:0}.header-mobile{display:none;background-color:#fff;border-bottom:1px solid #dde2eb;top:0;left:0;right:0;position:fixed;justify-content:space-between;padding:8px 16px;align-items:center}.header-mobile .logo{height:37.5px}.header-mobile .menu-icon{color:#2563eb}.header-mobile .overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0003;z-index:1999}.header-mobile .side-drawer{position:fixed;top:0;right:0;width:70%;height:100vh;background:#fff;box-shadow:0 0 32px #8898aa26;padding:16px;z-index:2000;animation:slideIn .3s ease forwards}.header-mobile .side-drawer .drawer-header{display:flex;justify-content:space-between;align-items:center}.header-mobile .side-drawer .drawer-header .close-icon{color:#6b7280}.header-mobile .side-drawer .drawer-menu{display:flex;flex-direction:column;margin-top:24px;gap:8px}.header-mobile .side-drawer .drawer-menu a{text-decoration:none;font-size:14px;font-weight:400;color:#1f2737;line-height:22px;align-content:center;padding:8px 16px;border-radius:4px}.header-mobile .side-drawer .drawer-menu a.active{background-color:#dbeafe;font-weight:500}.header-mobile .side-drawer .drawer-menu a:hover{color:#2563eb}.header-mobile .side-drawer .divider{background-color:#dde2eb;border:none;height:1px;margin:16px 0}.header-mobile .side-drawer .contact-us-button{background:none;border:0;padding:8px 16px;color:#2563eb;width:100%;text-align:left;margin-top:8px}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@media(max-width:767px){.header{display:none}.header-mobile{display:flex}}.logo{height:40px;align-content:center}.logo h1{margin:0;font-size:24px;font-weight:600;color:#2563eb}.menu{display:flex;gap:36px}.menu a{text-decoration:none;font-size:14px;font-weight:400;color:#1f2737;height:28px;align-content:center}.menu a.active{color:#2563eb;font-weight:600;border-bottom:2px solid #2563eb}.menu a:hover{color:#2563eb}.navigation{display:flex;gap:36px;align-items:center}.contact-us-button{border-radius:8px;height:34px;padding:0 12px;border:1px solid #2563eb;color:#2563eb;background-color:transparent;font-size:14px;font-weight:600}.contact-us-button:hover{cursor:pointer}.footer{background-color:#256deb;padding:8px 36px}.footer-content{display:flex;justify-content:space-between;align-items:center;max-width:1350px;margin:auto}.right-footer{height:20px;display:flex;gap:24px}.left-footer{display:flex;gap:28px}.left-footer a,.left-footer span{text-decoration:none;color:#fff;font-size:12px}@media(max-width:767px){.left-footer a{display:none}}.prizelist-container{background-color:#fff;padding:16px 20px;width:862px;border-radius:12px;margin:24px auto 0;max-width:calc(100% - 86px);box-shadow:0 5px 15px #2c2c2c0d,0 10px 30px #3535350a,0 0 0 1px #8898aa1a}.prizelist-container .prizelist-header{font-size:18px;font-weight:600;line-height:28px;margin-bottom:16px}.prizelist-container .prizelist-body{display:flex;gap:16px;flex-wrap:wrap}.prizelist-container .prizelist-body .prizelist-card{display:flex;flex:1;background:linear-gradient(180deg,#f7faff,#dbeafe);border-radius:8px;align-items:center;padding:24px 20px;gap:12px}.prizelist-container .prizelist-body .prizelist-card .prize-title{font-size:14px;line-height:22px;color:#6b7280}.prizelist-container .prizelist-body .prizelist-card .prize{font-size:16px;font-weight:500}.form-body{width:862px;margin:0 auto;padding:16px 20px;border-radius:12px;box-shadow:0 5px 15px #2c2c2c0d,0 10px 30px #3535350a,0 0 0 1px #8898aa1a;background-color:#fff;max-width:calc(100% - 86px)}.form-body .form-header{font-size:18px;font-weight:600;height:28px;align-content:center;margin-bottom:4px;color:#1f2737}.form-body .mandal-margin-top{margin-top:16px!important}.form-body .form-group{margin-top:12px;display:flex;flex-direction:column;gap:6px}.form-body .form-group .input-error{border-color:#ef4444}.form-body .form-group label{font-size:14px;height:16px;color:#6b7280;align-content:center}.form-body .form-group input,.form-body .form-group textarea{line-height:16px;padding:14px;font-size:14px;font-weight:500;border:1px solid #dde2eb;border-radius:8px;color:#1f2737;outline:none;caret-color:#2563eb;resize:none}.form-body .form-group input::placeholder,.form-body .form-group textarea::placeholder{color:#9ca2af;font-size:14px;font-weight:400}.form-body .form-group input:focus,.form-body .form-group textarea:focus{outline:none;border:1px solid #2563eb;box-shadow:0 0 0 4px #3b82f640}.form-body .form-group .uploaded-photo-box-error{border:1px solid #ef4444!important}.form-body .form-group .uploaded-photo-box-error .progress-bar-section{display:none!important}.form-body .form-group .error-message{color:#ef4444;font-size:12px;line-height:14px;margin-top:6px}.form-body .form-group .error-message.no-margin{margin-top:0}.form-body .form-group .uploaded-photo-box{padding:20px;border:1px solid #dde2eb;border-radius:6px}.form-body .form-group .uploaded-photo-box .photo-section{display:flex;justify-content:space-between;align-items:center}.form-body .form-group .uploaded-photo-box .photo-section .photo-metadata{display:flex;align-items:center;gap:8px;width:calc(100% - 48px)}.form-body .form-group .uploaded-photo-box .photo-section .photo-metadata .iamge{height:60px;width:60px;object-fit:contain}.form-body .form-group .uploaded-photo-box .photo-section .photo-metadata .image-desc{width:calc(100% - 76px)}.form-body .form-group .uploaded-photo-box .photo-section .photo-metadata .image-name{font-size:14px;line-height:24px;font-weight:500;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.form-body .form-group .uploaded-photo-box .photo-section .photo-metadata .image-size{font-size:12px;line-height:16px;color:#6b7280}.form-body .form-group .uploaded-photo-box .photo-section .check-circle-icon{color:#16a34a;font-size:20px}.form-body .form-group .uploaded-photo-box .photo-section .delete-icon{margin-left:8px;color:#ef4444;font-size:20px;cursor:pointer}.form-body .form-group .uploaded-photo-box .progress-bar-section{margin-top:10px;display:flex;align-items:center;gap:8px}.form-body .form-group .uploaded-photo-box .progress-bar-section .progress-bar-background{flex:1;background-color:#f3f4f6;border-radius:6px;height:10px;overflow:hidden}.form-body .form-group .uploaded-photo-box .progress-bar-section .progress-bar-background .progress-bar{background-color:#2563eb;height:100%;transition:width .5s ease-in-out;border-radius:6px}.form-body .form-group .uploaded-photo-box .progress-bar-section .progress-bar-label{min-width:44px;font-size:14px;text-align:right}.form-body .form-group .upload-box{border:1px dashed #dde2eb;padding:20px 0;text-align:center;border-radius:8px;cursor:pointer;background-color:#fff;overflow:hidden}.form-body .form-group .upload-box .upload-image-body{display:flex;flex-direction:column;align-items:center}.form-body .form-group .upload-box .upload-image-body .upload-image-text{margin-top:16px;margin-bottom:4px;font-size:14px;line-height:24px;font-weight:500;color:#1f2737}.form-body .form-group .upload-box .upload-image-body .upload-image-text .upload-text{color:#2563eb}.form-body .form-group .upload-box .upload-image-body .upload-image-text .upload-text:hover{color:#1d4ed8}.form-body .form-group .upload-box .upload-image-body .max-size-text{font-size:14px;line-height:22px;color:#9ca2af}.form-body .submit-button{margin-top:16px;width:100%;padding:10px;border:0;background-color:#256deb;color:#fff;line-height:20px;font-size:14px;font-weight:500;border-radius:8px;cursor:pointer;display:flex;justify-content:center}.form-body .submit-button:disabled{cursor:auto;background-color:#256deb80}.form-body .submit-button:disabled:hover{background-color:#256deb80}.form-body .submit-button:hover{background-color:#1d4ed8}.form-body .submit-button .loader{border:3px solid rgba(255,255,255,.3);border-top:3px solid #fff;border-radius:50%;width:14px;height:14px;animation:spin 1s linear infinite;display:inline-block}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.popup-content{background:#fff;padding:20px;border-radius:16px;box-shadow:0 4px 12px #0000004d;width:518px;max-width:calc(90% - 48px);text-align:center}.popup-content h2{font-size:20px;font-weight:700;margin-bottom:16px}.close-icon{float:right;font-size:20px;cursor:pointer}.coming-soon-logo{height:75px;margin-bottom:24px}.timer-coming-soon{color:#2563eb;font-size:36px;font-family:Kufam,Inter}.timer-coming-soon-desc{color:#1f2737;font-size:16px;font-weight:500;margin-bottom:28px}.timer-last-line{margin-top:16px;color:#1f2737;font-size:16px;font-weight:500}.timer-section{display:flex;gap:12px}.timer-section .timer-card{width:25%;border:1px solid rgb(219,234,254);background:linear-gradient(180deg,#f7faff,#dbeafe);border-radius:8px;padding:12px 0}.timer-section .timer-card .timer-card-head{color:#2563eb;font-size:24px;font-weight:600}.timer-section .timer-card .timer-card-desc{color:#1f2737;font-size:12px;font-weight:400}.leaderboard-body{width:862px;max-width:calc(100% - 42px);margin:0 auto}.leaderboard-body .leaderboard-title{font-size:16px;line-height:24px;margin-bottom:16px}.leaderboard-body .leaderboard-title .top-entries{color:#6b7280;font-size:14px}.leaderboard-body .leaderboard-list{display:flex;flex-wrap:wrap;gap:16px}.leaderboard-body .leaderboard-list .leaderboard-details-body{padding:12px;border-radius:12px;box-shadow:0 5px 15px #2c2c2c0d,0 10px 30px #3535350a,0 0 0 1px #8898aa1a;background-color:#fff;margin-bottom:4px;width:calc(30% - 10px);cursor:pointer}.leaderboard-body .leaderboard-list .leaderboard-details-body .leaderboard-name-and-by{display:flex;justify-content:space-between;flex-direction:column;margin-bottom:6px}.leaderboard-body .leaderboard-list .leaderboard-details-body .leaderboard-name-and-by .leaderboard-name{font-size:16px;line-height:24px;font-weight:500;color:#1f2737;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.leaderboard-body .leaderboard-list .leaderboard-details-body .leaderboard-name-and-by .leaderboard-by{font-size:12px;line-height:16px;color:#6b7280;white-space:nowrap}.leaderboard-body .leaderboard-list .leaderboard-details-body .leaderboard-image{width:100%;aspect-ratio:1/1;object-fit:cover}.leaderboard-body .leaderboard-list .leaderboard-details-body .leaderboard-total-votes{display:flex;align-items:center;margin-top:6px}.leaderboard-body .leaderboard-list .leaderboard-details-body .leaderboard-total-votes .leaderboard-tag{font-size:14px;line-height:22px;color:#6b7280}.leaderboard-body .leaderboard-list .leaderboard-details-body .leaderboard-total-votes .leaderboard-votes-number{font-size:24px;font-weight:700;margin-left:12px;margin-right:5px;color:#1f2737}.leaderboard-body .leaderboard-list .leaderboard-details-body .leaderboard-total-votes .fav-icon{font-size:20px;color:red}@media(max-width:767px){.leaderboard-body .leaderboard-list .leaderboard-details-body{width:calc(50% - 32px)}}.coming-soon-leaderboard-body{width:100%;justify-content:center;margin-top:50px;display:flex}.coming-soon-leaderboard-body .coming-soon-leaderboard{background:#fff;padding:20px;border-radius:16px;box-shadow:0 4px 12px #0000004d;width:518px;max-width:calc(90% - 48px);text-align:center}.skeleton-loader{background-color:#e0e0e0;animation:pulse 1.5s infinite ease-in-out}@keyframes pulse{0%{background-color:#e0e0e0}50%{background-color:#f0f0f0}to{background-color:#e0e0e0}}.details-body{padding:16px 20px;width:518px;margin:0 auto;border-radius:12px;box-shadow:0 5px 15px #2c2c2c0d,0 10px 30px #3535350a,0 0 0 1px #8898aa1a;background-color:#fff;max-width:calc(100% - 86px)}.details-body .name-and-by{display:flex;justify-content:space-between;align-items:center}.details-body .name-and-by .name{font-size:18px;line-height:28px;font-weight:600;color:#1f2737;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.details-body .name-and-by .by{font-size:14px;line-height:22px;color:#6b7280;align-self:flex-end;white-space:nowrap}.details-body .image{margin-top:12px;width:518px;max-width:100%}.details-body .total-votes{display:flex;align-items:center;margin-top:12px}.details-body .total-votes .tag{font-size:14px;line-height:22px;color:#6b7280}.details-body .total-votes .votes-number{font-size:24px;line-height:36px;font-weight:700;margin-left:12px;margin-right:5px;color:#1f2737}.details-body .total-votes .fav-icon{font-size:20px;color:red}.details-body .total-votes .fav-icon.liked{color:red;animation:pop .3s ease}@keyframes pop{0%{transform:scale(1)}50%{transform:scale(1.4)}to{transform:scale(1.2)}}.details-body .vote-now-button{margin-top:12px;width:100%;padding:10px;border:0;background-color:#256deb;color:#fff;line-height:20px;font-size:14px;font-weight:500;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:4px}.details-body .vote-now-button .fav-icon{font-size:18px;color:#ff000080}.details-body .vote-now-button:not(:disabled):hover{background-color:#1d4ed8}.details-body .vote-now-button:disabled{cursor:auto;background-color:#256deb80}.details-body .vote-note{background-color:#dbeafe;color:#2563eb;text-align:center;padding:4px 0;font-size:12px;line-height:14px;margin-top:8px;font-weight:500}.details-body .cool-down-timer{background-color:#fff;padding:8px 0;place-items:center;border-radius:8px;margin-top:16px;border:1px solid #2563eb;text-align:center}.details-body .cool-down-timer .cool-down-label{font-size:14px;line-height:22px;color:#6b7280}.details-body .cool-down-timer .contest-ends-timer{margin-top:4px;display:flex;flex-direction:column;align-items:center}.details-body .cool-down-timer .contest-ends-timer .contest-ends-timer-numbers{display:flex;font-size:22px;line-height:30px;font-weight:600;color:#1f2737}.details-body .cool-down-timer .contest-ends-timer .contest-ends-timer-numbers .contest-ends-timer-label{display:flex;justify-content:center;color:#2463eb}.details-body .cool-down-timer .contest-ends-timer .contest-ends-timer-numbers .contest-ends-timer-label.number{width:54px;color:#2463eb}.details-body .cool-down-timer .contest-ends-timer .contest-ends-timer-words{display:flex;font-size:12px;line-height:14px;color:#6b7280;margin-top:4px}.details-body .cool-down-timer .contest-ends-timer .contest-ends-timer-words .contest-ends-timer-label{display:flex;justify-content:center}.details-body .cool-down-timer .contest-ends-timer .contest-ends-timer-words .contest-ends-timer-label.words{width:56px}.details-body .cool-down-timer .contest-ends-timer .contest-ends-timer-words .contest-ends-timer-label.space{font-size:22px;visibility:hidden}.details-body .share-container{margin-top:16px;display:flex;gap:16px;align-items:center;width:100%;flex-wrap:nowrap}.details-body .share-container .copy-share{display:flex;border:1px solid #dde2eb;padding:8px;align-items:center;flex-grow:1;min-width:0;border-radius:8px}.details-body .share-container .copy-share .link{flex:1;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;line-height:22px;font-size:14px;color:#1f2737}.details-body .share-container .copy-share .copy-to-clipboard{display:flex;padding:0 7px;margin:0 8px}.details-body .share-container .copy-share .copy-to-clipboard .copy-icon{cursor:pointer}.details-body .share-container .copy-share .share-button{all:unset;background-color:#2563eb;height:28px;width:28px;display:flex;align-items:center;justify-content:center;color:#fff;border-radius:6px;cursor:pointer}.details-body .share-container .copy-share .share-button:hover{background-color:#1d4ed8}.details-body .share-container .copy-share .share-button .share-icon{font-size:18px}.details-body .share-container .social-media-share{display:flex;gap:16px;align-items:center;flex-shrink:0}.details-body .share-container .social-media-share .social-logo{cursor:pointer}@media(max-width:767px){.details-body .share-container{flex-direction:column;align-items:stretch;flex-wrap:wrap}.details-body .copy-share{width:calc(100% - 16px)}.details-body .social-media-share{width:100%;justify-content:center;margin-top:10px}}.error-body{width:518px;padding:100px 20px 16px;max-width:calc(100% - 86px);margin:0 auto;display:flex;flex-direction:column;align-items:center}.error-body .header-err-text{margin-top:26px;line-height:22px;font-size:18px;color:#1f2737;font-weight:500;margin-bottom:6px}.error-body .desc-err-text{color:#6b7280;font-size:14px;line-height:18px}.error-body .leaderboard-button{margin-top:16px;width:100%;padding:10px;border:0;background-color:#256deb;color:#fff;line-height:20px;font-size:14px;font-weight:500;border-radius:8px;cursor:pointer;display:flex;justify-content:center}.submit-photo-body{padding:16px 20px;width:518px;border-radius:12px;margin:24px auto 0;max-width:calc(100% - 86px);background:linear-gradient(117.25deg,#f7faff 20.46%,#dbeafe 50.55%,#dbeafe 60.1%,#f7faff 91.63%);box-shadow:0 5px 15px #2c2c2c0d,0 10px 30px #3535350a,0 0 0 1px #8898aa1a}.submit-photo-body .head-text{font-size:18px;line-height:28px;color:#1f2737;margin-bottom:2px;font-weight:500}.submit-photo-body .sub-text{font-size:14px;line-height:22px;color:#6b7280}.submit-photo-body .steps{display:flex;gap:16px;text-align:center;margin-top:12px}.submit-photo-body .steps .steps-section{padding:8px}.submit-photo-body .steps .steps-header{margin-top:8px;margin-bottom:2px;font-size:14px;line-height:22px;font-weight:500;color:#1f2737}.submit-photo-body .steps .steps-desc{font-size:12px;line-height:14px;color:#6b7280}@media(max-width:767px){.submit-photo-body .steps{flex-direction:column}.submit-photo-body .steps .steps-section{display:flex;align-items:center}.submit-photo-body .steps .steps-section .steps-header-desc{text-align:left;margin-left:16px}.submit-photo-body .steps .steps-section .steps-header-desc .steps-header{margin-top:0}.submit-photo-body .counter-section{flex-direction:column;padding:0}.submit-photo-body .counter-section .contest-ends{width:calc(100% - 32px);place-items:center}.submit-photo-body .counter-section .submit-photo-button{width:100%}}.submit-photo-body .counter-section{display:flex;gap:16px;padding:0 28px;margin-top:12px;align-items:center}.submit-photo-body .counter-section .contest-ends{background-color:#fff;padding:8px 16px;place-items:center;width:228px;border-radius:12px;text-align:center}.submit-photo-body .counter-section .contest-ends .contest-ends-label{font-size:12px;line-height:14px;font-weight:500;color:#6b7280}.submit-photo-body .counter-section .contest-ends .contest-ends-timer{margin-top:8px;display:flex;flex-direction:column;align-items:center}.submit-photo-body .counter-section .contest-ends .contest-ends-timer .contest-ends-timer-numbers{display:flex;font-size:22px;line-height:30px;font-weight:600;color:#1f2737}.submit-photo-body .counter-section .contest-ends .contest-ends-timer .contest-ends-timer-numbers .contest-ends-timer-label{display:flex;justify-content:center}.submit-photo-body .counter-section .contest-ends .contest-ends-timer .contest-ends-timer-numbers .contest-ends-timer-label.number{width:50px}.submit-photo-body .counter-section .contest-ends .contest-ends-timer .contest-ends-timer-words{display:flex;font-size:12px;line-height:14px;color:#6b7280;margin-top:8px}.submit-photo-body .counter-section .contest-ends .contest-ends-timer .contest-ends-timer-words .contest-ends-timer-label{display:flex;justify-content:center}.submit-photo-body .counter-section .contest-ends .contest-ends-timer .contest-ends-timer-words .contest-ends-timer-label.words{width:50px}.submit-photo-body .counter-section .contest-ends .contest-ends-timer .contest-ends-timer-words .contest-ends-timer-label.space{font-size:22px;visibility:hidden}.submit-photo-body .counter-section .submit-photo-button{padding:10px;border:0;background-color:#256deb;color:#fff;line-height:20px;font-size:14px;font-weight:500;border-radius:8px;cursor:pointer}.submit-photo-body .counter-section .submit-photo-button:hover{background-color:#1d4ed8}@media(max-width:767px){.submit-photo-body .steps{flex-direction:column}.submit-photo-body .steps .steps-section{display:flex;align-items:center;padding:4px}.submit-photo-body .steps .steps-section .steps-header-desc{text-align:left;margin-left:16px}.submit-photo-body .steps .steps-section .steps-header-desc .steps-header{margin-top:0}.submit-photo-body .counter-section{flex-direction:column;padding:0}.submit-photo-body .counter-section .contest-ends{width:calc(100% - 32px);place-items:center}.submit-photo-body .counter-section .submit-photo-button{width:100%}}.terms-body{width:862px;margin:0 auto;padding:16px 20px;border-radius:12px;box-shadow:0 5px 15px #2c2c2c0d,0 10px 30px #3535350a,0 0 0 1px #8898aa1a;background-color:#fff;max-width:calc(100% - 86px);color:#1f2737}.terms-body .terms-header{font-size:18px;font-weight:600;height:28px;align-content:center;margin-bottom:4px;color:#1f2737}.terms-body .body2{font-size:14px;line-height:22px}.terms-body .fw-500{font-weight:500}.terms-body .list{font-size:14px;line-height:22px;margin:0;padding-left:25px}.terms-body .email-phone{display:flex;align-items:center;gap:4px}.terms-body .email-phone .a{color:#2563eb;text-decoration:underline;cursor:pointer}.terms-body .email-phone .email-icon{font-size:18px;height:18px}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0px;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}@media only screen and (max-width:480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Toastify__toast--success{border:1px solid #16a34a}.Toastify__toast--success .Toastify__toast-icon svg{fill:#16a34a}.Toastify__toast--error{border:1px solid #ef4444}.Toastify__toast--error .Toastify__toast-icon svg{fill:#ef4444}.Toastify__toast{background:#fff;color:#1f2737;box-shadow:0 10px 8px #0000000a;height:52px;min-height:52px;margin:0 0 0 16px;padding:0 0 0 16px;font-size:14px}.Toastify__toast .Toastify__progress-bar--wrp{visibility:hidden}.Toastify__toast-icon{width:18px}
