/*modal*/

.your-savings-modal {
	max-width: 600px;
	padding: 28px 64px 28px 28px;
	margin-top: 100px;
	border-radius: 8px;
	text-align: start;
	height: 82%;
    top: 45%;
}

.your-savings-modal button{
    position: absolute;
    top: 20px;
    right: 20px;
}

.your-savings-modal	ul {
	list-style-type: disc;
    list-style-position: inside;
}

.your-savings-modal
.modalContent {
  overflow-y: scroll;
  scrollbar-color: #fff #fff;
  scrollbar-width: none;
  height: -webkit-fill-available;
}

.your-savings-modal
.modalContent
ul {
    margin-left: 10px;
}

@media (max-width: 1024px) {
	.your-savings-modal button{
		top: 16px;
		right: 16px;
	}
}

@media (max-width: 600px) {
	.your-savings-modal {
  		max-width: 343px;
		margin-top: 56px;
	}
}