body {
	margin: 0;
	padding: 0;
}
/*input.search_btn {
    display: none !important;
}*/
h1,
h2,
h3,
h4,
h5,
h6,
ul,
{
margin: 0;
}

p {
	margin: 0;
}

li {
	list-style: none;
}

header {
	background: #CB5D7E;
	padding: 20px 30px;
}

.header_data {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 10px;
}

.button-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header_data p {
	font-size: 18px !important;
	color: #fff;
	margin: 0 !important;
}

input.id_btn {
	padding: 11px !important;
	border-radius: 5px;
	border: none;
	text-transform: uppercase;
	margin-left: 20px;
	color: #555353;
	border: 1px solid #fff;
	cursor: pointer;
	background-color: #fff!important;
}

input.search_btn {
    padding: 14px 30px !important;
    border-radius: 5px !important;
    text-transform: uppercase !important;
    margin-left: 20px !important;
    background: rgba(74, 74, 74, 0.51) !important;
    color: #fff !important;
    border: 1px solid #555353 !important;
    cursor: pointer !important;
}

.footer_image img {
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.footer_image {
	position: absolute;
	bottom: 0;
	z-index: 999;
}


/*sky star css*/
.sky_blue_box {
    position: relative;
}
.close svg {
    fill: #fff;
}
.star-sky {
    position: relative;
    margin-bottom: -70px;
    height: calc(100vh - 87px);
    overflow: hidden;
    /* background: #232d32; */
    background-image: url("../images/skystar-new.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.stars {
    height: 800px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 400px;
}





.message-content::-webkit-scrollbar
	{
    width: 10px;
    background-color: transparent;
    border-radius: 25px;
    height: 20px;
}
.message-content::-webkit-scrollbar-thumb{
	background-color: rgba(255, 255, 255, 0.15);
	border-radius: 25px;
	height: 2px;
	
}
.stars::-webkit-scrollbar
	{
    width: 10px;
    background-color: transparent;
    border-radius: 25px;
    height: 20px;
}





.stars::-webkit-scrollbar-thumb{
	background-color: rgba(255, 255, 255, 0.15);
	border-radius: 25px;
	height: 2px;
	
}

.stars::-webkit-scrollbar-track{
	background-color: transparent;
	height: 200px;
}
/*.star-sky::-webkit-scrollbar-thumb {
	background-color:red;
	border-radius: 25px;
	
	
}*/



/*.star-sky::scrollbar-thumb{
	display: none!important;
	width: 0px;
	background-color: transparent;
    height: 0;
    scrollbar-width: none;
}

.star-sky .clouds::-webkit-scrollbar-thumb{
	display: none!important;
	width: 0px;
	background-color: transparent;
    height: 0;
    scrollbar-width: none;
}

.star-sky .clouds::-webkit-scrollbar-track{
display: none!important;
	width: 0px;
	background-color: transparent;
    height: 0;
    scrollbar-width: none;
}*/




.stars::-webkit-scrollbar:horizontal
{
    width: 0px;
    background-color: transparent;
    height: 0;
    display: none;
}


/*.star-sky::-webkit-scrollbar:vertical{
	 width: 0px;
    background-color: transparent;
    height: 0;
    display: none;
}*/



/* .stars::-webkit-scrollbar-track
{
    background-color: #ccc;
    height: 20px;
}




.stars::-webkit-scrollbar:vertical {
  height: 1px;
  width: 0px;
  background: #ccc;
  border-radius: 0px;
  $scrollbar-1-thumb-width: 0px;
  $scrollbar-1-thumb-height: 0px;
}*/


form#search_star {
    display: flex;
}


/* popup_box scrollbar */
.message::-webkit-scrollbar
{
    width: 0px;
    background-color: #F5F5F5;
}
.message::-webkit-scrollbar-track
{
    background-color: #ccc;
}

.message::-webkit-scrollbar
{
    width: 0px;
    background-color: #F5F5F5;
}

.message::-webkit-scrollbar:vertical {
  height: 1px;
  width: 0px;
  background: #ccc;
  border-radius: 0px;
  $scrollbar-1-thumb-width: 0px;
  $scrollbar-1-thumb-height: 0px;
}

/* popup_box scrollbar */








.message-content p {
    font-size: 14px;
    line-height: 22px;
    font-family: 'Noto Sans TC', sans-serif;
}
.flower {
    text-align: center;
}.flower img {
    height: 73px !important;
	margin-top: 21px!important;
}




.star_big {
    transform: scale(3.5)!important;
}


.star-sky .stars {
	position: relative;
	
}

.star-sky .star {
	position: absolute;
	z-index: 15;
	width: 10px;
	height: 10px;
	cursor: pointer;
	transition: .15s linear all
}

.star-sky .star .glow {
	width: 10px;
	height: 10px;
	box-shadow: 0 0 5px 5px #1b466d;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0) 80%);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0) 80%);
	background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 0) 80%);
	animation: light-flash-1 5s 0s linear infinite;
	border-radius: 100px
}

