/*================================================
[ Table of Contents ]

01: message CSS
02: chat CSS
03: inbox CSS
04: type-msg CSS
05: video-call CSS
06: action CSS
07: audio-call CSS
08: dark-mode CSS

==================================================*/
/*===========================================================
01: Subscribe CSS
=============================================================*/
.subscribe .single-chat .image {
  width: 75px;
  height: 75px;
  background-color: #EFD970;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.subscribe .game-img {
  position: absolute;
  /* top: 10%; */

}

.subscribe-main .subscribe-search .input-field {
  padding: 0;
}

.subscribe .single-chat .single {
  padding: 8px 8px;
  background: var(--gray-stroke);
}

.subscribe .single-chat .single-main.active {
  box-shadow: 0px 4px 32px 0px rgba(31, 44, 55, 0.08);
  position: relative;
  z-index: 10;
  background: var(--gray-stroke);
}

.subscribe .single-chat .image .active-dot {
  display: inline-block;
  height: 16px;
  width: 16px;
  border: 1px solid white;
  background: ver(--gray-stroke);
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}

.subscribe .single-chat p {
  font-size: 10px;
  font-weight: 500;
  color: var(--primary-text);
  padding-top: 0px;
  line-height: 12px;
}

.subscribe .single-chat .game-name {
  font-size: 14px;
  font-weight: 500;
  color: #221E20;
  padding-top: 0px;
  line-height: 19px;
}

.subscribe .single-chat .game-date {
  font-size: 12px;
  font-weight: 400;
  color: #221E20;
  padding-top: 0px;
  line-height: 18px;
}

.subscribe .single-chat h4 {
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-text);
}


.subscribe .single-chat span {
  font-size: 12px;
  font-weight: 500;
  color: var(--primary-text);
}

.subscribe button {
  /* display: inline-block; */
  display: flex;
  padding: 6px 16px;
  color: var(--secondary);
  font-size: 14px;
  font-weight: 600;
  border-radius: 20px;
  border: 1px solid var(--primary);
  text-align: center;
  justify-content: center;
  align-items: center;
}

.subscribe .rating {
  color: white;
  background: var(--primary);
}

.wp-60 {
  width: 60%;
}