.wc-greeting-text{

    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    /* identical to box height */

    color: #000000;
}

.wc-greeting-subtext{

    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height */


    color: #73818D;
}

@media (max-width: 575px) {
    .wc-greeting-text{
        font-size: 23px;
        line-height: 36px;
    }
}



/* Fiscal Year Selector */
.new-fiscal-year-wrapper{

    border: 2px solid #C9D2DB;
    border-radius: 0px 100px 100px 100px;
    padding: 10px 16px;

    display: flex;
    align-items: center;
    justify-content: center;
}
.new-fiscal-year-wrapper .icon{
    width: 18px;
    height: 18px;
    font-size: 18px;
    color: #909EAB;
}
.new-fiscal-year-wrapper select{
    font-family: inherit;
    font-weight: 600;
    font-size: 13px;
    line-height: 19px;
    /* identical to box height */


    color: #586068;

    background: transparent;
    border: 0;
}

.wc-greeting-seperator{
    border: 0;
    border-top: 0.8px dashed rgba(10, 16, 50, 0.4);
    margin: 20px 0px;
}



.last-update-txt{

    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height */

    color: #76848F;
}



/******* Cards ********/
/* Account Info Card */
.acct-info--card{

    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(215, 218, 226, 0.25);
    border-radius: 3px;

    border-bottom: 5.5px solid rgba(13, 77, 144, 0.74);

    display: flex;
    align-items: center;
    min-height: 100px;
    padding: 10px 17px;
}
.acct-info--card .acct--name{
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height */

    color: #222747;

    /* display: flex;
    align-items: center; */
}
.acct-info--card .acct--name .name{
    /* overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; */
}
.acct-info--card .acct--name .code{
    color: #666EE8;
}
.acct-info--card .acct-type{
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height */

    color: #767A8D;

    border-top: 0.8px dashed rgba(10, 16, 50, 0.4);
}
.acct-info--card .acct-jurisdiction--label{
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    /* identical to box height */

    color: #A0A9B9;
}
.acct-info--card .acct-jurisdiction--text{
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    /* identical to box height */

    color: #141723;
}
.acct-info--card.has-account-icon{
    margin-left: 20px;
}
.acct-info--card.has-account-icon .acct-icon{
    width: 80px;
    height: 80px;

    background: #FFFFFF;
    box-shadow: 0px 1px 4px #D7DEEC;
    border-radius: 10px;

    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -37px;
}
.acct-info--card.has-account-icon .acct-icon img{
    width: 56.77px;
    height: 57.22px;
    object-fit: contain;
}


/* Top Up Info Card */
.topup-info--card{

    background: #032137;
    box-shadow: 0px 1px 4px rgba(215, 218, 226, 0.25);
    border-radius: 3px;

    border-bottom: 5.5px solid #6771E1;

    display: flex;
    align-items: center;
    min-height: 100px;
    padding: 10px 17px;
}
.topup-info--card .label-text{
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    /* identical to box height */

    color: #E7EAFB;
    text-decoration: none;
}
.topup-info--card .amount-text{
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    /* identical to box height */

    color: #FFFFFF;
}
.topup-info--card .btn{
    font-weight: 500!important;
    font-size: 11px!important;
    line-height: 100%!important;
    /* identical to box height */

    color: #0D4D90;

    background: #fff;
    border-radius: 4px;
    transition: 0.3s!important;
    padding: 10px 0.75rem;

    display: flex;
    align-items: center;
}
.topup-info--card .btn:hover{
    color: #ffffff;

    background: #6771E1;
}
.topup-info--card .btn .icon{
    font-size: 12px;
}
.topup-info--card small{
    font-size: 70%;
}
.topup-info--card .title-txt{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */

    color: #FFFFFF;
}
.topup-info--card .action-link{
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
    /* identical to box height */

    text-decoration-line: underline;

    color: #E7EAFB;
    cursor: pointer;
}
.topup-info--card .action-link:hover{
    text-decoration-line: none;

    color: #E7EAFB;
}




/* New Dashboard Card */
.new-user-dash-card{

    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(215, 218, 226, 0.25);
    border-radius: 3px;
    padding: 20px;

    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}
