:root {
    --blue: #1A73C5;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #e74a3b;
    --orange: #fd7e14;
    --yellow: #f6c23e;
    --green: #1cc88a;
    --teal: #20c9a6;
    --cyan: #36b9cc;
    --white: #fff;
    --gray: #D9D9D9;
    --gray-dark: #5a5c69;
    --primary: #4FA4F3;
    --secondary: #68747e;
    --success: #1cc88a;
    --info: #36b9cc;
    --warning: #f6c23e;
    --danger: #e74a3b;
    --light: #f8f9fc;
    --dark: #5a5c69;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
}

.btn-primary {
    color: #fff;
    background-color: var(--blue);
    border-color: var(--blue);
}

*, *::before, *::after {
    box-sizing: border-box;
}

.accordion-earn-cycle .card-header:nth-child(even) {
    background-color: #DFF0FF;
}

.accordion-earn-cycle .card-header {
    font-weight: 700;
    font-size: 23px;
    line-height: 150%;
    padding: 10px;
    background-color: #fff;
}

.accordion-earn-cycle .collapse.show {
    background-color: #DFF0FF;
    border-radius: 15px;
}

.alert {
    padding: 0;
}

.bell-notify .fas {
    font-size: 20px;
    color: #fff;
}

.bg-admin-blue {
    background: #153B60;
    border: 1px solid #153B60;
    border-radius: 6px;
}

.bg-gray {
    background-color: var(--gray);
}

.bg-grey {
    box-sizing: border-box;
    background: rgb(197 191 191 / .4);
    border: 1px solid rgb(0 0 0 / .4);
    border-radius: 10px;
    padding: 0 1rem;
}

.bg-light-orange {
    background-color: rgb(254 224 139 / 30%);
}

.bg-pink {
    background-color: rgba(238 155 164 / 20%);
}

.bg-roi-block-01 {
    background-color: rgb(238 155 164 / 20%);
}

.bg-roi-block-02 {
    background-color: rgb(255 151 170 / 60%);
}

.bg-roi-block-03 {
    background-color: #fee08b;
}

.btn-otp, .btn-login {
    background-color: #4FA4F3;
    border-color: #4FA4F3;
}

.btn1, .btn2 {
    font-size: 18px;
}

.btn2 {
    width: 100%;
}

.card-header:hover {
    cursor: pointer;
}

.card-header {
    color: var(--blue);
    background: rgb(197 191 191 / 30%);
    border: 1px solid rgb(74 71 71 / .4);
    border-radius: 10px !important;
    font-size: 18px;
    padding: 10px;
}

.card {
    border: 0;
    margin: 10px 0;
}

