/*Font Weight*/
.fw-bold {
    font-weight: bold;
}
/*Paddings*/
.p-0 {
    padding: 0;
}
.p-5 {
    padding: 5px;
}
.p-7 {
    padding: 7px;
}
.p-left-6 {
    padding-left: 6px;
}
.p-left-9 {
    padding-left: 9px;
}
.p-t-11 {
	padding-top: 11px;
}
.p-t-26 {
    padding-top: 26px;
}
.p-t-33 {
    padding-top: 33px;
}
.p-b-5 {
    padding-bottom: 5px;
}
.p-b-8 {
    padding-bottom: 8px;
}
/*Flex*/
.d-flex {
    display: flex;
}
.flex-column {
    flex-direction: column;
}
.flex-row {
    flex-direction: row;
}
.flex-wrap {
	flex-wrap: wrap;
}
.justify-content-between {
    justify-content: space-between;
}
/*--------------------------------------------------------------------------------*/
.homeCardTitleNS {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 10px;
    color: #0054CE;
}
.homeCardTitleSections, .homeCardTitleSection  {
    font-size: 20px;
    font-weight: bold;
}
.homeCardTitleSections {
    padding-left: 6px;
}
.homeCardContainerAttention, .homeCardContainerApplications,
.homeCardContainerBenefits {
    width: 100%;
    height: auto;
    display: flex;
}
.homeCardAttention, .homeCardApplications,
.homeCardBenefits, .homeCardAttentionWithOutTimeline {
    display: flex;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
    align-items: center;
    text-align: -webkit-center;
    padding: 20px;
    border: solid 1px #ccc;
    border-radius: 15px;
    cursor: pointer;
    z-index: 100;
}
.homeCardAttentionWithOutTimeline {
	margin-bottom: 50px;
}
.homeCardAttentionWithOutTimeline .homeCardContainerAttention {
	align-items: center;
}
.homeCardAttention {
    flex-direction: column;
}
.homeCardApplications {
    flex-direction: row;
    justify-content: space-between;
}
.homeCardBenefits {
    flex-direction: column;
    justify-content: center;
}
.homeCardIconAttention {
    padding-top: 5px;
}
.homeCardButtonTimeLine {
    font-style: normal;
    border-radius: 60px;
    height: 34px;
    font-weight: bold;
    padding: 6px 20px;
    background: #266CDE;
}
.homeCardButtonTimeLine a {
    color: white;
    font-size: 17px;
    font-weight: bold;
}
.homeCardButtonTimeLine:focus,
.homeCardButtonTimeLine:hover {
    background: #0066FCa8;
    outline: none !important;
}
.btnTL {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 40px;
}
.arrowButton {
	background: none;
	border: 1px solid transparent;
	padding: 0px;
}
button.arrowButton:focus {
	outline-style: auto !important;
}
.homeCardTextAttention, .homeCardTextAttentionStatic {
    justify-content: space-between;
    padding: 12px 74px 12px 10px;
    margin-bottom: 0;
}
.homeCardTextAttention, .homeCardTextAttentionMobile,
.homeCardTextAttentionStatic {
    width: 100%;
    display: flex;
    font-size: 18px;
    color: #333;
    font-weight: normal;
}
.hideTextAttention {
    display: none;
}
.programTitleAttention {
    display: flex;
    width: 60px;
}
.imgBenefits {
    width: 40px;
    height: 40px;
}
.infoContainerBenefits {
    width: 100%;
    padding: 0 0 0 16px;
}
.statusDate {
    padding: 7px 0;
}
[class*=benefitStatusText],
[class*=applicationStatusText],
.programApp {
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
}
.statusDate, .statusAppDate {
	font-size: 15px;
	padding: 5px;
}
.statusAppDate {
	padding: 5px 7px 0 7px;
}
.caseStatusTitle {
	font-weight: 900;
	font-size: 24px;
	margin-left: 23px;
	padding-top: 12px;
	padding-bottom: 8px;
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	text-transform: none;
	display: inline-block;
}