.new-user-dash-card .card-title-txt{
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height */

    color: #222747;

    z-index: 1;
}
.new-user-dash-card .card-title-txt span{
    border-bottom: 0.8px dashed rgba(10, 16, 50, 0.4);
}
.new-user-dash-card .card-content-wrapper{
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1;
}
.new-user-dash-card .card-stats-wrapper{}
.new-user-dash-card .card-stat-highlight .hightlight{
    font-weight: 500;
    font-size: 38px;
    line-height: 50px;
    /* identical to box height */

    color: #0A1032;
    word-break: break-word;
}
.new-user-dash-card .card-stat-highlight .subtext{
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height */

    color: #767A8D;
}
.new-user-dash-card .card-stats-wrapper .card-stat{
    display: flex;
    align-items: center;
    justify-content: space-between;

    border-bottom: 0.8px dashed rgba(10, 16, 50, 0.4);
}
.new-user-dash-card .card-stats-wrapper .card-stat:last-child{
    border-bottom: 0;
}
.new-user-dash-card .card-stats-wrapper .card-stat .label-txt{
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height */

    color: #1E2342;
}
.new-user-dash-card .card-stats-wrapper .card-stat .value-txt{
    font-weight: bold;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height */

    color: #0A1030;
}
.new-user-dash-card .action-link{
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    /* identical to box height */

    text-align: right;
    text-decoration-line: underline;

    color: #0D4D90;
}
.new-user-dash-card .action-link .icon{
    font-size: 16px;
}
.new-user-dash-card .icon-background{
    font-size: 130px;
    color: #F4F8FC;
    position: absolute;
    top: 17px;
    right: 0;
    z-index: 0;
}




