/***** My application cards section Start ****/
.myapps-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    width: 100%;
}

.myapps-card-link-header {
	font-style: normal;
	text-decoration: none;
	padding:0px!important;
	margin-left: 0px!important;
	margin-right: 0px!important;
	color: #0A58CA !important;
}

.myapps-card-text-header.title {
	font-weight: 700;
	font-size: 24px;
}

.myapps-card-link-option {
	font-style: normal;
	font-size: 16px;
	font-weight: 400;
	color: #0A58CA!important;
	font-family:SourceSans3;
}

.myapps-card-empty-txt {
	font-style: italic;	
}

.myapps-card {
	border: solid;
	border-width: 1px;
	border-radius: 8px;
	border-color: #00000020;
	padding: 12px;
	display: flex!important;
	background-color: #ffff!important;
	gap: 12px;
	flex-grow: 1
}

.myapps-card-header {
	border: unset;
}

.myapps-card-body {
	margin: 0px!important;
	gap: 4px;
}

.myapps-card-footer {
	background-color: #ffff!important;
}

.btn.btn-link.myapps-card-link {
	width: fit-content;
   	text-decoration: none;
	padding:0px!important;
	margin-left: 0px!important;
	margin-right: 0px!important;
	margin-bottom: 4px!important;
}

.myapps-card-link-line {
   	text-decoration: underline!important;
   	line-height: 150%;
	letter-spacing: 0%;
}

.myapps-card-title {
	display:block;
	font-size: 16px!important;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 0%;
	font-family:SourceSans3;
}

.myapps-stepper-container {
	display: flex;
	position: relative;
	justify-content: space-between;
}

.myapps-stepper-line {
	position: absolute;
	top: 24px;
	margin-left: 12px;
	width: 92%;
	height: 1px;
	background-color: #EAEAEA;
	border: 1px;
	z-index: 1;
}

.myapps-stepper-green-line {
	position: absolute;
    top: 24px;
    margin-left: 24px;
    height: 2px;
    width: 0%;
    background-color: #036A73;
    border: 1px;
    z-index: 0;
}

.myapps-stepper-line-active {
	position: absolute;
	top: 24px;
	margin-left: 12px;
	width: 70%;
	height: 1px;
	background-color: #036A73;
	border: 1px;
	z-index: 2;
}

.myapps-step {
	z-index: 3;
	text-align: center;
}

.myapps-stepper-text {
	font-size: 12px!important;
	font-weight: 600;
	color: #525252;
	line-height: 100%;
	letter-spacing: 0%;
}

.myapps-stepper-text-active {
	font-size: 16px!important;
	font-weight: 600;
	color: #198754;
	line-height: 100%;
	letter-spacing: 0%;
}

.myapps-stepper-desc-text {
	line-height: 150%;
	letter-spacing: 0%;
}

.myapps-stepper-due-date {
	color: #75080F;
	line-height: 150%;
	letter-spacing: 0%;
}

.myapps-step-icon-container {
	margin: auto;
	width: 48px;
	height: 48px;
	border-radius: 27px;
	z-index: 2;
}

.myapps-step-icon-current {
	width: 48px;
	height: 48px;
	background-color: #E6F2EC;
}

.myapps-step-arrow {
	position: relative;
	width: 32px;
	height: 32px;
	top: 8px;
	/*left: 9px;*/
	color: #007D3E;
	fill: #007D3E;
}

.myapps-step-arrow-modal {
	top: 5px;
}

.myapps-step-icon-grey {
	position: relative;
    border: solid;
    border-width: 5px;
    border-radius: 27px;
    width: 32px;
    height: 32px;
    top: 8px;
	left: 9px;
    border-color: #D2D2D2;
    background-color: #FFFFFF;
}

.myapps-step-check {
	position: relative;
    width: 46px;
	height: 46px;
	/*top: 8px;
	left: 9px;*/
    color: #007D3E;
    background-color: #E6F2EC;
}

.myapp-card-btn{
    width: 100%;
	margin: 0px !important;
}

.myapps-card-link-dropdown {
	color: #027375; 
}

.myapps-row {
	width: -webkit-fill-available;
}

.my-apps-col {
	width: 33.333%!important;
}

.my-apps-horizontal-green-line{
	position: absolute;
    top: 24px;
    margin-left: 24px;
    height: 2px;
    width: 24%;
    background-color: #036A73;
    border: 1px;
    z-index: 0;
}

