/*     SKRITAVLAST.COM Style Sheet
    --------------------------------------------------------------
	Style name:             skritavlast (the default skritaflat 3.3.15 style)
	Based on style:         @skritavlast (the default skritaflat 3.3.15 style)
	Original author:	HarveyWNvm ( http://www.skritavlast.com/ )
	Modified by:		skritavlast.com Limited ( https://www.skritavlast.com/ )
    -------------------------------------------------------------- 
*/

body {
    background-image: url("https://i.imgur.com/L1lUbdA.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

/* контейнер за чата */
.chat-wrapper {
    width: 70%;
    max-width: 900px;
    margin: 40px auto;
}

/* прозорец на чата */
.chat-box {
    height: 60vh;
    overflow-y: auto;
    padding: 20px;
    background: rgba(0,0,0,0.55);
    border-radius: 15px;
    border: 1px solid rgba(255,255,255,0.20);
    backdrop-filter: blur(10px);
}

/* съобщение */
.message {
    background: rgba(255,255,255,0.12);
    padding: 10px 15px;
    border-radius: 10px;
    margin-bottom: 10px;
    color: white;
    border-left: 4px solid #ff2737;
}

.message-header {
    font-size: 0.85rem;
    opacity: 0.85;
    margin-bottom: 4px;
}

.message-content img {
    max-width: 100%;
    border-radius: 10px;
    margin-top: 5px;
}

.message-content video {
    max-width: 100%;
    border-radius: 10px;
    margin-top: 5px;
}

/* прогрес бар */
#upload-progress {
    margin-top: 10px;
}

/* navbar фон */
.bg-header-bg {
    background: #0f0f0f;
}

/* dropdown fix за Bootstrap */
.dropdown-menu.show {
    display: block !important;
}

.chat-img {
  max-width: 260px;
  border-radius: 10px;
  margin-top: 6px;
}

.chat-video {
  max-width: 300px;
  border-radius: 10px;
  margin-top: 6px;
}

/* --------------------------------------------------------------
   ✨ ДОБАВЕНИ ФИКСОВЕ за видимост на името + дата/часа
   -------------------------------------------------------------- */

/* Име – леко по-светло, без силно сияние */
.message-header strong {
    color: #ffffff !important;
    text-shadow: 0 0 2px rgba(255, 39, 55, 0.4);
    font-weight: 600;
}

/* Дата и час – мека, бледа видимост */
.message-header .text-muted {
    color: #f5c8cc !important;
    opacity: 0.95 !important;
    text-shadow: 0 0 1px rgba(255, 150, 160, 0.4);
}