.close {
    float: right;
    font-size: 3rem;
    font-weight: 400;
    line-height: 0;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.color-black {
    color: #000;
}

.color-nav-blue {
    color: #03314B;
}

.color-primary {
    color: #1D4C8A;
}

.color-white {
    color: #fff;
}

.dashboard-head .btn:hover {
    background-color: var(--blue);
    color: #fff;
}

.dashboard-head .btn1 {
    background-color: #fff;
}

.dashboard-head h1 a, .dashboard-head h1 a:focus {
    background-color: transparent !important;
    border: 0;
    padding: 0 !important;
    margin: 0 !important;
}

.dashboard-head h1 a:hover {
    color: rgb(26 115 197 / .5) !important;
}

.dashboard-head h1 {
    flex: 1;
    font-weight: 600;
    padding-top: 5px;
    font-size: 1rem;
}

.earncycles-wallet-btn {
    color: #fff;
    background: #65C28B;
    border-radius: 8px;
}

.ec-accord-status {
    padding: 15px;
    display: flex;
    width: 100%;
    justify-content: center;
}

.ec-amount .ec-value {
    font-weight: 700;
    margin-right: 15px;
    color: #000;
}

.ec-amount {
    color: #1D4C8A;
    font-weight: 400;
}

.ec-number .earn-cycle-title {
    font-weight: 400;
    color: #1A73C5;
}

.ec-status .active {
    color: #059C2F;
}

.ec-status .inactive {
    color: #DF4545;
}

.ec-status {
    color: #000;
}

.ecp-history-table tbody tr:nth-child(2n) .bg-gray {
    background-color: #ECECEC;
}

.ecp-history-table thead tr th:last-child, .ecp-history-table tbody tr td:last-child, .ecp-history-table tr .txn-status {
    background-color: transparent !important;
    border: 0;
    color: #ccc;
    text-align: left;
    text-transform: capitalize;
}

.ecp-txnstatus .close span {
    font-size: 30px;
    position: relative;
    top: -50px;
}

.ecp-txnstatus .modal-header {
    padding: 0 1rem 0 0;
    border: 0;
    justify-content: right;
}

.ecp-txnstatus.msg .modal-body {
    padding: 2rem;
}

.eqslink a {
    text-decoration: none;
    letter-spacing: 3px;
    display: block;
    color: #fff;
}

.eqslink {
    text-align: center;
    margin: 10px 0;
    width: 100%;
}

.fa, .fas {
    margin-right: 5px;
}

.fnt-12 {
    font-size: 12px;
}

.fnt-14 {
    font-size: 14px;
}

.fnt-16 {
    font-size: 16px;
}

.fnt-23 {
    font-size: 23px;
}

.fnt-26 {
    font-size: 26px;
}

.fnt-italic {
    font-style: italic;
}

.history-table .value-n::before {
    content: "-";
}

.history-table .value-n {
    color: #e74a3b;
}

.history-table .value-p::before {
    content: "+";
}

.history-table .value-p {
    color: #1cc88a;
}

.history-table tbody td, .ecp-history-table tbody td {
    border: 3px double #bdbdbd;
}

.history-table tbody tr td:first-child::before, .ecp-history-table tbody tr td:first-child::before {
    content: counter(rowNumber);
    min-width: 1em;
    margin-right: .5em;
}

.history-table tbody tr, .ecp-history-table tbody tr {
    counter-increment: rowNumber;
}

.history-table tbody, .ecp-history-table tbody {
    counter-reset: rowNumber;
    color: #000;
}

.history-table td, .history-table th, .ecp-history-table td, .ecp-history-table th {
    border: 1px solid #bdbdbd;
    text-align: center;
    padding: 10px;
    font-weight: 600;
}

.history-table th, .ecp-history-table th {
    background-color: #427AAD;
    color: #fff;
    font-style: italic;
    font-size: 16px;
}

.history-table th, .ecp-history-table th {
    border: 1px solid #bdbdbd;
}

.history-table, .ecp-history-table {
    width: 100%;
}

.infobox {
    padding: 15px;
    text-align: center;
}

.login-area {
    width: 375px;
    padding: 24px;
    background-color: #fff;
    box-shadow: 0 -10px 10px rgb(0 0 0 / .05);
}

.login-block {
    background-color: #F9F9F9;
    border-radius: 10px;
}

.login-main-block {
    align-items: center;
    height: 100vh;
}

.login-page {
    background: linear-gradient(227.27deg, #4FA4F3 -8.31%, #1D4C8A 74.33%);
}

.login-rt-block h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #000;
}

.logo-block, .login-outer-block {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.main-block {
    padding: 20px 0;
}

.main-wallet-block .btn-blue, .transfer-funds-block .btn-blue {
    background: linear-gradient(180deg, #1A73C5 0%, rgb(0 65 125 / .69) 100%);
}

.main-wallet-block .btn-red {
    background: linear-gradient(180deg, #E38A7E 0%, rgb(205 23 23 / .69) 100%);
}

.main-wallet-block .btn, .transfer-funds-block .btn, .refer-wallet-balance-block .btn {
    color: #fff;
    margin: 0 auto;
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid #1D4C8A;
    box-sizing: border-box;
    border: 1px solid rgb(29 76 138 / .6);
}

.main-wallet-block .fa-sign-out-alt {
    transform: rotate(180deg);
}

.main-wallet-block, .transfer-funds-block {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.main-wallet-btn:hover, .roi-wallet-btn:hover, .earncycles-wallet-btn:hover, .referral-wallet-btn:hover {
    background: var(--blue);
    color: #fff;
}

.mat-flow-sec {
    flex: 1;
}

.mf-details h6 {
    text-decoration: underline;
}

.mf-details table td:first-child {
    color: #1D4C8A;
    text-align: left;
}

.mf-details table td:last-child {
    color: #000;
    text-align: right;
    ;
}

.mf-details table {
    width: 80%;
    margin: 0 20px;
}

.mf-details {
    border: 1px solid rgb(0 0 0 / .3);
    border-radius: 16px;
    padding-top: 15px;
    min-height: 160px;
    margin-bottom: 20px;
}

.mf-flow-table-sec table td {
    padding: 5px 10px;
    border: 1px solid #fff;
}

.mf-flow-table-sec table {
    width: 100%;
    margin-bottom: 15px;
}

.mf-flow-table-sec {
    width: 465px;
    padding-left: 100px;
}

.mywallet-table-block, .ecp-table-block {
    width: 100%;
    margin: 0 1rem;
}

.new-cycle-block {
    padding: 30px 100px;
    max-width: 535px;
}

.normal-link {
    text-decoration: underline;
}

.otpinput:focus {
    border-bottom: 3px solid #1F6DCA;
    outline: none;
}

.otpinput {
    cursor: pointer;
    pointer-events: all;
}

.otpinput {
    width: 40px;
    margin: 10px 0 30px;
    text-align: center;
    font-size: 20px;
    cursor: not-allowed;
    pointer-events: none;
    border: 1px solid #4FA4F3;
    border-radius: 5px;
}

.refer-wallet-balance-block.ref-code button {
    height: 45px;
}

.refer-wallet-balance-block.ref-code input {
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    background-color: #ccc;
    font-size: 12px;
    height: 45px;
    text-indent: 10px;
    margin: 0 10px;
}

.refer-wallet-balance-block.ref-code {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.refer-wallet-balance-block {
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 20px;
}

.referral-wallet-btn {
    color: #fff;
    background: #8EAD4C;
    border-radius: 8px;
}

.roi-block {
    display: flex;
}

.roi-id {
    font-style: italic;
    font-size: 1rem !important;
}

.roi-wallet-block {
    border: 1px solid rgb(0 0 0 / .2);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.roi-wallet-btn.g-01 {
    background: #59A558;
}

.roi-wallet-btn.g-02 {
    background: #8EAD4C;
}

.roi-wallet-btn {
    color: #fff;
    background: #C1A34C;
    border-radius: 8px;
}

.roi-wallet-btn {
    text-transform: none !important;
    margin: 5px !important;
    font-size: 14px !important;
}

.shadow-10 {
    box-shadow: 0 6px 6px -3px rgb(0 0 0 / .2), 0 10px 14px 1px rgb(0 0 0 / .14), 0 4px 18px 3px rgb(0 0 0 / .12);
}

.sidebar .nav-item .nav-link .fa-plus {
    background: #4b85bd;
    padding: 5px;
    font-size: 10px;
    width: 20px;
    border-radius: 5px;
    color: #FFF;
}

.sidebar .nav-item .nav-link, .sidebar .nav-item .nav-link i, .sidebar-dark .nav-item .nav-link:focus i, .sidebar-dark .nav-item .nav-link:hover i {
    color: #1D4C8A;
}

.sidebar .nav-item .nav-link {
    font-size: 15px;
    padding: 0;
    vertical-align: middle;
}

.sidebar .nav-item:hover .nav-link, .sidebar .nav-item:active .nav-link, .sidebar .nav-item.active .nav-link {
    background-color: var(--blue);
    color: #fff;
}

.sidebar .sidebar-card {
    background: #fff0;
    padding: 0;
}

.sidebar ul {
    padding: 20px 0 0 0;
}

.sidebar-dark .sidebar-brand {
    background-color: #4FA4F3;
}

.sidebar {
    background-color: #EDEDED;
}

.sub-block a {
    color: #fff;
    text-decoration: none;
}

.sub-block:hover {
    background: #324896;
}

.sub-block {
    height: auto;
    background: rgb(217 217 217 / .2);
    box-shadow: 0 6px 4px rgb(0 0 0 / .25);
    border-radius: 16px;
    margin: 0 10px;
    color: #fff;
    text-align: center;
    padding: 3em 0;
}

.sub-list li:hover a {
    background-color: var(--blue);
}

.title-row {
    align-items: end;
}

.topbar .nav-item .nav-link {
    margin-top: 1rem;
}

.topbar {
    background-color: #50A9FA;
}

.total-funds-withdrawn-title {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #1D4C8A;
}

.transfer-amount {
    background: #FFF;
    border: 1px solid rgb(0 0 0 / .3);
    border-radius: 6px;
}

.transfer-funds-form .row {
    margin: 20px 0;
}

.transfer-funds-form label, .ecp-transfer-funds-form label {
    margin-right: 10px;
    margin-bottom: 0;
}

.txnstatus .modal-header {
    border: 0;
    padding: 5px 15px 0 0;
}

.txt-small {
    font-size: 14px;
}

.wallet-amt {
    color: #000;
}

.wallet-btn a {
    font-size: 12px;
    border-radius: 8px;
    width: 100%;
    padding: 10px;
    border: 0;
    margin: 0;
    text-transform: uppercase;
}

.wallet-btn {
    border-radius: 10px;
    text-align: center;
    background-color: rgb(197 191 191 / 30%);
    border: 1px solid rgb(74 71 71 / .4);
    padding: 5px;
    margin: 10px 0 5px;
    display: flex;
}

#accordion-roi-cycles {
    margin-right: 5px;
}

#cycle-amt-select option:nth-child(2n) {
    background-color: #ccc;
}

#cycle-amt-validator {
    margin-top: -45px;
}

#cycled-roi-id {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 10px;
    color: #1A73C5;
}

#inputs {
    display: flex;
    justify-content: space-between;
}

#mobileNumber {
    border-color: #4FA4F3;
}

#otp-form button, #mob-form button {
    width: 100%;
    height: 50px;
    font-size: 24px;
    background-color: #4CAF50;
    color: #fff;
    border: none;
    cursor: pointer;
}

