body {
    background-color: #070D10;
    background-image: url(../img/bg.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: left top;
    font-family: "Poppins" !important;
}
@font-face {
  font-family: 'Poppins';
  src:  url('../font/poppins/Poppins-Regular.ttf') format('woff2'),
        url('../font/poppins/Poppins-Regular') format('woff');
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins" !important;
}
a {
   font-family: "Poppins" !important;
}
.table {
     font-family: "Poppins" !important;
}
input {
     font-family: "Poppins" !important;
}

.sidebar {
    width: 387px;
}
.settings-form button {
    width: 215px !important;
}
h1.h3 {
    font-weight: bold;
}
    text-align: right;
    padding-right: 25px;
}

/*.toggle-tab {
    position: absolute;
    right: 0;
    z-index: 9999;
}*/

.sidebar-brand .sidebar-brand-text img {
    width: 100%;
}

.toggle-tab button#sidebarToggle {
    height: 40px;
    width: 40px;
    position: relative;
    top: 58px;
    background-color: transparent;
    background-image: url(../img/toggle-button.svg);
    z-index: 9999;
    right: 19px;
}

.sidebar-dark .sidebar-brand {
    height: 151px;
}

.topbar {
    height: 151px;
    padding: 0px 96px;
    margin-bottom: 0px !important;
}

.navbar.topbar {
    border-bottom: 1px solid #0095ff26;
}

.toggle-tab {
    border-right: 1px solid #0095ff26;
}

.nav-item {
    padding-left: 31px;
}

.container-padding {
    /* padding: 80px 120px; */
    padding: 80px 80px;
}

.table {
    border-collapse: separate !important;
    border-spacing: 0px 19px !important;
}

.trading-table .table tr th {
    background-color: #ffffff03;
    height: 45px;
    vertical-align: middle;
}

.trading-table .table tr td {
    background-color: #ffffff03;
    height: 67px;
    vertical-align: middle;
}

.trading-table .table tr td:nth-child(1) {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    padding-left: 40px;
    text-align: left;
}

.trading-table .table tr th:nth-child(1) {
    padding-left: 20px;
}

.trading-table .table tr th:nth-child(1) {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.trading-table .table tr td:nth-last-child(1) {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}
.social-links img {
    height: 26px;
    margin-right: 10px;
}
.trading-table .table tr th:nth-last-child(1) {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    width: 120px;
}

.sidebar-toggled li.nav-item {
    padding-left: 0;
}

.sidebar-toggled button#sidebarToggle {
    right: 54px;
}

.sidebar-toggled li.nav-item {
    padding-left: 18px;
}

.sidebar .sidebar-brand .sidebar-brand-text {
    transition: all 0.2s ease-in-out;
}
.sidebar .nav-item .nav-link span {
    transition: all 0.1s ease-in-out;
     color: #0099FF;
}
.sidebar .nav-item .nav-link {
    opacity: 0.5;
}
.sidebar .nav-item.active .nav-link {
    opacity: 1;
}
.sidebar .nav-item.active span {
    color: #0099FF;
}
.sidebar .nav-item.active .nav-link {
    font-weight: 400 !important;
}
.discord-profile {
    height: 49px;
    width: 49px;
    border-radius: 26px;
    border: 3px solid transparent;
    outline: 1px solid white;
}
.trading-table .table tr th {
    font-weight: 400;
}

.page-heading {
    font-weight: 600;
}

#userDropdown span {
    color: #0099ff !important;
    text-transform: uppercase;
    margin-right: 24px !important;
    font-weight: 700;
}

.img-profile {
    height: 54px !important;
    width: 54px !important;
    box-shadow: 5px 5px 12px #3692ff3d;
}

.dropdown-menu.dropdown-menu-right.animated--grow-in.show {
    background-color: #0A1013;
    border: 0px;
    box-shadow: 3px 5px 11px 0px #0c3048;

}

.dropdown-menu.dropdown-menu-right.animated--grow-in.show a.dropdown-item:hover {
    background-color: transparent;
    color: #ff3636;
}

