*{
    padding: 0;
    margin: 0;
}

body{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: #0b1426;
    color: white;
    box-sizing: border-box;
    height: 100vh;
}
.loader{
    position: fixed;
    inset: 0;
    background: #0b1426;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}

.load{
    width: 50px;
    height: 50px;
    border: 5px solid teal;
    border-top: 5px solid #fff;
    border-radius: 50%;
    animation: spin 2s linear infinite;
}
@keyframes spin {
    to { transform: rotate(360deg); }
}
a{
    text-decoration: none;
}
.container{
    z-index: 999;
    position: relative;
}
.sidebar{
    display: flex;
    flex-direction: column;
    height: 100vh;
    border-right: 2px solid rgb(150, 150, 150);
    width: fit-content;
    overflow-y: auto;
    position: fixed;
    background-color: #0b1426;
    z-index: 99999;
}
@media (max-width: 1080px) {
    .sidebar{
        display: flex;
        flex-direction: column;
        width: 300px;
        z-index: 9999999;
        height: 900vh;
    }
}
@media (max-width: 780px) {
    .sidebar{
        display: flex;
        flex-direction: column;
        width: 300px;
        z-index: 9999999;
        height: 900vh;
    }
}
@media (max-width: 480px) {
    .sidebar{
        display: flex;
        flex-direction: column;
        width: 300px;
        position: fixed;
        pointer-events: auto;
        top: 20;
        left: -80%;
        z-index: 9999999;
        height: 500vh;
        transition: 100ms ease;
    }
    
    .sidebar.show{
        left: 1%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        height: 100vh;
        z-index: 9999;
    }
}
@media (max-width: 380px) {
    .sidebar{
        display: flex;
        flex-direction: column;
        width: 300px;
        position: fixed;
        pointer-events: auto;
        top: 20;
        left: -80%;
        z-index: 9999;
        height: 500vh;
        transition: 100ms ease;
    }
    
    .sidebar.show{
        left: 1%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        height: 100vh;
        z-index: 9999999;
    }
}

.logo{
    display: flex;
    justify-self: left;
    margin-left: 4rem;
}
@media (max-width: 425px){
    .logo{  
    margin-top: 3rem;
    }
}
@media (max-width: 375px){
    .logo{  
    margin-top: 3rem;
    }
}
.logo img{
    width: 150px;
    height: 150px;
}

.profile{
    margin: 50px 25px 50px 40px;
    box-shadow: 0px 2px 2px black;
    padding: 1em;
    width: fit-content;
    z-index: 999;
    border: 2px solid #1f2a40;
    border-radius: 6px;
}

.pro{
    display: flex;
    margin-bottom: 25px;
}
.pro-deets{
    display: flex;
    flex-direction: column;
    margin-left: 1rem;
}
.pro-deets p{
    color: rgb(145, 144, 144);
}
.pro img{
    width: 55px;
    height: 55px;
    border-radius: 50px;
}
.profile button svg{
    margin-bottom: -2px;
}

.profile-btn{
    border: none;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    color: white;
    padding: 0.5em;
    font-size: 16px;
    height: 40px;
    width: 200px;
    background: linear-gradient(to right, #00c896, #0b1426);
    box-shadow: 0px 2px 2px black;
}

nav{
    display: flex;
    flex-direction: column;
    margin-bottom: 10rem;
}
.label{
    margin-left: 1rem;
    color: #757575d8;
    font-weight: 500;
    margin-bottom: 15px;
}
nav ul{
    list-style: none;
}
nav ul li{
    margin-bottom: 25px;
    width: fit-content;
}
.nav{
    padding: 0.5em;
    border-radius: 10px;
    transition: 0.1s ease;
}
.nav.active{
    background: #00c896;
    color: white;
}
.nav:hover{
    background: #00c89654;
    color: white;
}
nav ul li a svg{
    margin-bottom: -6px;
    margin-right: 5px;
}
nav ul li a{
    margin-left: 2.5rem;
    text-decoration: none;
    color: white;
    font-size: 16px;
    width: 240px;
    display: block;
    margin-bottom: -1rem;
}

.content{
    margin-left: 22rem;
    position: relative;
    background: #0b1426;
    color: white;
}

.dashboard{
    background: #0b1426;
    color: white;
}

.intro{
    position: fixed;
    display: flex;
    flex-direction: row;
    gap: 650px;
    width: 1010px;
    margin-left: -2.1rem;
    padding: 0.8em;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 999;
}

.intro-btn button{
    padding: 0.7em;
    margin-top: 1rem;
    border-radius: 5px;
    border: none;
    background-color: none;
    font-weight: bold;
}
.depo{
    background-color: #00c896;
    color: white;
    border: none;
    font-weight: bold;
}

@media (max-width: 425px) {
    .intro-btn{
        margin-left: 3rem;
    }
}
@media (max-width: 375px) {
    .intro-btn{
        margin-left: 3rem;
    }
}

@media (max-width: 780px) {
    .intro{
       display: flex;
       position: relative;
    }
    .intro h1{
        font-size: 34px;
        margin-top: 0.5rem;
    }
}
@media (max-width: 480px) {
    .intro{
        position: fixed;
       display: flex;
       margin-left: -24rem;
       gap: 115px;
       background: rgba(255, 255, 255, 0.15);
       backdrop-filter: blur(8px);
       -webkit-backdrop-filter: blur(8px);
       width: 420px;
    }
    .intro h1{
        font-size: 24px;
        margin-top: 0.5rem;
    }
}
@media (max-width: 380px) {
    .intro{
        position: fixed;
       display: flex;
       margin-left: -24rem;
       gap: 115px;
       background: rgba(255, 255, 255, 0.15);
       backdrop-filter: blur(8px);
       -webkit-backdrop-filter: blur(8px);
       width: 380px;
    }
    .intro h1{
        font-size: 24px;
        margin-top: 0.5rem;
    }
}
.intro .bells{
    position: absolute;
    top: 30%;
    right: 10%;
}


@media (max-width: 425px) {
    .intro .bells{
        position: absolute;
        top: 5%;
        right: 10%;
        margin-top: 2rem;
    }
}
@media (max-width: 375px) {
    .intro .bells{
        position: absolute;
        top: 5%;
        right: 8%;
        margin-top: 2rem;
    }
}
.intro span{
    margin-top: 0.5rem;
    cursor: pointer;
}
@media (max-width:1080px) {
    .intro span svg{
        width: 55px;
        height: 55px;
    }
}
@media (max-width:780px) {
    .intro span svg{
        width: 50px;
        height: 50px;
    }
}
@media (max-width:480px) {
    .intro span svg{
        width: 25px;
        height: 25px;
    }
}
@media (max-width:380px) {
    .intro span svg{
        width: 25px;
        height: 25px;
    }
}
.intro .notice{
    margin-left: -30px;
    width: 12px;
    height: 12px;
}
@media (max-width: 1024px) {
    .intro .notice{
        margin-left: -55px;
        width: 24px;
        height: 24px;
    }
}
@media (max-width: 768px) {
    .intro .notice{
        margin-left: -55px;
        width: 24px;
        height: 24px;
    }
}
@media (max-width: 475px) {
    .intro .notice{
    margin-left: -30px;
    width: 12px;
    height: 12px;
    }
}
@media (max-width: 375px) {
    .intro .notice{
    margin-left: -30px;
    width: 12px;
    height: 12px;
    }
}
.noticemod {
    display: none;
    position:fixed;
    right: 60px;
    top: 70px;
    width: 320px;
    max-height: 400px;
    overflow-y: auto;
    background: rgb(20, 20, 37);
    padding: 15px;
    border-radius: 12px;
    z-index: 99;
}
@media (max-width: 425px) {
    .noticemod{
        position: fixed;
        right: 10px;
        top: 70px;
    }
}
@media (max-width: 380px) {
    .noticemod{
        position: fixed;
        right: 10px;
        top: 70px;
    }
}
.noticemod span{
    display: flex;
    justify-self: right;
    font-size: 32px;
    margin-top: -0.5rem;
    transition: 100ms ease;
    cursor: pointer;
    font-weight: bold;
}
.noticemod span:hover{
    color: red;
}

.overview{
    padding-top: 8rem;
    margin-bottom: 1rem;
    position: relative;
}

@media (max-width: 425px) {
    .overview{
        margin-left: -21rem;
    }
}
@media (max-width: 375px) {
    .overview{
        margin-left: -21rem;
    }
}

.bar{
    display: none;
    position:fixed;
    right: 20px;
    top: 10px;
    width: fit-content;
    max-height: 400px;
    overflow-y: auto;
    padding: 15px;
    border-radius: 12px;
    z-index: 999;
}
@media (max-width: 475px) {
    .bar{
        display: block;
        position: fixed;
        top: 20px;
        right: 10px;
    }
}
@media (max-width: 380px) {
    .bar{
        display: block;
        position: fixed;
        top: 20px;
        right: 10px;
    }
}
.open-bar{
    background: none;
    border: none;
    color: white;
    cursor: pointer;
}
.account-card{
    color: rgb(221, 218, 218);
    border: 2px solid black;
    padding: 0.7em;
    width: 900px;
    height: 340px;
    border: none;
    border-radius: 15px;
    background: #111c33;
}
.account-card .cash{
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 0.4rem;
}
.account-card .cash h4{
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-content: center;
    margin: 0 auto;
    gap: 6px;
    color: #607aaf;
}

@media (max-width: 480px) {
    .account-card{
        margin-left: -21.5rem;
        width: 355px;
    }
    .account-card .cash{
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 0.4rem;
    }
    .account-card .cash h4{
        font-size: 18px;
        font-weight: 400;
        display: flex;
        align-content: center;
        margin: 0 auto;
        gap: 6px;
    }
}
@media (max-width: 380px) {
    .account-card{
        margin-left: -21.7rem;
        width: 345px;
    }
    .account-card .cash{
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 0.4rem;
    }
    .account-card .cash h4{
        font-size: 18px;
        font-weight: 400;
        display: flex;
        align-content: center;
        margin: 0 auto;
        gap: 6px;
    }
}
.pro .h4{
    margin-top: 8px;
    margin-left: 8px;
}

.account-act{
    display: flex;
    padding: 0.5em;
    height: fit-content;
    border-radius: 50px;
    gap: 3px;
    margin: 0 auto;
    width: fit-content;
}
@media (max-width: 480px) {
    .account-act{
        display: flex;
        margin: 0 auto;
    }
}
@media (max-width: 380px) {
    .account-act{
        display: flex;
        margin: 0 auto;
    }
}
.account-act svg{
    fill: rgb(8, 255, 8);
    stroke: none;
    animation: blink 2s infinite ease-in-out;
}
@keyframes blink{
    0%{
        fill: rgb(8, 255, 8);
    }
    50%{
        fill: rgb(1, 168, 1);
    }
    100%{
        fill: rgb(8, 255, 8);
    }
}
.account-act p{
    margin-top: -4px;
    font-weight: bold;
    color: rgb(9, 245, 1);
}
.connect .in-btn{
    cursor: pointer;
    font-size: 18px;
    padding: 0.5em;
    margin-top: -4.2rem;
    border-radius: 7px;
    border: none;
    color: white;
    display: block;
    margin: -5rem 2rem 0rem 45rem;
    background:green;
}
@media (max-width: 480px){
    .connect .in-btn{
        font-size: 14px;
        margin-top: -5rem;
        margin-right: -0.2rem;
    }
}
@media (max-width: 375px){
    .connect .in-btn{
        font-size: 14px;
        margin-left: 16rem;
    }
}
.connect{
    display: flex;
    justify-self: right;
}
.connect button{
    height: 50px;
    cursor: pointer;
    font-size: 18px;
    padding: 0.5em;
    margin-top: -4.2rem;
    margin-right: 1rem;
    border-radius: 7px;
    border: none;
    color: white;
    background: linear-gradient(to right, rgb(97, 1, 165), rgb(0, 0, 177));
}
.connect svg{
    margin-bottom: -5px;
}
@media (max-width: 480px){
    .connect svg{
        width: 20px;
        height: 20px;
    }
}
@media (max-width: 380px){
    .connect svg{
        width: 20px;
        height: 20px;
    }
}

.invest{
    margin-top: 6rem;
    display: flex;
    gap: 50px;
    margin-left: 2rem;
}
@media (max-width: 480px) {
    .invest{
        display: flex;
        flex-direction: row;
        gap: 20px;
        margin-left: 1rem;
    }
}
@media (max-width: 380px) {
    .invest{
        display: flex;
        flex-direction: row;
        gap: 20px;
        margin-left: 1rem;
    }
}
.invest button{
    width: 400px;
    padding: 0.5em;
    border: none;
    background: rgb(17, 57, 179);
    color: white;
    border-radius: 9px;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
}
@media (max-width: 480px) {
    .invest button{
        width: 150px;
        font-size: 14px;
    }
}
@media (max-width: 380px) {
    .invest button{
        width: 150px;
        font-size: 14px;
    }
}

.invest button svg{
    margin-bottom: -5px;
    margin-right: 0.5rem;
}


.actions{
    display: flex;
    flex-direction: row;
    margin-top: 8rem;
    margin-bottom: 3rem;
}
@media (max-width: 375px) {
        
.actions{
    display: flex;
    flex-direction: row;
    margin: 20px auto;
    margin-top: 6rem;
}
}
@media (max-width: 425px) {
        
    .actions{
        display: flex;
        flex-direction: row;
        margin: 20px auto;
        margin-top: 7rem;
    }
    }
.actions a{
    margin: 0 70px auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
}
.actions a p{
    color: #607aaf;
}

.actions a .action svg{
    padding-top: 0.8rem;
    width: 35px;
    height: 35px;
}
@media (max-width: 425px) {
        
    .actions a .action svg{
        padding-top: 0.5rem;
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 425px) {
        
    .actions a{
        margin: 0 10px auto;
        text-align: center;
        color: white;
    }
    }
@media (max-width: 375px) {
        
.actions a{
    margin: 0 10px auto;
    text-align: center;
    color: white;
}
}
#act1{
    background: none;
    padding: 0.5em;
    border: 2px solid #1f2a40;
    border-radius: 9px;
}
@media (max-width: 425px) {
    #act1{
        font-size: 15px;
        padding: 1em;
        width: 25px;
        height: 25px;
        border-radius: 5px;
    }
}
@media (max-width: 375px) {
    #act1{
        font-size: 15px;
        padding: 1em;
        width: 25px;
        height: 25px;
        border-radius: 5px;
    }
}
#act2{
    background: #00c89636;
    color: #00c896;
    padding: 0.5em;
    border-radius: 9px;
    font-size: 15px;
}