#otp-form input, #mob-form input {
    width: 50px;
    height: 50px;
    font-size: 24px;
    text-align: center;
}

#otp-form, #mob-form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 300px;
    margin: 0 auto;
}

#wrapper #content-wrapper {
    background-color: #fff;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body.login-page {
    height: 100vh;
}

body.roi-wallet #accordion-roi-wallet .card-header {
    height: 85px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body {
    margin: 0;
    font-family: "Anybody", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #858796;
    text-align: left;
    background-color: #fff;
    overflow-x: hidden;
}

form.ref-code-form {
    display: flex;
}

label {
    color: #797979;
    text-transform: none;
}

li.alert a {
    background-color: #4095e5;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: #fff0;
}

.aadhar-img-thumb img {
    width: 90px;
    height: 63px;
    margin-bottom: 10px;
}

.error {
    color: Red;
    visibility: hidden;
}

.file {
    visibility: hidden;
    position: absolute;
}

.ids-block {
    margin: 20px 0;
}

.image-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
}

.image-section {
    margin: 0 auto;
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
}

.my-prof-form-area .row {
    margin: 10px 0;
    align-items: baseline;
}

.my-prof-form-area.pf-id {
    padding: 25px 5px;
}

.my-prof-form-area {
    display: flex;
    flex-direction: column;
    justify-items: center;
    background: #FFF;
    border: 1px solid #B1B2B4;
    box-shadow: 0 4px 4px rgb(0 0 0 / .25);
    border-radius: 12px;
    padding: 20px;
}

