body, .content-wrapper {
    background-color: #091525;
    color: #ffffff;
}
.main-footer{
    background-color: #091525;
    color: #ffffff;
    border-color: #091525;
}
a {
    color: #00c4f4;
}
a:hover {
    color: #00c4f4;
    text-decoration: underline;
}
.alert-success {
    border-color: #b6ebdb;
    background-color: #cef2e7;
    color: #077151;
}
.alert-danger {
    background-color: #f7d4d8;
    border-color: #f3bfc5;
    color: #801925;
}
.alert ul {
    padding: 0 10px;
}
.login-box, .register-box {
    width: 560px;
}
.login-box .card, .register-box .card {
    padding: 30px;
}
@media (max-width: 576px) {
    .login-box, .register-box {
        margin-top: .5rem;
        width: 90%;
    }
}
.login-page, .register-page {
    background-color: #091525;
    color: #ffffff;
}
.login-box .logo-login{
    width: 80%;
    max-width: 320px;
}
.login-box-msg {
    text-align: center;
    display: block;
    font-size: 22px;
    font-weight: 600;
}
.main-header {
    border-bottom: 1px solid #1c4259;
}
.main-header.navbar {
    background-color: #0b1d33;
    color: #ffffff;
}
#userDropdown img {
    width: 30px;
    margin-top: -6px;
}
.dropdown-menu {
    background-color: #0b1d33;
    color: #ffffff;
}
.dropdown-header {
    color: #ffffff;
}
.dropdown-menu .dropdown-divider{
    border-color: #1c4259;
}
.dropdown-item {
    color: #ffffff;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #00c4f4;
}
.dropdown-item.active, .dropdown-item:active{
    color: #00c4f4;
    text-decoration: none;
    background-color: transparent;
}
.main-header.navbar .nav-link, 
.main-header.navbar .navbar-brand {
    color: #ffffff !important;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #00c4f4 !important;
}
ul.profile-nav {
    list-style: none;
    padding: 0;
}
.profile-nav .nav-item .nav-link {
    font-size: 1rem;
    padding: .25rem 1rem;
}
.profile-nav .nav-item .nav-link i {
    margin-right: 5px;
}
h1.page-title {
    font-size: 1.8rem;
}
/* Buttons */
.btn {
    position: relative;
    user-select: none;
    border: none;
    -webkit-tap-highlight-color: transparent;
    text-decoration: none;
    text-align: center;
    min-width: 64px;
    padding: 9px 34px;
    border-radius: 2rem;
    transform: translate3d(0, 0, 0);
    transition: background .4s cubic-bezier(.25, .8, .25, 1),
    box-shadow 280ms cubic-bezier(.4, 0, .2, 1);
    font-weight: 500;
    overflow: hidden;
    box-shadow: none;
}
.btn-primary {
    border: 1px solid;
    background-color: #00c4f4;
    color: #ffffff;
    border-color: #00c4f4;
}

.btn-primary:hover {
    background-color: #1fd2ff;
    color: #ffffff;
    border-color: #1fd2ff;
}

.btn-primary:focus,
.btn-primary.focus {
    background-color: #1fd2ff;
    color: #ffffff;
    border-color: #1fd2ff;
    box-shadow: none;
}


.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    background-color: #1fd2ff;
    color: #ffffff;
    border-color: #1fd2ff;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    background-color: #1fd2ff;
    color: #ffffff;
    border-color: #1fd2ff;
    box-shadow: none;
}
.btn-outline-primary {
    border: 1px solid;
    background-color: transparent;
    color: #00c4f4;
    border-color: #00c4f4;
}

.btn-outline-primary:hover {
    background-color: #00c4f4;
    color: #ffffff;
    border-color: #00c4f4;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    background-color: #00c4f4;
    color: #ffffff;
    border-color: #00c4f4;
    box-shadow: none;
}        

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    background-color: #00c4f4;
    color: #ffffff;
    border-color: #00c4f4;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    background-color: #00c4f4;
    color: #ffffff;
    border-color: #00c4f4;
    box-shadow: none;
}
.btn-action {
    padding: 0px 0 1px;
    min-width: 48px;
}
.btn-wallet{
    border-radius: 5px;
}

