@charset "UTF-8";

:root{
    --primary-color: #afa04c;
    --secondary-color: #4e4e4e;
    --background-color: #f5f5f5;
    --text-color: #333333;
    --active-color: #04c50e;
    --frm-background-color: #ffffff;
    --font-family: 'Inter', 'sans-serif';
    --critical: #f00;
    --active: #06c044;
    --warning: #f0d396;
}
html,
body {
    background-color: var(--background-color);
    color: var(--text-color);
    font-family: var(--font-family);
    margin: 0;
    padding: 0;
    font-size:1rem;
}
a {
    color: var(--primary-color);
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    color: var(--secondary-color);
}
.critical{color: var(--critical);}
.warning{color: var(--warning);}
.active{color: var(--active);}
input, select, textarea, button {
    font-family: var(--font-family);
    font-size: 1em;
    color: var(--text-color);
    padding: 0.5em;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    outline: transparent;
    width: 100%;
}
 button {
    color: #fff;
    border: none;
    transition: background-color 0.3s ease;
}
h1{
   font-size: 2em;
   font-weight: 800;
}
.cmd-tip{
    font-size: 0.7em;
    color: #666;
    margin-top: 0.15em;
}
.field-err{
    font-size: 0.8em;
    color: #fa0505;
    margin-bottom: 0.25em;
}
#cwsapp{ 
    position: relative;
}
#cws-app-body{
    position: relative;
}
#cws-app-head{
    position: fixed;
    width: 100%;
    z-index: 9999;
    background-color: #cec7af;
    left:0;
    top:0;
    min-height: 49px;
}
#app-progrs-beam{
    background-color: red;
    width:100%;
    height: 2px;
}
#app-head-frame{
    position: relative;
    width: 90%;
    margin: auto;
    height: 54px;
}
#app-brand-frame1{
    left: 90px;
    position: absolute;
    top: 2px;
}
#app-brand-frame2{
    right: 60px;
    position: absolute;
    top: 14px;
    display: flex;
    gap: 27px;
    align-items: center;
    font-size: 1.6rem;
}
#app-brand-frame2>div{
    position:relative;
}
#app-brand-frame2 a{
    font-style: normal;
    color: #000;
    transition: all .6s;
}
#app-brand-frame2 a:hover{
    font-style: normal;
    color: var(--primary-color);
}
#app-brand-frame2>div:last-child{
    border-radius: 100%;
    border: 1px solid #000;
    padding:3px;
    box-sizing: border-box;
}
#app-menu-btn{
    font-size: 2.3rem;
    position: absolute;
    left: 0;
    top: 10px;
    cursor: pointer;
}
#app-menu-btn-m{
    font-size: 2.3rem;
    position: absolute;
    right: 0;
    top: 10px;
    display: none;
}
.cws-brand-panel{
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}
.cws-brand-icon{
    background-image: url("https://cryptowell.shop/icon/favicon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    background-position: center;

}
.cws-brand-title{
    font-family: Inter, sans-serif;
    background-image: url("https://cryptowell.shop/icon/cws-t-icon.webp");
    background-size: contain;
    background-repeat: no-repeat;
    width: 150px;
    height: 40px;
    background-position: center;

}
#cws-app-end{
    position: relative;
    padding: 10px 0;
    background-color: var(--background-color);
    text-align: center;
    color: #666;
    border-top: 1px solid #ddd;
}
.app-ver{
    font-size: 0.8em;
    color: #999;
    margin-bottom: 5px;
}
#app-head-panel{
   position: relative;
   margin: 9px 25px;
   display: flex;
   align-items: center;
   gap: 10px;
}
.cws-frm-layout{
    width:100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items:center;
    margin: 10px 0;
}
.frm-layout-tm{
    margin-top: 200px!important;
}
.cws-frm-container{
    padding: 1em 1.2rem 2.2rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background-color: var(--frm-background-color);
    width: 400px;
}
.cws-frm-header{
   text-align: center;
   padding: 5px;
}
.cws-frm-header h2{margin: 5px 0 3px;}