.pf-id input {
    text-indent: 10px;
}

.prof-ids-input {
    border-radius: 10px;
    border: 1px solid;
    border-color: #B1B2B4;
    height: 37px;
    width: 100%;
}

.profile-block .edit-sec input:hover {
    background-color: #ccc;
}

.profile-block .edit-sec input {
    width: 100px;
    float: right;
    background-color: #B7BCCA;
    color: #fff;
    border-radius: 10px;
}

.profile-block .fa-search {
    bottom: 0;
    left: 0;
}

.profile-block .fas {
    z-index: 10;
    position: relative;
    bottom: -15px;
    left: 15px;
}

.profile-block .row:last-child {
    margin-bottom: 0;
}

.profile-block .row {
    margin-bottom: 20px;
}

.profile-block .save-sec input {
    width: 100px;
    float: right;
    background-color: var(--primary);
    color: #fff;
    border: #fff0;
    border-radius: 10px;
}

.profile-block input:focus, .profile-block input:focus-visible {
    outline: 0;
}

.profile-block input[type="submit"] {
    text-indent: 0;
}

.profile-block input {
    display: block;
    width: 100%;
    border-radius: 30px;
    border: 1px solid #ccc;
    height: 35px;
    background-color: #fff;
    text-indent: 40px;
    font-size: 12px;
    margin-top: -15px;
    color: #B7BCCA;
}

