
			/* Dropdown */
				.select-wrapper:after { background-color:#571a64; color:#ffffff; }
				.select-wrapper.disabled:after { background-color:#e2e2e2; color:rgba(48,48,48,0.3); }
				.select-wrapper.disabled .select-title { color:rgba(48,48,48,0.3); }
				.select-wrapper { background-color:#f1f1f1; color:#303030; }
				.select-wrapper .select-title { background-color:#f1f1f1; border:1px solid #f1f1f1; }
				.select-wrapper .select-options { background-color:#ffffff; border:1px solid #c7c7c7; box-shadow:5px 5px 8px rgba(0,0,0,0.2); -webkit-box-shadow:5px 5px 8px rgba(0,0,0,0.2); -moz-box-shadow:5px 5px 8px rgba(0,0,0,0.2); }
				.select-wrapper .select-options li:hover { background:#e2e2e2; }
				.select-wrapper .select-options li.active { background:#571a64; color:#ffffff; }

				.select-wrapper.white .select-title { background:#ffffff; border:1px solid #d4d4d4; }
				
				
select {

  /* styling */
  background-color: white;
  border: thin solid #028383;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.2em;
  padding: 0.8em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  color:#000000;
}


/* arrows */

select.classic {
  background-image:
    linear-gradient(45deg, transparent 50%, #028383 50%),
    linear-gradient(135deg, #028383 50%, transparent 50%),
    linear-gradient(to right, skyblue, skyblue);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
}

select.classic:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    linear-gradient(to right, gray, gray);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
}




select.round {
  background-image:
    linear-gradient(45deg, transparent 50%, #ffffff  50%),
    linear-gradient(135deg, #ffffff  50%, transparent 50%),
    radial-gradient(#028383 70%, transparent 72%);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - .5em) .5em;
  background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
}

select.round:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    radial-gradient(gray 70%, transparent 72%);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - .5em) .5em;
  background-size:
    5px 5px,
    5px 5px,
    1.5em 1.5em;
  background-repeat: no-repeat;
  border-color: #028383;
  outline: 0;
}





select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

select.minimal:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: blue;
  outline: 0;
}


select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}


.claimSteps {
  border-radius: 10px;
  width: 280px;
  height: 280px;
  background-color: #ffd636;
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 70px;
  vertical-align: middle;
   border-bottom: 1px solid #e0e0e0;
}

.claimSteps a{
	display: flex;
	/*align-items: center; */
	/*justify-content: center; */
	flex-direction: column;
	height: 250px;
	border-radius: 7px;
}
.claimSteps span{
	display: flex;
	align-items: end;
	
	flex-direction: column;
	
	
}
.claimStepsgrid {
  border-radius: 10px;
  width: 100%;
  height: 65%;
  
  margin-top: 30px;
  margin-bottom: 70px;
  vertical-align: middle;
  
}

.claimStepsgrid a{
	display: flex;
	/*align-items: center; */
	/*justify-content: center; */
	flex-direction: column;
	height: 85%;
	border-radius: 7px;
}
.claimStepsgrid span{
	display: flex;
	align-items: end;
	
	flex-direction: column;
	
	
}






.claimStepslist {
/*	border-radius: 10px;*/
/*  width: 280px;*/
/*  height: 280px;*/
/*  background-color: #ffd636;*/
/*  color: #ffffff;*/
  margin-top: 20px;
  margin-bottom: 20px;
  vertical-align: middle;
/*  border-bottom: 1px solid #e0e0e0;*/
}
.claimStepslist a{
/*	display: flex;*/
	/*align-items: center; */
	/*justify-content: center; */
	flex-direction: column;
/*	height: 250px;*/
/*	border-radius: 7px;*/
}

.date {
	position: relative;
    bottom: 0;
    right: 0;
    color: black;
    font-size: large;
    
    margin-bottom: 2%;
    //margin-right: 8%;
}
.gray-line{
	padding:0px 15px 0px;
  text-align: right;
	
}
.gray-line::after {
	
  content: "";
  display: block;
  height: 1px;
  background-color: #e0e0e0;
  
    
  
 
  
}
.claimStepslist img{
	width: 70%;

}
.claimSteps .img-link{
	
	align-items: center;
	justify-content: center;
	
}
.claimSteps a{
	display: flex;
	/*align-items: center; */
	/*justify-content: center; */
	flex-direction: column;
/*	height: 250px;*/
/*	border-radius: 7px;*/
}

.claimSteps span{
	display: flex;
	align-items: end;
	
	flex-direction: column;
	
	
}
.claimStepsTwo {
	border-radius: 10px;
  width: 400px;
  height: 260px;
  background-color: #ffd636;
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 70px;
  vertical-align: middle;
}

.claimStepsTwo a{
	display: flex;
	/*align-items: center; */
	/*justify-content: center; */
	flex-direction: column;
	height: 250px;
	border-radius: 7px;
}
.claimStepsTwo span{
	display: flex;
	align-items: end;
	
	flex-direction: column;
	
	
}
.imgfluidTwo{
  width: 60%;
  
}
.imgfluid{
  width: 80%;
  vertical-align: middle;
}

.grid {
  margin-top: 35px;
  color: black;
  height: 30px;
}



.content {
  margin-top: 35px;
  color: black;
  height: 30px;
}

.link {
  /*height: 30px;*/
}



.bubble {
  position: relative;
  font-family: sans-serif;
  font-size: 18px;
  line-height: 24px;
  width: 300px;
  background: #ffd636;
  border-radius: 20px;
  padding: 70px;
  text-align: center;
  color: #000;
}

.bubble-bottom-left:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 24px solid #ffd636;;
  border-right: 12px solid transparent;
  border-top: 12px solid #ffd636;;
  border-bottom: 20px solid transparent;
  left: 32px;
  bottom: -24px;
}
.bubble-top-right:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 24px solid transparent;
  border-right: 12px solid #ffd636;
  border-top: 12px solid transparent;
  border-bottom: 20px solid #ffd636;
  left: 230px;
  bottom: 277px;
}

.triangle-right {
	position:relative;
	padding:15px;
	padding-bottom: 26px;
	margin:1em 0 1em;
	color:#fff;
	
	/* css3 */
	
	
	background:#E5F5F6;
	
	
	border-radius:10px;
}

.top_title {
	font-size: large;
	display: flex;
	height: :47px;
}

/* Variant : for top positioned triangle
------------------------------------------ */

.triangle-right.top {
	
	
	background:#E5F5F6;
}

/* Variant : for left positioned triangle
------------------------------------------ */

.triangle-right.left {
	margin-left:40px;
	background:#075698;
}

/* Variant : for right positioned triangle
------------------------------------------ */

.triangle-right.right {
	margin-right:40px;
	background:#075698;
}

/* THE TRIANGLE
------------------------------------------------------------------------------------------------------------------------------- */



/* Variant : top
------------------------------------------ */

.triangle-right.top:after {
	top:-20px; /* value = - border-top-width - border-bottom-width */
	right:70%; /* controls horizontal position */
	bottom:auto;
	border-width: 20px 0px 0px 20px;
	left:auto;
	
	border-color:transparent #C2E3F2; 
}

/* Variant : left
------------------------------------------ */

.triangle-right.left:after {
	top:16px; 
	left:-40px; /* value = - border-left-width - border-right-width */
	bottom:auto;
	border-width:15px 40px 0 0; /* vary these values to change the angle of the vertex */
	border-color:transparent #075698; 
}

/* Variant : right
------------------------------------------ */

.triangle-right.right:after {
	top:16px; 
	right:-40px; /* value = - border-left-width - border-right-width */
	bottom:auto;
    left:auto;
	border-width:15px 0 0 40px; /* vary these values to change the angle of the vertex */
	border-color:transparent #075698 ; 
}
.listActive {


}
.listitems{	
	
	padding:15px 0px 0px;
	
	margin:1em 0 0em;
	color:#fff;
}
.listitems_list{	
	display: flex;
	align-items: flex-start;
	gap: 24px;
}
.listitems_grid{	
	
	height: 80%;
}
.list-imgs{
	width:350px;
	max-width: 350px;
}
.grid-imgs{
	width:100%;
	margin-bottom: 10px;
	
}

}
.navigator-container {
	margin:20px;
	text-align:center;
}
.navigator-button{
  border: none;
  color: white;
  padding: 10px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;	
  background-color: white; 
  color: black; 
  border: 2px solid #04AA6D;
}
.navigator-button:hover {
	background-color: #04AA6D;
  color: white;
	
}

.navigator-Previous{
  border: none;
  color: white;
  padding: 10px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;	
  background-color: white; 
  color: black; 
  border: 2px solid #04AA6D;
}
.navigator-Previous:hover {
	background-color: #04AA6D;
  color: white;
	
}
.navigator-Next{
  border: none;
  color: white;
  padding: 10px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;	
  background-color: white; 
  color: black; 
  border: 2px solid #04AA6D;
}
.navigator-Next:hover {
	background-color: #04AA6D;
    color: white;
	
}
.navigator-last{
  border: none;
  color: white;
  padding: 10px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;	
  background-color: white; 
  color: black; 
  border: 2px solid #04AA6D;
}
.navigator-last:hover {
	background-color: #04AA6D;
    color: white;
	
}
.navigator-first{
  border: none;
  color: white;
  padding: 10px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;	
  background-color: white; 
  color: black; 
  border: 2px solid #04AA6D;
}
.navigator-first:hover {
	background-color: #04AA6D;
    color: white;
	
}
.navigator-button.active {
  opacity: 0.6;
  background-color: #04AA6D;
  cursor: default !important;
}

.navigator-Previous.disabled {
	 display: none;
	
}
.navigator-first.disabled {
	 display: none;
	
}
.navigator-Next.disabled {
	 display: none;
	
}
.navigator-last.disabled {
	 display: none;
	
}
#card-container {
  display: flex;
  flex-wrap: wrap;
  margin:10px;
}
.cardtitle  {
    
    width: 100%;
    
}
.card {
  height: 25vh;
  width: calc((100% / 3) - 16px);
  margin: 8px;
  border-radius: 3px;
  transition: all 200ms ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.card-actions {
  text-align:right;	
  margin: 8px;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#loader {
  display: flex;
}

.skeleton-card {
  height: 189px;
  width: 100%;
  margin: 25px;
  border-radius: 3px;
  transition: all 200ms ease-in-out;
  position: relative;
  background-color: #eaeaea;
}

.skeleton-card::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  animation: load 1s infinite;
}

@keyframes load {
  100% {
    transform: translateX(100%);
  }
}



@media screen and (prefers-reduced-motion: reduce) {
  .skeleton-card::after {
    animation: none;
  }
}

.loading {
	height: 246px;
  width: 320px;
  margin: 25px;

}
.image {
height: 200px;
  width: 300px;
}
.loading .image {
  background-color: var(--loading-grey);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 40%,
    rgba(255, 255, 255, .5) 50%,
    rgba(255, 255, 255, 0) 60%
  ) var(--loading-grey);
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 1s loading ease-in-out infinite;
}

@keyframes loading {
  to {
    background-position-x: -100%;
  }
}

//silde show
@media only screen and (min-width: 601px) 
{

    div.chat
    {
        width:100%;
        overflow:center;
        text-align: justify;
    }
    div.chat div
    {
        width:65%; 
        font-size: 1.2em;
  
    float:center;
    margin-left: auto;
    margin-right: auto;
    }
}

@media only screen and (max-width: 600px) 
{

    div.chat
    {
        width:100%;
        overflow:center;
        text-align: justify;
    }
    div.chat div
    {
         width:95%; 
        font-size: 1.2em;
    
    float:center;
    margin-left: auto;
    margin-right: auto;
    }
}


.more-btn {
	background-color: #E5F5F6;
    color: #30787e;
  display: inline-block;
  margin: 4px 6px 4px 0;
  padding: 6px 12px;
  
 
  border: none;
  border-radius: 20px;
  font-weight: 500;
  font-size: 0.7em;
  cursor: pointer;
}

.more-btn:hover {
  background-color: #90caf9;
}
.popup-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid #ddd;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  padding: 12px;
  min-width: 250px;
  z-index: 100;
  display: none;
  margin-top: 8px;
}

.popup-menu.visible {
  display: block;
}


.popup-menu .categories {
  display: block;
  margin: 8px 0;
}
.shashtag{
	margin:10px;
	content: "";
    display: block;
    height: 1px;
    background-color: #e0e0e0;
}
.category {
	background-color: #E5F5F6;
    color: #30787e;
    border-color: rgb(34, 34, 34);
    /* background-color: #e9f4ff; */
    font-size: 0.7rem;
    /* color: black; */
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    border-radius: 999px;
    padding: 4px 13px;
    margin: 4px;
	
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    transition: background-color 0.2s;
	}
.hashtaga {
	background-color: #E5F5F6;
    color: #30787e;
    border-color: rgb(34, 34, 34);
    /* background-color: #e9f4ff; */
    font-size: 1rem;
    /* color: black; */
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    border-radius: 999px;
    padding: 4px 13px;
    margin: 14px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: Helvetica, Arial, sans-serif;
    font-style: normal;
    transition: background-color 0.2s;
	font-weight: 800;
}
.clickable-category {
    cursor: pointer;
    transition: all 0.2s ease;
}
.clickable-category:hover {
    transform: translateY(-1px) scale(1.05);
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.chat {
  margin: 10px;
  appearance: none;
  background-color: #fffff;
  border: 1px solid rgba(27, 31, 35, 0.15);
  border-radius: 6px;
  box-shadow:
    rgba(27, 31, 35, 0.04) 0 1px 0,
    rgba(255, 255, 255, 0.25) 0 1px 0 inset;
  box-sizing: border-box;
  color: #24292e;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
  padding: 6px 16px;
  position: relative;
  transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: break-word;
}
.viewActive{
 background-color: #000;
}
.chat:hover {
  background-color: #f3f4f6;
  text-decoration: none;
  transition-duration: 0.1s;
}

.chat:disabled {
  background-color: #fafbfc;
  border-color: rgba(27, 31, 35, 0.15);
  color: #fffff;
  cursor: default;
}

.chat:active {
  background-color: #edeff2;
  box-shadow: rgba(225, 228, 232, 0.2) 0 1px 0 inset;
  transition: none 0s;
}

.chat:focus {
  outline: 1px transparent;
}

.chat:before {
  display: none;
}

.chat:-webkit-details-marker {
  display: none;
}
/* Default style for both buttons */
.chat_view button#chatButton,
.hashtag_view button#hashtagButton {
    border: none;
    background-color: white;
	width:100px;
    color: #333;
    padding: 10px 20px;
    font-size: 1rem;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Active state: Chat button */
.chat_view.viewactive button#chatButton {
    background-color: #028383 !important;
    color: white !important;
}

/* Active state: Hashtag button */
.hashtag_view.viewactive button#hashtagButton {
    background-color: #028383 !important;
    color: white !important;
}
#items {
	min-width: 370px;
	
}