@media (max-width: 425px) {
    #act2{
        font-size: 15px;
        padding: 1em;
        width: 25px;
        height: 25px;
        border-radius: 5px;
    }
}
@media (max-width: 375px) {
    #act2{
        font-size: 15px;
        padding: 1em;
        width: 25px;
        height: 25px;
        border-radius: 5px;
    }
}
#act3{
    background: rgba(0, 128, 0, 0.212);
    color: rgb(6, 206, 6);
    padding: 0.5em;
    border-radius: 9px;
    font-size: 15px;
}
@media (max-width: 425px) {
    #act3{
        font-size: 15px;
        padding: 1em;
        width: 25px;
        height: 25px;
        border-radius: 5px;
    }
}
@media (max-width: 375px) {
    #act3{
        font-size: 15px;
        padding: 1em;
        width: 25px;
        height: 25px;
        border-radius: 5px;
    }
}
#act4{
    background: rgba(65, 105, 225, 0.212);
    color: rgb(27, 82, 247);
    padding: 0.5em;
    border-radius: 9px;
    font-size: 15px;
}
@media (max-width: 425px) {
    #act4{
        font-size: 15px;
        padding: 1em;
        width: 25px;
        height: 25px;
        border-radius: 5px;
    }
}
@media (max-width: 375px) {
    #act4{
        font-size: 15px;
        padding: 1em;
        width: 25px;
        height: 25px;
        border-radius: 5px;
    }
}

.quick-word{
    margin-top: 3rem;
    margin-bottom: 2rem;
}
@media (max-width: 480px) {
    .quick-word{
        margin-left: -21rem;
        font-size: 18px;
    }
}
@media (max-width: 380px) {
    .quick-word{
        margin-left: -21rem;
        font-size: 18px;
    }
}
.quick-act{
    display: flex;
    gap: 60px;
    margin: 0 auto;
}
@media (max-width: 480px) {
    .quick-act{
        display: flex;
        gap: 10px;
    }
}
@media (max-width: 380px) {
    .quick-act{
        display: flex;
        gap: 10px;
    }
}
.quicks{
    display: flex;
    font-size: 12px;
}
.quicks svg{
    margin-top: -4.5px;
    margin-right: 1rem;
    background: rgba(65, 105, 225, 0.432);
    border-radius: 6px;
    padding: 0.4em;
}
.quick{
    color: white;
    border: none;
    padding: 0.9em;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 150px;
    height: 79px;
    border-radius: 10px;
    cursor: pointer;
}
.quick p{
    text-align: center;
    font-size: 18px;
}
.quick h5{
    color: #607aaf;
    font-size: 16px;
}
@media (max-width: 425px) {
.quick h5{
    color: #607aaf;
    font-size: 15px;
}
}
@media (max-width: 375px) {
.quick h5{
    color: #607aaf;
    font-size: 15px;
}
}

