.text-danger {
    color: #ED3C3C !important;
}

.text-success {
    color: #33C052 !important;
}

.text-grey {
    color: grey !important;
}

.appHeader2 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    background: #ffffff;
    background-color: rgb(255, 247, 246);
    margin-top: 7rem;
    border-top: 4px solid #fff;
}

.btn-right .btn {
    color: #6b76ee;
    font-size: 16px;
    font-weight: 700;
    padding: 24px 18px !important;
    border: none;
    border-radius: 15px;
}

.update-btn {
    width: 120px;
    font-weight: 500 !important;
}

.net-top {
    top: 130px !important;
}

.net-top a:hover {
    background-color: rgb(234, 236, 255);
    border-color: rgb(0, 98, 204);
    box-shadow: none;
    border-radius: 10px;
}

.left .headerButton {
    height: 50px !important;
    padding: 0px 12px 0px 7px !important;
    border-radius: 13px;
}

.left .headerButton:hover {
    background-color: #f1f2ff;
}

.btn-right .btn:hover {
    background-color: #f1f2ff;
}

.left h4 {
    color: #6b76ee;
    font-weight: 800 !important;
    margin: 0 0 0 12px;
}

.listview {
    padding: 0;
    margin: 0;
    color: #27173E;
    line-height: 1.3em;
}

.listview-title {
    color: #bdbdbd;
    padding: 16px 0px;
    font-size: 18px;
    font-weight: 600;
}

.icon-text {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid;
    align-items: flex-end;
    margin: 0 1rem;
}

.icon-text ul {
    list-style: none;
    line-height: 0;
    padding-left: 1rem;
}

.icon-text ul li p {
    font-size: 12px;
    margin-bottom: 0;
}

.card-income {
    border: 1px solid blue;
    padding: 9px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 44vh;
    border-radius: 15px !important;
}

.card-income:hover {
    background-color: #fff !important;
    box-shadow: none !important;
}

.text-green {
    color: #1dcc70;
    text-align: end;
}

.h-bg-item {
    padding: 12px 0px;
    cursor: pointer;
}

.h-bg-item:hover {
    background: #f1f2ff;
    border-radius: 12px;
}

.btn_budget {
    height: 58px;
    padding: 3px 18px;
    font-size: 18px;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    transition: 0.2s all;
    text-decoration: none !important;
    border-radius: 16px;
    margin-top: 2rem;
}

.back_btn .headerBtn {
    height: 50px !important;
    padding: 13px 13px 6px 6px !important;
    border-radius: 13px;
    display: flex;
    margin-top: -29px;
    border-radius: 15px;
}

.back_btn .headerBtn:hover {
    background-color: #EAECFF;
}

.back_btn .headerBtn.enabled:hover {
    background-color: #EAECFF;
}
  
.back_btn .headerBtn.disabled:hover {
    background-color:rgba(241, 66, 244, 0.1);
}

.back_btn .headerBtn .hydrated {
    font-size: 22px;
}

.back_btn .headerBtn h3 {
    margin-left: 12px;
    color: #616ded;
}

.modal.action-sheet .modal-content .modal-header .modal-title {
    text-align: center;
    padding: 10px 0;
    color: #616ded;
    font-weight: 600;
    font-size: 25px !important;
    letter-spacing: 0em;
    font-family: "Poppins" !important;
}

.plus_ic {
    font-size: 42px !important;
}

.modal-title {
    padding: 10px 0;
    color: #616ded;
    font-weight: 600;
    font-size: 25px !important;
    letter-spacing: 0em;
    font-family: "Poppins" !important;
}

.modal-title1 {
    text-align: center;
    padding-top: 30px;
    color: #242424;
    font-size: 15px !important;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
}

