﻿.redis_left {
}

    .redis_left .redis_title {
        border-bottom: 1px solid #f0f0f0;
        height: 64px;
        padding: 0px 15px 15px 15px !important;
    }

    .redis_left .redis_title_icon {
        color: #1677ff;
        font-size: 30px;
    }

    .redis_left .redis_search_db {
        height: 72px;
        padding: 20px 20px 0px 20px;
    }

    .redis_left .redis_list_db {
        overflow-x: hidden;
        overflow-y: auto;
        height: calc(100vh - 136px);
    }


    .redis_left .redis_group_name {
        display: flex;
        justify-content: space-between;
        margin: 10px 0px 10px 10px;
        cursor: pointer;
        width: 260px;
        user-select: none;
    }

    .redis_left .redis_db_item {
        border-radius: 0.375rem;
        cursor: pointer;
        height: 50px;
        display: flex;
        justify-content: space-between;
        margin-top: 5px !important;
        padding: 5px 0px 5px 10px !important;
        width: 275px;
        user-select: none;
    }

        .redis_left .redis_db_item.active {
            background-color: #e6f4ff !important;
            color: #1677ff !important;
        }

        .redis_left .redis_db_item:hover {
            background-color: #F5F5F5;
        }


    .redis_left .redis_db_btn {
        font-weight: 400;
        text-align: center;
        border: 0px solid transparent;
        cursor: pointer;
        user-select: none;
        padding: 4px;
        font-size: 14px;
        border-radius: 2px;
        color: #9ca3af;
        border-color: transparent;
        background: transparent;
    }

        .redis_left .redis_db_btn:hover {
            color: #1677ff;
        }

.redis_right {
    background-color: white;
    border-left: 1px solid #f0f2f5;
}

    .redis_right .redis_empty {
        background-color: #f0f2f5;
        height: 100%;
    }

    .redis_right .tips_icon {
        color: #e2e8f0;
        font-size: 80px
    }

    .redis_right .tips_text {
        color: #90a1b9;
        font-size: 18px
    }

    .redis_right .redis_right_top {
        padding: 15px;
        height: 110px;
    }

    .redis_right .redis_keys {
        overflow-y:auto;
        height: calc(100vh - 144px);
    }

    .redis_right .redis_keys_title {
        height: 34px;
        line-height: 34px;
        vertical-align: central;
        color: #6b7280;
        background-color: #f9fafb;
        border-bottom: 1px solid #f0f0f0;
        padding: 0px 10px;
    }

    .redis_right .redis_keys_item {
        height: 38px;
        line-height: 38px;
        vertical-align: central;
        cursor: pointer;
        border-bottom: 1px solid #f0f0f0;
        padding: 0px 10px;
        width: 430px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

        .redis_right .redis_keys_item.active {
            border-left: 3px solid #1677ff;
            background-color: #e6f4ff;
        }

    .redis_right .redis_values {
        height: 100%;
        padding: 16px;
    }

    .redis_right .redis_values_parent {
        background-color: #f0f2f5;
    }

    .redis_right .redis_values_content {
        background-color: white;
        height: 100%;
        border: 1px solid #e5e7eb;
        border-radius: 8px;
        padding: 12px 5px 12px 20px;
    }

        .redis_right .redis_values_content .anticon-copy {
            cursor: pointer;
            margin-bottom: 5px;
        }

        .redis_right .redis_values_content .redis_key {
            color: #1f2937;
            font-weight: 700;
            font-size: 18px;
            margin-bottom: 0px !important;
            width: calc(100vw - 1080px);
            min-width: 0;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
        }

        .redis_right .redis_values_content .redis_ttl_size {
            height: 68px;
            background-color: #f9fafb;
            padding: 12px;
            border-radius: 4px;
        }

        .redis_right .redis_values_content .redis_ttl_size_title {
            color: #6b7280;
            font-size: 12px;
        }

        .redis_right .redis_values_content .redis_ttl_size_value {
            color: #1f2937;
            font-size: 14px;
        }

    .redis_right .redis_value_content {
        height: calc(100vh - 355px) !important;
        margin-top: 15px;
        margin-right: 10px;
        resize: none;
    }