@media (max-width: 425px) {
    .quick p{
        text-align: center;
        font-size: 18px;
    }
}
@media (max-width: 375px) {
    .quick p{
        text-align: center;
        font-size: 18px;
    }
}

.identity{
    border: 2px solid rgba(65, 105, 225, 0.432);
    display: flex;
    padding: 1.5em;
    width: 900px;
    border-radius: 10px;
    margin-bottom: 3rem;
}
.identity svg{
    width: 40px;
    height: 40px;
    margin-right: 2rem;
    background: rgba(65, 105, 225, 0.432);
    border-radius: 10px;
    padding: 0.4em;
}
.identity button{
    width: 100px;
    height: 40px;
    margin-left: 25rem;
    background: royalblue;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 8px;
    font-size: 14px;
}



.trading select{
    margin-top: 1rem;
    width: 900px;
    font-weight: bold;
    background: teal;
    color: white;
    border: none;
    padding: 0.8em;
    border-radius: 6px;
}
.trading select:focus{
    outline: none;
}
.trading select option{
    background: black;
    color: white;
}

.purchase-message{
    position: absolute; 
    top: 150%; left: 45%; 
    border-radius: 15px;
    background: #1f2a40;
    display: none;
    padding: 1.5em;
    width: 500px;
    text-align: center;
    font-family: sans-serif;
}
@media (max-width: 1080px) {
    .purchase-message{
        position: absolute; 
        top: 55%; left: 50%; 
        transform: translate(-500%, -20%);
    }
}
@media (max-width: 780px) {
    .purchase-message{
        position: absolute; 
        top: 55%; left: 50%; 
        transform: translate(-100%, -20%);
        max-width: 500px;
        width: 300px;
    }
}
@media (max-width: 480px) {
    .purchase-message{
        position: absolute; 
        top: 55%; left: 50%; 
        transform: translate(-50%, 200%);
        max-width: 500px;
        width: 300px;
    }
}
@media (max-width: 380px) {
    .purchase-message{
        position: absolute; 
        top: 55%; left: 50%; 
        transform: translate(-50%, 200%);
        max-width: 500px;
        width: 300px;
    }
}

#balanceChart{
    padding: 0.5em;
}

/* purchase */
#bitIntro{
    width: 1020px;
}
@media (max-width: 480px) {
    
@media (max-width: 480px) {
    #bitIntro{
        width: 400px;
        margin-left: 0.05rem;
        font-size: 16px;
    }
    #bitIntro p{
        font-size: 14px;
    }
}
@media (max-width: 380px) {
    #bitIntro{
        width: 380px;
        margin-left: 0.05rem;
        font-size: 14px;
    }
    #bitIntro p{
        font-size: 12px;
    }
}
}
.trading{
    margin-bottom: 4rem;
    border: 1px solid #1f2a40;
    padding: 0.5em;
    margin-top: 4rem;
    margin-right: 2rem;
    border-radius: 12px;
    width: 852px;
    margin: 0 4rem auto;
}

@media (max-width: 1080px) {
    .trading{
        width: 900px;
        margin-top: 40rem;
    }
}
@media (max-width: 780px) {
    .trading{
        width: 900px;
        margin-top: 40rem;
    }
}
@media (max-width: 480px) {
    .trading{
        width: 340px;
        margin-top: 20rem;
        margin-left: -1.5rem;
        padding-bottom: 4rem;
    }
}
@media (max-width: 380px) {
    .trading{
        width: 340px;
        margin-left: -1rem;
        padding-bottom: 4rem;
    }
}

.trading h1{
    margin-left: -0.5rem;
    margin-top: -8px;
    text-align: center;
    color: white;
    background: linear-gradient(to right, teal, rgb(0, 0, 66));
    width: 865px;
    border-radius: 12px 12px 0px 0px;
    height: 90px;
    padding-top: 2rem;
    padding-bottom: 30px;
    margin-bottom: 4rem;
}
@media (max-width: 480px) {
    .trading h1{
        width: 350px;
        font-size: 28px;
        border-radius: 12px 12px 0px 0px;
    }
}
@media (max-width: 380px) {
    .trading h1{
        width: 350px;
        font-size: 28px;
        border-radius: 12px 12px 0px 0px;
    }
}

.trading span{
    background-color: #00c896;
    padding: 0.5em;
    font-weight: bold;
    padding-top: 11px;
    padding-bottom: 14px;
}
.trading p{
    margin-bottom: 2rem;
}
.trading input{
    margin-top: 1rem;
    padding: 1em;
    width: 500px;
    background-color: transparent;
    border: 2px solid #1f2a40;
    border-left: none;
    color: white;
    font-weight: bold;
}
.trading input:focus{
    outline: 2px solid #00c896;
}
@media (max-width: 1080px) {
    .trading input{
        width: 800px;
    }
}
@media (max-width: 780px) {
    .trading input{
        width: 800px;
    }
}
@media (max-width: 480px) {
    .trading input{
        width: 250px;
    }
}
@media (max-width: 380px) {
    .trading input{
        width: 250px;
    }
}
.trades{
    display: flex;
    flex-direction: row;
    gap: 50px;
}

