:root{
    --bg:#020813;
    --headerBg:#000000;
    --headerFont:#FFFFFF;
    --headerIcon:#FFFFFF;
}
*{
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    padding: 0;
    font-family: Montserrat;
}
body{
    background-color: var(--headerBg);
    background-attachment: fixed;
    overflow: hidden;
}
body#reg-form{
    background-color: #84b5e5;
    background: #fff;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: scroll;
    /* display:none; */
    height: 100vh;
}

header .top-nav{
    background: var(--headerBg);
    display: flex;
    justify-content: space-between;
    padding: 6px;
    height: 36px;
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
    /* border: 2px solid red; */
}
header .top-nav .toggle-cont{
    display: flex;
    /* border: 1px solid; */
    gap: 10px;
    height: 25px;
}
header .top-nav .toggle-cont i.bi-three-dots{
    font-size: 3em;
    margin-top: -15px;
    color: var(--headerIcon);
    /* border: 2px solid ; */
}
header .top-nav .toggle-cont .search-input{
    display: flex;
    /* border: 1px solid red; */
    width: 200px;
    color: #000000;
    background-color: #FFFFFF;
    border-radius: 20px;
}
header .top-nav .toggle-cont .search-input i.bi-search{
    /* border: 2px solid red; */
    width: calc(100% - 170px);
    text-align: center;
    padding: 1px;
    font-size: 14px;
    font-weight: 800;
    margin-top: 2px;
}
header .top-nav .top-nav-links ul{
    display: flex;
    /* border: 1px solid ; */
    gap: 20px;
}
header .top-nav .top-nav-links ul li i{
    font-size: 12px;
    margin: 0 4px 0 0 ;
    /* border:  2px solid ; */
}
header .top-nav .top-nav-links ul li:nth-child(1){
    color: blue;
}header .top-nav .top-nav-links ul li span.bal{
    font-size: 14px;
    font-weight: 600;
    color: var(--headerFont);
}
header .top-nav .top-nav-links ul li i.online{
    color: green;
}
header .top-nav .top-nav-links ul li span.online{
    color: var(--headerFont);
    font-size: 10px;
    font-weight: 600;
}
header .top-nav .toggle-cont .search-input input{
    background-color: transparent;
    border: 1px solid rgb(0, 128, 255);
    box-sizing: border-box;
    width: 100%;
    border: none;
    outline: none;

}
header .netVal span{
    color: var(--headerFont);
    /* border: 1px solid; */
    margin-top: -5px;
    font-size: 12px;
    font-weight: 800;
    display: block;
}
header .netVal small{
    color: darkgreen;
    font-weight: 800;
    font-size: 12px;
}
header .top-nav-links i#toggleIcon{
    color: var(--headerIcon);
    font-size: 1.3em;
    margin-left: 15px;
    cursor: pointer;
    position: relative;
}
header .top-nav-links #drop-down{
    position: relative;
}

header .top-nav-links #dropDown-items{
    display: block;
    position: absolute;
    overflow: hidden;
    width: 200px;
    height: 0;
    right: 0;
    background-color: var(--headerBg);
    /* border: 1px solid red;     */
    top: 30px;
    padding: 0;
    transition: height 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-align: center;
}
#drop-down:hover #dropDown-items{
    height: 120px;
    border-radius: 10px;
}

/* #top-nav-profile-hide{} */
#top-nav-profile-hide ul li{
    /* margin-top: 15px; */
    display: flex !important;
    justify-content: center;
    gap: 5px;
    line-height: 2;
}
#top-nav-profile-hide  ul li span{
    margin: 0 0;
    font-size: 23px;
}
#top-nav-profile-hide  ul li span.online{
    font-size: 15px;
}
#top-nav-profile-hide li.netVal{
    display: flex;
    gap: 5px;
}
#top-nav-profile-hide li.netVal small{
    margin: 5px;
    /* background: blue; */
}
#top-nav-profile-hide li.netVal span{
    font-size: 16px;
    display:inline-block;
}
#top-nav-profile-hide i{
    font-size: 1.5em;
    color: var(--headerFont);
}
#top-nav-profile-hide i.online{
    color: green;
    font-size: 1em;
}
#top-nav-profile-hide ul{
    margin: 0 0;
    background: var(--headerBg);
    width: 200px;
    position: absolute;
    display: block;
    height: 0;
    /* left: 0; */
    /* top:10px; */
    right: 0;
    overflow: hidden;
    justify-content: center;
    /* z-index: 999; */
    text-align: center;
    transition: height 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#top-nav-profile-hide:hover ul{
    height: 150px;
    border-radius: 10px;
    /* display: block; */
}
#top-nav-hover-btn{
    cursor: pointer;
}
#top-nav-profile-hide{
    position: relative;
}
header .top-nav .top-nav-links ul #dropDown-items li a{
    display: block;
    position: relative;
    text-decoration: none;
    color: var(--headerFont);
    font-weight: 800;
    margin-top: 10px;
    font-size: 14px;
    padding: 5px;

    
}
header .top-nav .top-nav-links ul #dropDown-items li a:hover{
    color: white;
}
.logo img{
    /* position:absolute;
    border: 2px solid; */
    /* margin-top: -60px; */    
}

