/***********************************************************
|* Author: Naaba Technologies LLC. Columbus Ohio USA
|* Author Website: https://naabatechs.com/
|* Credits: Niel(ADA) Technologies Inc.
|* Repos: https://github.com/naabatechs/
|*********************| Version: v1.6.24 |*******************
|* Licensed Under MIT
|* This project is provided as is with no copyright infringement
|* of any kind. Deal with it however you want.
|* We do apologize for but do not take responsibility for the
|* damages caused thereafter using this artwork.
|* License: https://naabatechs.com/license/freelicence
************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");:root{--vs-primary:29 92 255}dialog{margin:auto;padding:1rem 3rem;background:white;max-width:400px;padding-top:2rem;border-radius:20px;border:0;-webkit-box-shadow:0 5px 30px 0 rgba(0,0,0,0.1);box-shadow:0 5px 30px 0 rgba(0,0,0,0.1);-webkit-animation:fadeIn 1s ease both;animation:fadeIn 1s ease both}dialog::-ms-backdrop{-webkit-animation:fadeIn 1s ease both;animation:fadeIn 1s ease both;background:rgba(255,255,255,0.4);z-index:2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}dialog::backdrop{-webkit-animation:fadeIn 1s ease both;animation:fadeIn 1s ease both;background:rgba(255,255,255,0.4);z-index:2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}dialog .x{-webkit-filter:grayscale(1);filter:grayscale(1);border:none;background:none;position:absolute;top:15px;right:10px;-webkit-transition:ease filter,-webkit-transform 0.3s;transition:ease filter,-webkit-transform 0.3s;transition:ease filter,transform 0.3s;transition:ease filter,transform 0.3s,-webkit-transform 0.3s;cursor:pointer;-webkit-transform-origin:center;transform-origin:center}dialog .x:hover{-webkit-filter:grayscale(0);filter:grayscale(0);-webkit-transform:scale(1.1);transform:scale(1.1)}dialog h2{font-weight:600;font-size:2rem;padding-bottom:1rem}dialog p{font-size:1rem;line-height:1.3rem;padding:0.5rem 0}dialog p a:visited{color:rgb(29,92,255);color:rgb(var(--vs-primary))}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.bottom-sheet{position:fixed;top:0;left:0;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:0;pointer-events:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-transition:opacity 0.2s ease;transition:opacity 0.2s ease;z-index:2147483647}.bottom-sheet.show{opacity:1;pointer-events:auto}.bottom-sheet .sheet-overlay{position:fixed;top:0;left:0;z-index:-1;width:100%;height:100%;opacity:0.4;background:#000;-webkit-transition:opacity 0.2s ease;transition:opacity 0.2s ease}.bottom-sheet .content{display:block!important;width:100%;position:relative;background:#fff;color:#1c1c1e;max-height:100vh;height:50vh;padding:16px 20px 40px;-webkit-transform:translateY(100%);transform:translateY(100%);border-radius:20px 20px 0 0;-webkit-box-shadow:0 -10px 30px rgba(0,0,0,0.1);box-shadow:0 -10px 30px rgba(0,0,0,0.1);-webkit-transition:-webkit-transform 0.3s cubic-bezier(0.25,0.8,0.25,1);transition:-webkit-transform 0.3s cubic-bezier(0.25,0.8,0.25,1);transition:transform 0.3s cubic-bezier(0.25,0.8,0.25,1);transition:transform 0.3s cubic-bezier(0.25,0.8,0.25,1),-webkit-transform 0.3s cubic-bezier(0.25,0.8,0.25,1)}.bottom-sheet.show .content{-webkit-transform:translateY(0%);transform:translateY(0%)}.bottom-sheet.dragging .content{-webkit-transition:none;transition:none}.bottom-sheet.fullscreen .content{border-radius:0;padding-top:44px}.bottom-sheet .header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-bottom:8px}.header .drag-icon{cursor:-webkit-grab;cursor:grab;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:8px;margin-top:-8px}.header .drag-icon span{height:5px;width:36px;display:block;background:#d1d1d6;border-radius:50px}.bottom-sheet .body{height:100%;overflow-y:auto;padding:8px 0;scrollbar-width:none;-webkit-overflow-scrolling:touch}.bottom-sheet .body::-webkit-scrollbar{width:0;display:none}.bottom-sheet .body h2{font-size:1.4rem;font-weight:600;margin-bottom:1rem}.bottom-sheet .body p{margin-bottom:1rem;font-size:1rem;color:#636366}@media (prefers-color-scheme:dark){.bottom-sheet .content{background:#1c1c1e;color:#f5f5f7}.bottom-sheet .body p{color:#aeaeb2}.header .drag-icon span{background:#3a3a3c}}