.dialog1-btn {
    outline: none;
    border: none;
    color: #1DCC70;
    padding: 10px 15px 10px 15px;
    margin: 0px 0px 0px 0px;
    font-size: 15px;
    width: 42px;
    height: 39px;
    border-radius: 50%;
    background: rgba(29, 204, 112, 0.2);
    cursor: pointer;
}

.btn-red {
    background: #E1738C;
    color: #fff !important;
    border-color: #E1738C;
    border-radius: 16px;
}

.both-box {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    flex-wrap: wrap;
}

.box {
    border: 2px solid #1dcc70;
    height: 265px;
    width: 213px;
    border-radius: 20px;
    padding: 45px 29px;
    background-color: #EDFFF6;
    cursor: pointer;
}

.box:hover {
    background-color: #d0ffe8;
}

.box h1 {
    color: #1dcc70;
    font-family: 'Poppins';
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: left;

}

.box1 {
    border: 2px solid #2c40f7;
    height: 265px;
    width: 213px;
    border-radius: 20px;
    padding: 45px 29px;
    background-color: #EFF1FF;
    margin-left: 5rem;
    cursor: pointer;
}


.box1:hover {
    background-color: 'red';
}

.box1 h1 {
    color: #2c40f7;
    font-family: 'Poppins';
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: left;

}


.box2 {
    border: 2px solid #ff3600cc;
    background-color: rgba(255, 54, 0, 0.1);
}

.box2:hover {
    background-color: rgba(255, 54, 0, 0.2);
}

.box2 h1 {
    color: #ff3600cc;
}

.income-page {
    padding: 12px 0px;
    cursor: pointer;
}

.icon-text-income {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid;
}

.head-text-icon h4 {
    padding-left: 16px;
    padding-top: 3px;
}

.heading-in-exepen {
    font-size: 30px;
    padding-left: 0.8rem;
}

.income-inner-content {
    height: 100%;
    width: 45%;
    border-radius: 30px !important;
    background: #fff;
    padding: 0rem 4rem;
}

.income-inner-content h3 {
    text-align: center;
    padding-top: 2.5rem;
    font-size: 16px;
}

.income-inner-content h1 {
    margin-bottom: 2px;
    color: #616ded;
    text-align: center;
    font-size: 28px;
}

.modal-border {
    border-bottom: 1px solid #949494;
    padding-bottom: 8px;
}

.circle_icons {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: #a5ebc6;
}

.minus-icon1 {
    vertical-align: -webkit-baseline-middle;
    font-size: 39px !important;
    color: #1dcc70;
}

.dolor_bottom_line {
    opacity: 1;
    margin-top: 0rem;
}

.btn_amount {
    height: 50px;
    font-weight: 500;
    transition: 0.2s all;
    border-radius: 13px;
    margin: 2.5rem 0;
}

.checkbox-recuring .css-ahj2mt-MuiTypography-root {
    font-weight: 600;
    color: #000;
    margin-bottom: 0.6rem;
}

.checkbox-recuring .css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root {
    color: rgb(97 109 237);
    padding-top: 0;
}

.checkbox-recuring .css-i4bv87-MuiSvgIcon-root {
    font-size: 2rem;
}

.description_input {
    font-family: 'Poppins' !important;
    font-style: normal !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    line-height: 22px !important;
}

.income-inner-content ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: space-between;
}

.select_frequency {
    padding-right: 9rem;
    font-size: 13px;
    border: 1px solid;
    border-radius: 7px;
}

.news-day {
    margin-bottom: 0;
    width: 200px;
    padding: 0px 0 0 41px;
    color: #6b76ee;
    font-weight: 600;
    font-size: 14px;
}

.image-listview>li .item1:hover {
    background-color: #ededf5;
    border-radius: 12px !important;
    cursor: pointer;
}