.side-nav{
    /* border: 1px solid red; */
    width: 30px;
    padding: 7px;
    top: 38px;
    z-index: 99999;
    overflow: hidden;
    box-sizing: border-box;
    position: fixed;
    height: calc(100% - 36px);
    background-color: var(--headerBg);
    text-align: left;
    transition: width 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#nav-close{
    cursor: pointer;
}
.side-nav.open{
    width: 150px;
    border-radius: 6px;
}
.side-nav .top-items{
    position: relative;
    /* border: 2px solid; */
    text-align: left;
    padding: 0;
}
.side-nav ul li{
display: flex;
margin-top: 15px;
text-align: left;
gap: 10px;
position: relative;
justify-content: left;
}

.side-nav ul li .aa{
    color: var(--headerFont);
    text-decoration: none;
    font-size: 14px;
    margin-top: 5px;
    font-weight: 800;
}
.side-nav .bottom-items{
    /* border: 1px solid blue; */
    position: absolute;
    bottom: 10px;
    width: 100%;
    box-sizing: border-box;
}
.side-nav ul li a i.ia{
    display: block;
    font-size: 1.2em;
    text-align: left;
    color: var(--headerIcon);
    /* border: 1px solid red; */
    
}
#main, .deposit_wrapper{
    width: calc(100% - 30px);
    height: calc(100vh - 38px);
    /* border: 92px solid red; */
    position: absolute;
    bottom: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    right: 0;
    /* z-index: 9999999; */
    display: flex;
    
}
.deposit_wrapper{
    display: block;
}

#main .left-chart{
    /* border: 1px solid blue; */
    max-width: 200px !important;
    box-sizing: border-box;
    height: calc(100vh - 36px);
    position: relative;
}
#main .middle-chart{
    /* border: 2px solid wheat; */
    position: relative;
    width: 100% !important;
    height: calc(100vh - 36px);
}
@media screen and (min-width:1240px){
    #main .middle-chart{
        width: 1000px;
    }
}
#main .right-chart{
    /* border: 2px solid green; */
    position: relative;
    width: 300px !important;
    height: calc(100vh - 36px);
}
#main .right-top-chart{
    /* border: 2px solid yellow; */
    height: 200px;
}
#main .right-bottom-chart{
    height: calc(100vh - 238px);
}


#deposit_wrapper .deposit-header{
    /* border: 2px solid blue; */
    width: 100%;
    display: flex;
    color: #1c1c1cbb;
    padding: 10px;
    background-color: #f4e1b1;
    /* overflow-x: hidden; */
    box-sizing: border-box;
    gap: 10px;
    font-size: 1.3em;
    font-weight: 800;
    height: 50px;
    box-shadow: 0px 2px 4px grey;
}
@media screen and (max-width:680px) {
    #deposit_wrapper .deposit-header{
        justify-self:center;
        width: fit-content;
        height: 40px;
        font-size: 14px;
    }
}
#deposit_wrapper .deposit-header span:nth-child(5){
    color:green

}
#deposit_wrapper .deposit-header i{
    color: #1C1C1C;
}
.deposit-body{
    width: 100%;
    /* border: 2px solid green; */
    color: #fff;
}
#deposit_wrapper h2{
    color: #FFFFFF;
    font-size: 1.4em;
    font-weight: 800;
    margin: 20px 0px 20px;
}
#deposit_wrapper .deposit-first-header{
    /* border: 2px solid red; */
    display: flex;
    gap: 15px;
    padding: 10px 0;

}

#deposit_wrapper .deposit-first-header a{
    text-decoration: none;
    color: #fff;
    font-weight: 800;
    display: inline-block;
    padding:5px;
    
}
#deposit_wrapper .deposit-first-header a:visited{
    border-bottom: 5px solid green;
}
#deposit_wrapper hr.deposit-first-header-hr{
    width: 100%;
    position: absolute;
    top: 40px;
    /* color: grey; */
    /* border: 2px solid purple; */
}
#deposit_wrapper .deposit-form{
    /* border :2px solid green; */
    width: 90%;
    height: 500px;
    margin: 20px auto;
    padding: 15px 15px 40px 15px;
    box-shadow: 1px 1px 5px -1px #fff;
    background-color:--headerBg;
    border-radius: 3px;
    overflow: scroll;
}
::-webkit-scrollbar{
    width: 5px;
}

