@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
    font-family: "Open Sans", serif;
    font-size: 14px;
}

.main-sidebar {
    background: #021E45;
}

.sidebar a {
    color: #deeeff;
}

.userDetails {
    background: #021E45;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    color: #fff;
}

.userImg {
    border-radius: 100%;
    overflow: hidden;
    margin: 0;
    height: 100px;
    border: solid;
}

.userImg img {
    width: 100%;
    height: 100%;
}

.userDetails h1 {
    margin: 0 0 4px;
}

.userDetails p {
    color: #88b7f8;
    margin: 0;
}

.small-box {
    border-radius: 20px;
    text-align: center;
}

.small-box p {
    margin: 0
}

.remaining {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0 0 0 10px;
}

.remaining i {
    font-size: 23px;
}

.pieRow {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.pieChart {
    width: 50%;
}

.senderSec {
    width: 50%;
}

.senderSec .product-title {
    margin: 0 0 4px;
}

.senderSec .card-header {
    display: flex;
    align-items: center;
    padding: 8px 0px;
}

.form-control-sidebar,
.btn-sidebar {
    background-color: #000000 !important;
    border: 1px solid #0f3b78 !important;
    color: #fff;
}

.brand-link {
    border-bottom: 1px solid #0f3b78 !important;
    display: block;
    text-align: center;
    padding: 20px 0;
}

#pieChart {
    height: 450px !important;
}

.mobilecardWrap {
    width: 400px;
    border-radius: 20px !important;
}

.mobilecardWrap .widget-user-header {
    text-align: center;
    padding: 20px 0 50px 0;
    border-radius: 20px 20px 0 0;
}

.mobilecardWrap .widget-user-image {
    height: 100px;
    width: 100px;
    border: solid 1px #000;
    border-radius: 100%;
    margin: -40px auto 0 auto;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.mobilecardWrap .widget-user-image img {
    height: 100%;
    width: 100%;
}

.mobilecardWrap .form-row {
    padding: 0 20px;
    text-align: center;
    margin: 20px 0 0;
}

.mobilecardWrap .form-control {
    text-align: center;
}

.mobilecardWrap .text {
    font-weight: 100;
    font-size: 12px;
}

table.dataTable>tbody>tr.selected>* {
    box-shadow: inset 0 0 0 9999px #021e45 !important;
    color: rgb(255, 255, 255);
}

.main-header {
    background: #021e45;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
}

.modal-header {
    color: #fff;
    background: #021e45;
}

.modal-header .close {
    color: #fff;
    opacity: 1;
}

.modal-content {
    border-radius: 20px !important;
}

.modal-header {
    border-radius: 18px 18px 0 0 !important;
}

.walletBal {
    background: #183a6a;
    border-radius: 5px;
    margin: 0 30px;
}

.fullscreenBtn {
    padding: 13px 10px !important;
}

.user-menu {
    display: flex;
    color: #fff;
    align-items: center;
}

.user-menu .nav-link {
    padding: 0 13px 0 5px !important;
}

.senderNameDetails {
    display: flex;
    background: #d1e4ff;
    padding: 10px;
    border: solid 1px #afc9ed;
    max-width: 300px;
    border-radius: 10px;
    align-items: center;
}

.senderNameDetails button {
    margin: auto 0 auto auto;
}

.senderNameDetails p {
    margin: 0
}

.sName {
    font-size: 20px;
    font-weight: 700;
    color: #021e45;
    margin: 0 0 4px !important;
    text-transform: capitalize;
}

table.table-bordered.dataTable tbody td {
    vertical-align: middle;
}

.brand-link img {
    max-height: 120px !important;
    float: none !important;
    margin: 0 !important;
}

.logoutLink {
    width: 200px !important;
    min-width: auto;
}

.logoutLink .btn-default {
    border: 0;
}

.main-header .nav-link {
    height: auto;
}

.dashboardBoxesWrap .col-lg-3 {
    padding: 20px;
}
.dashboardBoxesWrap .col-lg-4 {
    padding: 20px;
}
.dashboardBoxesWrap .col-lg-4 a .inner {
    padding: 25px;
}
.dashboardBoxesWrap .col-lg-3 a .inner {
    padding: 25px;
}


.marqueSec {
    display: flex;
    background: #d1e4ff;
    padding: 10px;
    border: solid 1px #afc9ed;
    width: 100%;
    border-radius: 20px;
    align-items: center;
    margin: 0 0 20px;
    font-weight: 700;
}









.login-page {
    padding: 100px 0 20px;
    justify-content: space-between;
    column-gap: 100px;
    max-width: 1400px;
    margin: 0 auto;
    align-items: center;
    background: #e2ebff;
}

.loginWrap {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 220px;
}

.login-page .leftArea {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.login-page footer {
    color: #444;
    padding: 30px 0;
    margin: auto 0 0;
}

.login-img {
    width: 100%;
    max-width: 600px;
}

.login-box .card-primary {
    max-width: 400px;
    margin: 0 auto;
    background: linear-gradient(45deg, #3d0563, #0f4819);
    border-top: 0 !important;
    color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 70px rgb(14 0 24 / 66%);
}

.login-box .card-header,
.login-box .login-card-body {
    background: none;
    border-bottom: solid 1px #492776;
}

.login-box .card-header,
.login-box .login-card-body {
    background: none;
    border-bottom: solid 1px #492776;
}
.login-box .login-card-body {
    border-bottom: 0;
    padding: 30px 20px;
}

.login-box .card-footer {
    text-align: center;
    display: none;
}

.login-box .input-group-text {
    color: #fff
}

.login-box .icheck-primary {
    position: relative;
    top: 10px;
}

.login-box .icheck-primary label {
    color: #fff;
    margin: 0;
}

.login-logo a, .register-logo a {
    display: flex;
    align-items: center;
}

.login-logo img, .register-logo img {
    border-radius: 50%;
    height: 100px;
    margin: 0 20px 0 0;
}

.login-logo a {
    color: #8149aa;
    font-weight: 600;
}

.login-logo b {
    color: #89ab31;
    margin: 0 6px 0 0;
    font-weight: 600;
}