.dropdown-menu.dropdown-menu-right.animated--grow-in.show a.dropdown-item:hover i {
    fill: darkred !important;
    color: #ff3636 !important;
}

.dropdown-menu.dropdown-menu-right.animated--grow-in.show a.dropdown-item {
    color: white;
}

.sidebar {
    transition: all 0.2s ease-in-out;
}

.sidebar.toggled .sidebar-brand .sidebar-brand-text {
    display: inline;
    opacity: 0;
}

.sidebar .sidebar-brand .sidebar-brand-text {
    transition: all 0.2s ease-in-out;
}

.sidebar .nav-item .nav-link span {
    transition: all 0.1s ease-in-out;
}
.trading-table.discord-members .table tr td:nth-child(1) {
    padding-left: 20px;
}
.trading-table .table tr td:nth-child(1) span:before {
        /*display: none;*/
}
.trading-table.discord-members .table tr td:nth-child(1) span:before {
    display: none;
}
h1.page-heading {
    font-weight: 600;
}
.trading-table .table tr td:nth-child(1) span:before {
    content: "";
    height: 11.74px;
    width: 11.74px;
    background-image: url(../img/star.svg);
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    left: -18px;
    top: -2px;
    bottom: 0;
    margin: auto;
}

.trading-table .table tr td:nth-child(1) span {
    position: relative;
}

.trading-table .table tr th:nth-last-child(1) {
    text-align: right;
    padding-right: 40px !important;
}

.currency-short {
    position: relative;
    font-size: 10px;
    left: 5px;
}

.currency-title {
    font-size: 16px;
    color: white;
    padding-left: 8px;
}

.trading-table tbody tr td:nth-child(2) {
    white-space: nowrap;
}

.trading-table .table tr td:nth-last-child(1) {
    text-align: right;
    padding-right: 25px;
}

.trading-table.discord-members .table tr th:nth-child(2) {
    width: 400px;
}

div#dataTable_length {
    display: none;
}

div#dataTable_filter {
    display: none;
}

.trading-table .table thead tr th:before {
    margin: auto;
    position: relative !important;
    margin-left: -2px;
    display: inline-table;
    right: -9px;
    top: 17%;
}

.trading-table .table thead tr th:after {
    margin: auto;
    position: relative !important;
    margin-left: -2px;
    display: inline-table;
    right: -9px;
    top: 25%;
}

img.img-profile.rounded-circle {
    background-color: black;
}

table th {
    padding-right: 14px !important;
}

div#dataTable_info {
    display: none;
}

#dataTable_wrapper .col-sm-12.col-md-7 {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100%;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: start;
}

li#dataTable_previous {
    width: 24px;
    height: 24px;
    border-radius: 26px;
}

li#dataTable_previous a {
    width: 24px;
    height: 24px;
    border-radius: 26px;
    background-color: transparent !important;
}

li#dataTable_previous a:after {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 26px;
    background-image: url(../img/pre.svg);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99999;
}

li#dataTable_next.disabled a:after {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 26px;
    background-image: url(../img/next.svg);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99999;
    color: white;
}

li#dataTable_next a:after {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 26px;
    background-image: url(../img/next-active.svg);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99999;
    color: white;
}

li#dataTable_next.enabled a:after {
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 26px;
    background-image: url(up-arrownext-active.svg);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99999;
    color: white;
}

.pagination li.paginate_button.page-item.active a {
    width: 24px;
    height: 24px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    border-radius: 16px;
    background-color: #0099ff !important;
    border: transparent !important;
}

.pagination li.paginate_button.page-item a {
    background-color: transparent !important;
    color: white;
}

li#dataTable_next a.page-link {
    color: transparent;
}

li#dataTable_previous a {
    width: 24px;
    height: 24px;
    border-radius: 26px;
    background-color: transparent !important;
    border: transparent !important;
    color: transparent;
}

