.ver-item {
  display: inline;
  padding: 2px 10px;
  border-radius: 4px;
  margin-right: 4px;
  border: 1px solid var(--green);
  color: var(--green);
  line-height: 1.2;
}

.ver-item--xapk {
  border: 1px solid var(--blue);
  color: var(--blue);
}

.ver-item--apk {
  border: 1px solid var(--green);
  color: var(--green);
}

.ver-item--oob {
  border: 1px solid var(--orange);
  color: var(--orange);
}

.c-pointer {
  cursor: pointer !important;
}

.delete-media {
  color: red;
  position: absolute;
  top: -12px;
  right: 4px;
}

.box-media-wrap {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

.box-list-thumb {
  overflow-x: auto;
}

.thumb-box img {
  object-fit: cover;
  height: 60px;
  min-width: 45px;
  display: block;
}

.ct-icon-play {
  position: absolute;
  top: 6px;
  right: 12px;
  width: 28px;
  height: 28px;
  background-color: #fff;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ct-icon-play > i {
  font-size: 25px;
  line-height: 1;
}

.box-list-thumb .ct-icon-play {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-truncate-admin {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 550px;
}
.border-relative {
  border: 1px solid #adb5bd;
  border-radius: 5px;
  position: relative;
  padding: 15px;
}
.border-absolute {
  position: absolute;
  background-color: #fff;
  padding: 5px;
  top: -20px;
}
.text-end {
  text-align: end;
}
.text-end button {
  width: 20%;
}
