::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb:hover { background: #153eff; }
.account-social a i.discord {
    background-color: #5865F226;
    color: #5865F2;
}

.account-social a:hover .discord {
	color: #fff;
	background-color: #5865F2
}
.e-co-product a {
	text-align: center!important;
}
.product-title {
	font-size: 15px;
	font-weight: 500;
	color: #fff
}
iframe {
    display: block;       /* iframes are inline by default */
    border: none;         /* Reset default border */
    height: 100vh;        /* Viewport-relative units */
    width: 100vw;
}
.table-bordered thead {
    color: #ced4da;
    background-color: #153eff;
	text-transform:uppercase;
}
.left-sidenav-menu li.active>a {
    color: #a3a5b3;
    border-left-color: #153eff;
}
.left-sidenav-menu li>a i {
    width: 30px;
    display: inline-block;
    font-size: 20px;
    opacity: .8;
    vertical-align: middle;
    color: #153eff;
}
.account-social h6:before {
    display: inline-block;
    margin: 0 14px 4px 0;
    height: 2px;
    content: " ";
    text-shadow: none;
    background-color: #343a40;
    width: 124px;
}
.account-social h6:after {
    display: inline-block;
    margin: 0 0 4px 14px;
    height: 2px;
    content: " ";
    text-shadow: none;
    background-color: #343a40;
    width: 124px;
}
.badge-xl {
    display: inline-block;
    padding: .25em .4em;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.text-bold{
	font-weight:bold;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    background-color: #181b2e;
    border-radius: .3rem;
    outline: 0;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    border-color: #153eff;
    background-color: #153eff;
}
.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
    border-color: #0f111d;
    background-color: #0f111d;
}
.area {
    background-color: #153eff;  
    height: 100%;
    width: 100%;
    top: 0;
}
.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.3);
    animation: animate 25s linear infinite;
    bottom: -150px;
    
}
.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}
.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}
.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}
.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}
.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}
.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}
.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}
.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}
.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}
.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}
@keyframes animate {
    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }
    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}
.accountbg .account-title {
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
    margin: 0 auto;
}
.cornered-25{
	border-radius: 25px; 
}
.cornered-50{
	border-radius: 50px; 
}
.cornered-75{
	border-radius: 75px; 
}
.cornered-100{
	border-radius: 100px; 
}