.menu {
	margin-right: .2rem;
	margin-top: .08rem;
	font-weight: 600;
	cursor: pointer;
	user-select: none
}

.menu:active {
	opacity: .7
}

.headerNav ul li a,
header.green_bg {
	background: #003a92;
	color: #fff;
	font-size: .28rem
}

header.green_bg {
	position: relative
}

header.green_bg a {
	color: #fff
}

.flex_grow {
	-moz-flex-grow: 1;
	flex-grow: 1
}

header .share-link {
    align-items: center;
    align-content: center;
	display: inline;
	cursor: pointer;
	margin-right: .2rem;
	width: 1.5rem;
	height: .6rem;
	background-image: url("../img/sharebtn.webp");
	background-size: 100% 100%;

}

.dbtn {
    display: inline-block;
}

.dbtn .btn {
    display: inline-block;
    font-weight: 600;
    cursor: pointer;
    padding: 3px 5px;
    border: 1px solid transparent;
    border-radius: 0.1rem;
    color: #ffffff;
    background: #780206;
    background: -webkit-linear-gradient(to left, #061161, #780206);
    background: linear-gradient(to left, #061161, #780206);
    box-shadow: 0 0.125rem 0.25rem rgba(13, 20, 49, 0.07);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, transform 0.3s ease-in-out;
    text-align: center;
    text-decoration: none;
}

/* Add hover effect */
.dbtn .btn:hover {
    color: #ffffff;
    transform: scale(0.9);
}

.containerr {
	display: flex;
	align-items: center;
	background: #fff;
}

.containerr span {
	position: relative;
	display: inline-block;
	flex-shrink: 0;
	padding: 8px 8px;
	background: #780206;
	background: -webkit-linear-gradient(to left, #061161, #780206);
	background: linear-gradient(to left, #061161, #780206);
	color: #fff;
	overflow: hidden;
	clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
}

.scroll-left span {
	clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}

.MP3_Audio {
	width: 100%;
	align-items: center;
	border: .8px solid rgb(0, 255, 255);
	border-radius: .2rem;
	background-color: rgb(240, 240, 240);
	margin-bottom: 5px;
}

.container {
    margin-bottom: 0.15rem; 
    margin-top: -0.1rem; 
    display: flex;
    flex-direction: column;
    align-items: center;
}

.label {
    font-family: var(--cp-font-family);
    font-size: 0.2rem; 
    position: relative; 
    display: block; 
    width: 100%;
}

.search_box {
    width: 100%; 
    margin: 0;
    padding: 0.2rem 0.2rem 0.2rem 0.7rem; 
    border: 1px solid #00ffff; 
    border-radius: 0.2rem; 
    background: #e9effc;
    color: #000;
    font: inherit;
}

.search_icon {
    position: absolute;
    top: 50%;
    left: 0.2rem;
    transform: translateY(-50%);
    color: hsl(228.39deg 12.25% 50.39%);
    font-size: 0.3rem;
}


.footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0.2rem 0 0;
	background-color: #003a92;
	color: #fff;
	font-size: 0.3733rem;
  }
  
  .footer-right {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 0.1rem;
  }
  
  .footer-right a {
	margin: 0 0.1rem;
	color: #fff;
	text-decoration: none;
  }
  
  .footer-right .fa {
	font-size: 15px;
	padding: 10px;
	border-radius: 0.2rem;
  }
  
  .footer-right a:hover .fa {
	opacity: 0.9;
	transform: scale(1.1);
	transition: transform 0.2s;
  }
  
  .divider {
	width: 100%;
	border-bottom: 1px solid #606280;
	margin: 0.2rem 0;
  }
  
  .links {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0.2rem 0;
  }
  
  .links a {
	display: flex;
	align-items: center;
	height: 0.32rem;
	margin: 0 0.1rem 0.1rem;
	padding: 0 0.2rem;
	font-size: 0.2rem;
	font-weight: 600;
	text-decoration: none;
	color: #fff;
	border: 1px solid #00ffff;
	border-radius: 0.08rem;
  }

  .links i {
	margin-right: 0.1rem;
  }
  
  .links a:hover {
	color: #c1c1c1;
	transition: color 0.2s;
  }
  
  .footer p {
	margin-bottom: 0.2rem;
	font-size: 0.25rem;
  }
  
  .footer a {
	color: white;
	text-decoration: none;
  }
  
  .footer a:hover {
	background-color: #003a92;
  }
  
  @media (max-width: 600px) {
	.footer-right {
	  flex-direction: row;
	  flex-wrap: nowrap;
	}
  
	.links a {
	  font-size: 0.18rem;
	  padding: 0 0.2rem;
	}
  
	.footer-right .fa {
	  font-size: 14px;
	  padding: 8px;
	}
}

.floating-icons {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon {
    margin: 5px 0; /* Adjust spacing between icons */
    width: 50px; /* Adjust icon size */
    height: 50px; /* Adjust icon size */
}