.cws-frm-header img{
    height: 64px;

}
.cws-frm-items{
    margin: 20px 0;
}
.cws-frm-items>*{
    display: block;
}
.m-y-15{margin: 15px 0;}
.cws-frm-body{
    margin: 10px 0;
}
.field{
    position: relative;
   
}
.btn-field{
 margin: 20px 0;
}
.center{
    text-align: center;
}
.pwd-switch{
    position: absolute;
    right:9px;
    top: 39px;
    cursor: pointer;
    font-size: 1.42rem;
}   
.frm-footer-panel{
    margin: 3px;
    text-align: center;
}
#mpc{display: none;}
#mpc1{display: none;}
#mpc2{display: none;}
#access-code{
    padding-right: 33px;
}
#opr1, #opr2{
    font-weight: bold;
    font-size: 1.2rem;
    color:#777777c4;
    transform: rotate(20deg);
    display: inline-block;
}
#trader-app-body{
    height: calc(100vh);
    margin-top:54px;
}

.trader-app-body-frame{
    box-sizing: border-box;
    margin-left: 200px;
    transition: all 0.6s ease-in-out;
}
#app-menu-list-frame{
    font-size: 1.3rem;
    text-align: left;
    box-sizing: border-box;
    padding: 20px 0;
    position: fixed;
    top: 54px;
    height: 100%;
    background-color: #666;
    overscroll-behavior-y: auto;
    width: 200px;
    z-index: 9;
}
#app-menu-list-frame nav{
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