/* Help and Support Card */
.help-support-card{

    box-shadow: 0px 1px 4px rgba(215, 218, 226, 0.25);
    border-radius: 3px;

    height: 267px;

    background: url(/assets/img/call-card-bg-light.svg) center no-repeat #ffffff;
    background-size: cover;

    padding: 20px;

    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.help-support-card .title-txt{
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;

    color: #191C24;
}
.help-support-card .content-txt{
    font-weight: 500;
    font-size: 11px;
    line-height: 17px;

    color: #7F889A;
}
.help-support-card .content-txt a{
    color: #EB9B4B;
}
.help-support-card .btn{
    background: #E7F0F9;
    border-radius: 13px;

    font-weight: 500!important;
    font-size: 10px!important;
    line-height: 15px;

    padding: 10px 13px;

    color: #0D4D90;
    transition: 0.3s!important;
}
.help-support-card .btn .icon{
    font-size: 14.53px;
}
.help-support-card .btn:hover{
    background: #0D4D90;
    color: #E7F0F9;
}
.help-support-card.dark-card{
    background: url(/assets/img/call-card-bg-dark.svg) center no-repeat #032137;
}
.help-support-card.dark-card .title-txt{
    color: #FFFFFF;
}
.help-support-card.dark-card .content-txt{
    color: #CAD7ED;
}




/* Quick Links Card */
.dash-quick-links-card{

    background: #fff;
    box-shadow: 0px 1px 4px rgba(215, 218, 226, 0.25);
    border-radius: 3px;
    height: 100%;
}
.dash-quick-links-card .quick-links-title{
    font-weight: 600;
    font-size: 13px;
    line-height: 19px;
    /* identical to box height */

    color: #222747;

    padding: 20px 19px 18px 26px;
    border-bottom: 1px solid rgba(34, 39, 71, 0.1);
}
.dash-quick-links-card .quick-links-wrapper{}
.dash-quick-links-card .quick-links-wrapper a{
    font-weight: 500;
    font-size: 11px!important;
    line-height: 16px;
    /* identical to box height */

    color: #222747;

    border-bottom: 1px solid rgba(34, 39, 71, 0.1);

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 10px 19px 10px 26px;
    transition: 0.3s!important;
}
.dash-quick-links-card .quick-links-wrapper a:hover{
    color: #0D4D90;
    border-bottom: 1px solid #0D4D90!important;
}
.dash-quick-links-card .quick-links-wrapper a:last-child{
    border-bottom: 0;
    margin-bottom: 25px;
}
.dash-quick-links-card .quick-links-wrapper .arrow-icon{
    font-size: 24px;
    color: #0D4D90;
}




/* Dashboard Actions Card */
.dashboard-action-card{

    background: #FFFFFF;
    box-shadow: 0px 1px 4px rgba(215, 218, 226, 0.25);
    border: 0;
    border-top: 3px solid #F14B69;
    border-radius: 3px;
    padding: 15px 20px;
    position: relative;
    display: block;
    text-decoration: none!important;
}
.dashboard-action-card .title-txt{
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    /* identical to box height */


    color: #1E2342;
}
.dashboard-action-card .title-txt .arrow-icon{
    font-size: 26px;
    transition: 0.4s;
}
.dashboard-action-card:hover .title-txt .arrow-icon{
    color: #F14B69;
    transform: translateX(6px);
}
.dashboard-action-card .count{
    font-weight: bold;
    font-size: 45px;
    line-height: 67px;

    color: #0A1030;
    position: relative;
}
.dashboard-action-card .count::after{
    content: '';
    background: #F14B69;
    border-radius: 3px;
    width: 10px;
    height: 10px;
    position: absolute;
    right: -15px;
    top: 10px;
    transition: 0.3s;
}
.dashboard-action-card .icon-img{
    position: absolute;
    bottom: 0;
    right: 15px;

    width: 100%;
    max-width: 92px;
    height: 68px;
}




/********* NIMC Management Dashboard Cards **********/
/* ************************************************ */
/* Dashboard card */
.mgt-dashboard-card{

    background: #FFFFFF;
    border: 1px solid #D7DAE2;
    border-radius: 3px;
    position: relative;
}
.mgt-dashboard-card .mgt-card-header{
    font-weight: 700;
    font-size: 13px;
    line-height: 19px;
    /* identical to box height */

    color: #000000;
    padding: 10px 26px;

    border-bottom: 1px solid #D7DAE2;
    z-index: 1;
    position: relative;
}
.mgt-dashboard-card .mgt-card-header .icon{
    width: 17px;
    height: 17px;
    min-width: 17px;
    min-height: 17px;
}
.mgt-dashboard-card .mgt-card-body-wrapper{
    display: flex;
    align-items: center;
}
.mgt-dashboard-card .mgt-card-body{
    padding: 10px 26px;
    border-left: 1px solid #D7DAE2;
}
.mgt-dashboard-card .mgt-card-body:first-child{
    border-left: 0;
}
.mgt-dashboard-card .mgt-card-content{
    font-size: 12px;
    line-height: 18px;
    /* identical to box height */

    color: #1E2342;
}
.mgt-dashboard-card .title-txt{
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    /* identical to box height */

    color: #222747;
}
.mgt-dashboard-card .mgt-card-content .content-label{
    font-weight: 500;
}
.mgt-dashboard-card .mgt-card-content .content-value{
    font-weight: bold;
}
.mgt-dashboard-card .icon-background{
    font-size: 130px;
    color: #F4F8FC;
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 0;
}
@media (max-width: 575px) {
    .mgt-dashboard-card .mgt-card-body{
        border-left:  0;
        border-top: 1px solid #D7DAE2;
    }
    .mgt-dashboard-card .mgt-card-body:first-child{
        border-top: 0;
    }
}


/* Stats Card */
.mgt-dashboard-stats-card{

    background: #191932;
    box-shadow: 0px 1px 4px rgba(215, 218, 226, 0.25);
    border-radius: 3px;

    border-top: 4px solid #979FFF;
    height: 100%;
}
.mgt-dashboard-stats-card .stat-card-header{
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    /* identical to box height, or 168% */

    letter-spacing: 0.481724px;

    color: #FFFFFF;

    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}
.mgt-dashboard-stats-card .stat-card-header .header-icon{
    font-size: 24px;
    color: #979FFF;
}
.mgt-dashboard-stats-card .stat-card-body{
    padding-bottom: 10px;
}
.mgt-dashboard-stats-card .stat-card-item-row{
    padding: 7px 20px;
    border-bottom: 0.8px dashed rgba(255, 255, 255, 0.4);
    display: flex;
    align-items: center;
    justify-content: space-between;

    font-size: 12px;
    line-height: 22px;
    /* identical to box height, or 182% */

    letter-spacing: 0.481724px;

    color: #FFFFFF;
}
.mgt-dashboard-stats-card .stat-card-item-row:last-child{
    border-bottom: 0;
}
.mgt-dashboard-stats-card .stat-card-item-row .stat-label{
    font-weight: bold;
}
.mgt-dashboard-stats-card .stat-card-item-row .stat-value{
    font-weight: normal;
}
.mgt-dashboard-stats-card .stat-card-item-row .indicator-icon{
    font-size: 14px;
}

/* Chart */
.ngx-charts .line-highlight {
    display: block !important;
}