.tableHeader {
	padding: 20px;
}
.textAttention {
	text-align: left;
}
.hideTextAttentionMobile {
	text-align: left;
	width: 70%;
}
/**************************************************************/
/* mobile */
@media screen and (max-width: 767px) {
    .homeCardAttention, .homeCardApplications,
    .homeCardBenefits {
        margin-bottom: 10px;
        padding: 10px;
    }
    .needsAttentionButton{
    	padding-top: 30px;
    	flex: auto;
    }
    .needsBold{
    	font-weight: bold;
    }
    .statusAppDate {
		padding: 7px 7px 0 7px;
	}
    .homeCardTitleSections, .mobileTitleSections {
        font-size: 16px;
    }
    .homeCardTitleSection, .mobileTitleSection {
        font-size: 16px;
    }
    .homeCardTitleSections {
        padding: 4px 0 4px 11px;
    }
    .mobileTitleSections {
        padding: 4px 0 4px 0;
    }
    .homeCardIconAttention {
        padding: 4px 0;
    }
    .homeCardTextAttention,
    .homeCardTextAttentionStatic {
    	display: -webkit-flex;
    	-webkit-justify-content: left;
        justify-content: left;
        padding: 6px 12px;
    }
    .homeCardAttentionWithOutTimeline .homeCardTextAttentionStatic {
    	justify-content: normal;
		padding-top: 0;
	}
    .hideTextAttentionMobile {
        display: none;
    }
    .homeCardTextAttentionMobile {
        justify-content: start;
    }
    .hideTextAttention {
        display: block;
        text-align: left;
    }
    .btnTL {
        justify-content: center;
        margin-bottom: 36px;
        margin-top: 16px;
    }
	.homeCardIconAttentionStatic {
		padding-top: 16px;
	}
	.homeCardAttention, .homeCardApplications,
    .homeCardBenefits {
        box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
        border: solid 2px #ccc;
        outline: none !important;
    }
    
    .refreshDashboard {
		justify-content: center;
		display: flex;
		width: 100%;
	}
	#refreshDashboardIcon {
		margin-right: 8.5px;
	}
	#refreshDashboardBtn {
		width: 240px;
		height: 40px;
	}
}
@media screen and (max-width: 767.9px) {
	.homeCardTitleNS {
		margin: 0 auto 10px;
		max-width: 345px;
	}
	.homeCardBenefits,
	.homeCardApplications, .homeCardAttention {
		max-width: 345px;
		margin: auto;
	}
	.btnTL {
		margin: 0 auto 40px;
	}
	.homeCardAttention, .homeCardApplications,
    .homeCardBenefits {
        box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
        border: solid 2px #ccc;
        outline: none !important;
    }
    
    .refreshDashboard {
		justify-content: center;
		display: flex;
		width: 100%;
	}
	#refreshDashboardIcon {
		margin-right: 8.5px;
	}
	#refreshDashboardBtn {
		width: 240px;
		height: 40px;
	}
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
	.homeCardTitleNS {
		margin: 0 16px 10px;
	}
	.homeCardBenefits,
	.homeCardApplications, .homeCardAttention {
		margin: auto 16px;
	}
	.btnTL {
		margin: 0 16px 40px;
	}
	.homeCardAttention, .homeCardApplications,
    .homeCardBenefits {
        box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
        border: solid 2px #ccc;
        outline: none !important;
    }
    
    .refreshDashboard {
		justify-content: end;
		display: flex;
		width: 100%;
	}
	#refreshDashboardIcon {
		margin-right: 13.5px;
	}
	#refreshDashboardBtn {
		width: 257px;
		height: 55px;
	}
}
@media screen and (min-width: 1024px) {
	.homeCardTitleNS {
		margin: 0 8px 10px;
	}
	.homeCardBenefits,
	.homeCardApplications, .homeCardAttention {
		margin: 0 8px;
	}
	.btnTL {
		margin: 0 8px 40px;
	}
	.homeCardAttention:focus, .homeCardAttention:hover,
    .homeCardApplications:focus, .homeCardApplications:hover,
    .homeCardBenefits:focus, .homeCardBenefits:hover {
        border: solid 2px #ccc;
        box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
        outline: none !important;
    }
    
    .refreshDashboard {
		justify-content: end;
		display: flex;
		width: 100%;
	}
	#refreshDashboardIcon {
		margin-right: 13.5px;
	}
	#refreshDashboardBtn {
		width: 257px;
		height: 55px;
	}
}
@media screen and (max-width: 1199px) {
    .homeCardAttention, .homeCardApplications,
    .homeCardBenefits {
        margin-bottom: 10px;
    }
    .homeCardTextAttention {
        padding: 10px 12px 6px 12px;
    }
	.homeCardTitleSections, .homeCardTitleSection {
		font-size: 18px;
	}
	.homeCardTextAttention, .homeCardTextAttentionMobile,
	.homeCardTextAttentionStatic {
    	font-size: 16px;
	}
	.homeCardTextAttentionStatic {
		padding: 6px 12px 6px 12px;
	}
}
@media screen and (min-width: 1200px) {
    .homeCardAttention, .homeCardApplications,
    .homeCardBenefits {
        margin-bottom: 10px;
    }
}