.pagination li.paginate_button.page-item a {
    width: 24px;
    height: 24px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    border-radius: 16px;
    background-color: black;
    border: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

th.currency.sorting:before {}

table.dataTable>thead .sorting:before,
table.dataTable>thead .sorting_asc:before,
table.dataTable>thead .sorting_desc:before,
table.dataTable>thead .sorting_asc_disabled:before,
table.dataTable>thead .sorting_desc_disabled:before {
    content: "" !important;
    background-image: url(../img/up-arrow.svg);
    height: 10px;
    width: 15px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 6px !important;
}

table.dataTable>thead .sorting:after,
table.dataTable>thead .sorting_asc:after,
table.dataTable>thead .sorting_desc:after,
table.dataTable>thead .sorting_asc_disabled:after,
table.dataTable>thead .sorting_desc_disabled:after {
    content: "" !important;
    background-image: url(../img/down-arrow.svg);
    height: 10px;
    width: 15px;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 6px !important;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: start;
    gap: 10px;
}

.trading-table .table tr th:nth-child(1):after {
    display: none;
}

.trading-table .table tr th:nth-child(1):before {
    display: none;
}

th.sorting::before {
    opacity: 0 !important;
}

.sorting.sorting_asc::before {
    opacity: 0 !important;
}

.sorting.sorting_asc::after {
    opacity: 1 !important;
    background-image: url(../img/up-arrow.svg) !important;
}

th.currency.sorting:before {}

.currency-chart canvas#myAreaChart {
    margin-right: 0px !important;
}

.sidebar-dark .sidebar-brand {
    margin-bottom: 66px;
}

.trading-table .table tr td {
    white-space: nowrap;
}

.trading-table .table tr th {
    white-space: nowrap;
}

img.mobile-logo {
    display: none;
}


/*.table-responsive::-webkit-scrollbar {
     width: 12px;
    background-color: #F5F5F5;
}
.table-responsive::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}


.table-responsive::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #D62929;
}

*/

.table-responsive::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #141414;
}

.table-responsive::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: #250b0b;
}

.table-responsive::-webkit-scrollbar-track:horizontal {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #141414;
}

.table-responsive::-webkit-scrollbar:horizontal {
    height: 6px;
    width: 6px;
    background-color: #f5f5f5;
}

.table-responsive::-webkit-scrollbar-thumb:horizontal {
    background-color: #250b0b;
}

div#dataTable_paginate {
    /* display: none; */
}

.sidebar .nav-item .nav-link span {
    font-size: 16px;
    font-weight: bold;
}
.settings-form button {
    width: 215px;
}
.trading-table tbody tr {
    color: white;
}

.pagination-lg .page-item:first-child .page-link {
    background-color: transparent;
    border: 0px;
    padding: 0px;
}

.pagination-lg .page-link img {
    vertical-align: top !important;
}

.pagination-lg .page-link {
    padding: 0px;
    height: 24px;
    width: 24px;
    color: #707070;
    text-align: center;
    font-size: 16px;
    background: transparent;
    border: none;
    margin-left: 5px;
    margin-right: 5px;
}

.page-item.active .page-link {
    background-color: #ff3636;
    border-radius: 26px;
}

.sidebar-toggled button#sidebarToggleTop .fa-bars:before {
    content: "\f00d" !important;
}

