.player-play-phone {
  
  padding: 15px;
  position: relative;
  overflow: hidden;
  
}

.player-modal-button-op {
  
  position: absolute;
  bottom: 0;
  left: -1px;
  right: -1px;
  
}

.player-modal-button {
  
  display: inline-block;
  box-sizing: border-box;
  height: 47px;
  line-height: 47px;
  width: 33.3%;
  text-align: center;
  background: none;
  border: none;
  outline: none;
  color: #3A474C;
  border-left: 1px #E2EAED solid;
  border-top: 1px #E2EAED solid;
  font-size: 14px;
  vertical-align: top;
  
}
 
.player-bg {
  
  background-color: #E4EAF5;
  width: 100%;
  height: 7px;
  box-sizing: border-box;
  border-radius: 4px;
  
}

.player-bar {
  
  width: 0px;
  height: 7px;
  background-color: #6694EB;
  border-radius: 4px;
  position: relative;

} 

.player-bar:after {
  
  content: '';
  position: absolute;
  right: 0px;
  width: 13px;
  height: 13px;
  bottom: -3px;
  border-radius: 100%;
  display: inline-block;
  background-color: #6694EB;

}

.player-timer {
  
  color: #A4A4A4;
  font-size: 12px;
  margin-top: 8px;
  margin-left: 2px;
  display: inline-block;
  
}

.player-duration {
  
  color: #A4A4A4;
  font-size: 12px;
  margin-top: 8px;
  margin-right: 2px;
  display: inline-block;
  float: right;
  
}

.player-list-count {
  
  color: #A4A4A4;
  font-size: 12px;
  margin-top: 8px;
  margin-right: 2px;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  
}

.player-music-info {
  
  margin-top: 11px;
  text-align: center;
  
}

.player-music-menu {
  
  margin-top: 12px;
  text-align: center;
  position: relative;
  
}

.player-name {
  
  font-size: 18px;
  
}

.player-artist {
  
  font-size: 13px;
  color: #6694EB;
  margin-top: 7px;
  
}

.player-img {
  
  display: inline-block;
  width: 115px;
  height: 115px;
  border-radius: 8px;
  background-color: #E4EAEF;
  overflow: hidden;
  
}

.player-close {
  
  display: inline-block;
  top: 17px;
  right: 20px;
  width: 30px;
  height: 30px;
  line-height: 29px;
  position: absolute;
  background-color: #E4EAEF;
  border-radius: 100%;
  text-align: center;
  
}

.player-back {
  
  display: inline-block;
  left: 30px;
  width: 40px;
  height: 40px;
  top: 5px;
  line-height: 40px;
  position: absolute;
  background-color: #E4EAEF;
  border-radius: 100%;
  text-align: center;
  
}

.player-back i{
  
  position: relative;
  right: 2px;
  
}

.player-forward {
  
  display: inline-block;
  right: 30px;
  width: 40px;
  height: 40px;
  top: 5px;
  line-height: 40px;
  position: absolute;
  background-color: #E4EAEF;
  border-radius: 100%;
  text-align: center;
  
}

.player-forward i{
  
  position: relative;
  left: 2px;
  
}

.player-play_or_pause {
  
  display: inline-block;
  left: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  background-color: #E4EAEF;
  border-radius: 100%;
  text-align: center;
  transform: translateX(-50%);
  
}

.player-play_or_pause i{
  
  position: relative;
  left: 2px;
  
}

.music-play {
  
  background-color: rgba(100,100,100,0.7);
  width: 35px;
  height: 35px;
  border-radius: 100%;
  position: absolute;
  text-align: center;
  color: white;
  border: none;
  left: 40%;
  top: 50%;
  transform: translate(-40%, -50%);
  z-index: 2;
  outline: none;
  
}

.music-play img{
  
  max-width: 22px;
  position: relative;
  top: 1px;
  
}

.music-play i{

  position: relative;
  top: 1px;
  left: 1px;
  
}

.admin-web-player-content {
  
  position: fixed; 
  left: 0;
  width: 260px; 
  background-color: #292D30; 
  z-index: 999; 
  padding: 7px;
  
}

.admin-web-player-content2 {
  
  position: relative; 
  color: #C5CFD7; 
  width: 100%; 
  box-sizing: border-box; 
  padding-left: 30px; 
  padding-right: 30px; 
  padding-top: 10px; 
  padding-bottom: 10px;
  
}

.admin-web-player-play {
  
  position: absolute; 
  left: 5px; 
  top: 9px;
  
}