.trades select{
    width: 400px;
    background: #00c896;
    padding: 1em;
    border-radius: 6px;
}
@media (max-width: 480px) {
    .trades select{
        width: 100px;
    }
}
@media (max-width: 380px) {
    .trades select{
        width: 100px;
    }
}
.trade-btn button{
    width: 200px;
    padding: 1em;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 9px;
    display: block;
    margin-left: 21rem;
    cursor: pointer;
}
@media (max-width: 475px) {
    .trade-btn button{
        margin-left: 3rem;
    }
}
@media (max-width: 375px) {
    .trade-btn button{
        margin-left: 3rem;
    }
}
.trade-btn button svg{
    stroke-width: 4;
    margin-bottom: -4px;
}
.sell{
    background-color: red;
    color: white;
}
.buy{
    background: linear-gradient(to right, #00c896, #0b1426);
    color: white;
}
.trade-btn{
    justify-self: center;
    margin-bottom: 4rem;
    margin-right: 3rem;
    margin-top: 4rem;
    display: flex;
    gap: 70px;
}
.tradingview-chart{
    height:100%;
    width:100%;
}
@media (max-width: 1080px){
    .tradingview-chart{
        width: 900px;
        height: 800px;
    }
}
@media (max-width: 780px){
    .tradingview-chart{
        width: 850px;
        height: 800px;
    }
}
@media (max-width: 475px){
    .tradingview-chart{
        position: absolute;
        top: 48%;
        left: 50%;
        transform: translate(-76%, -50%);
        width: 350px;
        height: 400px;
        margin-left: -5rem;
    }
}
@media (max-width: 375px){
    .tradingview-chart{
        position: absolute;
        top: 27%;
        left: 50%;
        transform: translate(-76%, 50%);
        width: 350px;
        height: 400px;
        margin-left: -5rem;
    }
}

.watchslists{
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    z-index: 2;
    padding-bottom: 8rem;
}
.watchslists .tradingview-widget-copyright{
    margin-bottom: 2rem;
}

.dash-navigs{
    margin-top: 2rem;
    display: flex;
    flex-direction: row;
    justify-self: center;
    position: fixed;
    bottom: 0;
    left: 50%;
    gap: 50px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 1em;
    display: none;
}

@media (max-width: 480px){
    .dash-navigs{
        position: fixed;
        left: 3%;
        gap: 40px;
        bottom: 0;
        z-index: 999999999;
        display: flex;
    }
}
@media (max-width: 380px){
    .dash-navigs{
        position: fixed;
        left: 2%;
        gap: 40px;
        bottom: 0;
        z-index: 999999999;
        display: flex;
    }
}

/* stock trans */
.stock-overview{
    padding-top: 6rem;
    padding-top: 8rem;
    margin-bottom: 1rem;
    position: relative;
}

@media (max-width: 425px) {
.stock-overview{
        margin-left: -21rem;
    }
}
@media (max-width: 375px) {
.stock-overview{
        margin-left: -21rem;
    }
}
.category.active{
    font-weight: bold;
    background: #1f2a40;
    border: none;
}
.category{
    padding: 0.5em;
    border: 2px solid #1f2a40;
    height: fit-content;
    border-radius: 5px;
    cursor: pointer;
}
.transacts{
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 5rem;
}
.transact{
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
}

/*investment plans  */

.invest-section{
    position: absolute;
    top: 7%;
    left: 29%;
}

.invest-plans{
    text-align: center;
    font-size: 19px;
    margin-left: -4.6rem;
    padding-top: 3rem;
    padding-bottom: 2rem;
    border-radius: 9px;
    margin-top: -2.79rem;
    background: #111c33;
    width: 1026px;
    margin-bottom: 3rem;
}
@media (max-width: 1080px) {
    .invest-plans{
        margin-top: -5rem;
        width: 540px;
        margin-left: 4rem;
        font-size: 12px;
    }
}
@media (max-width: 780px) {
    .invest-plans{
        margin-top: -5rem;
        width: 470px;
        margin-left: 5rem;
        font-size: 12px;
    }
}
@media (max-width: 480px) {
    .invest-plans{
        margin-top: -4rem;
        width: 410px;
        margin-left: -7.4rem;
        font-size: 12px;
    }
}
@media (max-width: 380px) {
    .invest-plans{
        width: 380px;
        margin-left: -7rem;
        font-size: 12px;
    }
}

.investments{
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}
@media (max-width: 1080px) {
    .investments{
        margin-left: 11rem;
    }
}
@media (max-width: 780px) {
    .investments{
        margin-left: 11rem;
    }
}
@media (max-width: 480px) {
    .investments{
        margin-left: -3rem;
        margin-bottom: 10rem;
    }
}
@media (max-width: 380px) {
    .investments{
        margin-left: -3rem;
        margin-bottom: 10rem;
    }
}

.level{
    margin-bottom: 1rem;
    background: linear-gradient(to right, #00c896, #0b1426);
    padding: 0.9em;
    border-radius: 12px 12px 0px 0px;
    width: 240px;
    margin-left: -0.59rem;
    margin-top: -0.5rem;
    color: white;
}

.investment{
    border: 2px solid #1f2a40;
    border-radius: 12px;
    width: 250px;
    height: 240px;
    padding: 8px;
    text-align: center;
}

.investment p{
    font-size: 20px;
}

.investment ul{
    list-style: none;
}

.investment button{
    width: 150px;
    padding: 0.9em;
    margin-top: 2rem;
    border-radius: 7px;
    background: none;
    font-weight: bold;
    font-size: 14px;
    border: none;
    cursor: pointer;
    color: #00c896;
    border: 2px solid #00c896;
}

.navigs{
    margin-top: 2rem;
    display: flex;
    flex-direction: row;
    justify-self: center;
    gap: 50px;
    z-index: 999999999999999;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 1em;
    display: none;

}
@media (max-width: 480px){
    .navigs{
        position: fixed;
        left: -0.5%;
        bottom: 0;
        display: flex;
        width: 600px;
        z-index: 99999999999;
    }
}
@media (max-width: 380px){
    .navigs{
        position: fixed;
        left: -1%;
        bottom: 0;
        display: flex;
        z-index: 999999999999;
    }
}
.navig{
    text-align: center;
    cursor: pointer;
    z-index: 99999999999999;
}
.navig a{
    text-decoration: none;
    color: white;
}
.navig p{
    margin-top: -5px;
}
.navig.active{
    background: linear-gradient(to right, #00c896, #0b1426);
    padding: 0.4em;
    border-radius: 9px;
    margin-top: -0.4rem;
}

/* deposit */
.depo-navigs{
    display: flex;
    flex-direction: row;
    justify-self: center;
    gap: 50px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 1em;
    position: fixed;
    bottom: 0;
    left: 50%;
    display: none;
}
@media (max-width: 480px){
    .depo-navigs{
        position: fixed;
        left: -0.5%;
        bottom: 0;
        display: flex;
        width: 600px;
    }
    .depo-navigs a{
        text-decoration: none;
        color: white;
    }

}
@media (max-width: 380px){
    .depo-navigs{
        position: fixed;
        left: -2%;
        bottom: 0;
        display: flex;
    }
    .depo-navigs a{
        text-decoration: none;
        color: white;
    }
}
#depoForm{
    position: absolute;
    top: 10%;
    left: 25%;
    transform: translate(2%, -4%);
    border: 2px solid #1f2a40;
    margin-top: 7rem;   
    border-radius: 16px;
}
@media (max-width: 780px) {
    #depoForm{
        margin-left: -6rem;
    }
}
@media (max-width: 480px) {
    #depoForm{
        margin-left: -22rem;
        width: 350px;
        margin-bottom: 100rem;
        height: 1400px;
    }
}
@media (max-width: 380px) {
    #depoForm{
        padding-bottom: 10rem;
        margin-left: -22rem;
        width: 340px;
        margin-bottom: 100rem;
        height: 1350px;
    }
}
.content{
    background: #0b1426;
}
#overlay{
    background-color: rgba(255, 255, 255, 0.151);
}
.fund{
    display: flex;
    flex-direction: column;
    justify-self: center;
    justify-content: center;
}

.pig{
    background: linear-gradient(to right, teal, rgb(0, 0, 66));
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 1rem;
    border-radius: 16px 16px 0px 0px;
}
.pig svg{
    fill: white;
    width: 90px;
    height: 90px;
}

