body {
    font-family: roboto;
}

.app-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
}

.app-main {
    padding-top: 75px;
}

.top-bar .navbar {
    padding: 0;
    height: 74px;
}

.top-bar .navbar .navbar-header {
    width: 290px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 74px;
    text-align: center;
    overflow: hidden;
    transition: all .3s ease-out;
    position: relative;
    z-index: 99;
}

.top-bar .navigation {
    width: 100%;
    position: relative;
    background: #fff;
    height: 74px;
}

.top-bar .navbar .nav-left {
    margin-left: 30px;
}

.navbar-nav {
    align-items: center;
}

.top-bar .navbar .nav-right {
    margin-left: auto;
    margin-right: 10px;
}

.top-bar .navbar .nav-right .nav-item {
    width: 50px;
    text-align: center;
}

.top-bar .navbar .nav-right .nav-item .nav-link {
    padding: 1.4rem 0;
    font-size: 17px;
}

.top-bar .navbar .nav-right .nav-item.user-profile .nav-link {
    padding: 0.9em 0;
    position: relative;
}

.top-bar .navbar .nav-right .nav-item.user-profile a img {
    width: 36px;
    height: 36px;
    border-radius: 30px;
}

.top-bar .navbar .nav-right .nav-item.user-profile a .user-status {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: 7px;
    bottom: inherit;
    top: 14px;
}

.bg-success {
    background-color: #32b432 !important;
}

.top-bar .navbar .nav-item .nav-link i {
    color: #a2a5bd;
}

.app-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 290px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: all .3s ease-out;
    display: block;
    padding-top: 60px;
    height: 100%;
    /*-webkit-box-shadow: 1px 10px 20px rgb(115 105 215 / 15%);
    -moz-box-shadow: 1px 10px 20px rgba(115,105,215,.15);
    box-shadow: 1px 10px 20px rgb(115 105 215 / 15%);*/
    z-index: 1050;
}

.sidebar-nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 55px;
}

.sidebar-nav ul li {
    position: relative;
    transition: all 0.3s ease;
}

.sidebar-nav ul li a {
    font-size: 18px;
    text-decoration: none;
    color: #000;
    font-weight: 400;
    padding: 9px 30px;
    display: block;
    transition: all 0.3s ease;
    text-transform: capitalize;
}

.sidebar-nav ul li a img {
    width: 15px;
    margin-right: 5px;
}

.top-bar .navbar .mobile-toggle {
    position: absolute;
    color: #fff;
    /*display: none;*/
    padding: 20px 30px;
    top: 0;
    left: 0;
    font-size: 1.25rem;
    cursor: pointer;
    z-index: 9999;
}

.navbar-toggler {
    position: absolute;
    top: 0;
    right: 0;
    padding: 23px 30px;
    color: #fff;
    z-index: 99999;
}

.sidebar-mini .app-navbar.expand {
    width: 0;
    opacity: 0;
}

.sidebar-mini .app-main {
    padding-left: 0;
}

.navbar-toggler-icon {
    width: 30px;
    height: 2px;
    background: #000;
    position: relative;
}

.navbar-toggler-icon:before {
    position: absolute;
    top: -10px;
    left: 0;
    width: 30px;
    height: 2px;
    background: #000;
    content: "";
}

.navbar-toggler-icon:after {
    position: absolute;
    top: 10px;
    left: 0;
    width: 30px;
    height: 2px;
    background: #000;
    content: "";
}

.sidebar-toggled .app-navbar {
    left: 0;
}


.sidebar-nav ul li a i {
    font-size: 18px;
    margin-right: 10px;
    color: #4c5c71;
}

.sidebar-nav ul li a:hover,
.sidebar-nav ul li.active a {
    border-right: 3px solid #41a3b0;
    box-shadow: 0px 0px 10px rgb(115 105 215 / 15%);
    color: #41a3b0;
    /* text-transform: capitalize; */
}

.dashboard-side-nav ul li.active a {
    border-right: 3px solid #41a3b0 !important;
    box-shadow: 0px 0px 10px rgb(115 105 215 / 15%) !important;
    color: #41a3b0 !important;
}

.sidebar-nav ul li a:hover i,
.sidebar-nav ul li.active a i {
    color: #41a3b0;
}

