﻿/* 🎨 نارنجی کاراملی جای pink */
.bg-pink-50 {
    background-color: #FFF8F1 !important;
}

.bg-pink-100 {
    background-color: #FFEEDB !important;
}

.bg-pink-200 {
    background-color: #FFD8A8 !important;
}

.bg-pink-300 {
    background-color: #FFC078 !important;
}

.bg-pink-400 {
    background-color: #FFA94D !important;
}

.bg-pink-500 {
    background-color: #FF6F00 !important;
}

/* فایل CSS اختصاصی‌ات */
.hover\:text-pink-500:hover {
    color: #FF6F00 !important;
}

/* فایل CSS اختصاصی‌ات */
.hover\:text-pink-400:hover {
    color: #FFA94D !important;
}
hover\:bg-pink-600:hover {
    background-color: #E65100 !important;
}

.bg-pink-600 {
    background-color: #E65100 !important;
}

.bg-pink-700 {
    background-color: #BF360C !important;
}

.bg-pink-800 {
    background-color: #993000 !important;
}

.bg-pink-900 {
    background-color: #662000 !important;
}

/* 🎨 رنگ متن pink */
.text-pink-50 {
    color: #FFF8F1 !important;
}

.text-pink-100 {
    color: #FFEEDB !important;
}

.text-pink-200 {
    color: #FFD8A8 !important;
}

.text-pink-300 {
    color: #FFC078 !important;
}

.text-pink-400 {
    color: #FFA94D !important;
}

.text-pink-500 {
    color: #FF6F00 !important;
}

.text-pink-600 {
    color: #E65100 !important;
}

.text-pink-700 {
    color: #BF360C !important;
}

.text-pink-800 {
    color: #993000 !important;
}

.text-pink-900 {
    color: #662000 !important;
}

/* 🎨 Border رنگی */
.border-pink-50 {
    border-color: #FFF8F1 !important;
}

.border-pink-100 {
    border-color: #FFEEDB !important;
}

.border-pink-200 {
    border-color: #FFD8A8 !important;
}

.border-pink-300 {
    border-color: #FFC078 !important;
}

.border-pink-400 {
    border-color: #FFA94D !important;
}

.border-pink-500 {
    border-color: #FF6F00 !important;
}

.border-pink-600 {
    border-color: #E65100 !important;
}

.border-pink-700 {
    border-color: #BF360C !important;
}

.border-pink-800 {
    border-color: #993000 !important;
}

.border-pink-900 {
    border-color: #662000 !important;
}

.my-mini-popup {
    width: 280px !important; /* عرض کوچیک‌تر */
    padding: 15px !important; /* فضای داخلی کم */
    font-size: 13px !important; /* متن ریزتر */
    border-radius: 10px !important;
}

.my-mini-title {
    font-size: 15px !important;
    font-weight: 600 !important;
}

.my-mini-button {
    padding: 4px 12px !important; /* دکمه خیلی جمع‌وجور */
    font-size: 12px !important;
    border-radius: 6px !important;
}