#deposit_wrapper .deposit-form form{
    /* border: 2px solid red; */
    width: 400px;
    box-sizing: border-box;
}
@media screen and (max-width:680px) {
    #deposit_wrapper .deposit-form form{
        width: 100%;
    }
}
#deposit_wrapper .deposit-form form select{
    width: 200px;
    padding: 5px;
    outline: none;
    border-radius: 3px;
    border: none;
    margin: 20px 0;
    background-color:#ffffff;
    color: #1c1c1c;
    border: 5px #d1d1d1;
    box-shadow: 1px 1px 2px #fff;
}
#deposit_wrapper .deposit-form form input{
    display: block;
    border-radius: 3px;
    border: none;
    outline: none;
    padding: 5px;
    color: #1C1C1C;
}
#deposit_wrapper .deposit-form form{
    font-weight: 600;
    font-size: 16px;
}
#deposit_wrapper .deposit-form form button{
    margin: 20px 0;
    width: 150px;
    padding: 3px 5px;
    color: #FFFFFF;
    border-radius: 3px;
    border: none;
    background: green;
    box-shadow: 1px 1px 2px 1px grey;
}
#deposit_wrapper .deposit-history{
    /* border: 2px solid red; */

}
#deposit_wrapper .deposit-history h2{
    text-align: center;
    margin: 5px 0;
    font-size: 14px;
}
#deposit_wrapper .deposit-history table{
    width: 100%;
    /* height: ; */
    /* border: 1px dotted rebeccapurple; */
    text-align: left;
    border-collapse: collapse;
    border: 2px solid #e0e0e0;
}
#deposit_wrapper .deposit-history tr:nth-child(even){
    background-color: var(--headerFont);
}
#deposit_wrapper .deposit-history table th{
    font-size: 14px;
    font-weight: 800;
    padding: 5px;
    background-color: #f4e1b1;
}
#deposit_wrapper .deposit-history table td.details-view a{
    /* background-color: blue; */
    display: block;
    padding: 4px;
    color: #A1101C;
    text-decoration: underline;

    text-align: left;
}
#deposit_wrapper .deposit-history table td{
    padding: 5px;
    word-break: normal;
    word-wrap: normal;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    font-weight: 600;
    font-size: 14px;
    color: #686D76;
}

