﻿.error-style {
    display: block;
    color: tomato;
    font-size: 12px;
    margin-top: -20px;
}

.mt-50 {
    margin-top: 50px;
}

.admin-error-style {
    color: tomato;
    font-size: 13px;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.vertical-align-middle {
    vertical-align: middle !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.gold-color {
    color: #ffb301 !important;
}

.ms-helper {
    margin-top: 50px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.current {
    color: #77c444 !important;
    border: #77c444 2px solid !important;
}

.mb-8 {
    margin-bottom: 8px !important;
}

.input-style {
    position: relative !important;
    top: 2px !important;
    margin-left: 6px !important;
    font-size: 14px !important;
    width: 100% !important;
    line-height: 32px !important;
    padding: 0 15px !important;
    border: 1px solid #e4ecef !important;
    color: #6b7f9d !important;
    word-spacing: -1px !important;
    margin-top: 8px !important;
    border-radius: 4px !important;
}

.display-none {
    display: none !important;
}

.ck-label {
    display: none !important;
}

.ck-editor__editable {
    min-height: 300px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.ui-menu-item-wrapper {
    font-family: 'IRANSans', sans-serif !important;
    padding: 6px !important;
}

.ui-autocomplete {
    max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
}


/* استایل بج (Badge) */
.badge-danger {
    background-color: #d73d32;
    color: #fff;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 10px;
    vertical-align: top;
    margin-right: -10px;
}

/* استایل کانتینر اعلان‌ها */
.dropdown-messages {
    width: 300px;
    padding: 0;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.message-item {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    transition: background 0.3s;
}

    .message-item:hover {
        background-color: #f9f9f9;
        text-decoration: none;
    }

.message-sender {
    display: block;
    font-weight: bold;
    color: #333;
    font-size: 14px;
}

.message-body {
    color: #777;
    font-size: 12px;
}


.timer {
    display: inline-block; 
    max-width: 100%;
    white-space: normal;
    overflow-wrap: break-word; 
    word-break: break-word;
    hyphens: auto;
    font-size:12px;
}



.blurred {
    filter: blur(4px);
    user-select: none; /* جلوگیری از انتخاب متن */
    pointer-events: none; /* در صورت لزوم، غیرفعال کردن کلیک */
    transition: filter 0.2s ease;
}
