﻿body {
}

.modern-date-filter {
    position: relative;
    font-size: 14px;
}

.modern-filter-title {
    margin-bottom: 10px;
    border: none;
    font-size: 16px;
    font-weight: 700;
}

.modern-title-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 4px;
    border-radius: 50%;
    background: #0875f5;
    vertical-align: middle;
}

.modern-date-option {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

    .modern-date-option input[type="radio"] {
        width: 18px;
        height: 18px;
        margin: 0;
    }

.modern-date-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #d0d7de;
    border-radius: 8px;
    background: #fff;
    color: #222;
    text-align: left;
}

.modern-date-option.active .modern-date-button {
    border-color: #0875f5;
    box-shadow: 0 0 0 1px #0875f5 inset;
}

.modern-preset-panel,
.modern-custom-panel {
    position: absolute;
    left: 100%;
    z-index: 9999;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}

    .modern-preset-panel:before,
    .modern-custom-panel:before {
        content: "";
        position: absolute;
        left: -14px;
        width: 0;
        height: 0;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-right: 14px solid #fff;
        filter: drop-shadow(-3px 0 3px rgba(0, 0, 0, 0.08));
    }

.modern-preset-panel {
    top: 25px;
    display: flex;
    gap: 42px;
    min-width: 900px;
    padding: 26px 22px 20px !important;
}

    .modern-preset-panel:before {
        top: 20px;
    }

.modern-custom-panel {
    top: 60px;
    width: 760px;
    padding: 15px !important;
}

    .modern-custom-panel:before {
        top: 25px;
    }

.modern-preset-title {
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 700;
    color: #222;
}

.modern-preset-item {
    display: block;
    min-width: 105px;
    margin-bottom: 10px;
    padding: 8px 16px;
    border: 1px solid #d0d7de;
    border-radius: 20px;
    background: #fff;
    color: #3f4852;
    font-weight: 600;
    white-space: nowrap;
}

    .modern-preset-item:hover {
        border-color: #0875f5;
        color: #0875f5;
    }

    .modern-preset-item.selected {
        border-color: #0875f5;
        background: #0875f5;
        color: #fff;
    }

.modern-custom-header {
    margin-bottom: 18px;
    color: #667085;
    font-size: 15px;
}

.modern-custom-body {
    display: flex;
    gap: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e7eb;
}

.modern-custom-date-box {
    flex: 1;
}

    .modern-custom-date-box label {
        display: block;
        margin-bottom: 8px;
        font-weight: 700;
    }

.modern-custom-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
}

.modern-filter-actions {
    margin-top: 12px;
    font-size: 14px;
}

    .modern-filter-actions .btn {
        height: 30px;
        padding: 4px 8px;
    }