.depo-options{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.option input{
    display: none;
}

.radio-card{
    border: 2px solid #1f2a40;
    color: white;
    font-size: 18px;
    padding: 0.5em;
    width: 350px;
    height: 100px;
    margin-left: 1rem;
    border-radius: 10px;
}
@media (max-width: 480px){
    .radio-card{
        width: 280px;
    }
}
@media (max-width: 380px){
    .radio-card{
        width: 280px;
    }
}

.radio-card h3{
    color: white;
    font-size: 18px;
}

.radio-card span{
    display: flex;
    gap: 30px;
    flex-direction: row;
    align-items: center;
    margin-top: 20px;
}

.radio-card svg{
    width: 25px;
    height: 25px;
    padding: 0.5em;
    border-radius: 50px;
}

.radio-card .check{
    width: 20px;
    height: 20px;
    border-radius: 50px;
    margin-left: 8rem;
}
@media (max-width: 480px) {
    .radio-card .check{
        margin-left: 5rem;
    }
}
@media (max-width: 380px) {
    .radio-card .check{
        margin-left: 5rem;
    }
}

.option input:checked + .radio-card{
    color: white;
    background: linear-gradient(to right, teal, rgb(0, 0, 66));
    border: none;
}

.option input:checked + .radio-card .check{
    background: teal;
    border: none;
    color: white;
}

.option input:checked + .radio-card h3{
    color: white;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}

.usd1{
    background: #00c896;
    padding: 0.7em;
    margin-right: -2rem;
    margin-left: 2rem;
    margin-bottom: -11px;
    font-weight: bold;
}
@media (max-width: 480px) {
    .usd1{
        font-size: 14.5px;
        margin-left: 0.5rem;
    }
}
@media (max-width: 380px) {
    .usd1{
        font-size: 14.5px;
        margin-left: 0.5rem;
    }
}
.deposit-amount{
    border: 2px solid #1f2a40;
    color: white;
    padding: 0.9em;
    margin-left: 2rem;
    width: 300px;
    background: none;
    margin-bottom: 1rem;
    font-weight: bold;
    font-size: 14px;
}
.deposit-amount:focus{
    outline: 2px solid #00c896;
}
@media (max-width: 425px) {
    .deposit-amount{
        width: 200px;
    }
}
@media (max-width: 375px) {
    .deposit-amount{
        width: 200px;
    }
}
.quick-amounts{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-right: 2rem;
    margin-left: 1rem;
}

.amount-btn{
    width: 70px;
    height: 40px;
    margin: 0;
    font-weight: bold;
    border: none;
    border-radius: 6px;
}   

form .depo-btn{
    display: flex;
    justify-self: center;
    margin-top: 2rem;
    padding: 1rem;
    font-size: 16px;
    border: 2px solid #1f2a40;
    color: #00c896;
    cursor: pointer;
    border-radius: 12px;
    background: none;
    font-weight: bold;
    transition: 100ms ease;
}
form .depo-btn:hover{
    background: linear-gradient(to right, teal, rgb(0, 0, 66));
    color: white;
    border: none;
}

/* withdrawal */

.form{
    position: absolute;
    top: 10%;
    left: 25%;
    transform: translate(2%, -4%);
    border: 2px solid #1f2a40;
    margin-top: 7rem;   
    border-radius: 16px;
}
@media (max-width: 780px) {
    .form{
        margin-left: -6rem;
    }
}
@media (max-width: 480px) {
    .form{
        padding-bottom: 10rem;
        margin-left: -22rem;
        width: 350px;
        height: 1350px;
    }
}
@media (max-width: 380px) {
    .form{
        padding-bottom: 10rem;
        margin-left: -22rem;
        width: 340px;
        height: 1300px;
    }
}
.fund{
    display: flex;
    flex-direction: column;
    justify-self: center;
    justify-content: center;
}

.pig{
    background: linear-gradient(to right, teal, rgb(0, 0, 66));
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 1rem;
}
.pig svg{
    fill: white;
    width: 90px;
    height: 90px;
}

.depo-options{
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.overlay{
    color: white;
    margin-left: 25rem;
    text-align: center;
    position: relative;
    bottom: 50%;
    left:5%;
    transform: translate(2%, 125%);
    border: none;
    background: #111c33;
    width: 650px;
    padding: 0.5em;
    border-radius: 12px;
    height: 200px;
}
@media (max-width: 780px) {
    .overlay{
        position: relative;
        bottom: 50%;
        left:5%;
        transform: translate(-11%, 310%);
        width: 300px;
        height: 250px;
    }
}
@media (max-width: 480px) {
    .overlay{
        position: relative;
        bottom: 50%;
        left:5%;
        transform: translate(-123%, 310%);
        width: 300px;
        height: 250px;
    }
}
@media (max-width: 380px) {
    .overlay{
        position: relative;
        bottom: 50%;
        left:5%;
        transform: translate(-125%, 240%);
        width: 300px;
        height: 250px;
    }
}
.overlay .withdraw-mod{
    margin-top: 1rem;
}
.overlay .withdraw-mod button{
    margin-top: 1rem;
    padding: 0.5em;
    width: 90px;
    border: 2px solid #00c896;
    color: #00c896;
    background: none;
    border-radius: 5px;
    cursor: pointer;
}

.chose-amount{
    border: 2px solid #1f2a40;
    padding: 0.9em;
    margin-left: 2rem;
    width: 300px;
    background: none;
    color: white;
    margin-bottom: 1rem;
    font-weight: bold;
    font-size: 14px;
    outline: none;
}
.chose-amount:focus{
    outline: 2px solid #00c896;
}
@media (max-width: 780px) {
    .chose-amount{
        width: 200px;
    }
}
@media (max-width: 480px) {
    .chose-amount{
        width: 200px;
    }
}
@media (max-width: 380px) {
    .chose-amount{
        width: 200px;
    }
}

.quick-amounts{
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-right: 2rem;
    margin-left: 1rem;
}

.amount-btn{
    width: 70px;
    height: 40px;
    margin: 0;
    background: #111c33;
    color: white;
    font-weight: bold;
    border: none;
    border-radius: 6px;
}   

form .deposit-btn{
    display: flex;
    margin: 0 auto;
    margin-top: 2rem;
    padding: 1rem;
    font-size: 16px;
    cursor: pointer;
    border-radius: 12px;
    background: none;
    border: 2px solid #00c896;
    color: #00c896;
    font-weight: bold;
    transition: 100ms ease;
    width: 200px;
}
form .deposit-btn:hover{
    background: linear-gradient(to right, teal, rgb(0, 0, 66));
    color: white;
    border: none;
}

.details{
    margin-top: 2rem;
}

.details label{
    margin-left: 0.5rem;
    font-size: 16px;
    font-weight: bold;
}
.details .user{
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="rgb(0, 200, 150)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-user-icon lucide-user"><path d="M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2"/><circle cx="12" cy="7" r="4"/></svg>') no-repeat 10px center;
    padding-left: 40px;
}
.details .hash{
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="rgb(0, 200, 150)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-hash-icon lucide-hash"><line x1="4" x2="20" y1="9" y2="9"/><line x1="4" x2="20" y1="15" y2="15"/><line x1="10" x2="8" y1="3" y2="21"/><line x1="16" x2="14" y1="3" y2="21"/></svg>') no-repeat 10px center;
    padding-left: 40px;
}
.details .landmark{
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="rgb(0, 200, 150)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-landmark-icon lucide-landmark"><path d="M10 18v-7"/><path d="M11.12 2.198a2 2 0 0 1 1.76.006l7.866 3.847c.476.233.31.949-.22.949H3.474c-.53 0-.695-.716-.22-.949z"/><path d="M14 18v-7"/><path d="M18 18v-7"/><path d="M3 22h18"/><path d="M6 18v-7"/></svg>') no-repeat 10px center;
    padding-left: 40px;
}
.details input{
    margin-bottom: 0.5rem;
    margin-top: 1rem;
    margin-left: 2rem;
    padding: 0.6em;
    width: 250px;
    color: white;
    font-weight: bold;
    outline: none;
    border-radius: 7px;
    font-size: 16px;
    border: 2px solid #00c896;
    background: none;
}
@media (max-width: 375px) {
    .details input{
        margin-left: 1rem;
    }
}
.modal{
    border: none;
    padding: 0.7em;
    position: absolute;
    z-index: 999;
    top: 45%;
    left: 40%;
    width: 540px;
    border-radius: 12px;
    background: #111c33;
    margin-bottom: -20rem;
    display: none;
}
@media (max-width: 780px) {
    .modal{
        width: 300px;
        position: absolute;
        top: 40%;
        left: 52%;
    }
}
@media (max-width: 480px) {
    .modal{
        width: 300px;
        position: absolute;
        top: 40%;
        left: 10%;
    }
}
@media (max-width: 380px) {
    .modal{
        width: 300px;
        position: absolute;
        top: 40%;
        left: 5%;
    }
}

.success{
    position: absolute; 
    top: 50%; left: 60%; 
    transform: translate(-50%, -20%); 
    border: none;
    z-index: 99;
    width: 390px;
    height: 250px;
    padding: 0.3em;
    border-radius: 9px;
    background: #111c33;
    text-align: center;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    font-family: sans-serif;
}

.modal form button{
    color: #00c896;
    font-weight: bold;
    margin-top: 2rem;
    width: 150px;
    padding: 0.8em;
    display: flex;
    margin: 15px auto;
    background: none;
    border: 2px solid #00c896;
    justify-content: center;
    border-radius: 5px;
}
.modal input{
    padding: 0.5em;
    border: none;
    background: #1f2a40;
    width: 250px;
    color: white;
}
.modal button{
    padding: 0.6em;
    background: #00c896;
    color: white;
    border: none;
    cursor: pointer;
}
.modal-content h1 span{
    padding-bottom: 2rem;
    cursor: pointer;
    transition: 100ms ease;
    border-radius: 50px;
    padding: 0.5em;
    margin-left: 30rem;
    color: white;
}
@media (max-width: 780px) {
    .modal-content h1 span{
        margin-left: 17rem;
    }
}
@media (max-width: 480px) {
    .modal-content h1 span{
        margin-left: 17rem;
    }
}
@media (max-width: 380px) {
    .modal-content h1 span{
        margin-left: 16rem;
    }
}
.modal-content h1 span:hover{
    color: red;
}
.upload{
    border: none;
    background: none;
    color: #00c896;
    width: 150px;
    border-radius: 12px;
    padding: 0.6em;
    display: flex;
    margin-top: 1.5rem;
    flex-direction: column;
    margin: 10px auto;
    text-align: center;
    cursor: pointer;
    border: 2px solid #00c896;

}
.upload:hover{
    transform: scale(1.05);
}
.upload svg{
    margin-left: 3rem;
    padding: 0.4em;
}

/* transfer */
.piggy{
    background: linear-gradient(to right, teal, rgb(0, 0, 66));
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.piggy svg{
    margin-top: 2rem;
    margin: 0 auto;
    width: 50px;
    height: 50px;
}

/* bitcoin market */
.bit-sidebar{
    display: flex;
    flex-direction: column;
    height: 100vh;
    border-right: 2px solid rgb(150, 150, 150);
    width: fit-content;
    overflow-y: auto;
    position: fixed;
    margin-top: 3rem;
    background-color: #0b1426;
}
@media (max-width: 1080px) {
    .bit-sidebar{
        display: flex;
        flex-direction: column;
        width: 300px;
        z-index: 9999999;
        height: 900vh;
    }
}
@media (max-width: 780px) {
    .bit-sidebar{
        display: flex;
        flex-direction: column;
        width: 300px;
        z-index: 9999999;
        height: 900vh;
    }
}
@media (max-width: 480px) {
    .bit-sidebar{
        display: flex;
        flex-direction: column;
        width: 300px;
        position: fixed;
        pointer-events: auto;
        top: -1%;
        left: -80%;
        z-index: 9999999;
        height: 500vh;
        transition: 100ms ease;
        margin-top: 0rem;
    }
    
    .bit-sidebar.show{
        left: -1%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        height: 100vh;
    }
}
@media (max-width: 380px) {
    .bit-sidebar{
        display: flex;
        flex-direction: column;
        width: 300px;
        position: fixed;
        pointer-events: auto;
        top: -1%;
        left: -80%;
        z-index: 999999999;
        height: 500vh;
        transition: 100ms ease;
        margin-top: 0rem;
    }
    
    .bit-sidebar.show{
        left: -1%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        height: 100vh;
    }
}
.bitmarket{
    position: relative;
    z-index: 1;
}
.tradingview-widget-bit, .tradingview-widget-container__widget, .tradingview-widget-container__widget iframe{
    position: relative;
    z-index: 1;
}
.tradingview-widget-bit{
    width: 100%;
    height: 100%;
    margin-bottom: 7rem;
    pointer-events: auto;
}
@media (max-width: 480px ) {
    .tradingview-widget-bit{
        width: 320px;
        height: 320px;
        margin-bottom: 20rem;
    }
}
@media (max-width:380px ) {
    .tradingview-widget-bit{
        width: 320px;
        height: 320px;
        margin-bottom: 20rem;
    }
}
.bit-navigs{
    margin-top: 2rem;
    display: flex;
    flex-direction: row;
    justify-self: center;
    position: fixed;
    bottom: 0;
    left: 50%;
    gap: 50px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 1em;
    display: none;
}

@media (max-width: 480px){
    .bit-navigs{
        position: fixed;
        left: 2%;
        gap: 62px;
        bottom: 0;
        z-index: 999999999;
        display: flex;
    }
}
@media (max-width: 380px){
    .bit-navigs{
        position: fixed;
        gap:49px;
        left: 2%;
        bottom: 0;
        z-index: 999999999;
        display: flex;
    }
}

.bit-intro{
    text-align: center;
    font-size: 19px;
    margin-left: 20rem;
    padding-top: 7rem;
    padding-bottom: 2rem;
    color: white;
    border-radius: 9px;
    margin-top: -2.79rem;
    background: #111c33;
    width: 1052px;
    margin-bottom: 3rem;
}
@media (max-width: 480px) {
    .bit-intro{
        width: 420px;
        margin-left: 0.05rem;
        font-size: 16px;
    }
    .bit-intro p{
        font-size: 14px;
    }
}
@media (max-width: 380px) {
    .bit-intro{
        width: 380px;
        margin-left: 0.05rem;
        font-size: 14px;
    }
    .bit-intro p{
        font-size: 12px;
    }
}

.bit-feeds{
    width: 1020px;
    margin-left: 20rem;
}
@media (max-width: 480px) {
    .bit-feeds{
        width: 300px;
        margin-left: 4rem;
    }
}
@media (max-width: 380px) {
    .bit-feeds{
        width: 300px;
        margin-left: 2rem;
        padding-bottom: 6rem;
    }
}

/* stock */
.fx-sidebar{
    display: flex;
    flex-direction: column;
    height: 100vh;
    border-right: 2px solid rgb(150, 150, 150);
    width: fit-content;
    overflow-y: auto;
    margin-top: 2rem;
    position: fixed;
    background-color: #0b1426;
    z-index: 999999999999;
}
@media (max-width: 1080px) {
    .fx-sidebar{
        display: flex;
        flex-direction: column;
        width: 300px;
        z-index: 9999999;
        height: 900vh;
    }
}
@media (max-width: 780px) {
    .fx-sidebar{
        display: flex;
        flex-direction: column;
        width: 300px;
        z-index: 9999999;
        height: 900vh;
    }
}
@media (max-width: 480px) {
    .fx-sidebar{
        display: flex;
        flex-direction: column;
        width: 300px;
        position: fixed;
        pointer-events: auto;
        top: -1%;
        left: -80%;
        z-index: 9999999;
        height: 500vh;
        transition: 100ms ease;
    }
    
    .fx-sidebar.show{
        left: -1%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        height: 100vh;
    }
}
@media (max-width: 380px) {
    .fx-sidebar{
        display: flex;
        flex-direction: column;
        width: 300px;
        position: fixed;
        pointer-events: auto;
        top: -1%;
        left: -80%;
        z-index: 999999;
        height: 500vh;
        transition: 100ms ease;
    }
    
    .fx-sidebar.show{
        left: -1%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        height: 100vh;
    }
}

.stock-navigs{
    margin-top: 2rem;
    display: flex;
    flex-direction: row;
    justify-self: center;
    position: fixed;
    bottom: 0;
    left: 50%;
    gap: 50px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    padding: 1em;
    display: none;
}

@media (max-width: 480px){
    .stock-navigs{
        position: fixed;
        left: 3%;
        gap: 62px;
        bottom: 0;
        z-index: 999999999;
        display: flex;
    }
}
@media (max-width: 380px){
    .stock-navigs{
        position: fixed;
        gap:52px;
        left: 1.2%;
        bottom: 0;
        z-index: 999999999;
        display: flex;
    }
}

.tradingview-widget-stock{
    width: 100%;
    height: 100%;
    margin-bottom: 7rem;
    pointer-events: auto;
}
@media (max-width: 480px ) {
    .tradingview-widget-stock{
        width: 320px;
        height: 320px;
        margin-bottom: 20rem;
    }
}
@media (max-width:380px ) {
    .tradingview-widget-stock{
        width: 320px;
        height: 320px;
        margin-bottom: 20rem;
        margin-left: 0.5rem;
    }
}
.stock-intro{
    text-align: center;
    font-size: 19px;
    margin-left: 19rem;
    padding-top: 7rem;
    padding-bottom: 2rem;
    border-radius: 9px;
    margin-top: -2.79rem;
    background: royalblue;
    width: 1052px;
    margin-bottom: 3rem;
}

.stock-feeds{
    width: 1020px;
    margin-left: 20rem;
}
@media (max-width: 480px) {
    .stock-feeds{
        width: 300px;
        margin-left: 3rem;
    }
}
@media (max-width: 380px) {
    .stock-feeds{
        width: 300px;
        margin-left: 2rem;
        padding-bottom: 6rem;
    }
}

/* referral */

.gift{
    width: 80px;
    height: 80px;
}

.refer-card{
    background: linear-gradient(to right, teal, rgb(0, 0, 66));
    width: 800px;
    height: 250px;
    margin-left: 27rem;
    padding: 1em;
    border-radius: 1rem;
}
@media (max-width: 480px) {
    .refer-card{
        margin-left: 0.5rem;
        width: 350px;
        height: 250px;
    }
}
@media (max-width: 380px) {
    .refer-card{
        margin-left: 0.5rem;
        width: 300px;
        height: 250px;
    }
}

.refer-card h3{
    color: white;
    font-size: 25px;
}



.refer-card svg{
    margin-bottom: -6px;
    width: 30px;
    height: 30px;
}

.refer-card h2{
    margin-top: 2rem;
    margin-left: 20rem;
    font-size: 54px;
    color: white;
}
@media (max-width: 480px) {
    .refer-card h2{
        font-size: 32px;
        margin-left: 8rem;
    }
}
@media (max-width: 380px) {
    .refer-card h2{
        font-size: 32px;
        margin-left: 8rem;
    }
}

.refer-card p{
    margin-top: 1rem;
    margin-left: 12rem;
    color: white;
    width: fit-content;
    position: absolute;
}
@media (max-width: 480px) {
    .refer-card p{
        font-size: 12px;
        margin-left: 1rem;
        width: 350px;
    }
}
@media (max-width: 380px) {
    .refer-card p{
        font-size: 12px;
        margin-left: 1rem;
        width: 350px;
    }
}

.copy{
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin-left: 40rem;
    margin-top: 1rem;
    position: relative;
}
@media (max-width: 480px) {
    .copy{
       margin-left: -1rem;
    }
}
@media (max-width: 380px) {
    .copy{
       margin-left: -1rem;
    }
}

/* profile */

.details .at{
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="rgb(0, 200, 150)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-at-sign-icon lucide-at-sign"><circle cx="12" cy="12" r="4"/><path d="M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-4 8"/></svg>') no-repeat 10px center;
    padding-left: 40px;
}

.details .globe{
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="rgb(0, 200, 150)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-globe-icon lucide-globe"><circle cx="12" cy="12" r="10"/><path d="M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20"/><path d="M2 12h20"/></svg>') no-repeat 10px center;
    padding-left: 40px;
}

.profile-form{
    position: absolute;
    top: 10%;
    left: 25%;
    transform: translate(2%, -4%);
    margin-top: 7rem;
    border: 2px solid #1f2a40;
    border-radius: 6px;
    padding-bottom: 4rem;
    width: 400px;
    height: 660px;
    margin-bottom: 2rem;
}
@media (max-width: 480px) {
    .profile-form{
    position: absolute;
    top: 10%;
    left: 25%;
    transform: translate(-99%, -4%);
    width: 350px;
    height: 550px;
    }
}
@media (max-width: 380px) {
    .profile-form{
    position: absolute;
    top: 10%;
    left: 25%;
    transform: translate(-99%, -4%);
    width: 350px;
    height: 630px;
    }
}

/* login */
.verify-exists{
    position: absolute; 
top: 50%; left: 50%; 
transform: translate(-50%, 50%); 
z-index: 99;
margin-left: 1rem;
width: 490px;
height: 250px;
padding: 0.3em;
border-radius: 6px;
background: #111c33;
text-align: center;
font-size: 12px;
display: flex;
flex-direction: column;
justify-content: center;
color: white;
font-family: sans-serif;
}
@media (max-width: 1080px) {
    .verify-exists{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-55%, -40%);
    }
}
@media (max-width:780px) {
    .verify-exists{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-55%, -40%);
        width: 500px;
    }
}
@media (max-width:480px) {
    .verify-exists{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-55%, -40%);
        width: 390px;
        font-size: 16px;
    }
}
@media (max-width:380px) {
    .verify-exists{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-55%, -10%);
        width: 350px;
        height: 300px;
        font-size: 16px;
    }
}