.profile-block label {
    display: block;
    margin-bottom: 0;
}

.profile-block {
    background: #FFF;
    border: 1px solid #B1B2B4;
    box-shadow: 0 4px 4px rgb(0 0 0 / .25);
    border-radius: 12px;
    padding: 20px;
}

.profile-change-pic-btn, .profile-save-pic-btn {
    display: block;
    color: #fff;
    padding: 5px 24px;
    border-radius: 40px;
    margin: 10px auto;
    border-color: #fff0;
}

.profile-change-pic-btn {
    background: gray;
}

.upload-btn {
    padding: 5px 16px;
    gap: 10px;
    position: absolute !important;
    background-color: red;
    border-radius: 100px;
}

.upload-sec button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.upload-sec input {
    border-radius: 10px;
    margin-top: 0;
    text-indent: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

input[type='file'] {
    color: #fff0;
    margin: 20px 0;
    width: 100px;
}

.roi-wallet-block.admin {
    padding: 10px;
    height: 100px;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}


/*New User Block*/
.new-user-block {
    padding: 15px 30px;
}

.new-user-block.sc1 [type="radio"]:hover {
    cursor: pointer;
}

.referal-inner-block form input, .referal-aadhar-block form input {
    color: var(--primary);
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    height: 30px;
    text-indent: 10px;
    background-color: #e9e9e9;
}

.referal-inner-block input:focus, .referal-aadhar-block input:focus {
    outline: 0;
}

.referal-inner-block {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
    width: 350px;
    display: none;
}

.tab, .tab-heading {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    border-radius: 5px;
}

.tab.active {
    color: #fff;
    background-color: #007bff;
    border-radius: 10px;
}

.tab-heading.active {
    border-bottom: 3px solid #007bff;
    border-radius: 5px;
    background-color: #007bff;
    color: #fff;
    padding: 5px;
}

/* New Css Added for Side Menu*/
.fa-2x {
    font-size: 2em;
}

.fa {
    position: relative;
    text-align: center;
    vertical-align: middle;
    font-size: 20px !important;
}

.sidebar .nav-item span, .sidebar .nav-item a i {
    padding: 10px;
}

.navbar-nav.main-menu:hover, nav.navbar-nav.main-menu.expanded {
    width: 250px;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

.inner-nav-link {
    color: #1D4C8A !important;
    font-size: 12px;
}

.navbar-nav.main-menu .nav-icon {
    position: relative;
    display: table-cell;
    width: 60px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
}

.navbar-nav.main-menu li:hover>a, nav.navbar-nav.main-menu li.active>a, .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus, .no-touch .dashboard-page nav.dashboard-menu ul li:hover a, .dashboard-page nav.dashboard-menu ul li.active a {
    color: #fff;
    background-color: var(--blue);
}

.navbar-nav.main-menu li {
    position: relative;
    display: block;
    width: 100%;
}

.navbar-nav.main-menu li>a {
    position: relative;
    display: table;
    border-collapse: none;
    border-spacing: 0;
    color: #1D4C8A;
    font-size: 14px;
    text-decoration: none;
    -webkit-transform: translateZ(0) scale(1, 1);
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}

.no-touch .scrollable.hover:hover {
    overflow-y: auto;
    overflow: visible;
}

.no-touch .scrollable.hover {
    overflow-y: hidden;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item:hover {
    background-color: #1D4C8A !important;
    color: #fff !important;
}

.sidebar .nav-item .nav-link span {
    font-size: inherit;
}

.sidebar-dark .nav-item .nav-link[data-toggle=collapse]::after, .sidebar .nav-item .nav-link[data-toggle=collapse].collapsed::after {
    margin-top: 10px !important;
}

.navbar-nav.main-menu>ul {
    margin: 7px 0;
}

/* New Css Added for Side Menu*/
.navbar-nav.main-menu .nav-icon {
    position: relative;
    display: table-cell;
    width: 60px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
}

.navbar-nav.main-menu .nav-text {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 170px;
}

.navbar-nav.main-menu li {
    position: relative;
    display: block;
    width: 250px;
}

.navbar-nav.main-menu li>a {
    position: relative;
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    color: #1D4C8A;
    font-size: 14px;
    text-decoration: none;
    -webkit-transform: translateZ(0) scale(1, 1);
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}

.navbar-nav.main-menu:hover, nav.navbar-nav.main-menu.expanded {
    width: 250px;
    overflow: visible;
    position: relative;
}

.navbar-nav.main-menu {
    border-right: 1px solid #e5e5e5;
    position: relative;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    -webkit-transition: width .05s linear;
    transition: width .05s linear;
    -webkit-transform: translateZ(0) scale(1, 1);
    z-index: 1000;
}

.navbar-nav.main-menu>ul {
    margin: 7px 0;
}

.no-touch .scrollable.hover:hover {
    overflow-y: auto;
    overflow: visible;
}

.no-touch .scrollable.hover {
    overflow-y: hidden;
}

.sidebar .nav-item span, .sidebar .nav-item a i {
    padding: 10px;
}

.sidebar-dark .nav-item .nav-link[data-toggle=collapse]::after, .sidebar .nav-item .nav-link[data-toggle=collapse].collapsed::after {
    margin-top: 10px !important;
}

.fa-2x {
    font-size: 2em;
}

.navbar-nav.main-menu li:hover>a, nav.navbar-nav.main-menu li.active>a, .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus, .no-touch .dashboard-page nav.dashboard-menu ul li:hover a, .dashboard-page nav.dashboard-menu ul li.active a {
    color: #fff;
    background-color: var(--blue);
}

.inner-nav-link {
    color: #1D4C8A !important;
    font-size: 12px;
}

.sidebar .nav-item .collapse .collapse-inner .collapse-item:hover {
    background-color: #1D4C8A !important;
    color: #fff !important;
}

/*170524*/
.add-funds-inner-block {
    padding: 15px 0 0 15px;
}

.earn-cycles-plan .tab {
    border: 1px solid #ccc;
    border-radius: 10px;
}

#mywallet-amt {
    border-radius: 10px;
    border: 0;
    text-indent: 10px;
}

#profile-id-form #copyButton {
    position: absolute;
    right: 20px;
    padding: 0;
    top: 5px;
}

#sidebarToggleTop {
    color: #fff;
}