.deposit-modal{
    /* border: 2px solid red; */
    z-index: 9999999999999999;
    position: fixed;
    overflow: hidden;
    top: 0;
    height: 0;
    background-color: #000000a9;
    width: 100%;
    display: block;
    transition: height 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.deposit-modal.open{
    height: 100vh;
}
.deposit-modal h1,
.deposit-modal h2,
.deposit-modal h3,
.deposit-modal h4,
.deposit-modal h5,
.deposit-modal h6{
    color: #069;
    margin: 20px 0;
    font-size: 20px;
    font-weight: 800;
}
.deposit-modal .deposit-modal-cont{
    padding: 15px;
    background: #bcc9e1;
    width: 400px;
    margin: 5px auto;
    overflow-x: hidden;
    overflow-y: scroll;
    height: calc(100vh - 20px);
    /*display:block;*/
    border-radius: 6px;
    box-shadow: 1px 2px 5px #069;
    /* border: 1px solid green; */
}
@media screen and (max-width :680px) {
    .deposit-modal .deposit-modal-cont{
        width: 100% !important;
    }
}
.deposit-modal .deposit-modal-cont .deposit-modal-header{
    /* border: 2px solid; */
    display: flex;
    overflow-x: hidden;
    overflow-y: auto;
    /* padding: 10px; */
    justify-content: space-between;
}
.deposit-modal .deposit-modal-cont .deposit-modal-header h2{
    margin: 0;
    font-size: 1.4rem;

}
.deposit-modal .deposit-modal-cont .deposit-modal-body{
    /* border: 2px solid red; */
    line-height: 1.3;
}
.deposit-modal .deposit-modal-cont .deposit-modal-body ul li{
    margin: 15px 0;
    font-weight: 500;
    color: #40404c;
}
.deposit-modal .deposit-modal-cont .deposit-modal-body strong{
    font-weight: 800;
    font-size: px;
    position: relative;
}
.deposit-modal .deposit-modal-cont .deposit-modal-body p{
    margin:0 0 20px 0;
}
.deposit-modal .deposit-modal-cont .deposit-modal-body form{
    /* border: 2px solid red; */
    box-sizing: border-box;
}
.deposit-modal .deposit-modal-cont .deposit-modal-body form select{
    width: 100%;
    outline: none;
    border: none;
    padding: 5px;
    color: #1c1c1c;
    background-color: #f5f5f5c5;
}
.deposit-modal .deposit-modal-cont .deposit-modal-body form button{
    margin: 20px 0;
    width: 100px;
    padding: 3px 5px;
    color: #fff;
    border-radius: 3px;
    border: none;
    background: green;
    box-shadow: 2px 2px #069;
}
/* deposit datils modal styling */
.deposit-details-modal{
    z-index: 99999999999999999999;
    position: fixed;
    box-sizing: border-box;
    overflow: hidden;
    top: 0;
    height: 0;
    /*padding-bottom: 40px;*/
    background-color: #000000a9;
    width: 100%;
    display: block;
    transition: height 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.deposit-details-modal.open{
    height: 100vh;
}
.deposit-details-modal-body{
    width:400px;
    text-align: center;
    padding:15px;
    box-sizing: border-box;
    overflow: scroll;
    position: relative;
    overflow-x:hidden;
    overflow-y: auto;
    margin: 10px auto;
    z-index: 99999999;
    height: calc(100vh - 20px);
    background-color: #bcc9e1;
    backdrop-filter: blur;
}
#plan-text{
    text-align: left;
    line-height: 1.3;
}
.deposit-details-modal-body h2{
    color: #069;
    font-weight: 800;
    font-size: 18px;
    margin: 10px 0;
}
.deposit-modal-wallet-tag-wrapper{
    /* border: 2px solid red; */
    width: 250px;
    margin: 20px auto;
    height: 250px;
}
.wallet-tag{
    display:flex;
    border-radius: 5px;
    box-shadow: 1px 1px 15px -1px var(--headerFont);
    padding: 10px;
}
.wallet-tag input{
    outline: none;
    border: none;
    font-size: 20px;
    background: transparent;
    color: #069;
    width: calc(100% - 25px);
}
.wallet-tag i{
    font-size: 1.6em;
}
.deposit-details-modal form{
    position: relative;
    /* border: 1px solid ; */
    margin: 50px 0;
    width: 100%;
}
.deposit-details-modal form button{
    width: 60%;
    color: #fff;
    border: none;
    font-size: 18px;
    margin: 40px 25px 15px 0 ;
    font-weight: 800;
    outline: none;
    border-radius: 5px;
    box-shadow: 2px 2px 4px #069;
    padding: 10px;
    cursor: pointer;
    transition: 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background-color: green;
}
button:hover{
    opacity: 0.7;
}
#planFormdatas input{
    width: 100%;
    padding: 8px;
}

@keyframes spin-scroll {
    from{
        transform: rotate(0deg);
    }
    to{
        transform: rotate(360deg);
    }
}
@keyframes loader-spin1 {
    0%{
        scale: 1;
        opacity: 1;
        background-color: red;
    }
    25%{
        scale: 1.2;
        background-color: var(--headerBg);
        opacity: .9;
    }
    50%{
        scale: .8;
        background-color: blue;
        opacity: .7;
    }
    75%{
        scale: 1.3;
        background-color: gray;
        opacity: 3;
    }
    100%{
        scale: 1;
        background-color: red;
        opacity: 1;
    }
}
@keyframes loader-spin2 {
    0%{
        scale: 1;
        opacity: 1;
        background-color: blue;
    }
    25%{
        scale: 1.2;
        background-color: var(--headerBg);
        opacity: 7;
    }
    50%{
        scale: .8;
        background-color: red;
        opacity: .7;
    }
    75%{
        scale: 1.3;
        background-color: grey;
        opacity: 3;
    }
    100%{
        scale: 1;
        background-color: blue;
        opacity: 1;
    }
}
@keyframes loader-spin {
    0%{
        scale: 1;
        opacity: 1;
        background-color: var(--headerBg);
    }
    25%{
        scale: .6;
        background-color: white;
        opacity: 7;
    }
    50%{
        scale: .8;
        background-color: red;
        opacity: .7;
    }
    75%{
        scale: .2;
        background-color: grey;
        opacity: 3;
    }
    100%{
        scale: 1;
        background-color: #069;
        opacity: 1;
    }
}