.admin-web-player-list {
  
  white-space: nowrap; 
  font-size: 12px; 
  text-overflow: ellipsis; 
  overflow: hidden;
  
}

.admin-web-player-exit {
  
  position: absolute; 
  right: 5px; 
  top: 9px;
  
}

.admin-web-player-modal {
  
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
  height: 450px;
  background-color: white;
  z-index: 105;
  border-radius: 15px;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  overflow: hidden;
  
}

.admin-web-player-modal-phone {
  
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(34, 60, 80, 0.2);
  z-index: 104;
  
}

.admin-touch-player-content {
 
  background-color: #292D30; 
  padding: 2px;
  background-color: white;
  position: fixed;
  max-width: 650px;
  width: 100%;
  z-index: 100;
  border-bottom: 1px solid #F2F2F2;
  
}

.admin-touch-player-content2 {
  
  position: relative; 
  color: #496876; 
  width: 100%; 
  box-sizing: border-box; 
  padding-left: 45px; 
  padding-right: 45px; 
  padding-top: 10px; 
  padding-bottom: 10px;
  
}

.admin-touch-player-play {
  
  position: absolute; 
  width: 45px;
  left: 0;
  text-align: center;
  
}

.admin-touch-player-list {
  
  white-space: nowrap; 
  font-size: 12px; 
  text-overflow: ellipsis; 
  overflow: hidden;
  
}

.admin-touch-player-exit {
  
  position: absolute; 
  right: 0; 
  top: 6px;
  width: 45px;
  text-align: center;
  
}

.admin-touch-player-modal {
  
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 330px;
  height: 440px;
  background-color: white;
  z-index: 105;
  border-radius: 15px;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  overflow: hidden;
  
}

.admin-touch-player-modal-phone {
  
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(34, 60, 80, 0.2);
  z-index: 104;
  
}









.web-player-content {
 
  background-color: #292D30; 
  padding: 2px;
  background-color: white;
  position: fixed;
  max-width: 242px;
  width: 100%;
  height: 28px;
  z-index: 100;
  border-bottom: 1px solid #F2F2F2;
  
}

.web-player-content2 {
  
  position: relative; 
  color: #496876; 
  width: 100%; 
  box-sizing: border-box; 
  padding-left: 45px; 
  padding-right: 45px; 
  padding-top: 10px; 
  padding-bottom: 10px;
  
}

.web-player-play {
  
  position: absolute; 
  width: 40px;
  left: 0;
  top: 8px;
  text-align: center;
  
}

.web-player-list {
  
  white-space: nowrap; 
  font-size: 12px; 
  text-overflow: ellipsis; 
  overflow: hidden;
  width: 150px;
  top: 9px;
  left: 40px;
  position: absolute;
  
}

.web-player-exit {
  
  position: absolute; 
  right: 0; 
  top: 7px;
  width: 40px;
  text-align: center;
  
}

.web-player-modal {
  
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 330px;
  height: 440px;
  background-color: white;
  z-index: 105;
  border-radius: 15px;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  overflow: hidden;
  
}

.web-player-modal-phone {
  
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(34, 60, 80, 0.2);
  z-index: 104;
  
}