.verify-exists h1{
    display: flex; flex-direction: column; text-align: center;
}
.verify-exists h1 svg{
    margin-left: 12rem
}
@media (max-width: 480px) {
    .verify-exists h1 svg{
        margin-left: 10rem;
    }
}
@media (max-width: 380px) {
    .verify-exists h1 svg{
        margin-left: 8rem;
    }
}

.verify-exists .btn{
    margin-top: 2rem; cursor:pointer; width: 100px; height: 50px; padding: 0.5em; border: none; border-radius: 6px; font-weight: bold; color: white; background: teal;
}
@media (max-width: 380px) {
    .verify-exists .btn{
        margin-left: -1rem;
    }
}
.log-logo{
    display: flex;
    justify-self: left;
    margin-left: 4rem;  
}
@media (max-width: 380px) {
    .log-logo{
        margin-left: 7rem;
    }
}
.log-logo img{
    width: 150px;
    height: 150px;
}
.login-form{
    position: absolute;
    top: 30%;
    left: 15%;
    transform: translate(-5%, -30%);
    margin-top: 7rem;
    border: 2px solid #1f2a40;
    border-radius: 16px;
    padding-bottom: 4rem;
    width: 400px;
    height: 450px;
    margin-bottom: 2rem;
    background: #0b1426;
}
@media (max-width: 1080px) {
    .login-form{
        position: absolute;
        top: 40%;
        left: 40%;     
        transform: translate(-80%, -20%); 
        width: 400px; 
        height: 465px; 
    }
}
@media (max-width: 780px) {
    .login-form{
        position: absolute;
        top: 40%;
        left: 40%;     
        transform: translate(-80%, -20%); 
        width: 400px; 
        height: 465px; 
    }
}
@media (max-width: 480px) {
    .login-form{
        position: absolute;
        top: 40%;
        left: 40%;     
        transform: translate(-95%, -20%); 
        width: 356px; 
        height: 465px; 
    }
}

