.home-modal-content * {font-family:SourceSans3 !important;}


.home-modal-verif-label {
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	color: #9E0012 !important;
}

.home-modal-header {
	border-bottom: 1px solid var(--Theme-Border, #DEE2E6); 
	border-top-left-radius: 8px!important;
	border-top-right-radius: 8px!important;
	background-color: #FFFFFF!important;
	display: flex; 
	align-items: center; 
	align-self: stretch; 
}

.home-modal-title {
	color: var(--Grayscale-Black, #000); 
	vertical-align: middle;
	font-size: 20px!important;
	font-style: normal; 
	font-weight: 700; 
	line-height: 120%;
}

.home-modal-body {
	background-color: #F3F5F9;
	border-top: 1px!important;
	border-color: #DEE2E6;
	display: flex; 
	align-items: center; 
	align-self: stretch; 
}

.home-modal-body-timeline-container {
	display: flex; 
	align-items: flex-start; 
	align-self: stretch; 
	flex-direction: column;	
}

.home-modal-body-title {
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	color: var(--Grayscale-Black, #000); 
	letter-spacing: 0%;
	vertical-align: middle;
}

.home-modal-body-step-title {
	font-family: verdana, geneva, helvetica, arial, sans-serif ;
	color: var(--Grayscale-Black, #000); 
	letter-spacing: 0%;
	vertical-align: middle;
}

.home-modal-body-text {
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	color: var(--Grayscale-Black, #000); 
	letter-spacing: 0%;
	vertical-align: middle;
}

.home-modal-body-text-header {
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	color: var(--Grayscale-Black, #000); 
	letter-spacing: 0%;
	vertical-align: middle;
}

.btn.btn-link.home-modal-body-link {
	justify-content: start!important;
	letter-spacing: 0%!important;
	vertical-align: middle!important;
	padding: 0px !important;
	}

.home-modal-text-pending {
	color: #525252!important;
}

.renewal-modal-body-content {
	padding-left: 0px;
	padding-right: 0px;	
}

.home-modal-footer {
	padding: 40px 16px!important;
	border-top: 1px solid var(--Theme-Border, #DEE2E6); 
	border-bottom-left-radius: 8px!important;
	border-bottom-right-radius: 8px!important;
	background-color: #FFFFFF;
	display: grid!important; 
	align-items: center; 
	align-self: stretch; 
}

.home-modal-btn {
	font-family: verdana, geneva, helvetica, arial, sans-serif;
    margin: 0px !important;
}


.home-modal-timeline-container {
	background-color: #FFFFFF;
	border-radius: 8px;
	display: flex; 
	align-items: flex-start; 
	align-self: stretch; 
	flex-direction: column;	
}

.home-modal-stepper-header {
	display: flex;
    flex-direction: column;
	gap: 16px;
}

.home-modal-stepper-container {
	display: flex;
    flex-direction: column;
    padding-top: 12px;
	gap: 16px;
	padding-left: 0px;
	padding-right: 0px;
}

.home-modal-step-container {
	position: relative;
	display: flex;
    flex-direction: row;
	gap: 12px;
}

.home-modal-timeline-step-icon {
    width: 44px;
    height: 44px;
    left: 0px;
    top: 0px;
}

.home-modal-table-header {
	border-radius: 4px;
	background-color: #0E3F75;
}

.home-modal-table-row{
	display: flex;
	justify-content: space-between;
	padding: 4px;
	margin: 0px;
}

.home-modal-table-row-color {
	background-color: #F8F9FA;
}

.home-modal-table-header-text {
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 150%;
	letter-spacing: 0%;
}

.home-modal-table-text {
	font-family: verdana, geneva, helvetica, arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: 0%;
}

.home-modal-vertical-stepper-line {
	position: absolute;
    top: 24px;
    margin-left: 22px;
    height: 82%;
    width: 2px;
    background-color: #EAEAEA;
    border: 1px;
    z-index: 0;
}

.home-modal-stepper-green-line {
    position: absolute;
    margin-left: 22px;
    height: 0%;
    width: 2px;
    background-color: #277375;
    border: 1px;
    z-index: 0;
}

.renewal-modal-content {
	position: absolute !important;
    top: 103px;
    left: 50%;
    transform: translateX(-50%) !important;
	width: 856px !important;
	height: 308px;
	border-radius: 8px;
}
 
.renewal-modal-cancel-btn, .renewal-modal-primary-btn {
	width: 220px;
	display: flex !important;
	gap: 8px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.renewal-modal-buttons > .renewal-modal-primary-btn {
	padding: 8px 12px !important;
}
 
.renewal-modal-cancel-btn:hover, .renewal-modal-cancel-btn:focus {
    color: var(--bs-btn-hover-color) !important;
}

.renewal-modal-body {
	display: flex;
	padding: 16px;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
	background: #FFFFFF;
}

.renewal-modal-footer {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%
}

.renewal-modal-body-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	align-self: stretch;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	color: #202020;
}

.renewal-modal-pgm-readonly {
	pointer-events: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; 
	color: #212529;
}

.renewal-modal-pgm-checkbox {

  accent-color: #027375;
}
.renewal-modal-pgm-checkbox-label {

	font-weight: 400;
	font-size: 16px;
	margin-left: 2px;
}

.renewal-modal-pgm-checkbox-readonly {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}

.renewal-modal-pgm-checkbox-readonly:checked {
	pointer-events: none;
	opacity: 0.5;
	cursor: not-allowed;
	accent-color: #027375;
}

.renewal-modal-pgm-checkboxes {
	display: flex;
    flex-direction: column;
	gap: 8px;	
}

.renewal-modal-buttons {
    gap: 16px;
	display: flex !important;
	justify-content: flex-end !important;
}

.startOver-modal-cancel-btn {
	width: 350px;
	display: flex !important;
	gap: 8px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
 
.startOver-modal-cancel-btn:hover {
    color: var(--bs-btn-hover-color) !important;
}
	
.startOver-modal-primary-btn {
	width: 350px;
	display: flex !important;
	gap: 8px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.started-renew-modal-primary-btn {
	width:292px;
	display: flex !important;
	gap: 8px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.btn.btn-link.modal-link {
	font-size: 16px !important;
	text-decoration: underline !important;
	margin-top: 0px !important;
	margin-bottom: 2px !important;
	padding: 0px 8px !important;
}

/**custom desktop**/
@media only screen and (min-width: 1024px){
	
	.home-modal-header {
		padding: 16px!important;
		gap: 8px; 
	}

	.home-modal-dialog {
		top: 134px;
		width: 856px!important;
		height: 1174.6px;
		margin: auto;
		max-width: none!important;
	}
	
	.home-modal-content {
		border-radius: 8px;
		width: 856px!important;
	}
	
	.home-modal-body {
		padding: 20px 24px 20px 24px;
		gap: 12px;
	}
	
	.home-modal-body-timeline-container {
		gap: 12px;
	}
	
	.home-modal-body-title {
		font-weight: 700;
		font-size: 20px;
		line-height: 120%;
	}
	
	.home-modal-body-step-title {
		font-weight: 700;
		font-size: 16px;
		line-height: 120%;
	}
	
	.home-modal-body-text-header {
		font-weight: 400;
		font-size: 16px;
		line-height: 150%;
	}
	
	.home-modal-body-text {
		font-weight: 400;
		font-size: 16px;
		line-height: 150%;
	}
	
	.btn.btn-link.home-modal-body-link {
		font-weight: 400!important;
		font-size: 16px!important;
		line-height: 150%!important;
	}
	
	.home-modal-footer {
		padding: 40px 20px!important;
		gap: 8px; 
	}
	
	.home-modal-btn {
		width: 200px;
		height: 48px;
		gap: 8px;
		letter-spacing: 0%
	}
	
	.home-modal-timeline-container {
		width: -webkit-fill-available;
		padding: 24px;
		gap: 32px;
	}
	
	.home-modal-step-body {
		margin: 0px !important;
    	gap: 8px;
	}
	
	.milestone-apply-width {
		width: 24%;
	}
	
	.milestone-apply-width-progress {
		width: 29%;
	}
	
	.milestone-interview-width {
		width: 26%;
	}
	
	.milestone-verification-width {
		width: 25%;
	}
	
	.milestone-review-width {
		width: 27%;
	}
	
	.milestone-apply-height {
		height: 130%;
	}
	
	.milestone-interview-height {
		height: 140%;
	}
	
	.milestone-verification-height {
		height: 140%;
	}
	
	.milestone-review-height {
		height: 140%;
	}
	
}

/**tablet**/
@media only screen and (min-width: 768px) and (max-width: 1023px){
	
	.home-modal-header {
		padding: 16px!important;
		gap: 8px; 
	}
	
	.home-modal-dialog {
		top: 80px;
		width: 472px!important;
		height: 1174.6px;
		margin: auto;
		max-width: none!important;
	}
	
	.home-modal-content {
		border-radius: 8px;
		width: 472px!important;
	}
	
	.home-modal-body {
		padding: 12px 12px 12px 12px;
		gap: 8px;
	}
	
	.home-modal-body-timeline-container {
		gap: 8px;
	}
	
	.home-modal-body-title {
		font-weight: 700;
		font-size: 16px;
		line-height: 120%;
	}
	
	.home-modal-body-step-title {
		font-weight: 700;
		font-size: 16px;
		line-height: 120%;
	}
	
	.home-modal-body-text-header {
		font-weight: 400;
		font-size: 16px;
		line-height: 150%;
	}
	
	.home-modal-body-text {
		font-weight: 400;
		font-size: 14px;
		line-height: 150%;
	}
	
	.btn.btn-link.home-modal-body-link {
		font-weight: 400!important;
		font-size: 16px!important;
		line-height: 150%!important;
	}
	
	.home-modal-footer {
		padding: 16px 12px 16px 12px!important;
		gap: 8px; 
	}
	
	.home-modal-btn {
		width: -webkit-fill-available;
		height: 38px;
		gap: 8px;
		letter-spacing: 0%
	}
	
	.home-modal-timeline-container {
		width: -webkit-fill-available;
		padding: 5px;
		padding-top: 12px;
		gap: 8px;
	}
	
	.home-modal-step-body {
		margin: 0px !important;
    	gap: 4px;
	}
	
	.renewal-modal-content {
	    width: 495px !important;
	    height: 308px;
	    border-radius: 8px;
	}
	
	.home-modal-step-container {
		gap: 8px;
	}
	
	.milestone-apply-width {
		width: 25%;
	}
	
	.milestone-apply-width-progress {
		width: 29%;
	}
	
	.milestone-interview-width {
		width: 26%;
	}
	
	.milestone-verification-width {
		width: 24%;
	}
	
	.milestone-review-width {
		width: 25%;
	}
	
	.milestone-apply-height {
		height: 130%;
	}
	
	.milestone-interview-height {
		height: 140%;
	}
	
	.milestone-verification-height {
		height: 140%;
	}
	
	.milestone-review-height {
		height: 140%;
	}
	
	.renewal-modal-body-content {
		padding: 0px;	
	}
	
	.renewal-modal-primary-btn {
		width: 220px;
		padding: 8px 12px !important;
	}
	
	.renewal-modal-cancel-btn {
		width: 220px;
		padding: 6px 12px !important;
	}
	
	.renewal-modal-buttons {
	  display: flex !important;
	  flex-direction: column-reverse;
	  gap: 16px;
	}
	
	.renewal-modal-buttons button {
	  width: 100%;
	}
	
	.btn.btn-link.modal-link {
        padding: 0px !important;
	}
	
	#sameCaseStartOverLink {
		padding-left: 4px !important;
	}
}

/**mobile**/
@media only screen and (max-width: 767px){
	.home-modal-header {
		padding: 16px!important;
		gap: 8px; 
	}
	
	.home-modal-dialog {
		top: 80px;
		width: 351px!important;
		height: 1342.6px;
		margin: auto;
		max-width: none!important;
	}
	
	.home-modal-content {
		border-radius: 8px;
		width: 351px!important;
	}
	
	.home-modal-body {
		padding: 12px 12px 12px 12px;
		gap: 8px;
	}
	
	.home-modal-body-timeline-container {
		gap: 8px;
	}
	
	.home-modal-body-title {
		font-weight: 700;
		font-size: 16px;
		line-height: 120%;
	}
	
	.home-modal-body-step-title {
		font-weight: 700;
		font-size: 16px;
		line-height: 120%;
	}
	
	.home-modal-body-text-header {
		font-weight: 400;
		font-size: 16px;
		line-height: 150%;
	}
	
	.btn.btn-link.home-modal-body-link {
		font-weight: 400!important;
		font-size: 16px!important;
		line-height: 150%!important;
	}

	.home-modal-body-text {
		font-weight: 400;
		font-size: 16px;
		line-height: 150%;
	}
	
	.home-modal-footer {
		padding: 16px 12px 16px 12px!important;
		gap: 16px; 
	}
	
	.home-modal-btn {
		width: -webkit-fill-available;
		height: 38px;
		gap: 8px; 
		margin-left: auto;
		letter-spacing: 0%
	}
	
	.home-modal-timeline-container {
		width: -webkit-fill-available;
		padding: 5px;
		padding-top: 12px;
		gap: 8px;
	}
	
	.home-modal-step-body {
		margin: 0px !important;
    	gap: 4px;
	}
	
	.home-modal-step-container {
		gap: 4px;
	}
	
	.home-modal-timeline-step-icon {
    	width: 24px;
    	height: 24px;
	}
	
	.home-modal-vertical-stepper-line {
	    margin-left: 12px;
	    height: 78%;
	}
	
	.home-modal-stepper-green-line {
	    margin-left: 12px;
	}
	
	.home-modal-table-text {
		width: 50%
	}
	
	.home-modal-table-text-right {
		text-align: right;
	}
	
	.milestone-apply-width {
		width: 25%;
	}
	
	.milestone-apply-width-progress {
		width: 29%;
	}
	
	.milestone-interview-width {
		width: 26%;
	}
	
	.milestone-verification-width {
		width: 24%;
	}
	
	.milestone-review-width {
		width: 25%;
	}
	
	.milestone-apply-height {
		height: 130%;
	}
	
	.milestone-interview-height {
		height: 140%;
	}
	
	.milestone-verification-height {
		height: 140%;
	}
	
	.milestone-review-height {
		height: 136%;
	}
	
	.renewal-modal-content {
		width: 351px !important;
	    height: 308px;
	    border-radius: 8px;
	}	
	
	
	.renewal-modal-body-content {
		padding: 0px;	
	}
	
	.renewal-modal-cancel-btn, .renewal-modal-primary-btn,
	.startOver-modal-primary-btn, .startOver-modal-cancel-btn {
		width: 220px;
	}
	
	.renewal-modal-buttons {
	  display: flex !important;
	  flex-direction: column-reverse;
	  gap: 16px;
	}
	
	.renewal-modal-primary-btn {
		padding: 8px 12px !important;
	}
	
	.renewal-modal-cancel-btn {
		padding: 6px 12px !important;
	}
	
	.renewal-modal-buttons button {
	  width: 100%;
	}
	
	.renewal-modal-pgm-checkboxes > div {
		display: flex;
	    align-items: center;
	    gap: 8px;
	}
	
	.renewal-modal-pgm-checkbox-readonly {
	    margin: 3px !important;
	}
	
	.btn.btn-link.modal-link {
		display: inline;
        white-space: normal;
        vertical-align: baseline;
        line-height: inherit;
        padding: 0px 4px !important;
	}
}
