@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);.button_appButton__UtEbn{align-items:center;border:none;border-radius:50px;cursor:pointer;display:flex;height:100%;justify-content:center;position:fixed;transition:all .3s ease;width:100%}.button_appButton__UtEbn:hover{background-color:var(--button-hover-background)}.button_avatar__-e9Jv{aspect-ratio:1/1;border-radius:50%;object-fit:cover;width:100%}:root{--general-text:#767676;--general-text-RGB:118,118,118;--general-white-pure:#fff;--general-white-pure-RGB:255,255,255;--background-widget:#fff;--background-widget-RGB:255,255,255;--background-widget-header:#0a0d36;--background-widget-header-RGB:10,13,54;--background-widget-content:#f4f5f7;--background-widget-content-RGB:244,245,247;--content-text:#0a0d36;--content-text-RGB:10,13,54;--button-background:#0a0d36;--button-background-RGB:10,13,54;--button-hover-background:#0a0d3680;--button-hover-background-RGB:10,13,54}@tailwind base;@tailwind components;@tailwind utilities;*{box-sizing:border-box;margin:0;padding:0}html{font-size:15px}#root,.App,body,html{font-family:Inter,system-ui,sans-serif;height:100%;width:100%}.rtl{direction:rtl}.loader{background:var(--white-general);height:100vh;left:0;opacity:.3;position:fixed;top:0;width:100vw;z-index:9999}.lds-ripple{display:inline-block;height:80px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:80px}.lds-ripple div{animation:lds-ripple 1s cubic-bezier(0,.2,.8,1) infinite;border:4px solid #000;border-radius:50%;opacity:1;position:absolute}.lds-ripple div:nth-child(2){animation-delay:-.5s}@keyframes lds-ripple{0%{height:0;left:36px;opacity:0;top:36px;width:0}4.9%{height:0;left:36px;opacity:0;top:36px;width:0}5%{height:0;left:36px;opacity:1;top:36px;width:0}to{height:72px;left:0;opacity:0;top:0;width:72px}}.backdrop-entering{animation:showBackdrop .4s ease-out}.backdrop-exiting{animation:hideBackdrop .4s ease-out}.app-container{display:flex;height:100vh}@media(min-width:1024px){.app-container{background-color:#f4f5f7}}.main-outer{width:100%}@media(min-width:1024px){.main-outer{background-color:#f4f5f7;display:flex;padding:20px}}.markdown>*{all:revert}ol{list-style:decimal;padding-left:2rem;padding-right:2rem}ol li{white-space:normal}a{overflow-wrap:anywhere;@apply font-medium text-blue-600 dark:text-blue-500 text-decoration-none hover:underline}code.language-json{background-color:#f4f4f4;border-radius:10px;box-sizing:border-box;direction:ltr;display:block;max-width:100%;overflow-wrap:break-word;padding:10px;white-space:pre-wrap}