/* _content/XCore.UI/Alert/XAlert.razor.rz.scp.css */
/* _content/XCore.UI/Avator/XAvator.razor.rz.scp.css */
/* _content/XCore.UI/Captcha/XCaptcha.razor.rz.scp.css */
/* _content/XCore.UI/ImagePicker/XImagePicker.razor.rz.scp.css */
.image-picker-wrapper.is-empty[b-nt3pr9akk4] {
    background-color: #ffffff !important; /* پس‌زمینه کاملا سفید */
    border-radius: 0 !important; /* حذف شکل دایره یا گرد */
}

    /* اطمینان از اینکه خود پلیسهولدر هم پس‌زمینه رنگی نداشته باشد */
    .image-picker-wrapper.is-empty .placeholder-container[b-nt3pr9akk4] {
        background-color: transparent;
    }

.image-picker-wrapper[b-nt3pr9akk4] {
    position: relative;
    display: inline-block;
    overflow: hidden;
    /* خط زیر حذف شد چون حالا داینامیک است */
    /* border: 2px dashed #d1d5db; */
    transition: border-color 0.3s;
}

    .image-picker-wrapper:hover[b-nt3pr9akk4] {
        /* استفاده از متغیر CSS برای رنگ هاور داینامیک */
        border-color: var(--hover-border-color) !important;
    }


/* کلاس‌های مربوط به شکل تصویر */
.shape-square[b-nt3pr9akk4] {
    border-radius: 0;
}

.shape-rounded[b-nt3pr9akk4] {
    border-radius: 8px;
}

.shape-circle[b-nt3pr9akk4] {
    border-radius: 50%;
}

.image-picker-label[b-nt3pr9akk4] {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    margin: 0;
    position: relative;
}

.image-preview[b-nt3pr9akk4] {
    width: 100%;
    height: 100%;
    display: block;
}

.image-overlay[b-nt3pr9akk4] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.image-picker-label:hover .image-overlay[b-nt3pr9akk4] {
    opacity: 1;
}

.overlay-text[b-nt3pr9akk4] {   
    color: white;
    font-weight: 500;
    font-size: 14px;
    background: rgba(0,0,0,0.6);
    padding: 4px 10px;
    border-radius: 4px;
}

.loading-overlay[b-nt3pr9akk4] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* _content/XCore.UI/Panel/XPanelSearch.razor.rz.scp.css */
/* _content/XCore.UI/Test/TestRed.razor.rz.scp.css */
.test-css[b-klufmerjkm] {
    background: red !important;
    color: yellow !important;
    padding: 30px !important;
    direction: ltr;
}
/* _content/XCore.UI/Widgets/XWidgetClock.razor.rz.scp.css */
.clock-container[b-vm5hi7unv7] {
    display: flex;
    align-items: center;
    gap: .5rem;
}

    .clock-container > span[b-vm5hi7unv7] {
        display: flex;
        align-items: center;
        gap: .4rem;
        color: blue;
    }

    .clock-container .date[b-vm5hi7unv7] {
        white-space: nowrap;
    }

    .clock-container .time[b-vm5hi7unv7] {
        min-width: 60px !important;
        text-align: left;
        font-variant-numeric: tabular-nums;
        white-space: nowrap;
    }