.star-sky .star .sparkle {
	width: 20px;
	box-shadow: 0 0 5px 5px #002d8014;
	height: 20px;
	position: absolute;
	z-index: 30;
	top: 50%;
	left: 50%;
	margin-top: -10px;
	margin-left: -10px;
	background: url(//www.miscarriageassociation.org.uk/wp-content/themes/miscarriage/css/../img/stars-of-remembrance/sparkle.png) no-repeat;
	background-size: 20px 20px
}

/* .star-sky .clouds {
	height: 100%;
	background: transparent url(//www.miscarriageassociation.org.uk/wp-content/themes/miscarriage/css/../img/stars-of-remembrance/night-sky-clouds.png) repeat top center;
	-moz-animation: move-clouds-back 500s linear infinite;
	-webkit-animation: move-clouds-back 500s linear infinite;
	animation: move-clouds-back 500s linear infinite
} */


.star-sky .clouds {
    background-image: url(../images/skystar-new.png);
    /* -moz-animation: move-clouds-back 500s linear infinite; */
    /* -webkit-animation: move-clouds-back 500s linear infinite; */
    /* animation: move-clouds-back 500s linear infinite; */
    background-size: cover;
    background-position: center;
    height: 1000px;
    background-repeat: repeat-y;
}







.mountain {
    opacity: 0.9;
}

.star-sky .star-1 {
	transform: scale(.5) rotate(5deg)
}

.star-sky .star-1 .glow {
	animation: star-flash-1 5s 0s linear infinite
}

.star-sky .star-1 .sparkle {
	animation: star-sparkle-1 5s 0s linear infinite
}

.star-sky .star-2 {
	transform: scale(.8) rotate(-5deg)
}

.star-sky .star-2 .glow {
	animation: star-flash-2 4s 0s linear infinite
}

.star-sky .star-2 .sparkle {
	animation: star-sparkle-2 4s 0s linear infinite
}

.star-sky .star-3 {
	transform: scale(.6) rotate(8deg)
}

.star-sky .star-3 .glow {
	animation: star-flash-3 6s 0s linear infinite
}

.star-sky .star-3 .sparkle {
	animation: star-sparkle-3 6s 0s linear infinite
}

.star-sky .star-4 {
	transform: scale(1.2) rotate(-10deg)
}

.star-sky .star-4 .glow {
	animation: star-flash-4 3s 0s linear infinite
}

.star-sky .star-4 .sparkle {
	animation: star-sparkle-4 3s 0s linear infinite
}

.star-sky .star-5 {
	transform: scale(.7) rotate(2deg)
}

.star-sky .star-5 .glow {
	animation: star-flash-5 5s 0s linear infinite
}

.star-sky .star-5 .sparkle {
	animation: star-sparkle-5 5s 0s linear infinite
}

@keyframes star-flash-1 {
	0% {
		opacity: .8
	}

	15% {
		opacity: .5
	}

	25% {
		opacity: 1
	}

	30% {
		opacity: .6
	}

	45% {
		opacity: 1
	}

	65% {
		opacity: .8
	}

	70% {
		opacity: .7
	}

	80% {
		opacity: 1
	}

	100% {
		opacity: .9
	}
}

@keyframes star-sparkle-1 {
	0% {
		opacity: 0;
		transform: rotate(0deg) scale(0)
	}

	20% {
		opacity: 0
	}

	30% {
		opacity: 1;
		transform: rotate(20deg) scale(1)
	}

	50% {
		opacity: .5;
		transform: rotate(40deg) scale(2)
	}

	70% {
		opacity: 0;
		transform: rotate(60deg) scale(1)
	}

	100% {
		opacity: 0
	}
}

@keyframes star-flash-2 {
	0% {
		opacity: .6
	}

	10% {
		opacity: .5
	}

	22% {
		opacity: 1
	}

	35% {
		opacity: .6
	}

	56% {
		opacity: 1
	}

	67% {
		opacity: .9
	}

	85% {
		opacity: .7
	}

	96% {
		opacity: 1
	}

	100% {
		opacity: .7
	}
}

@keyframes star-sparkle-2 {
	0% {
		opacity: 0;
		transform: rotate(0deg) scale(0)
	}

	25% {
		opacity: 0
	}

	40% {
		opacity: 1;
		transform: rotate(30deg) scale(1)
	}

	60% {
		opacity: .5;
		transform: rotate(60deg) scale(2)
	}

	80% {
		opacity: 0;
		transform: rotate(90deg) scale(1)
	}

	100% {
		opacity: 0
	}
}

@keyframes star-flash-3 {
	0% {
		opacity: .7
	}

	5% {
		opacity: .5
	}

	15% {
		opacity: 1
	}

	32% {
		opacity: .6
	}

	41% {
		opacity: 1
	}

	68% {
		opacity: .9
	}

	72% {
		opacity: .8
	}

	87% {
		opacity: 1
	}

	100% {
		opacity: .7
	}
}

@keyframes star-sparkle-3 {
	0% {
		opacity: 0;
		transform: rotate(0deg) scale(0)
	}

	10% {
		opacity: 0
	}

	20% {
		opacity: 1;
		transform: rotate(10deg) scale(1)
	}

	40% {
		opacity: .5;
		transform: rotate(20deg) scale(2)
	}

	60% {
		opacity: 0;
		transform: rotate(30deg) scale(1)
	}

	100% {
		opacity: 0
	}
}

@keyframes star-flash-4 {
	0% {
		opacity: .5
	}

	3% {
		opacity: .6
	}

	10% {
		opacity: 1
	}

	26% {
		opacity: .7
	}

	38% {
		opacity: 1
	}

	58% {
		opacity: .8
	}

	81% {
		opacity: .9
	}

	93% {
		opacity: 1
	}

	100% {
		opacity: .7
	}
}

@keyframes star-sparkle-4 {
	0% {
		opacity: 0;
		transform: rotate(0deg) scale(0)
	}

	15% {
		opacity: 1;
		transform: rotate(15deg) scale(1)
	}

	35% {
		opacity: .5;
		transform: rotate(30deg) scale(2)
	}

	55% {
		opacity: 0;
		transform: rotate(45deg) scale(1)
	}

	100% {
		opacity: 0
	}
}

@keyframes star-flash-5 {
	0% {
		opacity: 1
	}

	20% {
		opacity: .5
	}

	28% {
		opacity: 1
	}

	37% {
		opacity: .7
	}

	49% {
		opacity: 1
	}

	61% {
		opacity: .9
	}

	79% {
		opacity: .8
	}

	85% {
		opacity: .6
	}

	100% {
		opacity: 1
	}
}

@keyframes star-sparkle-5 {
	0% {
		opacity: 0;
		transform: rotate(0deg) scale(0)
	}

	28% {
		opacity: 0
	}

	33% {
		opacity: 1;
		transform: rotate(25deg) scale(1)
	}

	53% {
		opacity: .5;
		transform: rotate(50deg) scale(2)
	}

	73% {
		opacity: 0;
		transform: rotate(75deg) scale(1)
	}

	100% {
		opacity: 0
	}
}

@keyframes move-clouds-back {
	from {
		background-position: 0 0
	}

	to {
		background-position: 10000px 0
	}
}

@-webkit-keyframes move-clouds-back {
	from {
		background-position: 0 0
	}

	to {
		background-position: 10000px 0
	}
}

@-moz-keyframes move-clouds-back {
	from {
		background-position: 0 0
	}

	to {
		background-position: 10000px 0
	}
}

@-ms-keyframes move-clouds-back {
	from {
		background-position: 0
	}

	to {
		background-position: 10000px 0
	}
}

.star-sky .highlighted {
	transform: scale(5);
	z-index: 10
}

.star-sky .deselected .sparkle {
	background: 0 0
}

.star-sky .deselected {
	opacity: .3
}

.message {
    position: absolute;
    z-index: 99999999;
    left: 10px;
    right: 0;
    /* margin: 0px auto; */
    top: 10px;
    width: 30%;
    background: rgba(18, 18, 18, 0.62);
    padding: 40px 10px 10px;
    border-radius: 19px;
    box-sizing: border-box;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .25);
    transition: .15s linear all;
    display: none;
    color: #fff;
    clip-path: polygon(
    0% 0, 100% 0%, 100% 85%, 50% 100%, 0 85%, 0 25%
  );
    max-height: 275px;
    min-height: 275px;
}
  	max-height:275px;
	min-height:275px;
}
.mountain img {
	object-fit: cover;
	object-position: center;
	width: 100%;
}
.mountain {
    position: absolute;
    bottom: 0;
    z-index: 999;
    clip-path: polygon(40% 66%,66% 77%,80% 52%,100% 64%,100% 100%,0% 100%,0% 11%,28% 53%,33% 76%);
}

 .message-content {
	max-height: 136px!important;
	overflow: auto
}