.loader{
    /* border: 2px solid red; */
    width: 100%;
    top: 0;
    position: fixed;
    overflow: hidden;
    background-color: #020813b5;
    height: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    /* border: inherit; */
    overflow: hidden;
    z-index: 9999999999;
    transition: height 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.loader.open{
    height: 100vh !important;
}
.loader .loader-top-pop{
    display: flex;
    gap: 20px;
    width: 100px;
    height: 100px;
    /* overflow: hidden; */
    /* padding: 5px; */
    border-radius: 100%;
    /* border: 2px solid green; */
    
}
.loader .loader-wrapper{
    position: absolute;
    top:45%;
    left: 45%;
    height: 100px;
    width: 100px;
    border-radius: 100%;
    padding: 10px;
    /* animation: spin-scroll 1s linear infinite; */
    /* overflow: hidden; */
    /* border: 2px solid ; */
    right: 40%;
    /* padding: 10px; */
    bottom: 40%;
}
.loader .loader-top-pop span{
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 100%;
}
.loader .loader-top-pop span.spin1{
    background-color: red;
    scale: 1;
    animation: loader-spin1 2s linear infinite;
}
.loader .loader-top-pop span.spin2{
    background-color: blue;
    animation: loader-spin2 2s linear -1s infinite;
    scale: 1;
}
.loader-down-pop span{
    width: 30px;
    scale: 1;
    height: 30px;
    top: 50px;
    left: 25px;
    animation: loader-spin 2s linear infinite;
    position: absolute;
    display: inline-block;
    /* border: 2px solid greenyellow; */
    background-color: var(--headerBg);
    border-radius: 100%;
}
@keyframes spin-round {
    0%{
        transform: rotate(0deg);
        border: 10px dotted #069;
    }
    25%{
        transform: rotate(100deg);
        border: 8px dotted var(--headerBg);
    }
    50%{
        transform: rotate(200deg);
        border: 6px dotted whitesmoke;
    }
    75%{
        transform: rotate(250deg);
        border: 4px dotted blue;
    }
    100%{
        transform: rotate(360deg);
        border: 2px dotted green;
    }

}
.loader .loader-spin.open{
    width: 110px;
    height: 110px;
    position: absolute;
    top: 42%;
    /* display: none; */
    left: 44%;
    border-radius: 100%;
    /* box-shadow: 1px 1px 15px 4px grey; */
    animation: spin-round 1s linear infinite;
    border: 1px dotted #069;
}
/* styling registration form */
.reg-form-wrapper{
    display: flex;
    gap: 10px;
    position: relative;
    height: 100vh !important;
    overflow: auto;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
}
.reg-form-wrapper .reg-form-intro-cont{
    padding: 60px;
    position: relative;
    overflow: auto;
    color: #f5f5f5;
    margin: 0;
    width: calc(100% - 600px);
    height: 100vh !important;
    background-color: #062b60;
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
}
.reg-form-intro-cont h2{
    font-size: 2.5em;
    font-weight: 800;
    margin: 30px 0 10px 0;
}
.reg-form-intro-cont p{
    color: #f5f5f5c5;
    font-weight: 600;
    font-size: 20px;
}
.reg-form-intro-cont p:nth-child(2){
    /* border: 2px solid red; */
}
.reg-form-intro-cont ul:nth-child(3){
    /* border: 2px solid red; */
    margin: 20px 0;
}
.reg-form-intro-cont ul:nth-child(3) li{
    font-size: 1.3em;
    font-weight: 800;
    display: flex;
    margin: 15px 0;
}
.reg-form-intro-cont ul:nth-child(3) li span{
    display: inline-block;
    margin: 2px 10px 0 0;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    text-align: center;
    background-color: #1a4a8d;
    font-size: 14px;
    padding: 1.5px;

}
.reg-form-intro-cont h3{
    margin: 30px 0;
    font-size: 15px;
    font-weight: 800;

}
.reg-form-intro-cont ul:nth-child(5){
    /* border: 2px solid red; */
}
.reg-form-intro-cont ul:nth-child(5) li{
    list-style-type: none;
    margin: 10px 0;
    color: #f5f5f5c5;
}
.reg-form-intro-cont ul:nth-child(5) li i{
    font-size: 2em;
    display: inline-block;
    margin: 5px 0;
    position: relative;
    top: 8px;
}
.reg-form-intro-cont p{
    margin: 15px;
    font-size: 16px;
    font-weight: 700;
}
.reg-form-intro-cont p a{
    /* border: 2px solid red; */
    text-decoration: underline;
    color: #f5f5f5c5;
}
.reg-form-intro-cont p a i{
    font-size: 1.5em;
}
.reg-form-data{
    /* border:1px solid red; */
    padding: 40px;
    width: 600px;
}
.reg-form-data h2{
    font-size: 2em;
    font-weight: 800;
    text-align: center;
    color: var(--headerIcon);
    margin: 15px 0;

}
.reg-form-data form{
    width: 100%;
}
.reg-form-data form input, .log-form-wrapper form input{
    width: 100%;
    display: block;
    margin: 10px 0 15px 0;
    padding: 6px 8px;
    outline: none;
    border-radius: 5px;
    transition: border 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: .3px solid grey;

}
.reg-form-data form input:hover, .log-form-wrapper form input:hover{
    border: .5px solid black;
}
.reg-form-data form input:focus, .log-form-wrapper form input:focus{
    box-shadow: .5px .5px 2px grey;
}
.reg-form-data form select{
    width: 100%;
    outline: none;
    display: block;
    margin: 10px 0 15px 0;
    padding: 6px 8px;
    border-radius: 5px;
    transition: border 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: .3px solid grey;
}
.reg-form-data form button, .log-form-wrapper form button{
    background-color: #062b60;
    color: var(--headerFont);
    padding: 15px;
    border-radius: 6px;
    display: block;
    width: 100%;
    margin: 30px 0;
    border: none;
    box-shadow: 2px 2px grey;
    font-weight: 800;
    font-size: 20px;
    cursor: pointer;

}
.log-form-wrapper{
    width: 500px;
    margin: 40px auto;
    border-radius: 6px;
    box-shadow: 5px 10px #287aad;
    padding: 25px;
    border: 4px solid #000;
}

.log-form-wrapper h2{
    font-size: 2em;
    font-weight: 800;
    text-align: center;
    color: var(--headerIcon);
    position: relative;
    margin: 15px 0;
}
@media screen and (max-width: 680px) {
    .reg-form-wrapper{
        display: block;
    }
    .reg-form-wrapper .reg-form-intro-cont{
        width: 100%;
    }
    .reg-form-data{
        width: 100% !important;
    }
    .log-form-wrapper{
        width: 100%;
        margin:20% auto;
        border-radius: 0;
    }
}
/* Depsoit Details show */

.deposit-details-id{
    /* border: 1px solid red; */
    height: 100vh;
    min-height: 100vh;
    background-color: --headerBg;
    padding: 20px;
    overflow: auto;

}
.deposit-details-id .sect{
    width: 100%;
    margin: 40px 0;

}
.deposit-details-id .sect h2{
    line-height: -1;
    font-size: 16px !important;
    color: #FFFFFF !important;
    font-weight: 800 !important;
}

.deposit-details-id .sect span{
    display: block;
    color: var(--headerIcon);
    margin: -15px 0;
    font-size: 14px;
    background-color:#000000;
    display: inline-block;
    width: 200px;
    font-weight: 600;
}

.deposit-details-id .deposit-details-footer-link a{
    display: block;
    width: 200px;
    text-align: center;
    margin: 20px 0;
    text-decoration:none;
    font-weight: 800;
    font-size: 16px;
    color: #fff;
    padding: 3px 10px;
    border-radius: 3px;
    background-color: blue;
    cursor: pointer;
}
.deposit-details-id .deposit-details-footer-link a#report{
    background-color: red;
}
.deposit-details-id .deposit-details-footer-link a:hover{
    opacity: 0.6;
}
form#support-form-cont{
    width: 100% !important;
    background-color: var(--headerIcon);
    display: flex;
    gap: 30px;
    padding: 10px;
}
form#support-form-cont button{
    background-color: var(--headerBg) !important;
    display: inline-block !important;
    width: 150px !important;
    cursor: pointer;
    margin: 0 10px !important;

}
@media screen and (max-width:680px) {
    form#support-form-cont button{
        display: flex;
        margin: 20px 0;
    }
}
form#support-form-cont button i{
    display: inline-block !important;
    margin:0 10px !important;
    font-size: 18px !important;
}