.transfer-funds-form label {
    max-width: 200px;
    text-align: left;
}

/*Media Queries*/
@media(max-width:575px) {
    #mobileNumber {
        margin: 1rem 0;
    }

    .logo-right {
        text-align: center;
    }
}

@media(max-width:992px) {
    .refer-wallet-balance-block.ref-code input, .refer-wallet-balance-block.ref-code button {
        margin: 10px 0;
    }

    .sub-block {
        padding: 3em;
        margin: 1rem 3em;
    }

    form.ref-code-form {
        flex-direction: column;
    }

    .login-outer-block {
        width: 100%;
        height: 100vh;
    }
}

@media(min-width:992px) {
    .refer-wallet-balance-block {
        height: 160px;
    }

    .bg-grey {
        height: 300px;
    }
}

@media (min-width: 768px) {
    .dashboard-head {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        align-items: center;
    }

    .earn-cycles-plan {
        flex: 1;
    }

    .funds-tab {
        display: flex;
    }

    .logo-block, .login-outer-block {
        align-items: center;
        height: 100vh;
        width: 50%;
    }

    .sidebar .nav-item .collapse, .sidebar .nav-item .collapsing {
        margin: 0 2.1rem;
    }

    .sidebar .nav-item .nav-link {
        width: 100%;
    }

    .sidebar {
        width: 2.5rem;
        min-height: 100vh;
    }

    #accordion-fund-cycles {
        margin-left: 10px;
    }

    span.roi-id {
        margin-right: 200px;
    }

    .logo {
        padding: 50px;
    }

}