@media (max-width: 576px) {
    
	.list-imgs {
		width: 200px;
		max-width: 300px;
	}
}


.report-card {
  margin-bottom: 24px;
  border-radius: 8px;
  background: white;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.report-card:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  transform: translateY(-2px);
}

.cardtitle {
  display: flex;
  justify-content: space-between;     /* title left, bookmark right */
  align-items: center;
  padding: 18px 24px 8px;
  font-size: 1.16rem;
  font-weight: 600;
  color: #111;
}

.cardtitle a {
  flex: 1;                            /* title link expands to fill left space */
  color: #0066cc;
  text-decoration: none;
}

.cardtitle a:hover {
  text-decoration: underline;
}

/* Bookmark button (now on right) */
.bookmark-btn {
      width: 26px;
      height: 26px;
      cursor: pointer;
      background-size: contain;
      background-repeat: no-repeat;
      transition: transform 0.2s;
      margin-left: 16px;
      
      background-color: transparent;
    }

    .show-bookmark-btn {
      
      height: 40px;
      
      background-size: contain;
      background-repeat: no-repeat;
      
      
      
      
      
      align-items: center;
      justify-content: center;
	  appearance: none;
      background-color: #FAFBFC;
      border: 1px solid rgba(27, 31, 35, 0.15);
      border-radius: 6px;
      box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
      box-sizing: border-box;
      color: #24292E;
      
      display: flex;
      font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
      font-size: 14px;
      font-weight: 500;
      line-height: 20px;
      
      position: relative;
      transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
      user-select: none;
      vertical-align: middle;
      white-space: nowrap;
    }
	.show-bookmark-btn:hover{
      background-color: #EDEFF2;
      box-shadow: rgba(225, 228, 232, 0.2) 0 1px 0 inset;
    }
