div.quFull {
    --header: 44px;
    width: 100vw;
    height: 100vh;
    background: rgb( 40, 45, 57 );
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}
div.quFull * {
    color: rgb( 254, 254, 254 );
    box-sizing: border-box;
}
div.quFull .greenText, div.quFull .greenText * { color: rgb( 97, 192, 140 ) !important; }
div.quFull .redText, div.quFull .redText * { color: rgb( 235, 50, 50 ) !important; }
div.quFull div.quHeader {
    width: 100%;
    height: calc( var( --header ) + 8px );
    padding: 4px 0px;
    border-bottom: 1px solid rgb( 254, 254, 254, 0.1 );
}
div.quFull div.quHeader span.back {
    display: inline-block;
    width: var( --header );
    header: var( --header );
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
    line-height: var( --header );
}
div.quFull div.quHeader span.title {
    display: inline-block;
    width: calc( 100% - var( --header ) - 8px );
    height: var( --header );
    padding-right: var( --header );
    font-weight: bold;
    text-align: center;
    vertical-align: top;
    line-height: var( --header );
}
div.quFull div.quBody {
    width: 100%;
    height: calc( 100% - var( --header ) + 8px );
    padding: 20px 20px 180px 20px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
div.quFull div.quBody::-webkit-scrollbar {
    display: none;
}
div.qu.main div.card {
    padding: 20px;
    padding-bottom: 14px;
    margin-bottom: 16px;
    background: rgb( 254, 254, 254, 0.1 );
    border-radius: 8px;
}
div.qu.main div.card div.title {
    width: calc(100% + 40px);
    padding: 12px 20px;
    margin-top: -20px;
    margin-left: -20px;
    margin-bottom: 8px;
    background: rgb(254, 254, 254, 0.1);
    font-weight: bold;
    border-radius: 5px 5px 0px 0px;
}
div.qu.main img.slogan {
    display: block;
    width: 100%;
    height: 175px;
    border-radius: 8px 8px 0px 0px;
    object-fit: cover;
}
div.qu.main div.slogan {
    width: 100%;
    height: 36px;
    background: rgb( 214, 198, 157 );
    line-height: 36px;
    text-align: center;
    border-radius: 0px 0px 8px 8px;
}
div.qu.main div.card.info div.income {
    height: 50px;
    margin-bottom: 8px;
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid rgb( 254, 254, 254, 0.1 );
}
div.qu.main div.card.info div.income span {
    font-size: 26px;
    font-weight: bold;
}
div.qu.main div.recordButton {
    margin-top: 24px;
    padding: 12px 20px;
    background: rgb(254, 254, 254, 0.1);
    border-radius: 5px;
}
div.qu.main div.recordButton * {
    vertical-align: middle;
}
div.qu.main div.project {
    margin-top: 24px;
}
div.qu.main div.project div.coins { margin-bottom: 8px; }
div.qu.main div.project div.coins button {
    display: inline-block;
    padding: 12px 24px;
    margin-right: 8px;
    background: rgb(254, 254, 254, 0.1);
    font-size: 16px;
    font-weight: bold;
    border: 0px;
    border-radius: 5px;
    box-shadow: none;
}
div.qu.main div.project div.coins button.active { background: rgb(254, 254, 254, 0.3); }
div.qu.main div.project div.directions { margin-bottom: 8px; }
div.qu.main div.project div.directions button {
    display: inline-block;
    padding: 6px 20px;
    margin-right: 4px;
    background: rgb(254, 254, 254, 0.1);
    border: 0px;
    border-radius: 5px;
    box-shadow: none;
}
div.qu.main div.project div.directions button.active { background: rgb(254, 254, 254, 0.3); }
div.qu.main div.project ul.items { list-style: none; }
div.qu.main div.project ul.items li {
    display: block;
    padding: 12px;
    margin-bottom: 8px;
    background: rgb(254, 254, 254, 0.1);
    border-radius: 5px;
}
div.qu.main div.project ul.items li p.duration {
    display: block;
    padding-bottom: 4px;
    margin-bottom: 8px;
    font-weight: bold;
    border-bottom: 1px solid rgb(254, 254, 254, 0.2);
}
div.qu.main div.project ul.items li p.duration span.lever {
    float: right;
    display: inline-block;
    padding: 0px 8px;
    font-size: 13px;
    font-weight: normal;
    background: rgb(254, 254, 254, 0.2);
    border-radius: 2px;
}
div.qu.main div.project ul.items li p.annualized span {
    font-size: 24px;
}
div.qu.main div.project ul.items li div.button {
    margin-top: 24px;
    text-align: right;
}
div.qu.main div.project ul.items li div.button button {
    display: inline-block;
    padding: 6px 28px;
    margin-right: 4px;
    background: rgb( 97, 192, 140 );
    font-size: 16px;
    border: 0px;
    border-radius: 5px;
    box-shadow: none;
}
div.qu.main div.project div.input2 { position: relative; }
div.qu.main div.project div.input2 input {
    width: 100%;
    height: 40px;
    margin-top: 2px;
    padding: 0px 16px;
    background: rgb( 254, 254, 254, 0.2 );
    font-size: 16px;
    border: 0px;
    border-radius: 5px;
}
div.qu.main div.project div.input2 span {
    line-height: 40px;
    position: absolute;
    right: 16px;
    top: 2px;
}
div.quFull.form {
    background: rgb( 40, 45, 57, 0.35 );
}
div.quFull .hidden {
    display: none !important;
}
div.quFull.form div.main {
    width: 100%;
    min-height: auto;
    padding-bottom: 140px;
    background: rgb( 40, 45, 57 );
    border-radius: 8px 8px 0px 0px;
    border-top: 1px solid rgb( 254, 254, 254, 0.25 );
    position: absolute;
    bottom: 0px;
}
div.quFull.form div.main div.quBody {
    max-height: 60vh;
    padding: 20px;
}
div.quFull.form div.main div.submit {
    width: calc( 100% - 40px );
    padding: 8px 0px;
    margin: 16px auto 16px auto;
    background: rgb( 97, 192, 140 );
    text-align: center;
    font-size: 16px;
    border-radius: 8px;
}
div.quFull.form div.inputs {
    margin-bottom: 16px;
}
div.quFull.form div.inputs p.title {
    margin-bottom: 4px;
}
div.quFull.form div.inputItem {
    height: 40px;
    position: relative;
}
div.quFull.form div.inputItem input, div.quFull.form div.inputItem select {
    width: 100%;
    height: 100%;
    padding: 0px 16px;
    background: rgb( 254, 254, 254, 0.2 );
    font-size: 16px;
    border: 0px;
    border-radius: 5px;
}
div.quFull.form div.inputItem span.tag {
    display: block;
    width: auto;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0px;
    right: 16px;
}
div.quFull.form div.inputItem p.balance {
    margin-top: 2px;
    font-size: 13px;
    text-align: right;
}
div.quFull.form p.fee {
    display: block;
    margin-top: 30px;
    padding-top: 8px;
    font-size: 14px;
    border-top: 1px solid rgb(254, 254, 254, 0.1);
    opacity: 0.75;
}
div.quFull.form div.card {
    padding: 16px;
    padding-bottom: 14px;
    margin-top: 48px;
    background: rgb( 254, 254, 254, 0.1 );
    border-radius: 8px;
}
div.qu.record ul.record li {
    display: block;
    padding: 16px;
    margin-bottom: 8px;
    background: rgb( 254, 254, 254, 0.1 );
    border-radius: 8px;
    position: relative;
}
div.qu.record ul.record li p {
    font-size: 14px;
}
div.qu.record ul.record li p.lever {
    display: block;
    padding: 2px 10px;
    background: rgb( 254, 254, 254, 0.25 );
    font-size: 12px;
    border-radius: 3px;
    position: absolute;
    right: 16px;
    top: 16px;
}
div.qu.record ul.record li p.coin {
    font-size: 16px;
    font-weight: bold;
}
div.qu.record ul.record li p.project {
    padding-bottom: 4px;
    margin-bottom: 4px;
    font-size: 13px;
    opacity: 0.75;
    border-bottom: 1px solid rgb( 254, 254, 254, 0.25 );
}
div.qu.record ul.record li p.income {
    margin: 16px 0px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}
div.qu.record ul.record li p.income span.sy {
    color: rgb( 254, 254, 254 ) !important;
    font-size: 14px;
    font-weight: normal;
    opacity: 0.75;
}
div.qu.record ul.record li button {
    display: block;
    width: 100%;
    padding: 8px 0px;
    margin-top: 16px;
    background: rgb(97, 192, 140);
    font-size: 16px;
    border: 0px;
    border-radius: 5px;
    box-shadow: none;
}