@media (max-width: 390px) {
    .login-form{
        position: absolute;
        top: 40%;
        left: 40%;     
        transform: translate(-100%, -30%); 
        width: 340px; 
        height: 465px; 
    }
}
@media (max-width: 380px) {
    .login-form{
        position: absolute;
        top: 40%;
        left: 40%;     
        transform: translate(-100%, -30%); 
        width: 340px; 
        height: 465px; 
    }
}
.login-form .piggy{
    background: linear-gradient(to right, teal, rgb(0, 0, 66));
    border-radius: 16px 16px 0px 0px;
}
.login-form .piggy svg{
    margin-left: 11rem;
}
@media (max-width: 480px) {
    .login-form .piggy svg{
        margin-left: 9rem;
    }
}
@media (max-width: 380px) {
    .login-form .piggy svg{
        margin-left: 9rem;
    }
}
.login-form .piggy h2{
    font-size: 24px;
}
.details .key{
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="rgb(0, 200, 150)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-key-round-icon lucide-key-round"><path d="M2.586 17.414A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814a6.5 6.5 0 1 0-4-4z"/><circle cx="16.5" cy="7.5" r=".5" fill="currentColor"/></svg>') no-repeat 10px center;
    padding-left: 40px;
}
.login-form .details input{
    border: 2px solid #00c896;
    width: 290px;
    color: white;
}
@media (max-width:480px) {
    .login-form .details input{
        width: 250px;
    }
}
@media (max-width:380px) {
    .login-form .details input{
        width: 250px;
    }
}

.login-form p{
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.login-form .depo-btn{
    border: 2px solid #00c896;
    color: #00c896;
    background: none;
    transition: 50ms ease;
    display: block;
    margin: 0 auto;
}
.login-form .depo-btn:hover{
    background: linear-gradient(to right, teal, rgb(0, 0, 66));
    color: white;
}
.error{
    background: rgb(189, 3, 3);
    font-weight: bold;
    padding: 0.5em;
    width: 250px;
    margin: 0 auto;
    border-radius: 7px;
    text-align: center;
}


/* register */
.reg-logo{
    display: flex;
    justify-self: left;
    margin-left: 4rem;  
}
@media (max-width: 380px) {
    .reg-logo{
        margin-left: 7rem;
    }
}
.reg-logo a img{
    width: 150px;
    height: 150px;
}
body.reg-body{
    background: #0b1426;
}

.exists{
    position: absolute; 
top: 50%; left: 50%; 
transform: translate(-50%, 50%); 
z-index: 99;
margin-left: 1rem;
width: 490px;
height: 250px;
padding: 0.3em;
border-radius: 6px;
background: #111c33;
text-align: center;
font-size: 12px;
display: flex;
flex-direction: column;
justify-content: center;
color: white;
font-family: sans-serif;
}
@media (max-width: 1080px) {
    .exists{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-55%, -40%);
    }
}
@media (max-width:780px) {
    .exists{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-55%, -40%);
        width: 500px;
    }
}
@media (max-width:480px) {
    .exists{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-55%, -40%);
        width: 390px;
    }
}
@media (max-width:380px) {
    .exists{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-55%, 50%);
        width: 350px;
    }
}

.exists h1{
    display: flex; flex-direction: column; text-align: center;
}
.exists h1 svg{
    margin-left: 12rem
}
@media (max-width: 480px) {
    .exists h1 svg{
        margin-left: 10rem;
    }
}
@media (max-width: 380px) {
    .exists h1 svg{
        margin-left: 8rem;
    }
}
.exists button{
    margin-top: 1rem;
    padding: 0.5em;
    width: 90px;
    border: 2px solid rgb(0, 200, 150);
    color: white;
    background: none;
    border-radius: 5px;
    margin-left: 11.7rem;
    cursor: pointer;
}
@media (max-width: 480px) {
    .exists button{
        margin-left: 9.7rem;
    }
}
@media (max-width: 380px) {
    .exists button{
        margin-left: 8rem;
    }
}

.details .mail{
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="rgb(0, 200, 150)" troke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-mail-icon lucide-mail"><path d="m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7"/><rect x="2" y="4" width="20" height="16" rx="2"/></svg>') no-repeat 10px center;
    padding-left: 40px;
}
.details .key{
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="rgb(0, 200, 150)" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-key-round-icon lucide-key-round"><path d="M2.586 17.414A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814a6.5 6.5 0 1 0-4-4z"/><circle cx="16.5" cy="7.5" r=".5" fill="currentColor"/></svg>') no-repeat 10px center;
    padding-left: 40px;
}

.reg-form .details input{
    border: 2px solid #00c896;
    width: 300px;
    color: white;
}
@media (max-width: 480px) {
    .reg-form .details input{
        width: 250px;
    }
}
@media (max-width: 380px) {
    .reg-form .details input{
        width: 200px;
    }
}
.reg-form .piggy{
    background: linear-gradient(to right, teal, rgb(0, 0, 66));
    border-radius: 16px 16px 0px 0px;
}
.reg-form{
    position: absolute;
    top: 30%;
    left: 15%;
    transform: translate(-10%, -15%);
    margin-top: 7rem;
    border: 2px solid #1f2a40;
    border-radius: 16px;
    padding-bottom: 4rem;
    width: 460px;
    height: 820px;
    margin-bottom: 2rem;
}
@media (max-width: 1080px) {
    .reg-form{
        position: absolute;
        top: 30%;
        left: 20%;
        transform: translate(-60%, -15%);
    }
}
@media (max-width: 780px) {
    .reg-form{
        position: absolute;
        top: 30%;
        left: 20%;
        transform: translate(-60%, -15%);
    }
}
@media (max-width: 480px) {
    .reg-form{
        position: absolute;
        top: 30%;
        left: 20%;
        transform: translate(-92.8%, -15%);
        width: 380px;
        height: 900px;
    }
}
@media (max-width: 380px) {
    .reg-form{
        position: absolute;
        top: 30%;
        left: 20%;
        transform: translate(-100%, -15%);
        width: 320px;
        height: 900px;
    }
}
.reg-form .piggy h2{
    font-size: 24px;
    text-align: center;
}