td#support-message{
    width: 200px !important  ;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
} td#support-message a{
    text-decoration: none;position: relative;top: 3px;
    text-align: left;
    color: inherit;
}
#report_form-data{
    /* border: 2px solid red; */
    padding: 20px;
    color: #069;
}
#report_form-data input{
    width: 100%;
    padding: 7px;
    outline: none;
    border-radius: 3px;
    font-weight: 600;
    border: .4px grey;
    margin: 30px 0;
    color: #069;

}
#report_form-data textarea{
    width: 100%;
    padding: 5px;
    border-radius: 3px;
    resize: none;
    color: #069;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 18px;
    border: .5px grey;
    outline: .5px grey;
}
#report_form-data button{
    text-align: center !important;
    cursor: pointer;
    display: flex !important;
    align-self: center;
    justify-self: center;
    justify-content: center !important;
}
#formData5 .message-support-footer{
    display: flex;
    background-color: #fff;
}
#formData5 .message-support-footer button{
    width: 30px;
    border-radius: 0;
    background-color: inherit;
    box-shadow: none;
    font-size: 1.6em;
    cursor: pointer;
    display: inline-block;
    padding: 5px;
    color: #069;
}
/* #formData5 .message-support-footer button i{
    font-size: 2em;
} */
#formData5 .message-support-footer button:focus{
    color: #006699d6;
    opacity: .9;
}
#formData5 .message-support-footer textarea{
    width: calc(100% - 30px);
    height: 30p;
    padding: 3px 8px;
    box-sizing: border-box;
    margin: 0;
    text-wrap:balance;
    border: none;
    outline: none;
    overflow-x:hidden;
    word-break: normal;
    word-wrap: normal;
    text-align: left;
    color: #069;
    font-size: 18px;
    font-weight: 600;
    resize:none;
}
#message-id-room{
    /* border: 1px solid red; */
    height: calc(90vh - 40px);
    overflow-x: hidden;
    overflow-y: auto;
    background: transparent;
    padding: 10px;
    width: 100%;

}
#message-id-room .receiver-sect{
    /* border: 2px solid red; */
    width: calc(100% - 30px);
    background: var(--headerFont);
    border-radius: 2px 10px 3px 10px;
    float: right;
    margin: 10px 0;
    padding: 3px;
    display: block;
}
#message-id-room .sender-sect{
    /* border: 2px solid red; */
    width: calc(100% - 30px);
    background: var(--headerFont);
    border-radius: 10px 2px 10px 2px;
    float: left;
    margin: 10px 0;
    padding: 3px;
    display: block;
}
form#formData5{
    /* border: 1px solid red; */
    position: relative;
    width: 100%;
    height: fit-content;
    box-sizing: border-box;
    padding: 0;
    margin-top: 20px;
    bottom: 0px;
}
#deposit-details-modal-message{
    height: 80vh !important;
    position: relative !important;
    overflow: none;
    /* border: 2px solid red; */
    padding: 0 0;
    width: 400px;
    z-index: 9999;
    margin: 15px auto;
    background: #686D76;

}
@media screen  and (max-width:680px){
    #deposit-details-modal-message{
        width: 90%;
    }
}
.with-method{
    display: flex;
    gap: 15px;
}
#with-bank, #with-crypto{
    cursor: pointer;
    /* border: 2px solid red !important; */
    background: transparent !important;
    border-bottom: 1px solid var(--headerBg);
}
#deposit-modal-form{
    /* border: 2px solid red !important; */
    box-sizing: border-box;
}
#deposit-modal-form input{
    width: 100%;
    padding: 8px;
    margin: 15px 0;
    border-radius: 3px;
    border: .5px solid grey;
    outline: none;
    box-sizing: border-box;
}
#deposit-modal-form  textarea, #witCryptoForm textarea{
    width: 100%;
    padding: 15px;
    text-align: left;
    outline: none; 
    border: .5px solid grey;
    height: 60px;
    resize: none;

}
#witForm{
    position: relative;
    box-sizing: border-box;

}
#witCryptoForm input{
    width: 100%;
