.chat-container{border:1px solid #ccc;height:calc(81vh - 124px);overflow-y:auto;padding:10px}.chat-container::-webkit-scrollbar{width:6px}.chat-container::-webkit-scrollbar-track{background:#0000}.chat-container::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:10px}.chat-container::-webkit-scrollbar-thumb:hover{background-color:#b6b6b6}.message{border-radius:5px;font-size:18px;line-height:28px;margin:8px 2px 2px;max-width:80%;padding:5px 10px;width:-webkit-max-content;width:max-content}.message-left{background-color:#f0f0f0}.message-right{background-color:#2781ea;color:#fff}.message-bubble-right{background:#2781ea;border-radius:0 0 100% 0;height:10px;margin-left:-7px;margin-top:8px;width:14px}.message-bubble-left{background:#f0f0f0;border-radius:0 0 0 100%;height:10px;margin-right:-7px;margin-top:8px;width:14px}.right{flex-direction:row-reverse;justify-content:end}.chat-container{display:flex;flex-direction:column;height:65vh}.message-input-container{flex-direction:column;position:relative;width:100%}.message-send-btn{align-items:center;background:linear-gradient(195deg,#49a3f1,#1a73e8);bottom:5px;display:flex;justify-content:center;margin-bottom:5px;position:absolute;right:1.2%}.message-send-btn:hover{background:linear-gradient(195deg,#1a73e8,#1a73e8)}.message-input{background-color:initial;border:0;font-family:Arial,Helvetica,sans-serif;font-size:16px;margin:0;max-height:200px;overflow-y:scroll;padding-right:2.5rem;scrollbar-color:#c3c1d8 #f2fdff;width:100%}.message-input::-webkit-scrollbar{width:8px}.message-input::-webkit-scrollbar-track{background:#0000}.message-input::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:#b0b0b0;border:2px solid #0000;border-radius:10px}.message-input::-webkit-scrollbar-thumb:hover{background-color:#7d7d7d}.message-input{scrollbar-color:#b0b0b0 #0000;scrollbar-width:thin}.message-input:hover{scrollbar-color:#7d7d7d #0000}.time-color-right{color:#b0b0b0}.time-color-left{color:#fff}.vh-65{overflow:scroll}.active-chat-color{background:linear-gradient(195deg,#49a3f1,#1a73e8);&:hover{background-color:#333}h3,p{-webkit-user-select:none;user-select:none}}.chat-color{&:hover{background-color:#333}h3,p{-webkit-user-select:none;user-select:none}}.chat-body-border{border-radius:0 0 12px 12px!important;margin-top:-.25rem}.truncate{max-width:20rem;overflow:hidden;text-overflow:ellipsis}.d-flex{display:flex}.flex-col{flex-direction:column}.align-items-center{align-items:center}.position-relative{position:relative}.border{border:1px solid #ccc}.rounded{border-radius:5px}.rounded-lg{border-radius:12px}.w-100{width:100%}.vh-65{height:65vh}.overflow-hidden{overflow:hidden}.truncate-line-1{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.bg-white{background-color:#fff}.conversation-container{max-height:60vh!important;overflow:auto}::-webkit-scrollbar{height:5px;width:.211rem}::-webkit-scrollbar-track{background:theme-color("site-secondary1")}::-webkit-scrollbar-thumb{background-color:#cecece;border-radius:1.25rem}.sms-container{height:calc(100vh - 120px);overflow:hidden}.sms-welcome-container{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;left:50%;padding:20px;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.sms-welcome-content{max-width:400px;text-align:center;width:100%}.conversation-list{height:calc(100% - 200px);overflow-y:auto;padding:0 16px}.conversation-list::-webkit-scrollbar{width:4px}.conversation-list::-webkit-scrollbar-track{background:#ffffff1a;border-radius:10px}.conversation-list::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:10px}.conversation-list::-webkit-scrollbar-thumb:hover{background:#ffffff80}.conversation-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff1a;border-radius:12px;cursor:pointer;margin:4px 0;padding:12px 16px;transition:all .3s ease}.conversation-item:hover{background:#fff3;box-shadow:0 8px 25px #00000026;transform:translateY(-2px)}.conversation-item.active{background:#ffffff40;border:1px solid #ffffff4d;box-shadow:0 8px 25px #0003}.conversation-item.unread{background:#ffeb3b33;border:1px solid #ffeb3b4d}.sms-body{background:linear-gradient(135deg,#f8faff,#e3f2fd);height:calc(100% - 140px);overflow-y:auto;padding:20px}.sms-body::-webkit-scrollbar{width:6px}.sms-body::-webkit-scrollbar-track{background:#ffffff4d;border-radius:10px}.sms-body::-webkit-scrollbar-thumb{background:#4a90e280;border-radius:10px}.sms-body::-webkit-scrollbar-thumb:hover{background:#4a90e2b3}.message{word-wrap:break-word;animation:messageSlideIn .3s ease-out;margin:12px 0;max-width:70%;position:relative}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.message-sent{background:linear-gradient(135deg,#4a90e2,#357abd);border-radius:18px 18px 4px 18px;box-shadow:0 4px 15px #4a90e24d;color:#fff;margin-left:auto;padding:12px 16px;position:relative}.message-sent:before{border-bottom:8px solid #0000;border-left:8px solid #4a90e2;border-top:8px solid #0000;content:"";height:0;position:absolute;right:-8px;top:50%;transform:translateY(-50%);width:0}.message-received{background:#fff;border-radius:18px 18px 18px 4px;box-shadow:0 4px 15px #0000001a;color:#333;margin-right:auto;padding:12px 16px;position:relative}.message-received:before{border-bottom:8px solid #0000;border-right:8px solid #fff;border-top:8px solid #0000;content:"";height:0;left:-8px;position:absolute;top:50%;transform:translateY(-50%);width:0}.message-time{font-size:11px;margin-top:4px;opacity:.7;text-align:right}.message-status{align-items:center;display:flex;font-size:11px;gap:4px;margin-top:4px}.sms-footer{background:#fff;border-radius:0 0 12px 12px;border-top:1px solid #0000001a;padding:16px 20px}.message-input-container{align-items:flex-end;background:#f8f9fa;border:2px solid #0000;border-radius:24px;display:flex;gap:12px;padding:8px 16px;transition:all .3s ease}.message-input-container:focus-within{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.message-input{background:#0000;border:none;flex:1 1;font-size:14px;line-height:1.5;max-height:120px;min-height:20px;outline:none;padding:8px 0;resize:none}.message-input::placeholder{color:#999}.send-button{align-items:center;background:linear-gradient(135deg,#4a90e2,#357abd);border:none;border-radius:50%;box-shadow:0 4px 15px #4a90e24d;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.send-button:hover{box-shadow:0 6px 20px #4a90e266;transform:scale(1.05)}.send-button.disabled,.send-button:disabled{background:#ccc;box-shadow:none;cursor:not-allowed;transform:none}.quick-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.quick-action-btn{background:#4a90e21a;border:1px solid #4a90e233;border-radius:16px;color:#4a90e2;cursor:pointer;font-size:12px;padding:6px 12px;transition:all .3s ease}.quick-action-btn:hover{background:#4a90e233;border-color:#4a90e24d}.typing-indicator{align-items:center;color:#666;display:flex;font-size:12px;gap:4px;padding:8px 16px}.typing-dots{display:flex;gap:2px}.typing-dot{animation:typing 1.4s ease-in-out infinite;background:#999;border-radius:50%;height:6px;width:6px}.typing-dot:first-child{animation-delay:-.32s}.typing-dot:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,to{opacity:.5;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}@media (max-width:768px){.conversation-list{height:calc(100% - 180px)}.message{max-width:85%}.sms-body{padding:16px}.sms-footer{padding:12px 16px}}.sms-loading{align-items:center;color:#4a90e2;display:flex;height:200px;justify-content:center}.sms-skeleton{animation:loading 1.5s infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200% 100%;border-radius:8px;height:20px;margin:8px 0}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.status-online{background:#4caf50}.status-offline,.status-online{border:2px solid #fff;border-radius:50%;bottom:2px;height:12px;position:absolute;right:2px;width:12px}.status-offline{background:#ccc}.notification-badge{align-items:center;animation:pulse 2s infinite;background:#ff4757;border-radius:50%;color:#fff;display:flex;font-size:11px;font-weight:700;height:20px;justify-content:center;min-width:20px;position:absolute;right:-5px;top:-5px}@keyframes pulse{0%{box-shadow:0 0 0 0 #ff4757b3}70%{box-shadow:0 0 0 10px #ff475700}to{box-shadow:0 0 0 0 #ff475700}}.intelligence-container{display:flex;flex-direction:column;margin:0 auto;max-width:1200px;min-height:calc(100vh - 200px);padding:20px}.intelligence-header{align-items:center;display:flex;gap:16px;margin-bottom:32px}.intelligence-title{color:#1a1a1a;font-size:2.5rem;font-weight:700;margin:0}.beta-badge{align-items:center;background-color:#10b981;border-radius:12px;color:#fff;display:flex;font-size:.75rem;font-weight:600;height:24px;padding:0 8px}.intelligence-card{background-color:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;display:flex;flex:1 1;flex-direction:column;overflow:hidden}.chat-header{background-color:#fafafa;border-bottom:1px solid #f0f0f0;padding:24px 32px;text-align:center}.chat-title{color:#1a1a1a;font-size:1.5rem;font-weight:600;margin-bottom:8px}.chat-subtitle{color:#666;font-size:1rem;margin:0}.chat-messages-area{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;min-height:400px;padding:32px}.input-container{max-width:800px;position:relative;width:100%}.intelligence-input{background-color:#f8f9fa;border:2px solid #e9ecef;border-radius:16px;font-size:1.1rem;padding:16px 20px;transition:all .2s ease;width:100%}.intelligence-input:hover{border-color:#007bff}.intelligence-input:focus{background-color:#fff;border-color:#007bff;outline:none}.intelligence-input::placeholder{color:#6c757d;opacity:1}.model-selector{align-items:center;background-color:#ffffffe6;border-radius:8px;bottom:12px;color:#6c757d;display:flex;font-size:.875rem;gap:4px;left:20px;padding:4px 8px;position:absolute}.quick-prompts-container{margin-top:32px;max-width:800px;width:100%}.quick-prompts-title{color:#1a1a1a;font-size:1.25rem;font-weight:600;margin-bottom:16px;text-align:center}.quick-prompts-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.quick-prompt-button{background-color:#fff;border:2px solid #e9ecef;border-radius:12px;color:#1a1a1a;height:auto;justify-content:flex-start;padding:16px 20px;text-align:left;text-transform:none;transition:all .2s ease}.quick-prompt-button:hover{background-color:#f8f9ff;border-color:#007bff}.prompt-icon{align-items:center;color:#007bff;display:flex}.prompt-content{align-items:flex-start;display:flex;flex-direction:column;width:100%}.prompt-header{align-items:center;display:flex;gap:8px;margin-bottom:8px}.prompt-title{color:#1a1a1a;font-size:.875rem;font-weight:600}.prompt-description{color:#6c757d;font-size:.75rem;line-height:1.4}.input-actions{align-items:center;display:flex;gap:8px}.action-button{color:#6c757d;transition:color .2s ease}.action-button:hover{color:#007bff}.send-button{background-color:#007bff;color:#fff;transition:background-color .2s ease}.send-button:hover{background-color:#0056b3}.send-button:disabled{background-color:#e9ecef;color:#6c757d}@media (max-width:768px){.intelligence-container{padding:16px}.intelligence-title{font-size:2rem}.chat-header{padding:20px 24px}.chat-messages-area{padding:24px}.quick-prompts-grid{grid-template-columns:1fr}.input-container{max-width:100%}}@media (max-width:480px){.intelligence-header{align-items:flex-start;flex-direction:column;gap:8px}.intelligence-title{font-size:1.75rem}.chat-header{padding:16px 20px}.chat-messages-area{padding:20px}}body>.skiptranslate{display:none}.VIpgJd-ZVi9od-aZ2wEe-wOHMyf{display:none!important}.skiptranslate>*{display:none}.skiptranslate>#\:0\.targetLanguage{display:block;height:5px;position:relative;z-index:999}.goog-te-combo{border:1px solid #404040;border-radius:12px;font-size:10px!important;padding:.8rem}@media screen and (max-width:768px){.goog-te-combo{font-size:7px!important}}.VIpgJd-suEOdc{border-radius:0!important;display:none!important;margin:0!important;padding:0!important;visibility:hidden!important}.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q{background:#0000!important;box-shadow:none!important}.profile-pic{display:inline-block;position:relative}.profile-pic:hover .edit{display:block}.edit{cursor:pointer;left:85%;padding-right:7px;padding-top:7px;position:absolute;right:0;top:0}.edit a{color:#000}#custom-button{border:1px solid #fff;border-radius:5px;color:#fff;cursor:pointer;font-size:12px;padding:10px}#custom-button,#custom-button:hover{background-color:#2c5fcc}#custom-text{color:#aaa;font-family:sans-serif;font-size:14px;margin-left:10px}.filebox{align-items:center;display:flex;gap:10px;padding-left:5px}.filelabel{font-size:15px}.MuiInputBase-input{padding:12px 10px!important}.custom-textarea{background:#fff;border:1px solid #e5eaf2;border-radius:8px;box-shadow:0 2px 2px #f3f6f9;box-sizing:border-box;color:#1c2025;font-family:IBM Plex Sans,sans-serif;font-size:.875rem;font-weight:400;height:100px;line-height:1.5;padding:8px 12px;resize:none;width:100%}.custom-textarea:hover{border-color:#39f}.custom-textarea:focus{border-color:#007fff;box-shadow:0 0 0 3px #daecff;outline:none}.pac-container{z-index:9999!important}.dotsLoader{animation:l5 1s linear infinite alternate;aspect-ratio:1;border-radius:50%;width:10px}@keyframes l5{0%{background:#000;box-shadow:15px 0 #000,-15px 0 #0002}33%{background:#0002;box-shadow:15px 0 #000,-15px 0 #0002}66%{background:#0002;box-shadow:15px 0 #0002,-15px 0 #000}to{background:#000;box-shadow:15px 0 #0002,-15px 0 #000}}.main-btn{background:#1a73e8!important;border-radius:9px;box-shadow:#6b6a6a;color:#fff!important;padding:6px 17px}.main-btn:hover{background:#07499e!important;box-shadow:#0b0b0b}.main-icon-btn{align-items:center;background:#2b6be2!important;border-radius:9px;box-shadow:#6b6a6a;color:#fff!important;display:flex;gap:10px;justify-content:center;padding:6px 17px}.main-icon-btn:hover{background:#135fec!important;box-shadow:#0b0b0b}.modal-header{background:#f1f7ff!important;border-top-left-radius:12px;border-top-right-radius:12px;color:#344767!important;left:0;margin-bottom:20px;padding:12px;position:absolute;right:0;top:0;width:100%}.modal-label{display:flex;flex-direction:column;font-weight:500;gap:.5rem}.modal-inp{background-color:#f8fafa;border:1px solid #fff;border-radius:10px;box-shadow:0 .5rem 1rem rgba(0,0,0,.075);outline:none;padding:14px 12px 6px;transition:all .2s ease;width:100%}.modal-inp:focus{border-color:#fff}.modal-float-label{background-color:#f8fafa;color:#6b7280;font-size:16px;left:12px;padding:0 4px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s ease}.modal-inp:focus+.modal-float-label,.modal-inp:not(:placeholder-shown)+.modal-float-label{color:#000;font-size:12px;left:10px;top:6px}.remove-btn{align-items:center;border-radius:9px;box-shadow:0 .5rem 1rem rgba(0,0,0,.075)!important;box-shadow:#6b6a6a;color:#1c2025!important;display:flex;gap:10px;justify-content:center;padding:6px 17px}.remove-btn:hover{box-shadow:0 .8rem 2rem #0000004d!important}.css-13cymwt-control,.css-16xfy0z-control{border:none!important}.custom-file-input{background-color:none;border:none;border-radius:6px;box-shadow:0 .5rem 1rem rgba(0,0,0,.075);color:#888!important;cursor:pointer;font-size:16px;outline:none;padding:3px 0;transition:all .2s ease;width:100%}.custom-file-input::-webkit-file-upload-button{display:none}.custom-file-input::file-selector-button{display:none}.custom-file-input:focus{border-color:#fff;box-shadow:0 0 0 2px #0000001a}.custom-file-input::placeholder{color:#888}.input-area{background-color:#fff;border:none!important;border-radius:8px;box-shadow:0 2px 10px #0000001a}.input-area .ant-select-focused .ant-select-selector,.input-area .ant-select-selector{border:none!important;box-shadow:none!important}.floating-input-group{margin-top:1rem;position:relative}.floating-input-group .ant-select-selector,.floating-input-group input{background:#fff;border:none!important;border-radius:6px;box-shadow:0 0 4px #00000026;font-size:16px;height:48px;padding:10px 12px;transition:.3s;width:100%}.floating-input-group label{color:#888;font-size:14px;left:12px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);transition:.2s}.floating-input-group input:focus+label,.floating-input-group input:not(:placeholder-shown)+label{background:#fff;color:#555;font-size:12px;padding:0 4px;top:-10px}.tab{background-color:#f8f9fa;border-radius:9999px;box-shadow:0 4px 10px #0000001a;display:flex;justify-content:flex-end;margin:1rem auto;padding:4px;width:-webkit-fit-content;width:fit-content}.tab-list{display:flex;margin-top:-7px}.tab-button{background-color:initial;border:2px solid #0000;border-radius:9999px;color:#6b7280;cursor:pointer;font-size:.875rem;font-weight:600;padding:8px 16px;transition:all .3s ease}.tab-button.tab-active{background-color:#fff;border:2px solid #007bff}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.no-border-input.MuiOutlinedInput-root{background-color:#f8fafa!important;border-radius:10px!important;box-shadow:0 .5rem 1rem rgba(0,0,0,.075)!important}.no-border-input.MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline,.no-border-input.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline,.no-border-input.MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border:none!important}.custom-input.MuiOutlinedInput-root{background-color:#f8fafa;border-radius:10px;box-shadow:0 .5rem 1rem rgba(0,0,0,.075)}.custom-input.MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline,.custom-input.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline,.custom-input.MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border:none}.cardBody{background:#f7f8fa;border-radius:10px;margin-bottom:10px;padding:10px}.summary{font-size:14px}.evaluation{margin-bottom:10px;margin-top:10px}.input .MuiOutlinedInput-root{background-color:#f8fafa;border-radius:10px;box-shadow:0 .5rem 1rem rgba(0,0,0,.075)!important}.input .MuiOutlinedInput-root fieldset,.input .MuiOutlinedInput-root.Mui-focused fieldset,.input .MuiOutlinedInput-root:hover fieldset{border:1px solid #fff}.tab{background-color:initial!important;border:2px solid #0000;box-shadow:none!important;color:inherit;font-size:14px;padding:10px 0;transition:all .3s}.tab.MuiTab-root{border-radius:9999px;min-height:40px}.tab:not(.selected):hover{background-color:initial!important;box-shadow:none!important}.tab:focus{box-shadow:none;outline:none}.tab.selected{border:2px solid #007bff;box-shadow:0 2px 10px #007bff4d}.modal-inp{border-radius:5px;box-shadow:0 .5rem 1rem rgba(0,0,0,.075)!important;padding:10px}@media (max-width:836px){.tab-container{align-items:center;display:flex;flex-direction:column}.tab{display:block;margin:5px 0;max-width:300px;text-align:center;width:100%}}.ql-snow .ql-editor img{max-width:15%!important}

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{height:1px;left:-100000px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{word-wrap:break-word;box-sizing:border-box;height:100%;line-height:1.42;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;margin:0;padding:0}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"\2022"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"\2611"}.ql-editor ul[data-checked=false]>li:before{content:"\2610"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-increment:list-0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow .ql-toolbar:after,.ql-snow.ql-toolbar:after{clear:both;content:"";display:table}.ql-snow .ql-toolbar button,.ql-snow.ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow .ql-toolbar button svg,.ql-snow.ql-toolbar button svg{float:left;height:100%}.ql-snow .ql-toolbar button:active:hover,.ql-snow.ql-toolbar button:active:hover{outline:none}.ql-snow .ql-toolbar input.ql-image[type=file],.ql-snow.ql-toolbar input.ql-image[type=file]{display:none}.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{color:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media (pointer:coarse){.ql-snow .ql-toolbar button:hover:not(.ql-active),.ql-snow.ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{margin-bottom:5px;margin-top:5px;padding:5px 10px;white-space:pre-wrap}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;padding:2px 4px;width:24px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid #0000;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{margin-top:-9px;position:absolute;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid #0000}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid #0000;box-shadow:0 2px 8px #0003}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;display:none;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.ic_preloader_main{background-color:hsla(0,0%,100%,.815);height:100%;left:0;position:fixed;top:0;width:100%;z-index:99}.ic_preloader_main,.preloader{align-items:center;display:flex;justify-content:center}.preloader{animation:spin-all 5s linear 0s infinite;animation:spin-all calc(var(--sp)*2) linear 0s infinite;height:30vmin;position:relative;transform:scale(.65);width:30vmin}:root{--sp:2.5s}.circle{--in:80%;--ar:#2b6be2;--dt:#fbc343;--shadow:drop-shadow(0vmin 0vmin 0.5vmin #000) drop-shadow(0vmin 1vmin 0.5vmin #0004);--cross:linear-gradient(0deg,#fff0 calc(50% - 2px),#000 calc(50% - 1px) calc(50% + 1px),#fff0 calc(50% + 2px)),linear-gradient(90deg,#fff0 calc(50% - 2px),#000 calc(50% - 1px) calc(50% + 1px),#fff0 calc(50% + 2px));animation:spin-bot 2.5s ease 0s infinite;animation:spin-bot var(--sp) ease 0s infinite;background-image:var(--cross),radial-gradient(var(--dt) 5.5vmin,#fff0 calc(5.5vmin + 1px));background-position:50%;background-repeat:no-repeat;background-size:3vmin 1vmin,1vmin 3vmin,100% 100%;border-bottom:4vmin solid var(--ar);border-left:4vmin solid #fff0;border-radius:100%;border-right:4vmin solid var(--ar);border-top:4vmin solid #fff0;box-sizing:border-box;height:var(--in);position:absolute;right:-10vmin;top:15vmin;width:var(--in)}.circle:nth-child(2){--in:60%;animation:spin-top 2.5s ease 0s infinite;animation:spin-top var(--sp) ease 0s infinite;background-image:var(--cross),radial-gradient(var(--dt) 1.25vmin,#fff0 calc(1.25vmin + 1px));background-size:1.4vmin 1vmin,1vmin 1.4vmin,100% 100%;right:-4vmin;top:-2vmin;transform:rotate(-45deg)}.circle:nth-child(3){--in:100%;animation:spin-left 2.5s ease .625s infinite;animation:spin-left var(--sp) ease calc(var(--sp)/4) infinite;background-image:var(--cross),radial-gradient(var(--dt) 9vmin,#fff0 calc(9vmin + 1px));background-size:5vmin 1vmin,1vmin 5vmin,100% 100%;left:-13vmin;top:-5vmin;transform:rotate(175deg)}.circle:nth-child(4){--in:60%;animation:spin-last 2.5s ease -3.125s infinite;animation:spin-last var(--sp) ease calc((var(--sp)/4 + var(--sp))*-1) infinite;background-image:var(--cross),radial-gradient(var(--dt) 2.5vmin,#fff0 calc(2.5vmin + 1px));background-size:2vmin 1vmin,1vmin 2vmin,100% 100%;left:-6vmin;top:35vmin;transform:rotate(-280deg)}@keyframes spin-all{0%{transform:rotate(0deg) scale(.65)}to{transform:rotate(1turn) scale(.65)}}@keyframes spin-top{0%{transform:rotate(-45deg)}to{transform:rotate(315deg)}}@keyframes spin-bot{0%,35%{transform:rotate(0deg)}80%,to{transform:rotate(-1turn)}}@keyframes spin-left{0%,35%{transform:rotate(175deg)}80%,to{transform:rotate(535deg)}}@keyframes spin-last{0%,10%{transform:rotate(-280deg)}90%,to{transform:rotate(-640deg)}}.privacy_main{display:flex;padding:0 40px}@media only screen and (max-width:767.98px){.privacy_main{flex-direction:column}}.section_heading{font-size:24px;font-weight:700;margin:12px 0}.privacy_main .privacy_policy_content{width:calc(100% - 353px)}@media only screen and (max-width:1399.98px){.privacy_main .privacy_policy_content{width:calc(100% - 254px)}}@media only screen and (max-width:767.98px){.privacy_main .privacy_policy_content{width:100%}}.ic_privacy_policy{background-color:#fff;background-position:top;background-repeat:no-repeat;overflow-x:hidden;padding:100px 0}@media only screen and (max-width:1650px){.ic_privacy_policy{padding-top:150px}}@media only screen and (max-width:1199.98px){.ic_privacy_policy{padding-top:100px}}.privacy_policy_sidebar{width:353px}@media only screen and (max-width:1399.98px){.privacy_policy_sidebar{width:254px}}@media only screen and (max-width:767.98px){.privacy_policy_sidebar{width:100%}}.privacy_policy_sidebar ul{border-left:1px solid #d6dae1;position:relative}@media only screen and (max-width:767.98px){.privacy_policy_sidebar ul{border-left:0;display:flex;flex-wrap:wrap;padding-bottom:20px!important}}.privacy_policy_sidebar ul li{list-style:none}.privacy_policy_sidebar ul li a{color:#1b2533;display:inline-block;font-weight:500;padding:12px 17px;position:relative;transition:.3s}@media only screen and (max-width:767.98px){.privacy_policy_sidebar ul li a{padding:8px 7px}}.privacy_policy_sidebar ul li a:after{background-color:#2b6be2;content:"";height:100%;left:0;position:absolute;top:0;transform:scaleY(0);transition:.3s;width:1px}@media only screen and (max-width:767.98px){.privacy_policy_sidebar ul li a:after{bottom:0;height:1px;top:auto;width:100%}}.privacy_policy_sidebar ul li a.active{background:#0000;color:#2b6be2}.privacy_policy_sidebar ul li a.active:after{transform:scaleY(1)}.privacy_policy_sidebar ul li a:hover{color:#2b6be2}.privacy_policy_sidebar ul li a:hover:after{transform:scaleY(1)}.pricing-plan-card{align-items:center;background-color:#2b6be2;border:1px solid #d6dae1;border-radius:16px;display:flex;flex-direction:column;gap:32px;height:100%;margin:auto;max-width:320px;overflow:hidden;position:relative;transition:.3s;width:100%;z-index:1}.pricing-plan-card .top-section{padding:24px}.pricing-plan-card .top-section h2{color:#fff;font-size:28px;font-weight:600;text-align:center}.pricing-plan-card .top-section p{color:#fff;font-size:16px;font-weight:500;text-align:center}.pricing-plan-card .description-section{background-image:url(/static/media/pricingBG.1b21359db42942c86ad3.svg);background-position:top;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;gap:12px;height:100%;overflow:hidden;padding:16px;position:relative;width:100%}.description-section .price{display:flex;height:42px;justify-content:center;margin-top:12px}.description-section .price h2{color:#fff;font-size:48px;font-weight:600;text-align:center}.description-section .price .dollar,.description-section .price h4{color:#fff;text-align:center}.description-section .div-box{background:#ffffffb2;border-radius:12px;font-size:12px;font-weight:600;margin:1rem auto auto;padding:8px;text-align:center;width:94px}.description-section .pricing-content{background-color:#fff;border-radius:10px;display:flex;flex-direction:column;gap:16px;height:100%;justify-content:start;min-height:32rem;padding:20px 12px}.description-section .pricing-content .item{align-items:center;display:flex;gap:6px}.description-section .pricing-content .item p{font-size:12px;font-weight:500}.blue-tick-icon-wrapper{border-radius:50%;height:21px;width:21px}.blue-tick-icon-wrapper img{height:20px;width:20px}.ic-btn-primary{background-color:#2b6be2;width:100%}.ic-btn-danger{background-color:#f93b3b;width:25%}.ic-btn-go-to-pro{border:none;border-radius:8px;color:#fff;margin-top:12px;padding:1rem 8px;text-align:center}.button_cursor{cursor:pointer}.idealFor{color:#2b6be2;font-size:14px}.pricing-button{bottom:4%;left:8%;position:absolute;width:85%}.ic-pricing-item .pricing-button{margin-top:auto;width:100%}.ic-pricing-item .pricing-button .ic-btn,.ic-pricing-item .pricing-button .ic-btn-gray,.ic-pricing-item .pricing-button .ic-btn-white{background-color:#eaecf0;border:1px solid #d6dae1;color:#2b6be2}.ic-pricing-item .pricing-button .ic-btn-gray:hover,.ic-pricing-item .pricing-button .ic-btn-white:hover,.ic-pricing-item .pricing-button .ic-btn:hover{background-color:#2b6be2;border:1px solid #2b6be2;color:#fff}.ic-pricing-item:hover{box-shadow:0 40px 60px 0 #8686861a}.ic-pricing-item:hover .ic-btn,.ic-pricing-item:hover .ic-btn-gray,.ic-pricing-item:hover .ic-btn-white{background-color:#2b6be2;border:1px solid #2b6be2;color:#fff}.skillsgap h1{font-weight:700;margin:.5rem 0;text-align:center}.skills-heading,.skillsgap h2{font-size:22px;font-weight:700;margin:.5rem 0}.skillsgap h3{font-size:20px}.skillsgap h3,.skillsgap h4{font-weight:600;margin:1rem 0}.skillsgap h4{font-size:18px}.skillsgap p{margin:1rem .5rem}.skillsgap p strong{font-size:18px}.skillsgap ul li{list-style:disc none outside;list-style:initial;margin:.5rem 0 .5rem 1.5rem}.skillsgap br{display:none}@media (max-width:525px){.skillsgap h1{font-size:22px;line-height:30px}.skills-heading{font-size:20px}.skillsgap h2{font-size:18px}.skillsgap h3,.skillsgap h4,.skillsgap p strong{font-size:16px}}.custom-cancel-button{box-shadow:0 .5rem 1rem rgba(0,0,0,.075)!important;color:#1c2025!important}.custom-cancel-button:hover{box-shadow:0 .8rem 2rem #0000004d!important}.custom-gradient-button{background:#4e9bff!important;color:#fff!important}.custom-gradient-button:hover{background:#3e8bdf!important}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-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-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{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{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.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{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.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{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.9a40a476.css.map*/