.calc-wrapper{grid-gap:8px;background:var(--black-light);width:484px;height:auto;padding:var(--section-gap);border-radius:var(--border-radius-mid);flex-direction:column;justify-content:center;align-items:start;display:flex}.calc-wrapper .glassy-wrap{margin-top:12px;z-index:0!important}.calc-wrapper h2{margin-left:-3px}.calc-info{margin-top:-4px;margin-bottom:10px;font-size:14px!important}.calc-info p{font-size:14px!important}.calc-inputs{grid-gap:8px;flex-direction:column;width:100%;display:flex;position:relative}.calc-row{border:1px solid var(--black-light-light);border-radius:15px;justify-content:space-between;padding-left:8px;display:flex}.calc-row.second{background:var(--black-light-light);border-color:var(--black-light-light)}.calc-input-wrapper{flex-direction:column;flex:1;display:flex;position:relative}.calc-input{letter-spacing:-1px;color:#fff;vertical-align:top;background:0 0;border:none;outline:none;width:100%;margin-top:-6px;margin-bottom:6px;padding-left:7px;font-size:40px;font-weight:400;line-height:1}.calc-currency{color:#aaa;font-size:16px;font-weight:500;position:absolute;top:50%;right:0;transform:translateY(-50%)}.calc-swap{background:var(--black-light);border:5px solid var(--black-light);color:#fff;cursor:pointer;border-radius:50%;width:46px;height:46px;margin:0 auto;font-size:20px;position:absolute;top:54.5%;left:50%;transform:translate(-50%,-50%)}.calc-input-top{justify-content:space-between;align-items:center;margin-top:8px;padding:0 8px;display:flex}.calc-input-top-right{background:var(--black-light-light-light);grid-gap:6px;border-radius:100px;justify-content:end;align-items:center;height:24px;margin-top:-7px;margin-right:-6px;padding-left:2px;padding-right:10px;display:flex}.calc-row:first-child .calc-input-top-right{background:var(--black-light-light)!important}.calc-input-top-right h5{margin-bottom:-7px}.calc-input-top-right img{width:20px;height:20px}.calc-input-bottom{justify-content:space-between;align-items:center;margin-top:2px;margin-bottom:0;padding:0 6px;font-size:14px;display:flex}.calc-rate{margin-top:-4px;margin-bottom:7px;margin-left:7px;font-size:14px}@media screen and (max-width:600px){.calc-wrapper{grid-gap:8px;background:var(--black-light);width:auto;height:auto;padding:var(--section-gap);border-radius:var(--border-radius-mid);z-index:10;flex-direction:column;justify-content:center;align-items:start;display:flex}}