.circle_meter {
    width: 150px;
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.circle_meter .CircularProgressbar .CircularProgressbar-path {
    stroke: #00ffe0;
}

.circle_meter .CircularProgressbar .CircularProgressbar-trail {
    stroke: #fff;
}

.circle_meter .CircularProgressbar .CircularProgressbar-text {
    fill: #fff;
}

.circle_meter .CircularProgressbar {
    width: 96%;
}

.left-box {
    background-color: rgb(97, 109, 237) !important;
    box-shadow: none !important;
    width: 256px;
    margin-top: 1.8rem;
    border-radius: 15px;
    padding: 10px;
}

.small_box_left {
    background-color: #717cef !important;
    border-radius: 15px;
}

.small_box_left:hover {
    box-shadow: none !important;
}

.income_vector {
    position: absolute;
    bottom: 168px;
    left: 522px;
    opacity: 0.3;
}

.vector-down {
    position: absolute;
    bottom: 76px;
    left: 43px;
    transition: all 0.5s ease-in-out;
}

.vector-up {
    position: absolute;
    bottom: 56px;
    left: 43px;
    transition: all 0.5s ease-in-out;
}

.box:hover .vector-down {
    position: absolute;
    bottom: 56px;
    left: 43px;
}

.box1:hover .vector-up {
    position: absolute;
    bottom: 76px;
    left: 43px;
}

.expenses_vector {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.3;
    transition: all 0.5s ease-in-out;
}

.top_back_icon a:hover {
    background-color: rgb(234, 236, 255);
    border-color: rgb(0, 98, 204);
    box-shadow: none;
    border-radius: 10px;
}

.border-bottom-black {
    border-bottom: 1px solid #000 !important;
}

.appHeader1 {
    height: 56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    left: 29px;
    right: 22px;
    top: 142px;
    z-index: 999;
    background: #fff;
    padding: 35px;
}

.appHeader1 .left {
    left: 10px;
    top: 0;
}

.appHeader1 .left .headerButton,
.appHeader1 .right .headerButton {
    min-width: 36px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    color: #616ded;
    position: relative;
}

.appHeader1 .left .icon,
.appHeader1 .left ion-icon,
.appHeader1 .right .icon,
.appHeader1 .right ion-icon {
    font-size: 26px;
}

#style-3::-webkit-scrollbar {
    width: 0;
}
.front-page-btns {
    flex-wrap: wrap;
    display: flex;
    /* background-color: #00ffe0; */
    height: 400px;
}
/* @media Query */

/* LCD screen */
@media only screen and (min-width: 1440px) {
    .left-box {
        width: 91%;
    }
}

/* laptop */
@media only screen and (min-width: 1024px) {
    .i-vec-laptop {
        /* position: relative;
        top: 95px;
        left: 70px; */
    }
}

@media only screen and (max-width: 1024px) {
    .left-box {
        width: 192px;
    }
}

/* Tablet Screen*/
@media only screen and (max-width: 991px) {
    .news-day {
        padding: 8px 0 0 22px;
        font-size: 14px;
    }

    .net-top h2 {
        margin-left: 0%;
    }

    .nav-tabs.lined .nav-item .nav-link1 {
        width: 100px;
    }

    .nav-tabs.lined .nav-item .nav-link1 {
        width: 170px;
    }

    .delete_para_mob {
        font-size: 10px;
    }

    .expenses_vector {
        /* bottom: 81px;
        right: 125px; */
    }

    .income_vector {
        bottom: 81px;
        left: 224px;
    }

    .margue-para {
        font-size: 13px;
    }

    .both-box {
        margin-top: 4rem !important;
        margin: auto;
    }

    .income-inner-content ul {
        display: block;
    }

    .btn_amount {
        height: 41px;
        margin: 2rem 0;
    }

    .minus-icon1 {
        font-size: 22px !important;
        margin: 0px 4px 4px 4px;
    }

    .circle_icons {
        width: 30px;
        height: 30px;
    }

    .income-inner-content h1 {
        font-size: 25px;
    }
}