.reg-form .piggy svg{
    margin-left: 12.5rem;
}
@media (max-width: 480px) {
    .reg-form .piggy svg{
        margin-left: 10rem;
    }
}
@media (max-width: 380px) {
    .reg-form .piggy svg{
        margin-left: 8rem;
    }
}

.reg-form select{
    padding: 0.8em;
    margin-left: 2rem;
    border: 1px solid #00c896;
    color: white;
    border-radius: 6px;
    background: none;
    margin-top: 6px;
    margin-bottom: 0.5rem;
}
.reg-form select option{
    color: black;
}
.reg-form select:focus{
    outline: none;
}
.reg-form .depo-btn{
    border: 2px solid #00c896;
    color: #00c896;
    background: none;
    transition: 50ms ease;
    display: block;
    margin: 0 auto;
}
.reg-form .depo-btn:hover{
    background: linear-gradient(to right, teal, rgb(0, 0, 66));
    color: white;
}
.reg-acct{
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
@media (max-width: 380px) {
    .reg-acct{
        font-size: 14px;
    }
}

/* admin */

.admin-head{
    text-align: center;
    background-color: royalblue;
    padding: 2.5em;
    border-radius: 0px 0px 150px 150px;
    margin-bottom: 2rem;
}
@media (max-width: 425px) {
    .admin-head{
        border-radius: 0px 0px 20px 20px;
    }
    .admin-head h1{
        font-size: 18px;
    }
}
@media (max-width: 375px) {
    .admin-head{
        border-radius: 0px 0px 20px 20px;
        overflow-x: hidden;
        margin-right: 0;
    }
    .admin-head h1{
        font-size: 18px;
    }
}

.admin-stats{
    display: flex;
    gap: 20px;
    margin: 0 auto;
    margin-left: 6rem;
}
@media (max-width: 1024px) {
    .admin-stats{
        display: flex;
        gap: 10px;
        flex-direction: row;
        margin: 0 auto;
        margin-left: 2rem;
    }
}
@media (max-width: 768px) {
    .admin-stats{
        display: flex;
        gap: 10px;
        flex-direction: row;
        margin: 0 auto;
        margin-left: 2rem;
    }
}
@media (max-width: 425px) {
    .admin-stats{
        display: flex;
        gap: 10px;
        flex-direction: column;
        margin: 0 auto;
        margin-left: 1rem;
    }
}
@media (max-width: 375px) {
    .admin-stats{
        display: flex;
        gap: 10px;
        flex-direction: column;
        margin: 0 auto;
        margin-left: 1rem;
    }
}

.admin-stats .stats{
    padding: 1em;
    width: 350px;
    height: 100px;
    text-align: left;
    border-radius: 12px;
}
@media (max-width: 1080px) {
    .admin-stats .stats{
        width: 200px;
    }
}
@media (max-width: 780px) {
    .admin-stats .stats{
        width: 200px;
    }
}
@media (max-width: 480px) {
    .admin-stats .stats{
        width: 300px;
        height: 70px;
    }
}
.admin-stats .stats h2{
    display: flex;
    gap: 10px;
    margin-bottom: 1.5rem;
}
@media (max-width: 1080px) {
    .admin-stats .stats h2{
        font-size: 18px;
    }
}
@media (max-width: 780px) {
    .admin-stats .stats h2{
        font-size: 18px;
    }
}
@media (max-width: 480px) {
    .admin-stats .stats h2{
        font-size: 16px;
    }
}
.admin-stats .stats h2 svg{
    width: 20px;
    height: 20px;
}

.admin-stats .stats p{
    font-size: 34px;
}

@media (max-width: 480px) {
    .admin-stats .stats p{
        font-size: 18px;
    }
}

.admin-stats #stat1{
    background: royalblue;
}
.admin-stats #stat2{
    background: orange;
}
.admin-stats #stat3{
    background: green;
}

.tables{
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    margin: 50px auto;
    margin-bottom: 4rem;
    margin-left: 21rem;
    width: 700px;
}

@media (max-width: 1024px) {
    .tables {
        margin-left: 2rem;
        width: 90%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width:768px) {
    .tables {
        margin-left: 2rem;
        width: 90%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width:475px) {
    .tables {
        margin-left: 1rem;
        width: 85%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
@media (max-width:375px) {
    .tables {
        margin-left: 1rem;
        width: 85%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}
.table-tabs{
    display: flex;
    flex-direction: row;
    background: rgb(20, 20, 37);
}
@media (max-width: 480px){
    .table-tabs{
        width: 120%;
    }
}
.table-tabs button{
    padding: 0.5em;
    font-size: 20px;
    background: none;
    color: royalblue;
    border: none;
    cursor: pointer;
}
@media (max-width: 425px) {
    .table-tabs button{
        font-size: 14px;
    }
}
@media (max-width: 380px) {
    .table-tabs button{
        font-size: 14px;
    }
}
.table-tabs button.active{
    border-bottom: 2px solid royalblue;
    font-weight: bold;
    border-collapse: collapse;
}

.table-section{
    display: none;
}
@media (max-width: 380px) {
    .table-section{
        width: 378px;
        border-collapse: collapse;
    }
}
.table-section.active{
    display: block;
}
.admin-table{
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    background: black;
}
.admin-table th, .admin-table td{
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
@media (max-width: 480px){
    .admin-table th, .admin-table td{
        padding: 5px;
        font-size: 16px;
    }
}
@media (max-width: 380px){
    .admin-table th, .admin-table td{
        padding: 5px;
        font-size: 16px;
    }
}
.admin-table td button{
    padding: 0.5em;
    margin-right: 10px;
    font-weight: bold;
    border: none;
    border-radius: 5px; 
    cursor: pointer;
    background: red;
    color: white;
}

.admin-table td .approve{
    background: green;
    padding: 0.5em;
    font-size: 14px;
    border: none;
    color: white;
}
@media (max-width: 480px) {
    .admin-table td .approve{
        margin-bottom: 16px;
    }
}
@media (max-width: 380px) {
    .admin-table td .approve{
        margin-bottom: 10px;
    }
}
.admin-table td .edit{
    background: orange;
    padding: 0.5em;
    font-size: 14px;
    border: none;
    color: white;
}
.open{
    color: green;
    font-weight: bold;
}

.admin-notify{
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    background: black;
    padding: 2em;
    width: 600px;
    border: 2px solid #ddd;
    margin-left: 21rem;
}
@media (max-width: 1024px) {
    .admin-notify{
        width: 600px;
        margin-left: 4rem;
    }
}
@media (max-width: 768px) {
    .admin-notify{
        width: 600px;
        margin-left: 2rem;
    }
}
@media (max-width: 480px) {
    .admin-notify{
        width: 280px;
        margin-left: 0.5rem;
    }
}
@media (max-width: 375px) {
    .admin-notify{
        width: 280px;
        margin-left: 0.5rem;
    }
}

.admin-notify h1{
    margin-bottom: 2rem;
    text-align: center;
}

.admin-notify input{
    padding: 0.5em;
    width: 300px;
    margin-bottom: 2rem;
    border-radius: 4px;
    border: none;
    background-color: #383636;
    outline: none;
    color: white;
}
@media (max-width: 1024px) {
    .admin-notify input{
        padding: 1em;
    }
}
@media (max-width: 768px) {
    .admin-notify input{
        padding: 1em;
    }
}
@media (max-width: 475px) {
    .admin-notify input{
        padding: 0.9em;
        width: 180px;
    }
}
@media (max-width: 380px) {
    .admin-notify input{
        padding: 0.9em;
        width: 180px;
    }
}
.admin-notify textarea{
    color: white;
    background-color: #383636;
    border-radius: 7px;
    margin-top: 1rem;
    resize: none;
    width: 600px;
    height: 200px;
    outline: none;
    font-family: sans-serif;
    font-size: 18px;
    border: none;
    padding: 0.4em;
}
@media (max-width: 475px) {
    .admin-notify textarea {
        width: 300px;
        margin-left: -1rem;
    }
}
@media (max-width: 375px) {
    .admin-notify textarea {
        width: 300px;
        margin-left: -1rem;
    }
}

.send-btn{
    padding: 1em; 
    background: gold; 
    cursor:pointer; 
    font-weight: bold; 
    border: none; 
    border-radius: 6px; 
    font-size: 18px; 
    display: block;
    margin-left: 14rem;
    margin-top: 2rem;
    width:200px;
}
@media (max-width: 475px){
    .send-btn{
        margin: 10px auto;
        font-size: 16px;
        padding: 0.5em;
    }
}
@media (max-width: 375px){
    .send-btn{
        margin: 10px auto;
        font-size: 16px;
        padding: 0.5em;
    }
}