padding: 8px;
margin: 15px 0;
outline: none;
border: .5px solid grey;
}
#witForm input{
    width: 100%;
    padding: 8px;
    margin: 15px 0;
    outline: none;
    border: .5px solid grey;

}
#wit-crypto-modal{
    text-align: left !important;
    line-height: 1.5;
}



@media screen and (max-width:997px) {

    #main{
        display: block;
        overflow-x: hidden;
        right:0;
        width: calc(100% - 40px);
        overflow-y: auto;
        /* position: relative; */
        /* padding: 10px; */
        /* border: 3px solid green; */
    }
    .left-chart{
        display: none;
    }
    .middle-chart{
        width: 100% !important;
        /* border: 2px solid red; */
        display: flex;
        justify-self: center;

    }
    /* .top-nav-links{ */
        /* display: none; */
    /* } */
    li#top-nav-profile-hide ul{
        /* display: none !important; */
        /* border: 2px solid red; */
        /* overflow: none; */
        /* position: relative; */
    }
}

.profileCont{
    background-color: var(--headerBg);
    width: 100% !important;
    padding: 20px;
    position: relative;
    height: calc(100vh - 80px);
    overflow-x: hidden;
    overflow-y: auto;
    left: -30px;
    margin: 40px;
}
.profileCont .profileHero{
    /* border: 2px solid blue; */
    margin: 20px 0;
    color: white;
    
}
.profileCont .profileHero i{
    font-size: 3em;
    color: white;
    cursor: pointer;
}
.profileCont .profileDetails{
    /* border: 2px solid green; */
    
}
.profileCont .profileDetails .profileDiv{
    display: flex;
    flex-direction:row;
    margin: 15px 25px;
    gap: 20px;
}
.profileCont .profileDetails .profileDiv label{
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    width: 200px;
    color: #FFFFFF;
}
.profileCont .profileDetails .profileDiv input{
    width: 60%;
    font-weight: 600;
    font-size: 18px;
    padding: 5px;
    text-align: left;

}
.profileCont .profileDetails button{
    display: block;
    min-width: 200px;

    padding: 8px;
    border-radius: 8px;
    cursor: pointer;
    border: none;
    margin: 15px 25px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    background-color: #069;


}
#profileFormData button{
    width: 100%;
}
.profileCont .profileDetails button:nth-child(even){
    background-color: red;
}
form#profileFormData input, #profileFormUpdateValue input{
    width: 100%;
    margin: 0 0 15px 0;
    padding: 6px;
    text-align: left;
    outline: none;
    border: .5px solid grey;
}
form#profileFormData label, #profileFormUpdateValue label{
    display: inline-block;
    justify-items: left !important;
    justify-content: left !important;
    justify-self: left !important;
    text-align: left !important;


}
#profileFormUpdateValue{
    width: 100%;
    position: relative;
    text-align: center;
    justify-items: left;
    justify-content: left;
}
button{cursor: pointer; }
#historyTable{
    position: relative;
    left: -10px;
    height: calc(100vh - 90px);
    background-color: var(--headerFont);
    width:100%;
    padding: 10px;
    overflow:auto;
}
#historyTable table{
    color: var(--headerBg);
    width: 100%;
    text-align: left;
    overflow:auto;
    font-size: 12px;
    border-collapse: collapse;
}
#historyTable table tr th, #historyTable table tr td{
    padding:5px;
}
#historyTable table tr:nth-child(even){
    background: var(--headerFont);
}

