@charset "utf-8";

.common{
	color:#acacac !important;
}
.rare{
	color:#629c5b !important;
}
.legend{
	color:#5294ac !important;
}
.unique{
	color:#ada551 !important;
}
.epic{
	color:#b47150 !important;
}
.mythic{
	color:#9b4aff !important;
}
.ancient{
	color:#f1a12e !important;
}
.relic{
	color:#dd43ef !important;
}
.finality{
	color:#e14141 !important;
}
.btn-reset {
  color: var(--bs-body-color);     /* 라이트/다크 자동 대응 */
  border: 0;
  border-radius: .5rem;
  padding: .25em;
  line-height: 1;
  background: transparent;         /* 배경이미지 제거 */
  opacity: .8;
}
.btn-reset:hover { opacity: 1; }
.btn-reset:focus {
  outline: 0;
  box-shadow: 0 0 1rem 0 rgba(140,152,164,.25);
}

/* 아이콘 크기만 살짝 키우고 싶으면 */
.btn-reset .bi { font-size: 1.5rem; }
.btn-reset:disabled, .btn-reset.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.range-slider .noUi-target{
	margin-top: 0;
}
.noUi-pips-horizontal{
	height: 0;
}
.setcard{
	min-height: 40vh;
	max-height: 40vh;
	overflow-y: auto;
}
.card-footer{
  min-height: 10vh;
}

/*------------------------------------
  NoUiSlider
------------------------------------*/
.range-slider.range-slider-pips {
  min-height: 3rem;
}
.range-slider .noUi-target {
  border: none;
  box-shadow: none;
  background: #e7eaf3;
  margin-top: 1.25rem;
}
.range-slider .noUi-connect {
  background-color: #377dff;
}
.range-slider .noUi-horizontal {
  height: 0.3125rem;
}
.range-slider .noUi-horizontal .noUi-handle {
  top: -0.75rem;
  right: -0.9rem;
  width: 1.75rem;
  height: 1.75rem;
  cursor: pointer;
}
.range-slider .noUi-handle {
  border: none;
  box-shadow: 0rem 0.1875rem 0.375rem rgba(140, 152, 164, 0.25);
  border-radius: 30%;
}
.range-slider .noUi-handle:before, .range-slider .noUi-handle:after {
  display: none;
}
.range-slider .noUi-horizontal .noUi-tooltip {
  bottom: 130%;
}
.range-slider .noUi-tooltip {
  border: none;
  font-size: 0.8125rem;
  box-shadow: 0rem 0.1875rem 0.375rem rgba(140, 152, 164, 0.25);
  min-width: 2.5rem;
  padding: 0.5rem 0.5rem;
}
.range-slider .noUi-tooltip::after {
  position: absolute;
  display: block;
  bottom: -0.625rem;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -0.3125rem;
  overflow: hidden;
  border: 0.3125rem solid transparent;
  border-top-color: #fff;
  content: "";
}
.range-slider .noUi-marker {
  width: 0.0625rem;
  background: #bdc5d1;
}
.range-slider .noUi-pips {
  color: #677788;
}
.range-slider .noUi-value-large {
  color: #677788;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}