@-moz-document url-prefix() {
  .myapps-row {
    width: 100%;
  }
}

.btn.btn-link.home-modal-body-link:focus {
	margin: 4px !important;
}


@media only screen and (min-width: 1023px) and (max-width: 1100px) {
    
	.myapps-card {
	    min-height: 320px;
	}
	
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
	.myapps-col {
        flex: 0 0 50%;
    }
    
    .myapps-card-three {
	    margin-left: 0px!important;
	    margin-right: 12px;
	}
}

@media only screen and (min-width: 1024px){
	.myapps-card-container {
		display: flex;
		align-items: flex-start;
		align-content: flex-start;
		gap: 24px;
		align-self: stretch;
		flex-wrap: wrap;
	}
	
	.myapps-card-empty-txt, .btn.btn-link.myapps-card-empty-txt {
		font-size: 20px!important;
		font-weight: 400;
	}
	
	.myapps-card-link-header {
		font-size: 20px!important;
		font-weight: 500;
	}
	
	.myapps-stepper-desc-text {
		font-size: 16px!important;
		font-weight: 400;
	}
	
	.myapps-stepper-due-date {
		font-size: 16px!important;
		font-weight: 600;
	}
	
	.myapps-card {
	    min-height: 320px;
	}
	
	.myapp-card-btn {
		margin-left: 0px !important;
		height: 48px;
    	gap: 8px;
	}

	.myapps-col {
		padding-bottom: 24px;
	}
	
	.myapps-col {
		padding-bottom: 24px;
	}
	
	.myapps-col {
		padding-bottom: 16px;
	}
	
	.myapps-card-one {
	    margin-right: 12px;
	}
	
	.myapps-card-two {
	    margin-left: 12px;
	    margin-right: 12px;
	}
	
	.myapps-card-three {
	    margin-left: 12px;
	}
}

/** Tablet **/
@media only screen and (min-width: 768px) and (max-width: 1023px){
	.myapps-card-container{
		padding: 32px 12px !important;
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		align-content: flex-start;
		justify-content: center;
		gap: 16px;
		align-self: stretch;
		flex-wrap: wrap;
	}
	
	.myapps-card-text-header.title {
		font-size: inherit;
	}
	
	.myapps-card-empty-txt {
		font-size: 16px!important;
		font-weight: 400;
	}
	
	.myapps-card-link-header {
		font-size: 20px!important;
		font-weight: 500;
	}
	
	.myapps-stepper-desc-text {
		font-size: 16px!important;
		font-weight: 400;
	}
	
	.myapps-stepper-due-date {
		font-size: 14px!important;
		font-weight: 600;
	}
	
	.myapps-card {
		min-height: 350px;
	}
	
	.myapp-card-btn {
		margin-left: 0px !important;
		height: 48px;
    	gap: 8px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	
	.myapps-col {
		padding-bottom: 16px;
	}
	
	.myapps-card-one {
	    margin-right: 12px;
	}
	
	.myapps-card-two {
	    margin-left: 12px;
	    margin-right: 12px;
	}
	
	.myapps-card-three {
	    margin-left: 0px;
	    margin-right: 12px;
	}
}

/* mobile */
@media only screen and (max-width: 767px){
	.myapps-card-container {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 16px;
		align-self: stretch;
	}
	
	.myapps-card-text-header.title {
		font-size: inherit;
	}
	
    .myapps-card {
		min-height: 305px;
	}
	
	.myapps-card-empty-txt {
		font-size: 16px!important;
		font-weight: 400;
	}
	
	.myapps-card-link-header {
		font-size: 16px!important;
		font-weight: 500;
	}
	
	.myapps-stepper-desc-text {
		font-size: 14px!important;
		font-weight: 400;
	}
	
	.myapp-card-btn {
		margin-left: 0px !important;
		height: 38px;
    	gap: 8px;
	}
	
	.myapps-col {
		padding-bottom: 16px;
	}
	
	.myapps-row {
		display: grid;
	}
	
	.myapps-card-one {
	    margin-right: 0px;
	}
	
	.myapps-card-two {
	    margin-left: 0px;
	    margin-right: 0px;
	}
	
	.myapps-card-three {
	    margin-left: 0px;
	}
	
	.myapps-step-arrow-modal {
		-webkit-transform: translate(0%, -18%);
    	transform: translate(0%, -18%);
		width: 18px;
		height: 18px;
	}
}

/******My applicaiton cards section Finish *****/