/* Mobile Screen */
@media only screen and (max-width: 767px) {
    .news-day {
        padding: 0px 0 0 24px;
        font-size: 13px;
    }

    .front-page-btns {
        justify-content: center;
    }

    .mob_scr_btns {
        padding: 0 !important;
    }

    .mob_res_table {
        padding: 0 !important;
    }

    .th_asset_debt {
        font-size: 10px;
    }

    .asset-btn {
        padding: 1.5rem 0;
        font-size: 14px;
    }

    .nav-tabs.lined .nav-item .nav-link1 {
        width: 100px;
    }

    .mob_asset_add {
        position: absolute;
        top: 42px;
        right: 6%;
        padding: 6px !important;
        border-radius: 10px;
    }

    .assets_card {
        padding: 10px !important;
    }

    .net-top h2 {
        font-size: 14px;
        margin: 0 !important;
    }

    .nav-tabs.lined .nav-item .nav-link1 {
        width: 112px;
    }

    .update-btn {
        width: 100px;
    }

    .chart h1 {
        font-size: 20px !important;
    }

    .appHeader1 {
        padding: 0px;
        width: 100%;
        left: 0px;
        right: 0px;
    }

    .appHeader1 .left ion-icon,
    .appHeader1 .right .icon,
    .appHeader1 .right ion-icon {
        font-size: 18px;
    }

    .marquee-container {
        font-size: 11px;
    }

    .appHeader .left {
        left: 0;
        padding-left: 0px !important;
    }

    .appHeader .pageTitle {
        padding: 0 24px 0 0px;
    }

    .header-heading {
        margin-left: 17% !important;
    }

    .mob-marquee {
        margin-left: 0% !important;
    }

    .mob-scr-padd {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .delete_para_mob {
        font-size: 9px;
    }

    .mob-h1 {
        margin: 8px 0 0 6px !important;
        padding: 0 !important;
        font-size: 19px;
    }

    .mob-back-btn .headerBtn {
        margin-top: 3px !important;
    }

    .mob-appCapsule {
        margin: 0 !important;
        padding: 35px 0 !important;
    }

    .left-box {
        width: 100%;
        margin-bottom: 2rem;
    }

    .income_vector {
        top: 93px;
        left: 71px;
        position: relative;
    }

    .expenses_vector {
        /* top: 93px;
        left: 71px;
        position: relative; */
    }

    .left .headerButton {
        height: 44px !important;
        padding: 0px 12px 0px 12px !important;
    }

    .appHeader .left ion-icon {
        font-size: 18px;
    }

    .margue-para {
        font-size: 12px;
    }

    .left h4 {
        margin: 0 0 0 4px;
        font-size: 13px;
    }

    .btn-right .btn {
        font-size: 13px;
    }

    .barchart-heading {
        font-size: 16px !important;
    }

    .both-box {
        flex-direction: column;
        width: auto;
    }

    .box {
        margin: auto;
    }

    .box1 {
        margin: 1rem auto;
    }

    .back_btn .headerBtn {
        height: auto !important;
        padding: 6px 6px 6px 6px !important;
        margin-top: -44px;
        width: 96px;
    }

    .back_btn .headerBtn h3 {
        margin-left: 4px;
        font-size: 12px;
        margin-top: 3px;
        margin-bottom: 0;
    }

    .modal.action-sheet .modal-content .modal-header .modal-title {
        font-size: 16px;
    }

    .mob_head_para {
        font-size: 14px;
        position: absolute;
        text-align: center;
    }

    .income-inner-content {
        width: 85%;
        border-radius: 19px !important;
        padding: 0rem 1rem;
    }


}

.headerStyle_creditScore span {
    background: "#939CF8" !important;
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 12px !important;
    text-align: right !important;
    font-family: poppins !important;
    font-weight: 500 !important;
}

.reset-cal {
    background-color: #616ded !important;
    color: #fff !important;
    border-radius: 15px !important;
    font-weight: 700 !important;
    text-transform: capitalize !important;
}