.show-bookmark-btn.unbookmarked {
      background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'><path d='M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z'/></svg>");
    }
.show-bookmark-btn.bookmarked {
      background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23dc3545' stroke='%23dc3545' stroke-width='2'><path d='M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z'/></svg>");
    }

.bookmark-btn.unbookmarked {
      background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'><path d='M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z'/></svg>");
    }

.bookmark-btn.bookmarked {
      background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23dc3545' stroke='%23dc3545' stroke-width='2'><path d='M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z'/></svg>");
    }

.bookmark-btn:hover {
      transform: scale(1.15);
    }

.hashtags-wrapper {
  padding: 0 20px 12px;
}

.extra-report-info {
  padding: 0 20px 20px;
}

.gray-line {
  height: 1px;
  background: #eee;
}
.file-date-right {
      margin-left: auto !important;
      color: #6c757d;
      font-size: 0.95rem;
      font-weight: 500;
    }
.download-item.main-file {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 12px;
  border-top: 1px solid #eee;
}
.dropdown-menu-end {
	box-shadow: rgba(0, 0, 0, 0.08) 0px 2px 8px;
    border: 1px solid rgb(206, 212, 218);
	
}
.file-link, .dropdown-toggle {
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;


}	
.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}
/* 右上角數字徽章 */
    .bookmark-badge {
     
      
      min-width: 44px;
     
	  right:20px;
      border-radius: 4px;
    text-align:right;
      color: black;
      font-size: 12px;
      font-weight: bold;
      display: flow;
      align-items: center;
      justify-content: end;
      padding: 0 12px;
     
      
    }
.abstract-full::before {
    content: '';
    position: absolute;
    top: -400px;
    left: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #2c3e50;
}	
/* Hover Box */
.abstract-full {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 10px;
    background-color: #2c3e50;
    color: white;
    padding: 18px 20px;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    z-index: 1000;
    font-size: 14.5px;
    line-height: 1.7;
}
.abstract-section:hover .abstract-full {
    display: block;
}

/* 固定模式 */
.positionfixed {
        position: sticky !important;
        top: 0% !important;
		
    }
