@import"https://fonts.googleapis.com/css2?family=Poppins: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";*,*:after,*:before{padding:0;margin:0;box-sizing:border-box;font-family:Poppins,sans-serif}body{position:relative;user-select:none;-ms-user-select:none;-webkit-user-select:none}canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;display:block;background:linear-gradient(90deg,#030828,#030828);background-size:cover;background-repeat:no-repeat;background-attachment:fixed}#app{height:100dvh;width:100dvw;width:100vw;display:block}#app>div{display:flex;width:100%;height:100%;justify-content:center;flex-direction:column}header{width:100%;height:45px;display:grid;grid-template-columns:repeat(2,1fr);justify-content:center;align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a}header>div{display:flex;justify-content:center;text-align:center;align-items:center;height:100%;font-size:1.2rem;font-weight:600;cursor:pointer;color:#fff;position:relative}main{display:flex;justify-content:center;align-items:center;flex:1}main .parentSlide{display:flex;width:650px;border-radius:3px;perspective:1000px;position:relative;height:500px;justify-content:center;flex-direction:column;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;box-shadow:0 0 10px #0000001a;border:1px solid rgba(255,255,255,.2);margin:10px;overflow:hidden}.flipper{position:absolute;width:100%;height:100%;transition:.6s;transform-style:preserve-3d}.parentSlide.flipped .flipper{transform:rotateY(180deg)}.converter-container,.temperature-container{display:flex;width:100%;border-radius:3px;backface-visibility:hidden;position:absolute;height:100%;justify-content:center;top:0;left:0;flex-direction:column}.converter-container>div{width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.temperature-container{transform:rotateY(180deg)}.converter-container>div h3{color:#fff;text-align:center;margin:10px 0;font-size:1.5em}.temperature-container>div{width:100%;height:100%;display:flex;flex-direction:column}.temperature-container>div h3{color:#fff;text-align:center;margin:10px 0;font-size:1.5em}.temperature-container>div>div{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.content-wrapper{width:100%;flex-direction:column;flex:1;display:flex;justify-content:center;align-items:center}.amount-container{flex-direction:column;display:flex;justify-content:flex-start;align-items:center;width:100%}.amount-container>input{width:80%;border-radius:3px;padding:10px;font-size:1em;font-weight:600;color:#e9e9e9;outline:none;border:none;box-shadow:1px 1px 5px #00000057;background:linear-gradient(278deg,#357c8c82,#5f658d7a)}.amount-container>input::-webkit-outer-spin-button,.amount-container>input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.amount-container>input::placeholder{color:#e9e9e9}.formcode{width:80%;display:flex;justify-content:flex-start;font-weight:600;color:#fff;font-size:1em}.contentWraper{display:grid;grid-template-columns:1fr 75px 1fr;align-items:center;justify-content:space-between;width:80%}.contentWraper .manen{padding:2.2em .3em .3em;display:flex;align-items:center}.contentWraper>div{display:flex;flex-direction:column;margin:15px 0}.active{border-bottom:2px solid #fff}.contentWraper .manen>button{width:45px;display:flex;height:45px;cursor:pointer;align-items:center;background:none;border-radius:50%;justify-content:center;outline:none;border:none;transition:.2s ease-in;overflow:hidden}.contentWraper .manen>button:active{transition:.2s ease-in-out;transform:scale(1.1)}.contentWraper .manen>button>img{height:90%;width:90%}.ValueReturn{width:80%;background-color:#f0f0f0;-webkit-backdrop-filter:blur(19px);backdrop-filter:blur(19px);font-weight:600;cursor:pointer;outline:none;margin:10px 0;color:#313030;border:none;box-shadow:1px 1px 5px #00000057;font-size:1.2em;padding:.5em;border-radius:3px;color:linear-gradient(278deg,#357c8c82,#5f658d7a);transition:.1s ease-out}.ValueReturn:hover{transform:scale(1.01);transition:.1s ease-out}.RESULTBOX{width:80%;display:inline;text-align:center;margin:1em 0;padding:1em;box-shadow:1px 1px 5px #00000057;background:linear-gradient(278deg,#357c8c82,#5f658d7a);font-weight:600;font-size:1.2em;cursor:pointer;color:#fff;word-spacing:.2em}footer{width:100%;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;font-weight:500}.custom-dropdown{position:relative;width:100%;max-width:300px}.dropdown-selected{background:transparent;border:2px solid #e1e5e9;border-radius:12px;padding:10px;cursor:pointer;display:grid;grid-template-columns:1fr 10px 10px;justify-content:space-between;align-items:center;transition:all .3s ease;font-size:16px}.dropdown-selected:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea26}.dropdown-selected.active{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.dropdown-selected .placeholder{color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all}.dropdown-selected .value{color:#333}.dropdown-arrow{width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #666;transition:transform .3s ease}.dropdown-selected.active .dropdown-arrow{transform:rotate(180deg)}.dropdown-options{position:absolute;top:100%;left:0;right:0;background:#fff;-webkit-backdrop-filter:blur(10px) brightness(25.9);backdrop-filter:blur(10px) brightness(25.9);border:2px solid #e1e5e9;border-top:none;border-radius:0 0 12px 12px;max-height:200px;overflow-y:auto;z-index:1000;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease;box-shadow:0 8px 25px #00000026}.dropdown-options:hover::-webkit-scrollbar-thumb{background:#f0f}.dropdown-options::-webkit-scrollbar{width:9px;transition:1s ease-in-out}.dropdown-options.show{opacity:1;visibility:visible;transform:translateY(0)}.contentwrapper{display:flex;flex-direction:column;width:100%}.dropdown-option{padding:12px 20px;cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid #f0f}.dropdown-option:last-child{border-bottom:none}.dropdown-option:hover{background-color:#f8f9ff;color:#667eea}.dropdown-option.selected{background-color:#667eea;color:#fff}.dropdown-temperate{padding:12px 20px;cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid #f0f}.dropdown-temperate:last-child{border-bottom:none}.dropdown-temperate:hover{background-color:#f8f9ff;color:#667eea}.dropdown-temperate.selected{background-color:#667eea;color:#fff}.dropdown-search{padding:12px 20px;border:none;border-bottom:2px solid #e1e5e9;width:100%;font-size:14px;outline:none;position:sticky;top:0;left:0}.dropdown-search:focus{border-bottom-color:#667eea}.clear-button{position:absolute;right:45px;top:50%;transform:translateY(-50%);background:none;border:none;color:#999;cursor:pointer;font-size:18px;padding:2px;opacity:0;transition:opacity .3s ease}.dropdown-selected:hover .clear-button{opacity:1}.clear-button:hover{color:#ff4757}.spiro{transition:.2s ease-in-out;animation:winn 1s linear infinite}@keyframes winn{0%{transform:rotate(360deg)}}.indicateError{animation:funds 2s linear 1;transition:2s linear}@keyframes funds{0%{box-shadow:1px 1px 5px #e90303}}@media only screen and (max-width:500px){header>div{font-size:1em}main .parentSlide{width:100%;margin:0;background:#0000008a}.amount-container>input,.formcode{width:95%}.contentWraper,.ValueReturn,.RESULTBOX{width:95%}header{background:#0000008a}footer{background:#0000008a}}@media only screen and (max-width:450px){header>div{font-size:.8em}.converter-container>div h3{font-size:1.3em}.RESULTBOX,.ValueReturn{font-size:1em}.dropdown-options{position:fixed;top:22px;left:0;width:96%;min-height:68vh;margin:auto}}@media only screen and (max-width:350px){footer{font-size:.8em}}/*!
* Toastify js 1.12.0
* https://github.com/apvarun/toastify-js
* @license MIT licensed
*
* Copyright (C) 2018 Varun A P
*/.toastify{padding:12px 20px;color:#fff;display:inline-block;box-shadow:0 3px 6px -1px #0000001f,0 10px 36px -4px #4d60e84d;background:-webkit-linear-gradient(315deg,#73a5ff,#5477f5);background:linear-gradient(135deg,#73a5ff,#5477f5);position:fixed;opacity:0;transition:all .4s cubic-bezier(.215,.61,.355,1);border-radius:2px;cursor:pointer;text-decoration:none;max-width:calc(50% - 20px);z-index:2147483647}.toastify.on{opacity:1}.toast-close{background:transparent;border:0;color:#fff;cursor:pointer;font-family:inherit;font-size:1em;opacity:.4;padding:0 5px}.toastify-right{right:15px}.toastify-left{left:15px}.toastify-top{top:-150px}.toastify-bottom{bottom:-150px}.toastify-rounded{border-radius:25px}.toastify-avatar{width:1.5em;height:1.5em;margin:-7px 5px;border-radius:2px}.toastify-center{margin-left:auto;margin-right:auto;left:0;right:0;max-width:fit-content;max-width:-moz-fit-content}@media only screen and (max-width: 360px){.toastify-right,.toastify-left{margin-left:auto;margin-right:auto;left:0;right:0;max-width:fit-content}}