.dashboard-side-nav ul li.active a i {
    color: #41a3b0;
}



.sidebar-nav .metismenu .sub-menu {
    margin-top: 0;
    margin-left: 50px;
}

.sidebar-nav .metismenu .sub-menu li a {
    padding: 12px 10px 12px 15px;
    font-size: 16px;
    font-weight: 400;
    font-family: roboto;
}

.sidebar-nav .metismenu .sub-menu li a:hover,
.sidebar-nav .metismenu .sub-menu li.active a {
    border: none;
    box-shadow: none;
}

.dashboard-side-nav .metismenu .sub-menu li.active a {
    border: none;
    box-shadow: none;
}

/*.sidebar-toggle {
    display: none;
}
*/
.mobile-toggle {
    display: none;
}

.app-main {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    padding-left: 290px;
    transition: all .3s ease-out;
}

.app-main .container-fluid {
    background: #ecf0f3;
    border-radius: calc(60px - 0px) calc(60px - 0px) 0 0 !important;

    padding: 40px 30px 30px 30px;
}


.main-menu ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 0;
}

.main-menu ul li {
    margin-right: 20px;
    display: block;
    margin-bottom: 30px;
}

.main-menu ul li a {
    background: #fff;
    padding: 20px 40px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    transition: all .3s ease-out;
    text-decoration: none;
    color: #041f42;
}

.main-menu ul li a img {
    margin-right: 15px;
}

.main-menu ul li a:hover,
.main-menu ul li a.active {
    background: #41a3b0;
    color: #ffffff;
}


.align-item-center {
    align-items: center;
}

/*income*/
.income {
    font-size: 20px;
    color: #41a3b0;
    position: relative;
    padding-left: 30px;
    font-weight: 500;
    display: block;
    padding-bottom: 15px;

}

.income:before {
    position: absolute;
    content: "";
    background: #41a3b0;
    height: 14px;
    width: 14px;
    top: 3px;
    border-radius: 4px;
    left: 0px;
}

.income-price {
    font-size: 18px;
    font-weight: 500;
}

/*taxes*/
.taxes {
    font-size: 20px;
    color: #4c5c71;
    position: relative;
    padding-left: 30px;
    font-weight: 500;
    display: block;
    padding-bottom: 15px;
}

.taxes:before {
    position: absolute;
    content: "";
    background: #4c5c71;
    height: 14px;
    width: 14px;
    top: 3px;
    left: 0px;
    border-radius: 4px;
}

.taxes-price {
    font-size: 18px;
    font-weight: 500;
}

/*Expenses*/
.expenses {
    font-size: 20px;
    color: #041f42;
    position: relative;
    padding-left: 30px;
    font-weight: 500;
    display: block;
    padding-bottom: 15px;
}

.expenses:before {
    position: absolute;
    content: "";
    background: #041f42;
    height: 14px;
    width: 14px;
    top: 3px;
    border-radius: 4px;
    left: 0px;
}

.expenses-price {
    font-size: 18px;
    font-weight: 500;
}

/* asset allocation graph */

.asset-allocation-graph {
    min-height: 450px;
}

.table-height-wrap {
    max-height: 400px;
}


/*account1*/
.account1 {
    position: relative;
    color: #41a3b0;
}

.account1:before {
    position: absolute;
    content: "";
    background: #41a3b0;
    height: 14px;
    width: 14px;
    bottom: 35px;
    left: 40%;
    border-radius: 4px;
}

/*account2*/
.account2 {
    position: relative;
    color: #92b2dc;
}

.account2:before {
    position: absolute;
    content: "";
    background: #92b2dc;
    height: 14px;
    width: 14px;
    bottom: 35px;
    left: 40%;
    border-radius: 4px;
}

/*account3*/
.account3 {
    position: relative;
    color: #041f42;
}

.account3:before {
    position: absolute;
    content: "";
    background: #041f42;
    height: 14px;
    width: 14px;
    bottom: 35px;
    left: 40%;
    border-radius: 4px;
}

/*chart*/
.chart {
    position: relative;
    display: inline-block;
}

.chart-discription {
    position: absolute;
    text-align: center;
    top: 35%;
    left: 32%;
}