@media (max-width: 768px) {
    .bg-grey {
        padding: 1rem !important;
        margin: 1rem 0 !important;
    }

    .dashboard-head .btn1 {
        margin: 20px 0;
        width: 100%;
    }

    .dashboard-head .tab {
        margin-top: 20px;
    }

    /*.dashboard-page .main-block .row{margin-bottom:50px;margin-top:25px;}*/
    .logo-block {
        display: none;
    }

    .main-wallet-block .btn, #openModalBtn, #rzp-button {
        width: 100%;
    }

    .mf-details table tr td {
        padding: 10px 0;
    }

    .new-user-block {
        padding: 0 !important;
    }

    .refer-wallet-balance-block {
        margin-bottom: 20px;
    }

    .roi-wallet-block {
        margin: 10px 0;
    }

    .sidebar .fa-angle-double-right.fa-2x {
        float: left;
    }

    .sidebar .nav-item .collapse .collapse-inner {
        box-shadow: none !important;
    }

    .sidebar .nav-item .collapse {
        position: relative;
        left: 0;
        z-index: 1;
        top: 2px;
    }

    .sidebar {
        width: 25rem !important;
    }

    .tb-sec h5 {
        padding: 8px;
    }

    .tb-sec {
        margin-top: 30px;
    }

    .transfer-funds-form input {
        width: 100%;
        height: 37px;
        margin: 20px 0;
    }

    #earn-cycle {
        margin-bottom: 30px;
    }

    #openModalBtn {
        margin-bottom: 30px;
    }

    body.roiwalletbal .dashboard-head {
        display: flex;
        align-items: center;
    }

    .dashboard-head h1 {
        margin-bottom: 20px !important;
        display: inline;
    }

    .roi-wallet .wallet-btn {
        flex-direction: column;
    }

    .dashboard-head span {
        float: right;
    }
}

@media (max-width: 600px) {
    .mywallet-table-block, .ecp-table-block {
        overflow-x: scroll;
    }

    .history-table th {
        width: 20%;
    }

    .dashboard-head h1 {
        font-size: 1rem !important;
    }
}

@media(min-width:768px) and (max-width:992px) {
    .sidebar-brand-text {
        visibility: hidden;
    }

    .dashboard-head h1 {
        font-size: 1.5rem !important;
    }
}