.vibexcast-theme-container {
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}

.vibexcast-theme {
  width: 285px;
  border-radius: 10px;
  font-size: 20px;
  color: #fff;
  position: relative;
  /* background-image: url(../base/assets/background1.gif);
    background-position: 0 0;
    background-repeat: repeat-y;
    background-size: 100% auto;
    border-radius: 10px;
    z-index: 10; */
}

.vibexcast-theme .bg-content {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.vibexcast-theme .bg-image {
  background-position: 0 0;
  background-repeat: repeat-y;
  background-size: 100% auto;
  border-radius: 10px;
  z-index: 10;
  width: 285px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}

.vibexcast-theme img {
  width: 100%;
}

.logo-wrapper {
  display: flex;
  justify-content: center;
  /* padding-top: 25px; */
  align-items: center;
  position: relative;
  z-index: 2;
}

#videoPlayer-logo {
  position: absolute !important;
  background-color: #000;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100%;
  object-fit: cover !important;
  min-width: 100%;
  min-height: 100%;
}

.logo-wrapper img {
  width: 99px;
  height: 35px;
}

.theme-items {
  margin-top: 9px;
  padding: 12px;
}

.vibexcast-theme .theme-item {
  display: flex;
  background-color: rgb(138 138 138 / 50%);
  padding: 0 19px 0 19px;
  border-radius: 10px;
  align-items: center;
  margin: 20px 0;
}

.theme-item .item-left {}

.theme-item .item-middle {
  display: flex;
  align-items: center;
}

.item-middle img {
  width: 24px;
  height: 24px;
}

.item-left {
  flex-basis: 30%;
}

.item-right {
  flex-basis: 28%;
}

.item-middle {
  flex-basis: 42%;
}

.item-right {
  text-align: center;
}

.item-right img {
  width: 30px;
  height: 30px;
}

.item-price {
  margin-left: 10px;
  min-width: 40px;
  font-size: 16px;
}

.item-left-modal {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.item-middle-modal {
  flex-basis: 35%;
  /* text-align: center; */
  font-size: 16px;
}

.item-right-modal {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-basis: 15%;
  position: relative;
  overflow: visible;
}

.item-right-modal::before {
  content: '';
  position: absolute;
  top: 40%;
  right: 0;
  left: -13px;
  transform: translateY(-50%) scale(1);
  width: 70px;
  height: 80px;
  background-image: var(--item-icon-url);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}

.item-middle-modal img {
  width: 24px;
  height: 24px;
}

.item-right-modal img {
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 1;
}

.products {
  display: none;
  justify-content: center;
  margin-top: 30px;
}

.products img {
  width: 150px;
  height: 150px;
}

/* panel-mode */
.panel-mode-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 30px;
}

.panel-mode-section {
  position: relative;
  height: 107px;
  width: 71px;
  background-image: url('./../base/assets/panel_1.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.panel-mode-section-2 {
  height: 150px;
  width: 150px;
}

.panel-mode-section-3 {
  height: 150px;
  width: 150px;
}

.panel-mode-section .content {
  position: absolute;
  left: 50%;
  bottom: 8px;
  width: 50px;
  height: 88px;
  transform: translateX(-50%);
}

.panel-mode-section .content-item {
  height: 8.5px;
  margin-bottom: 1px;
  border-radius: 1px 1px 1px 1px;
}

.panel-mode-section .item-1 {
  background-color: #FF97A9;
  border-radius: 1px 1px 4px 4px;
  margin-bottom: 0;
}

.panel-mode-section .item-2 {
  background-color: #FF97A9;
}

.panel-mode-section .item-3 {
  background-color: #FF748A;
}

.panel-mode-section .item-4 {
  background-color: #FF748A;
}

.panel-mode-section .item-5 {
  background-color: #FF5A74;
}

.panel-mode-section .item-6 {
  background-color: #FF5A74;
}

.panel-mode-section .item-7 {
  background-color: #FF4967;
}

.panel-mode-section .item-8 {
  background-color: #FF4967;
}

.panel-mode-section .item-9 {
  background-color: #FF4967;
  border-radius: 4px 4px 1px 1px;
}

.panel-mode-container .time {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}


.logo-wrapper {
  /* background: url(file:///D:/code/overlay/base/assets/theme/titleBg1.webp); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 56px;
  width: 100%;
}

.vibexcast-theme .theme-item {
  /* background: url(file:///D:/code/overlay/base/assets/theme/itemBg1.webp); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 56px;
  width: 100%;
  background-color: unset;
}

/* .swiper-slide{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
} */

.vibexcast-theme .theme-item img {
  width: 30px;
  height: 30px;
}