/*chart-02*/
.chart-02 {
    position: relative;
    display: inline-block;
}

.chart-02 .chart-discription {
    position: absolute;
    text-align: center;
    top: 35%;
    left: 32%;
}

/*card*/
.card {
    border-radius: 10px !important;
    border-color: #e9edf0;
}

.card-header {
    background-color: #fff !important;
    border-bottom: 1px solid #e9edf0;
    border-radius: calc(10px - 0px) calc(10px - 0px) 0 0 !important;
    padding: 20px 30px 15px 30px !important;
    align-items: baseline;
}

.card-body-height {
    height: 400px;
    overflow: auto;
}


/*  12 - Progress Bar
/*----------------------------------------*/
.progress-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 25px;
}

.progress {
    height: 10px;
    background: #e9e9ea;
    border-radius: 15px;
    overflow: visible;
    position: relative;
}

/*.progress:before,
.progress:after{
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: -5px;
    left: 0;
    z-index: 1;
}
.progress:after{
    border: 7px solid #e9e9ea;
    left: auto;
    right: 0;
}*/
.progress .progress-bar {
    box-shadow: none !important;
    border: none !important;
    border-radius: 15px;
    position: relative;
    -webkit-animation: animate-positive 1s;
    animation: animate-positive 1s;
    overflow: initial;
    border-radius: 2px;
}

.progress .progress-value {
    color: #fff;
    background: #41a3b0;
    position: absolute;
    top: -30px;
    right: -15px;
    border-radius: 5px;
    padding: 3px 5px;
    line-height: normal;
    z-index: 9;
}

.progress .progress-value:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background: #41a3b0;
    bottom: -3px;
    left: 13px;
    transform: rotate(45deg);
    font-weight: bold;
    z-index: -1;
}

.progress .progress-value:after {
    position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50px;
    background: #fff;
    bottom: -25px;
    border: 3px solid #41a3b0;
    left: 10px;
    z-index: 99;
}

.progress-price {
    font-size: 16px;
    color: #92b2dc;
    margin-top: 5px;
}

.gray-box {
    min-height: 395px;
}