.settings-form .input-group span {
    display: block !important;
    width: 100%;
    margin-bottom: 6px;
}
.input-group input {
    background-color: #0D1316;
    border: none;
    margin-bottom: 10px !important;
    height: 51px;
    border-radius: 8px;
    color: white;
}
.input-group input::placeholder {
    color: #2D4A5D;
    
}
.submit-btn button {
        display: block;
        width: 100%;
        height: 52px;
        border-radius: 8px;
        background: #0099FF;
        color: white;
        margin-top: 15px;
    }
    .auth h1 {
    font-size: 34px;
    font-weight: bold;
    color: white;
}
.auth .auth-title span {
    color: #CACCCD;
}
.auth {
    display: flex;
    align-items: center;
    height: 100vh;
}
.mt-65 {
    margin-top: 34px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.or img {
    border-bottom: 1px solid #365971;
}
.discord-btn img {
    margin-right: 15px;
}
.settings-form .input-group span {
    display: block !important;
    width: 100%;
}
.settings {
    width: 65%;
    display: grid;
    grid-template-columns: 345px 345px;
    gap: 2%;
}
.or {
    gap: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.create-account-link a {
    color: #0099ff;
}
.discord-btn button {
    display: block;
    width: 100%;
    height: 51px;
    border-radius: 8px;
    background: #5865F2;
    color: white;
}
    .submit-btn button {
        display: block;
        width: 100%;
        height: 52px;
        border-radius: 8px;
        background: #0099FF;
        color: white;
        margin-top: 15px;
    }
.forgot-password {
    text-align: right;
    display: block;
    color: white;
    text-decoration: none;
}
.forgot-password:hover {
   
    color: #0099FF;
   
}
a {
    text-decoration: none !important;
}
.dropdown-menu.dropdown-menu-right.animated--grow-in.show a.dropdown-item:hover {
    background-color: transparent;
    color: #0099ff;
}
.dropdown-menu.dropdown-menu-right.animated--grow-in.show a.dropdown-item:hover i {
       fill: #0099ff !important;
    color: #0099ff !important;
}
.input-group input:active {
    background-color: #0D1316;
    color: white;
    
}
.input-group input:focus {
    background-color: #0D1316;
    color: white;
}
.input-group input:visited {
    background-color: #0D1316;
    color: white;
    
}
.input-group input::placeholder {
    color: #2D4A5D;   
}
.login-form form {
    width: 345px;
    margin: auto;
}
/***************** MEDIA QUERY *****************/

@media (max-width: 767px) {
 .settings {
    width: 100%;
    grid-template-columns: 100%;
}
.settings-form button {
    width: 100% !important;
}
    .container-padding {
        padding: 30px;
    }
    .sidebar .nav-item .nav-link span {
        font-size: 12px;
    }
    .dropdown-menu.dropdown-menu-right.animated--grow-in.show {
        background-color: #2a2828 !important;
        border: 0px;
    }
    img.mobile-logo {
        display: block;
        width: 35%;
    }
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: flex-start !important;
    }
    /*ul#accordionSidebar.sidebar {
    display: none;
}*/
    .sidebar {
        width: 0 !important;
    }
    .sidebar.toggled {
        width: 300px !important;
    }
    ul#accordionSidebar.toggled .nav-item {
        left: 0px;
        text-align: center;
    }
    ul#accordionSidebar .nav-item {
        left: -125px;
    }
    button#sidebarToggleTop i.fa.fa-bars {
        color: black;
    }
    button#sidebarToggleTop {
        background-color: #0099ff;
    }
    .topbar #sidebarToggleTop:active {
        background-color: #ff3636 !important;
    }
    .topbar #sidebarToggleTop:hover {
        background-color: #0099ff !important;
    }
    .topbar {
        padding: 0px 30px;
    }
    ul#accordionSidebar.toggled .nav-item a.nav-link {
        margin: auto;
    }
    ul#accordionSidebar.toggled .nav-item {
        padding: 0px;
    }
}

@media (max-width: 1800px) {
    .sidebar {
        width: 210px;
    }
    .container-padding {
        padding: 40px 40px;
    }
    .sidebar-dark .sidebar-brand {
        margin-bottom: 26px;
    }
    .topbar {
        padding: 0px 45px;
    }
    .sidebar-brand .sidebar-brand-text img {
        width: 85%;
    }
}

.login_discord{
    display: block;
    width: 100%;
    padding: 14px;
    border-radius: 8px;
    background: #5865F2;
    color: white;
}

.login_discord:hover{
    display: block;
    width: 100%;
    padding: 14px;
    border-radius: 8px;
    background: #5865F2;
    color: white;
}