.message .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    filter: #000;
}

 .message-visible {
	z-index: 20;
	opacity: 1
}

 .message p {
	margin-bottom: 10px;
}

.message p:last-of-type {
	margin: 0
}

@media screen and (max-width: 1050px) {
	.message .close {
		background-image: url(//www.miscarriageassociation.org.uk/wp-content/themes/miscarriage/css/../img/icons/close@2x.png)
	}
}

@media screen and (max-width: 900px) {
	 .message {
		width: 30%
	}
	.header_data p {
    font-size: 20px !important;
}
.header_data {
    justify-content: space-between !important;
}
}

@media screen and (max-width: 730px) {
	.search-stars {
		text-align: center
	}

	.search-stars label {
		display: block;
		margin-bottom: 10px
	}

	.star-sky {
		height: 400px
	}

	.star-sky .stars {
		margin-left: 0
	}

	 }
@media (max-width: 767px){
	.header_data p {
    font-size: 20px !important;
    margin-bottom: 20px !important;
}
.header_data {
    display: block !important;
    text-align: center;
    justify-content: center;
}
.message-content p {
    font-size: 16px;
}
.id_btn {
    margin-left: 0px;
    padding: 15px 25px !important;
/*    //width: fit-content;*/
}
.search_btn{

		padding: 15px 25px !important;
  	width: fit-content;}
}


.star-sky .glow {
	animation: star-flash-1 5s 0s linear infinite
}

.star-sky .sparkle {
	animation: star-sparkle-1 5s 0s linear infinite
}


.scroll-background {
	background-image: url('../images/skystar-new.png');
	background-repeat: repeat-y; 
	/* / or repeat-x for horizontal scrolling / */
	background-position: 0 0; 
	/* / starting position of the background image / */
	background-size: auto; 
	/* / adjust the size according to your needs / */
	animation: scrollBackground 10s linear infinite; 
	/* / adjust the animation duration as needed / */
  }
  
  @keyframes scrollBackground {
	0% { background-position: 0 0; }
	100% { background-position: 0 100%; } 
	/*  adjust the ending position for scrolling / */
  }


  .overlay {
	position: relative;
  }
.overlay:before {
    content: "";
    display: block;
    position: absolute;
    background: #f4f4f438;
    left: 0;
    top: 0;
    z-index: 99999;
    height: 100%;
    width: 100%;
}