@import url("bootstrap-icons/font/bootstrap-icons.min.css");

body{
	background:url('img/bg.avif') rgba(0,0,0,0.3);
	background-blend-mode:multiply;
	background-position:center;
	background-attachment: fixed;
	background-size:cover;
	background-repeat:no-repeat;
}

.navbar{
	background-color:rgba(33,33,33,0.55);	
}

.nav-link{
	font-weight:500;
}
.nav-link:hover, .nav-link.active{
	color:#f94ca4;	
}
@media(max-width:991px){
	.sidebar{
		background-color:rgba(255,255,255,0.35);
		backdrop-filter:blur(10px);
		text-align:center;
	}

}
.breadcrumb {
  font-size: x-large;
  color: #6c757d;  
  background: snow;
  border-radius: 50px;
  padding-left: 20px;
}

.select2-container .select2-selection--single,
.select2-selection .select2-selection--multiple {
  height: 100% !important;
  padding: .3rem !important;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}

/* 限定在 .s2wrap 下作用 */

/* Fix floating label with Select2 */
.s2wrap .form-floating > .select2-container {
  height: calc(3.5rem + 2px);
  width: 100% !important;
}

/* 單選與多選共用的外框樣式 */
.s2wrap .select2-container .select2-selection--single,
.s2wrap .select2-selection .select2-selection--multiple {
  height: 100% !important;
  padding: 1rem 0.75rem 0 0.75rem !important;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}

/* 單選內容文字樣式 */
.s2wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 2.4rem;
  padding: 0;
}

/* 多選整體間距 */
.s2wrap .select2-container--default .select2-selection--multiple {
  padding-top: 1.7rem;
}

/* 多選內容文字樣式 */
.s2wrap .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  line-height: 1rem;
  padding: 0;
}

/* 避免 label 被覆蓋 */
.s2wrap .form-floating > label {
  z-index: 5;
}


/* 1. 隱藏右上角的 Info icon (您貼上的那張圖片) */
#reader img[alt="Info icon"] {
    display: none !important;
}
