/* Ã©â‚¬â€°Ã¦â€¹Â©Ã§ÂÆ’Ã¥â€˜Ëœ */
.editor-player-compare .comp-select {
  position: relative;
  min-height: 395px;
  height: auto;
  max-height: 100%;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 3px 9px 1px rgba(44, 44, 44, 0.08);
  padding-bottom: 40px;
}

.editor-player-compare .comp-select .display-none {
  display: none;
}

.editor-player-compare .comp-select a {
  text-decoration: none;
  color: #333 !important;
}

.editor-player-compare .comp-select a * {
  cursor: pointer !important;
}

.editor-player-compare .comp-select a:hover {
  color: #079d50 !important;
}

/* Ã¥Ââ€¢Ã¨Â¡Å’Ã§Å“ÂÃ§â€¢Â¥Ã¥ÂÂ· */
.editor-player-compare .comp-select .text-ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Ã¤Â¸Â¤Ã¨Â¡Å’Ã§Å“ÂÃ§â€¢Â¥Ã¥ÂÂ· */
.editor-player-compare .comp-select .text-ellipsis-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.editor-player-compare .comp-select .blur-bg {
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0);
  backdrop-filter: blur(50px);
}

.editor-player-compare .comp-select .blur-bg img.blur-bg-img {
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(50px);
  -moz-filter: blur(50px);
  -o-filter: blur(50px);
  filter: blur(30px);
  object-fit: cover;
  scale: 1.3;
  opacity: 0.5;
}

.editor-player-compare .comp-select .comp-select-info .player-photo {
  width: 100px;
  height: 100px;
  outline: none;
}

.editor-player-compare .comp-select .comp-select-bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.editor-player-compare .comp-select .comp-select-bg img.blur-bg-img {
  opacity: 0.2;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  filter: blur(5px);
}

.editor-player-compare .comp-select .comp-select-bg .left {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 56%;
  height: 100%;
  background: #fce5e7;
  clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
  border-radius: 10px 0 0 10px;
}

.editor-player-compare .comp-select .comp-select-bg .right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 56%;
  height: 100%;
  background: #e2eeff;
  clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
  border-radius: 0 10px 10px 0;
}

.editor-player-compare .comp-select .comp-select-content {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  width: 100%;
}

.editor-player-compare .comp-select .comp-select-title {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.editor-player-compare .comp-select .comp-select-title-info {
  font-size: 32px;
  font-weight: bold;
}

.editor-player-compare .comp-select .comp-select-vs-tip .comp-select-title-info {
  margin-bottom: 15px;
}

.editor-player-compare .comp-select .comp-select-vs-tip .comp-select-title-desc {
  color: #666666;
}

.editor-player-compare .comp-select .comp-select-info {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}

.editor-player-compare .comp-select .vs-font {
  font-weight: bold;
  background: linear-gradient(90deg, #ff2626 0%, #2587ff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.editor-player-compare .comp-select .type-select .layui-input {
  height: 28px;
  border-radius: 10px;
}

.editor-player-compare .comp-select .player-left {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.editor-player-compare .comp-select .player-right {
  flex: 1;
  display: flex;
  justify-content: flex-start;
}

.editor-player-compare .comp-select .player-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.editor-player-compare .comp-select .player-photo {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top;
  margin-bottom: 15px;
}

.editor-player-compare .comp-select .comp-select-info .player-name {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100px;
  text-align: center;
}

.editor-player-compare .comp-select .player-select-change {
  height: 20px;
  object-fit: contain;
  cursor: pointer;
}

.editor-player-compare .comp-select .player-select-add {
  border-radius: 10px;
  border: none;
  outline: none;
  padding: 10px;
  text-align: center;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background-color: #079d50;
  color: white;
}

.editor-player-compare .comp-select .player-select-add:hover {
  /* background: #0f2358; */
  color: white;
  opacity: 0.8;
}

.editor-player-compare .comp-select .player-info-box {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
}

.editor-player-compare .comp-select .player-info-block {
  display: flex;
  align-items: center;
  gap: 10px;
}

.editor-player-compare .comp-select .player-compare-status {
  width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
}

.editor-player-compare .comp-select .player-compare-status-no .vs-font {
  font-size: 24px;
}

.editor-player-compare .comp-select .player-compare-status-yes {
  text-align: center;
  font-weight: bold;
}

.editor-player-compare .comp-select .player-compare-status-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.editor-player-compare .comp-select .player-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 110px;
  font-size: 14px;
}

.editor-player-compare .comp-select .player-info.player-info-right {
  text-align: right;
}

.editor-player-compare .comp-select .match-format {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
}

.editor-player-compare .comp-select .match-format-title {
  margin-bottom: 10px;
  font-size: 14px;
}

.editor-player-compare .comp-select .type-select {
  width: 90px;
}

@media screen and (max-width: 767px) {
  .editor-player-compare .comp-select .comp-select-title {
    margin-bottom: 15px;
    margin-top: 20px;
  }

  .editor-player-compare .comp-select .comp-select-title-info {
    font-size: 18px;
  }

  .editor-player-compare .comp-select .comp-select-vs {
    font-size: 18px;
  }

  .editor-player-compare .comp-select .comp-select-info .player-photo {
    height: 50px;
    width: 50px;
    margin-bottom: 0;
  }

  .editor-player-compare .comp-select .comp-select-info .player-name {
    width: 120px;
  }

  .editor-player-compare .comp-select .player-left {
    justify-content: flex-start;
    padding-left: 15px;
  }

  .editor-player-compare .comp-select .player-right {
    order: 1;
    justify-content: flex-end;
    padding-right: 15px;
  }

  .editor-player-compare .comp-select .player-info-box {
    width: 100%;
    order: 2;
    margin-top: 0;
  }

  .editor-player-compare .comp-select .player-info {
    width: 0;
    flex: 1;
  }

  .editor-player-compare .comp-select .player-info * {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 1150px) {
  .editor-player-compare .comp-select .player-photo {
    height: 60px;
    width: 60px;
  }

  .editor-player-compare .comp-select .player-name {
    width: 100px;
  }

  .editor-player-compare .comp-select .player-info-box {
    margin-top: 0;
  }
}

/* Ã¦ÂÅ“Ã§Â´Â¢ */
#select_player .modal-content {
  max-width: 900px;
}

#select_player .search-box {
  width: 932rem;
  max-width: 100%;

  position: relative;
}

#select_player .search-list-box {
  height: 60vh;
  overflow-y: auto;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}

#select_player .search-box .search-input {
  width: 100%;
  height: 100%;
  border-color: var(--color-primary);
  padding-right: 100rem;
}

#select_player .search-box .search-input-clear {
  height: 36rem;
  width: auto;
  position: absolute;
  right: 50rem;
  top: 50%;
  padding: 10rem 10rem;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0.5;
}

#select_player .search-box .search-input-handle {
  height: 36rem;
  width: auto;
  position: absolute;
  padding: 10rem 20rem;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
}