/*.progress.orange:before{ border: 7px solid #fe3b3b; }
.progress.blue:before{ border: 7px solid #1a4966; }
.progress.green:before{ border: 7px solid #53aa2c; }
.progress.purple:before{ border: 7px solid #66406f; }
.progress.orange .progress-value{
    border: 5px solid #fe3b3b;
    color: #fe3b3b;
}
.progress.blue .progress-value{
    border: 5px solid #1a4966;
    color: #1a4966;
}
.progress.green .progress-value{
    border: 5px solid #53aa2c;
    color: #53aa2c;
}
.progress.purple .progress-value{
    border: 5px solid #66406f;
    color: #66406f;
}*/
@-webkit-keyframes animate-positive {
    0% {
        width: 0;
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}

.account-tab .nav-tabs {
    border: none;
}

.account-tab .nav-tabs .nav-link {
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 5px 7px;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    color: #000;
    border-bottom: 1px solid transparent;
}

.account-tab .nav-tabs .nav-link.active,
.account-tab .nav-tabs .nav-link:hover {
    border-bottom: 1px solid #41a3b0;
    color: #41a3b0;
}


/*feature-box*/

.card.feature-box img {
    width: 26px;
    margin: 0 0 0 auto;
}

.card.feature-box {
    padding: 10px;
    border-radius: 20px;
    min-height: 470px;
    margin: 0;
    text-align: unset;
}

.card.feature-box1 img {
    width: 26px;
    margin: 0 0 0 auto;
}

.card.feature-box1 {
    padding: 10px;
    border-radius: 20px;
    min-height: 445px;
}

.feature-box-title {
    display: flex;
    align-items: center;
    padding: 20px 25px;
    background: #ecf0f3;
    border-radius: 20px 20px 0 0;
}

.feature-box-title h6 {
    margin: 0;
    font-size: 22px;
}

.feature-box-title h5 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.feature-box-bottom {
    padding: 25px;
}

.feature-box-edit {
    display: flex;
    margin-bottom: 10px;
}

.feature-box-edit .feature-box-logo {
    margin: inherit !important;
    width: auto !important;
    height: 35px;
}

.feature-box-edit .edit {
    height: 26px;
    margin: 0 0 0 auto !important;
    width: auto !important;
    cursor: pointer
}

.feature-box-dec {
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.feature-box-dec h5 {
    margin: 0;
}

.feature-box-dec h6 {
    position: relative;
    margin: 0 0 0 auto;
    max-width: 125px;
    text-align: end;
}




/*fund-transfer*/
.btn-border {
    border: 1px solid #41a3b0 !important;
    color: #41a3b0 !important;
    padding: 15px 35px !important;
    transition: all .3s ease-out !important;
}

.btn-border:hover {
    background: #41a3b0 !important;
    color: #ffffff !important;
}

.btn-border:focus {
    box-shadow: none !important;
}

.card-dec {
    padding: 30px 30px 30px 30px;
}

.card-dec p {
    margin-bottom: 0px;
}

.select-box {
    border: none !important;
    height: 60px;
    padding: 15px 20px !important;
    border-radius: 4px !important;
    border: 1px solid #ced4da !important;
}

.select-box:focus {
    box-shadow: none !important;
}

input {
    box-shadow: none !important;
}

.form-control:focus {
    box-shadow: none !important;
}

input.form-control {
    height: 45px !important;
}

.form-check-input:checked {
    background-color: #42a4b1 !important;
    border-color: #42a4b1 !important;
}

.form-check-input:focus {
    box-shadow: none !important;
}

a.reset-fields {
    text-transform: uppercase !important;
    text-decoration: none !important;
    color: #41a3b0 !important;
}

.text-primary {
    color: #41a3b0 !important;
}

.box {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    border-radius: 10px !important;
}

.box-header {
    padding: 15px !important;
    background: #41a3b0 !important;
    border-radius: 10px 10px 0 0 !important;
}

.box-header h5 {
    margin-bottom: 0px !important;
    color: #fff !important;
}

.box-bottom {
    padding: 15px !important;
}

.card-death {
    padding: 30px !important;
}

.note {
    padding: 30px !important;
    background: #fff !important;
    border-radius: 10px !important;
    border-color: #e9edf0 !important;
}


/* PROFILE FINAL STEP */

.box_text {
    color: #777777;
    font-size: 17px;
    padding: 5px 20px;
    font-family: latoregular;
    font-family: roboto;
}

.asset_gray_container {
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    -moz-box-shadow: 0px 1px 0px 0px #eee;
    -webkit-box-shadow: 0px 1px 0px 0px #eee;
    box-shadow: 0px 1px 0px 0px #eee;
}

.asset_head_text {
    font-size: 22px;
    text-transform: capitalize;
    color: #41a2b1;
    font-family: roboto;
}


.assetsbox_text {
    color: #777777;
    font-size: 17px;
    padding: 5px 20px;
    font-family: latoregular;
    text-transform: none;
}

/* EO PROFILE FINAL STEP */

/*footer*/

.footer {
    background: #041f42;
    padding: 100px 125px 50px 125px;
    margin-top: 40px;
}

.newslatter-form input {
    height: 50px;
}

.newslatter-form .submit-btn {
    color: #fff;
    background: #41a3b0;
    border-radius: 0;
    width: 100%;
    font-weight: 400;
    text-transform: capitalize;
    margin-top: 15px;
    padding: 12px 40px;
    border-radius: 6px;
}

.footer-widget {
    padding-right: 40px;
}

.footer-widget p {
    color: #fff;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-menu ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

.footer-menu ul li {
    list-style: none;
    margin-bottom: 25px;
}

.footer-menu ul li:last-child {
    margin-bottom: 0px;
}

.footer-menu ul li a {
    color: #fff;
    text-decoration: none;
}

.sidebar-footer-menu {
    /* position: fixed; */
    bottom: 40px;
    width: 290px;
}

.footer .footer-widget-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 40px;
    position: relative;
}

.footer .footer-widget-title:after {
    content: '';
    width: 70px;
    height: 2px;
    background-color: #41a3b0;
    display: block;
    margin-top: 10px;
}

.footer-bottom {
    background: #001c40;
    padding: 20px 0px;
}

.footer-bottom .copyright p {
    margin-bottom: 0px;
    color: #fff;
}

.footer-bottom .socila {
    display: block;
    margin-bottom: 0px;
}

.footer-bottom .socila li a {
    color: #fff;
}

.footer-bottom .socila li {
    margin: 0;
    margin-right: 5px;
    display: inline-block;
}

.footer-bottom .socila li span {
    display: inline-block;
    color: #ffffff;
    margin-right: 12px;
}

.footer-contact.list-unstyled li {
    color: #fff;
    display: flex;
    margin-bottom: 20px;
}

.footer-contact.list-unstyled li .footer-contact-icon {
    padding-right: 15px;
}

.footer-contact-info a {
    color: #41a3b0;
    text-decoration: none;
}

.text-red {
    color: #e3324c !important;
}

.sidebar-nav ul li a.text-red i {
    color: #e3324c;
}


/*table*/
.table-striped tbody tr:nth-of-type(even) {
    background: #ecf0f3;
}

.table-striped tbody tr:nth-of-type(odd) {
    --bs-table-striped-bg: #fff;
}

.table-responsive tbody tr td {
    padding: 15px 20px;
    color: #4c5c71;
}

.table>:not(:first-child) {
    border-top: none;
}

.table .thead-light th {
    color: #41a3b0;
    background-color: #41a3b033;
    padding: 10px;
    font-weight: 500;
    border-top: 1px solid #b4e6eb;
    border-bottom: 1px solid #b4e6eb;
}

.download-icon img {
    background: #41a3b0;
    padding: 10px;
    border-radius: 10px
}

.download-icon .delete-icon {
    padding: 0;
    background: none;
    margin-left: 4px;
}

.left-menu-active {
    border-right: 3px solid #41a3b0 !important;
    box-shadow: 0px 0px 10px rgb(115 105 215 / 15%) !important;
    color: #41a3b0 !important;
    text-transform: capitalize;
}

.head-column {
    position: absolute;
    width: 101px;
    left: 20px;
    top: auto;
    font-size: 12px !important;
    word-break: break-word;
}

.previous-active-button {
    background: url('../images/icons/arrow-left_active.png') no-repeat;
    background-position: 10%;
    cursor: pointer;
    background-size: 7px;
}

.previous-de_active-button {
    background: url('../images/icons/arrow-left_deactive.png') no-repeat;
    /* cursor: not-allowed; */
    background-position: 10%;
    background-size: 7px;
}

.next-active-button {
    background: url('../images/icons/arrow-right_active.png') no-repeat;
    background-position: 10%;
    cursor: pointer;
    background-size: 7px;
}

.next-de_active-button {
    /* background: url('../images/icons/arrow-right_deactive.png') no-repeat; */
    background-position: 10%;
    /* cursor: not-allowed; */
    background-size: 7px;
}

/* .previous-deactive-button {
    background: url('/src/assets/images/logo-light.png') no-repeat;
    background-position: 10%;
    cursor: pointer;
} */


/* cash flow table */

.cashflow_table tr td {
    padding: 10px 10px;
    /* text-align: center; */
    color: #41a4a9;
    width: 100%;
    font-size: 16px;
}

.cashflow_table tr td:first-child {
    padding: 10px 10px;
    /* text-align: center; */
    color: #525252;
    width: 100%;
    font-size: 18px;
}

.cashflow_table tr th {
    padding: 10px 10px;
    width: 100%;
    font-size: 16px;
}

.cash_flow_table_title {
    font-size: 22px;
    padding: 10px 15px;
}

.cash_white_box {
    line-height: 40px;
    color: #00d233;
}

.cash_red_box {
    line-height: 40px;
    color: red;
}

.graph_tooltip {
    width: 10rem;
    padding: 10px;
}

.net-worth-graph-tooltip {
    width: 11rem;
    padding: 10px;
}

.box-title {
    padding: 10px;
    background-color: #fff;
    margin-top: 15px;
    border-radius: 10px;
}

.beneficiary-box {
    margin-top: 10px;
    border: 2px dashed #ced4da;
    padding: 10px;
}

.btn-outline-estate {
    color: #41a3b0 !important;
    border-color: #41a3b0 !important;
    background-color: transparent !important;
}

.btn-check:checked+.btn-outline-estate {
    color: #fff !important;
    background-color: #41a3b0 !important;
    border-color: #41a3b0 !important;
}

.btn-outline-estate:hover {
    background-color: #41a3b0 !important;
    color: #fff !important;
}



@media(max-width:1600px) {
    .footer {
        padding: 40px;
    }

    .footer-widget {
        padding-right: 10px;
    }

    .sidebar-nav ul {
        margin-top: 25px;
    }

    .sidebar-footer-menu {
        bottom: 10px;
    }

}

@media(max-width:1400px) {
    .chart-discription {
        position: absolute;
        text-align: center;
        top: 33%;
        left: 28%;
    }
}

@media(max-width:1199px) {

    .footer {
        padding: 60px 15px;
    }

    .app-main .container-fluid {
        padding: 30px 20px 20px 20px;
    }

    .sidebar-nav .metismenu .sub-menu {
        margin-top: 0;
        margin-left: 34px;
    }

    .app-main {
        padding-left: 250px;
    }

    .app-navbar {
        width: 250px;
    }

    .top-bar .navbar .navbar-header {
        width: 290px;
    }

    .main-menu ul li {
        margin-right: 10px;
    }

    .main-menu ul li:last-child {
        margin-right: 0;
    }

    .main-menu ul li a {
        padding: 14px 20px;
        font-size: 16px;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

@media screen (max-width: 767px) {

    .top-bar .navbar .mobile-toggle {
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 99;
        width: 78px;
        height: 60px;
        padding: 0;
        font-size: 17px;
        color: green;
        border: 0;
        line-height: 60px;
    }

    .top-bar .navbar .navbar-toggler {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        padding: 0;
        line-height: normal;
        font-size: inherit;
        z-index: 99;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
    }

    .navbar-collapse .navigation .navbar-nav {
        flex-direction: row;
    }

    .top-bar .navbar .nav-left {
        display: none;
    }

    .top-bar .navbar .nav-right {
        margin: 0 !important;
        justify-content: space-between;
        padding: 0 30px;
        width: 100%;
    }

    .top-bar .navbar .nav-item.dropdown,
    .top-bar .navbar .nav-item.dropup {
        position: static;
    }

    .top-bar .navbar .nav-left .dropdown-menu,
    .top-bar .navbar .nav-right .dropdown-menu {
        width: 100%;
        position: absolute;
        margin: 0 !important;
        right: 0;
        left: 0;
    }

    .app-navbar {
        position: fixed;
        left: -240px;
        height: 100%;
    }

    .app-main {
        padding-left: 0 !important;
    }

    .app-main .container-fluid {
        padding-bottom: 0;
    }
}

@media(max-width:767px) {
    .app-main .container-fluid {
        padding: 30px 15px 30px 15px;
    }

    .app-navbar {
        overflow: hidden;
        padding-top: 50px;
        left: -240px;
        width: auto;
    }

    .app-navbar .sidebar-nav {
        background: #fff;
    }

    .sidebar-mini .app-navbar.expand {
        overflow: visible;
        left: 0;
        opacity: 1;
        width: auto;
        background: #fff;
    }

    .app-main {
        padding-left: 0px;
    }

    .sidebar-toggle {
        display: block;
    }

    .footer {
        padding: 30px;
    }

    .app-main .container-fluid {
        border-radius: calc(0px - 0px) calc(0px - 0px) 0 0 !important;
    }

    .main-menu ul li {
        margin-bottom: 15PX;
    }

    .top-bar .navbar .navbar-header {
        width: 100%;
        text-align: center;
        padding: 0;
        height: auto;
    }

    /*.sidebar-toggle {
        position: absolute;
        left: 0;
        z-index: 9999;
        top: 50%;
        transform: translateY(-50%);
    }*/
    .navbar .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
    }

    .navbar .navbar-collapse .navigation .navbar-nav.nav-left {
        display: none;
    }

    .navbar .navbar-collapse .navigation .navbar-nav {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

    h6 {
        font-size: 14px;
    }

}

@media(max-width:767px) {
    .account-tab .nav-tabs .nav-link {
        margin-bottom: 10px;
    }
}