#app-menu-list-frame a{
    color: #ffffff;
     padding: 15px;
     font-style: normal;
     transition: all .6s ease-in-out;
     text-shadow: 1px 1px #000;
}
#app-menu-list-frame a:hover{
    background-color: #000;
    font-style: normal;
    text-decoration: none;
     transform: translate(-4px);
}
noscript{
    background-color: #f10606;
    color: #ffffff;
    padding: 10px;
    text-align: center;
}
.sub-cmd-bar{
    padding: 10px;
    background: linear-gradient(90deg,#dbd0ba,#fdfbe7, #dbd0ba);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: sticky;
    top: 57px;
    box-shadow: 0 2px 10px #cecbc59c;
    width:50%;
    margin: auto;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    z-index: 5;
}
#main-frame{
    margin-top: 10px;
    min-height: 450px;
    padding: 15px;
}
#cws-user{
    cursor: pointer;
}
#trader{
    position: absolute;
    background-color: #ebebeb;
    right: -4px;
    top: 53px;
    box-shadow: -5px 5px 13px 1px #c5c4c4c7;
    box-sizing: border-box;
    border-radius: 4px;
    width: 160px;
    display: none;
}
#trader nav{
    display: flex;
    flex-direction: column;
}
#trader nav a{
    padding: 8px;
    text-decoration: none;
}
#trader nav a:last-child{
    color: #f00;
}
#trader nav a:hover{
    background-color: #fff;
}
#fest-rmk{
    position: absolute;
    left:43px;
    top:-11px;
    transform: rotate(-10deg);
}
#fest-rmk img{
    width: 70px;
    object-fit: contain;
}
/*--trader--*/
.imp-updates{
    text-align: center;
    padding:7px 0;
}
.imp-updates .critical{
    color:#f00;
}
.imp-updates .info{
    color:rgb(106, 104, 204);
}
.imp-updates .active{
    color:rgb(3, 192, 75);
}
.cts-card-dasb{
    position: relative;
    margin: auto;
    width: 550px;
    box-sizing: border-box;
    border-radius: 6px;
    background-color: #0e0d0d;
    padding: 20px 0 0 0;
    box-shadow: 0 18px 24px -18px #000000;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    overflow-x: hidden;
}
.cts-w-name{
    position: absolute;
    right: 8px;
    top: 4px;
    font-size: 0.7rem;
}
#tgl-bal{
    position: absolute;
    top: 6px;
    right: 100px;
    color:rgb(95, 94, 94);
    text-align: center;
    font-size: 1.2rem;
}
#tgl-bal>i:first-child{
    display: none;
}
.cts-w-bal-frame{
padding: 23px 0 0 0;
text-align: center;
}
.cts-w-bal{
    font-size: 1.7rem;
    font-weight: 500;
}
.cts-sym{
    font-size: 11px;
}
.curr-sym{
    font-size: 10px;
}
.cts-val-rate{
    text-align: center;
    font-size: 1rem;
    color:#9e9e9e;
    font-weight: 500;
    padding: 0 0 8px 0;
}
.w-lst-txn{
   padding: 10px;
   text-align: center;
}
.cts-w-id{
    text-align: center;
    color:#4b4b4b;
    font-size: .9rem;
    padding: 5px;
}
.w-q-action-frame{
    display: flex;
    gap: 5px;
    justify-content: space-between;
    align-items: center;
    background-color: #333333;
    margin-top: 10px;
}
.w-q-action-frame a{
    padding: 15px 40px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    transition: all .6s ease-in-out;
    font-size: 1.3rem;
    text-shadow: 1px 1px #000;
}
.w-q-action-frame a:hover{
    text-decoration: none;
    background-color: #252525;
    color: #adadad;
}
.w-action-btn{
    position: absolute;
    left: 9px;
    top: 8px;
}
.w-action-btn a{margin: 4px; display: inline-block;}
.w-action-btn a:hover{
    text-decoration: none;
    color:#333333;
}
.trade-bboard{
    display: flex;
    gap: 10px;
    margin: 25px 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.trade-bboard>div + div{
    border-top: 1px solid rgb(230, 230, 230);
}
.trade-bboard>div{
    padding: 15px 0;
    font-size: 1.2rem;
}
.trade-bboard h3,.trade-bboard h4, .trade-bboard p{
    margin: 2px;
    padding: 0;
}
.serv-dsb{
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 12px;
    margin: 20px 0 50px;
}
.serv-dsb>div{
    flex: 1;
    width: 180px;
  border-radius: 8px;
  background:  radial-gradient(63.87% 72.33% at 74.75% 41.13%, #fbfafb 35.85%, #eaecfb  98.88%);
  border: 1px  solid #dfdfdf;
  
}
.perf-stats{
    display: flex;
    gap: 3px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding:10px;
    text-align: center;
    border-bottom: 1px solid #d3d3d3;
    font-size: 1rem;
}
.perf-stats span:first-child{
    font-size: 1.2rem;
    font-weight: 800;
}
.ctact{
    padding: 10px;
    text-align: center;
}
.vit-snapshot{
    background: linear-gradient(0deg,#f5f5f54a, #e6e6e6);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 25px;
    border-top: 1px solid rgb(206, 206, 206);
}
.vshot-item{
    margin: 25px 0;
}
.centerd-canvas{
    gap: 10px;
    width: 50vw;
    margin: auto;
}
.col-layout{
    display: flex;
    gap: 15px;
    flex-direction: column;
    padding: 15px;
    background-color: #fff;
    border-radius: 8px;
}
.vspaced-col-layout>div{
    margin: 30px 0;
}
.img-row-layout{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 40px 0;
}
.duo-card-row-layout{
    display: flex;
    gap: 10px;
    margin: 40px 0;
}
.duo-card-row-layout>div{
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid silver;
    border-radius: 6px;
    display: flex;
    gap: 10px;
}
.img-row-layout img{
    width:100%;
}
.poe-promo-intro{
    font-size: 1.4rem;
    margin: 35px 0;
    padding: 20px;
    background-color:rgb(0, 0, 0);
    color:rgb(255, 255, 255);
    width:100%;
    text-align: center;
    border-radius: 8px;
}
.cwr-code{
    background-color: #ffffff;
    overflow-x: auto;
    padding: 15px;
    border-radius: 7px;
    text-align: center;
}
.cwr-code>div{
    overflow-x: auto;
    padding: 10px 0;
}
.cwr-code>div:first-child strong{
    color: #3954ca;
}
.list-tab{
    max-height: 400px;
    overflow: auto;
    margin: 35px 0;
}
