﻿@font-face {
    font-family: 'IRANSansXV';
    src: url('/fonts/IRANSansXVF.ttf') format('truetype'), url('/fonts/IRANSansXV.woff') format('woff'), url('/fonts/IRANSansXV.woff2') format('woff2');
}

body, .tooltip-inner {
    font-family: 'IRANSansXV' !important;
}

.swal2-container.swal2-center > .swal2-popup {
    font-size: 12px !important;
}

.ck-editor__editable {
    min-height: 300px !important;
    min-width: 100% !important;
}

.apexcharts-text tspan, .apexcharts-legend-text, .apexcharts-text, .apexcharts-title-text {
    font-family: 'IRANSansXV' !important;
}

.apexcharts-tooltip-text-y-label {
    font-family: 'IRANSansXV' !important;
}

.apexcharts-toolbar {
    display: none !important;
}

.not-for-seller {
    background-color: #f8d7da;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.not-for-seller:hover {
    opacity: 1;
}

.custom-alert-info {
    color: #055160;
    background-color: #cff4fc;
    border: 1px solid #b6effb;
    padding: 0.75rem 1.25rem;
    border-radius: 0.375rem;
    margin-bottom: 1rem;
}

.search-row {
    display: flex;
    width: 100%;
    gap: 0.5rem;
}

.search-input {
    flex: 9;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
}

.search-btn {
    flex: 1;
    background: #007bff;
    color: white;
    border: none;
    border-radius: 0.5rem;
    cursor: pointer;
    height: 50px;
}

.profile-avatar {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-information {
    text-align: center;
    margin-bottom: 20px;
}

.profile-avatar img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}

.profile-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.profile-links li {
    margin-bottom: 10px;
}

.profile-links a {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    padding: 10px 12px;
    border-radius: 6px;
    transition: background-color 0.3s, color 0.3s;
}

.profile-links a:hover {
    background: #008665;
    color: #edfff5;
}

.profile-links-active {
    background: #008665 !important;
    color: #edfff5 !important;
}

.profile-detail p {
    margin: 10px 0;
    font-size: 14px;
    color: #444;
    line-height: 1.6;
}

.profile-detail strong {
    display: inline-block;
    width: 140px;
    font-weight: 600;
    color: #222;
}

.profile-detail span {
    color: #666;
}