.brand-link {
    min-height: 57px;
}
.brand-link .brand-image.logo-full{
    max-height: 40px;
    margin-top: -5px;
}
.brand-link .brand-image.logo-icon{
    max-height: 40px;
    margin-top: -5px;
}
.logo-full {
    display: inline !important;
}
.logo-icon {
    display: none !important;
}
body.sidebar-collapse .logo-full {
    display: none !important;
}
body.sidebar-collapse .logo-icon {
    display: inline !important;
}
.sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand):hover .logo-full,
.sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand).sidebar-focused .logo-full {
    display: inline !important;
}
.sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand):hover .logo-icon,
.sidebar-mini.sidebar-collapse .main-sidebar:not(.sidebar-no-expand).sidebar-focused .logo-icon {
    display: none !important;
}
.brand-image {
    transition: opacity 0.3s ease-in-out;
}
.main-sidebar {
    background-color: #0b1d33;
}
.main-sidebar .brand-link {
    border-bottom: 1px solid #1c4259;
}
.main-sidebar .nav-sidebar .nav-link {
    color: #ffffff !important;
}
.main-sidebar .nav-sidebar .nav-link:hover {
    color: #ffffff !important;
    background-color: #002d42 !important;
}
.main-sidebar .nav-sidebar > .nav-item.menu-open > .nav-link, .main-sidebar .nav-sidebar > .nav-item > .nav-link:focus{
    background-color: #002d42;
}
.main-sidebar .nav-sidebar .nav-link.active {
    color: #ffffff !important;
    background-color: #00c4f4 !important;
}
.main-sidebar .nav-sidebar > .nav-item:hover > .nav-link, .main-sidebar .nav-treeview > .nav-item > .nav-link:focus{
    background-color: #002d42;
}
.main-sidebar .nav-sidebar .nav-treeview > .nav-item > .nav-link.active {
    color: #00c4f4 !important;
    background-color: #002d42 !important;
}
.main-sidebar .nav-sidebar > .nav-item .nav-icon.fas, .main-sidebar .nav-sidebar > .nav-item .nav-icon.far {
    font-size: 0.85rem;
}
.card, .login-card-body, .register-card-body {
    background-color: #0b1d33;
    border-radius: 12px;
}
.card-title {
    font-weight: 600;
}
.card-body.bg-light {
    background-color: #002d42 !important;
    color: #ffffff !important;
}
.login-card-body, .register-card-body {
    color: #ffffff !important;
}
.card-body.border-bottom {
    border-bottom: 1px solid #0b1d33 !important;
}
.card table {
    border-color: #1c4259;
}
.card table th,
.card table td {
    border-color: #1c4259;
}
.table thead td, .table thead th {
    border-bottom-width: 0px;
}
label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 500;
}
input.form-control, select.form-control {
    border-radius: 5px;
    height: 45px;
}
textarea.form-control {
    border-radius: 5px;
}
.login-card-body .input-group .input-group-text, .register-card-body .input-group .input-group-text {
    background-color:#1c4259 !important;
    border-color: #1c4259 !important;
    color: #ffffff !important;
}
.input-group-text {
    background-color:#1c4259;
    border-color: #1c4259 !important;
    color: #ffffff !important;
}
.login-card-body .input-group .form-control:focus~.input-group-append .input-group-text, .login-card-body .input-group .form-control:focus~.input-group-prepend .input-group-text, .register-card-body .input-group .form-control:focus~.input-group-append .input-group-text, .register-card-body .input-group .form-control:focus~.input-group-prepend .input-group-text {
    border-color: #00c4f4 !important;
    background-color:#00c4f4 !important;
    color: #ffffff !important;
}
.form-control {
    background-color: #091525 !important;
    color: #ffffff !important;
    border: 1px solid #1c4259 !important;
}

.form-control:focus {
    border-color: #00c4f4 !important;
    background-color: #091525 !important;
    color: #ffffff !important;
    box-shadow: none;
}
input[autofocus]:focus {
    background-color: #091525 !important;
    color: #ffffff !important;
    box-shadow: none;
}
select option {
    background-color: #091525 !important;
    color: #ffffff !important;
}

select option:hover {
    background-color: #00c4f4 !important;
    color: #ffffff !important;
}
.wallet-assets .nav {
    background-color: transparent !important;
    color: #ffffff !important;
}
.wallet-assets .nav-pills a {
    border-top: 1px solid #1c4259;
    padding: 15px;
    border-radius: 0;
}
.wallet-assets .nav-pills a.active {
    color: #ffffff !important;
    background-color: #002d42 !important;
}
.wallet-assets .nav-pills img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
}
.wallet-assets .nav-pills h2 {
    margin-bottom: 0;
    line-height: 1;
    color: #ffffff !important;
    font-size: 22px;
}
.wallet-assets .nav-pills p {
    margin-bottom: 0;
    color: #ffffff !important;
    font-size: 13px;
}
.wallet-assets .nav-pills h3 {
    color: #ffffff !important;
    margin-bottom: 0;
    font-size: 22px;
}
ul.wallet-balance {
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
}
ul.wallet-balance li {
    border-bottom: 1px solid #1c4259;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
ul.wallet-balance li:last-child {
    border-bottom: 0;
    padding-bottom: 15px;
    margin-bottom: 0px;
}
ul.wallet-balance li i {
    font-size: 22px;
    color: #00c4f4 !important;
    background-color: #002d42 !important;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
    margin-right: 15px;
}
ul.wallet-balance h2 {
    margin-bottom: 0;
    font-size: 18px;
}
ul.wallet-balance h3 {
    margin-bottom: 0;
    font-size: 16px;
}