/* ===== ზედა პლეერის ბარი — სრულ სიგანეზე header-ის ქვეშ (system/AJAX/WowPlayer/php/web-player.php) ===== */
#player-mini2.web-player-content { top: 48px; left: 0; right: 0; width: auto; max-width: none; height: 56px; padding: 0; z-index: 99; background: rgba(255,255,255,.96); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border-bottom: 1px solid #e8edf5; box-shadow: 0 6px 18px rgba(23,32,51,.08); box-sizing: border-box; }
#player-mini2 .web-player-content2 { display: flex; align-items: center; gap: 14px; height: 56px; padding: 0 16px; max-width: 1200px; margin: 0 auto; box-sizing: border-box; color: #172033; }
#player-mini2 .wp-cover { width: 40px; height: 40px; border-radius: 10px; overflow: hidden; flex: none; background: linear-gradient(135deg, #60a5fa, #2563eb); }
#player-mini2 .wp-cover img { width: 100%; height: 100%; object-fit: cover; display: block; max-width: none; }
#player-mini2 .wp-info { width: 220px; min-width: 0; cursor: pointer; line-height: 1.3; }
#player-mini2 .wp-info span { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#player-mini2 #play_mini_name { font-weight: 700; font-size: 13px; color: #172033; }
#player-mini2 #play_mini_artist { font-size: 11px; color: #718096; }
#player-mini2 .wp-wave { flex: 1; min-width: 0; }
#player-mini2 .wp-wave .wow-wave { display: block; width: 100%; height: 34px; cursor: pointer; }
#player-mini2 .wp-time { font-size: 11px; color: #718096; font-variant-numeric: tabular-nums; white-space: nowrap; }
#player-mini2 .wp-ctrl { display: flex; align-items: center; gap: 4px; flex: none; }
#player-mini2 .wp-btn { position: static; width: 34px; height: 34px; border-radius: 50%; border: 0; background: transparent; color: #4a5568; font-size: 14px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; padding: 0; margin: 0; outline: none; transition: background .15s, color .15s; text-align: center; }
#player-mini2 .wp-btn i { line-height: 1; }
#player-mini2 .wp-btn:hover { background: #eff4ff; color: #2563eb; }
#player-mini2 .wp-main { width: 40px; height: 40px; background: linear-gradient(135deg, #3b82f6, #2563eb); color: #fff; box-shadow: 0 3px 10px rgba(37,99,235,.35); }
#player-mini2 .wp-main:hover { background: linear-gradient(135deg, #3b82f6, #1d4ed8); color: #fff; }
#player-mini2 #play i { margin-left: 2px; }
#player-mini2 .web-player-exit { color: #a0aec0; }
@media screen and (max-width: 900px) { #player-mini2 .wp-wave, #player-mini2 .wp-time { display: none; } #player-mini2 .wp-info { width: auto; flex: 1; } }

/* ===== სრული პლეერი (მოდალი; system/AJAX/WowPlayer/php/player_show.php) ===== */
.web-player-modal.pl-box { width: 340px; height: auto; border-radius: 20px; box-shadow: 0 20px 60px rgba(23,32,51,.28); }
.pl-box .pl-modal { padding: 22px 22px 18px; position: relative; }
.pl-box .pl-close { position: absolute; right: 12px; top: 12px; width: 32px; height: 32px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #718096; cursor: pointer; background: #f1f5f9; z-index: 1; }
.pl-box .pl-close:hover { background: #e2e8f0; color: #172033; }
.pl-box .pl-cover { width: 180px; height: 180px; margin: 10px auto 16px; border-radius: 20px; overflow: hidden; box-shadow: 0 12px 30px rgba(37,99,235,.28); background: linear-gradient(135deg, #60a5fa, #2563eb); }
.pl-box .pl-cover img { width: 100%; height: 100%; object-fit: cover; display: block; max-width: none; }
.pl-box .pl-info { text-align: center; }
.pl-box #play_name { font-weight: 800; font-size: 16px; color: #172033; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pl-box #play_artist { font-size: 13px; color: #718096; margin-top: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pl-box .pl-wave { margin-top: 14px; }
.pl-box .pl-wave .wow-wave { display: block; width: 100%; height: 48px; cursor: pointer; }
.pl-box .pl-progress { position: static; width: 100%; height: 4px; background: #e8edf5; border-radius: 4px; margin: 8px 0 0; cursor: pointer; overflow: hidden; }
.pl-box .pl-progress .player-bar { position: static; height: 4px; background: #2563eb; border-radius: 4px; max-width: 100%; }
.pl-box .pl-times { display: flex; justify-content: space-between; align-items: center; font-size: 11px; color: #718096; margin-top: 6px; font-variant-numeric: tabular-nums; }
.pl-box .pl-times > div { position: static; margin: 0; width: auto; }
.pl-box .pl-menu { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 14px; position: static; }
.pl-box .pl-btn { position: static; width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #4a5568; cursor: pointer; background: #f1f5f9; transition: background .15s; margin: 0; }
.pl-box .pl-btn:hover { background: #e2e8f0; color: #172033; }
.pl-box .pl-btn i, .pl-box .pl-btn span { position: static; line-height: 1; right: auto; }
.pl-box .pl-main { width: 60px; height: 60px; background: linear-gradient(135deg, #3b82f6, #2563eb); color: #fff; box-shadow: 0 6px 18px rgba(37,99,235,.35); }
.pl-box .pl-main:hover { background: linear-gradient(135deg, #3b82f6, #1d4ed8); color: #fff; }
.pl-box .pl-tools { display: flex; justify-content: center; gap: 8px; margin-top: 14px; position: static; }
.pl-box .pl-tools .player-modal-button { position: static; width: 40px; height: 40px; border-radius: 12px; border: 0; background: #f1f5f9; color: #4a5568; display: flex; align-items: center; justify-content: center; cursor: pointer; padding: 0; margin: 0; line-height: 1; }
.pl-box .pl-tools .player-modal-button:hover { background: #eff4ff; color: #2563eb; }
