@charset 'UTF-8';
@media screen and (max-width: 1024px) {


.cws-frm-container{
    width: 95vw;
    margin:auto;
}
.frm-layout-tm{
    margin-top: auto;
}
.cws-brand-panel{
    gap: 0;
    }
    .cws-brand-icon{
        display:none;
    }
    #app-head-frame{
    width: 98%;
    margin: auto;
}
    #app-brand-frame1{
    left: 0;
    position: absolute;
    top: 6px;
}
#app-menu-btn{
    display:none;
}
#app-menu-btn-m{
    display: block;
}
#app-brand-frame2{
    right: 50px;
    gap: 10px;
    font-size: 1.4rem;
}
#app-menu-list-frame{
    position: fixed;
    right: -200px;
    text-align: left;
    width: 200px;
    height: 100%;
    top:54px;
    z-index: 9999999999;
}    
#app-menu-list-frame nav{
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
.x-slide-in{
    animation-name: xslidei;
    animation-duration: 500ms;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
    display: block;
}
.x-slide-out{
    animation-name: xslideo;
    animation-duration: 500ms;
    animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-fill-mode: forwards;
    display: block;
}


@keyframes xslidei {
    0%{
        right: -200px;
    }
    100%{
        right: 0;
    }
    
}

@keyframes xslideo {
    0%{
        right: 0
    }
    100%{
        right: -200px;
    }
    
}
.trader-app-body-frame{
    margin-left: 0;
}
.sub-cmd-bar{
    width:95%;
    margin: auto;
}
#trader{
    position: absolute;
    background-color: #ebebeb;
    right: -2px;
    top: 46px;
    box-shadow: -5px 5px 13px 1px #c5c4c4c7;
    box-sizing: border-box;
    border-radius: 4px;
    width: 160px;
    display: none;
}
#fest-rmk{
    position: absolute;
    left:5px;
    top:12px;
    transform: rotate(-17deg);
}
.nowr{
    white-space: nowrap;
}
.cts-card-dasb{
    width: 97%;

}
#tgl-bal{
    right: 93px;
}
.cts-w-bal{
    font-size: 1.4rem;
}
.cts-val-rate{
    font-weight: 300;
}
.w-q-action-frame a{
    padding: 15px;
}
.serv-dsb{
    gap: 6px;
    margin: 20px 0 50px;
}
.perf-stats{
    padding: 6px;
}
.centerd-canvas{
    min-width: 90vw;
}
.duo-card-row-layout{
flex-direction: column;
}
.duo-card-row-layout>div{
    justify-content: space-between;
    gap: 0;
    flex:1;
}
 .w-q-action-frame{
    justify-content: space-evenly;
} 

@media (min-resolution: 1dppx) {
.w-q-action-frame a{
    padding: 13px 3px;
}
#app-brand-frame2{
   right: 47px;
   gap: 4px;
   font-size: 1.15rem;
}
}
    







































}