@media screen and (max-width:680px) {
    .deposit-details-modal-body{
        width: 90%;
        margin: 0 auto;
        /*display: flex;*/
        justify-content: center;
    }
    #plan-cont{
        display :block;
    }
}
#kycForm input{
    width: 100%;
    padding: 8px;
    outline: none;
    border: .3px solid grey;
    margin: 15px 0;
}
.plan{
    background: --headerBg;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    padding: 20px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    /* flex-direction: ; */
}
.plan-details{
    align-self: center;
    width: 300px;
    min-width: 280px;
    justify-content: center;
    height: 550px;
    background-color: #020813;
    place-items: center;
    position: relative;
    box-sizing: border-box;
    font-weight: 800;
    padding: 15px;
    box-shadow: 1px 2px 1px white;
}
.plan-details ul li{
    font-size: 18px;
    color: #686D76;
    font-weight: 600;
    margin: 15px 0;

}
.plan-details ul li:hover{
    color: #686D76;
}
.plan-details li strong{
    text-align: left;
}
.plan-left{
    text-align: left;
}
.plan-details form{
    width: 100%;
    padding: 10px;
    /* border: 1px solid red; */
    position: absolute;left: 0;
    box-sizing: border-box;
    position: absolute;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    bottom: 0;
}
.plan-details form button {
    text-align: none;
    color: grey;
    text-decoration: none;
    border-radius: 3px;
    border: .3px solid grey;
    outline: none;
    width: 100%;
    font-size: 16px;
    padding: 10px;
    text-align: center;
    display: block;
    justify-content: center;
    align-items: center;
    align-self: center;
    font-weight: 600;
    box-sizing: border-box;
}
    /* background: bl; */

@media screen and (max-width:680px) {
    .plan{
        display: block;
    }
    .plan-details{
        width: 100%;
        margin: 10px 0;
    }
}
.plan-view-detail{
    background-color: #f5f5f5;
    height: inherit;
    position: relative;
    
}
/* .plan-view-detail form{
    width:400px;
    position: relative;
    border: 2px solid red;
    padding: 20px;
}
.plan-view-detail form input{
    width: 100%;
    background-color: transparent;
    padding: 10px;
    border: none;

} */